26 lines
529 B
PHP
26 lines
529 B
PHP
<?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");
|
|
?>
|