-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: page
title: Mario Nikolaus - freelance front-end developer
heading: Front-end developer, freelance photographer and technology enthusiast
description: Front-end developer, freelance photographer, technology enthusiast and QA beginner
active: home
excerpt: "A simple and clean responsive Jekyll theme for words and photos."
search_omit: true
---
<section>
<div id="services" class="container slimer">
<header class="center">
<h2>About me</h2>
</header>
<div class="col-2">
<div>
<img src="/assets/img/mn.jpg" alt="Mario Nikoalus">
</div>
<div>
<ul class="fa-ul bio">
<li>
<i class="fa-li fa fa-certificate"></i>Got masters degree in IT
</li>
<li>
<i class="fa-li fa fa-certificate"></i>Got curiosity for new stuff
</li>
<li>
<i class="fa-li fa fa-certificate"></i>Got itch for cutting edge technology
</li>
<li>
<i class="fa-li fa fa-certificate"></i>Worked on 30+ projects
</li>
<li>
<i class="fa-li fa fa-certificate"></i>Looking for next challenge
</li>
</ul>
</div>
</div>
</div>
</section>