-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.26 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
---
layout: home
id: homePAGE
---
<div id="scene">
<div class="layer" data-depth="0.30">
<section>
<img id="profile" src="{{ site.baseurl }}/images/profile.jpg" />
<ul class="buttons">
<li>
<a href="/about.html"><img src="{{ site.baseurl }}/images/icons/space_icon_black.svg" /> <p>About</p></a>
</li>
<li>
<a href="/projects.html"><img src="{{ site.baseurl }}/images/icons/code_icon_black.svg" /> <p>Projects</p></a>
</li>
<li>
<a href="/blog.html"><img src="{{ site.baseurl }}/images/icons/leaf_icon_black.svg" /> <p>Blog</p></a>
</li>
<li>
<a href="{{ site.baseurl }}/files/resume.pdf"><img src="{{ site.baseurl }}/images/icons/download_icon_black.svg" /> <p>resume</p></a>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</section>
</div>
<div class="layer" data-depth="0.20">
<section>
My name is Nauras Jabari and I am a freelance web developer specializing in <span>Javascript</span> and <span>Prototype</span> development as well as <span>Systems Integration</span>.
</section>
</div>
<div class="layer" data-depth="0.25">
<section></section>
</div>
</div>