add stufgf
This commit is contained in:
parent
99e8ef922a
commit
9ab6bb51ad
6 changed files with 45 additions and 11 deletions
16
cv.html
16
cv.html
|
@ -16,7 +16,10 @@
|
|||
|
||||
<main>
|
||||
<section id=profile>
|
||||
<h2>Profile</h2>
|
||||
<hgroup class="experiences-heading">
|
||||
<img src="/assets/icon-user.svg"/>
|
||||
<h2>About Me</h2>
|
||||
</hgroup>
|
||||
<p>
|
||||
I am a software developer, with passion for creativity and learning. My
|
||||
ultimate goal as a developer is to make cool things that help people in
|
||||
|
@ -25,8 +28,10 @@
|
|||
</section>
|
||||
|
||||
<section id=employment-history class="experiences">
|
||||
<h2>Employment History</h2>
|
||||
|
||||
<hgroup class="experiences-heading">
|
||||
<img src="/assets/icon-briefcase.svg"/>
|
||||
<h2>Employment History</h2>
|
||||
</hgroup>
|
||||
<section id=lead-software-engineer-hyre class=experience>
|
||||
<hgroup>
|
||||
<h3>Lead Software Engineer @ HYRE Solutions, Berlin</h3>
|
||||
|
@ -105,7 +110,10 @@
|
|||
</section>
|
||||
|
||||
<section id=education class="experiences">
|
||||
<h2>Education</h2>
|
||||
<hgroup class="experiences-heading">
|
||||
<img src="/assets/icon-academic-cap.svg"/>
|
||||
<h2>Education</h2>
|
||||
</hgroup>
|
||||
|
||||
<section id=bacherlor-cs-rmit class=experience>
|
||||
<hgroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue