forked from eriluks/resume.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 1.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: Urban
---
<section class="hero diagonal">
<hr class="line"/>
<div class="container halves">
<img src="{{ site.baseurl }}/images/frisk.png" width="350"/>
<div class="editable">
<h2 class="editable">Web Resume</h2>
<p class="subtext editable">I am an <strong>allround</strong> web developer with good knowledge of front-end techniques.</p>
</div>
</div>
</section>
<section class="diagonal background-image">
<div class="container halves">
<div>
<h3 class="editable">Web Resume</h3>
<p class="editable">We take pride in our previous work and our happy customers. We cater to any sector to boost business and increase exposure.</p>
<p class="editable"><a href="{{ site.baseurl }}/portfolio/">View Full Portfolio →</a></p>
</div>
<div>
<ul class="image-grid">
{% for client in site.clients limit: 4 %}
<li><a href="{{ site.baseurl }}{{ client.url }}"><img src="{% include relative-src.html src=client.image_path %}"></a></li>
{% endfor %}
</ul>
</div>
</div>
</section>
<section class="diagonal alternate">
<div class="container halves">
<div>
<ul class="image-list">
<li><img src="{{ site.baseurl }}/images/pc.png" width="250" style="margin-bottom: 40px;"></li>
</ul>
</div>
<div>
<h3 class="editable">Skills</h3>
<p class="editable">
<ul class="skills">
<li>HTML + HTML5</li>
<li>CSS + CSS3</li>
<li>React</li>
<li>JavaScript</li>
<li>Java</li>
<li>PHP</li>
<li>MySQL</li>
<li>Databases</li>
<li>...and More!</li>
</ul>
</p>
<p><a class="button alt" href="{{ site.baseurl }}/contact/">Contact Me</a></p>
</div>
</div>
</section>