Store in GIT
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
require("inc/header.php");
|
||||
?>
|
||||
|
||||
<!-- Page Heading -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">About me</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
I am a 19 year old student at Avans Hogeschool in Breda. I study Technical computer science.
|
||||
<br/>
|
||||
|
||||
<a href="/download/other/Ewijk Kenneth - Curriculum Vitae - 2016-01-02.docx">Download my CV</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
<?php
|
||||
require("inc/footer.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user