-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (95 loc) · 4.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>samimakela.fi</title>
<meta name="description" content="">
<meta name="author" content="revaxarts.com">
<link rel="stylesheet" href="css/style.css">
<script>document.createElement('nav');document.createElement('section');</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/cufon.js"></script>
<script src="js/font.js"></script>
<script src="js/jquery.nivo.slider.pack.js"></script>
<script src="js/jquery.prettyphoto.js"></script>
<script src="js/config.js"></script>
<script src="js/script.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28184613-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrap">
<nav>
<div id="logo">Logo</div>
<ul id="nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#socialmedia">Social Media</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div id="shadow"></div>
</nav><!-- end nav -->
<div id="content">
<h1>Sami Mäkelä</h1>
<!-- home start -->
<div id="home" class="slide">
<h2><strong>Hi, my name is Sami and I'm a software engineer from Finland.</strong></h2>
<hr>
<div id="sliderwrap">
<div id="nivoslider">
<a href="#about"><img src="img/code.png" width="489" height="123" alt="" title="" /></a>
</div>
</div>
</div><!-- end div #home -->
<!-- about start -->
<div id="about" class="slide">
<h2>about me</h2>
<hr>
<img id="profilpic" src="img/sami.png" alt="" width="150" height="200">
<h3><strong>I work as a senior software engineer in BCB Medical Ltd.</strong></h3>
<h3><strong>My hobbies include DJing, poker, golf, gym and also participating open source software development.</strong></h3>
</div><!-- end div #about -->
<!-- socialmedia start -->
<div id="socialmedia" class="slide">
<h2>social media</h2>
<hr>
<ul id="networks">
<li class="twitter"><a href="http://twitter.com/smakela_"><span>Twitter</span>twitter.com/smakela_</a></li>
<li class="facebook"><a href="http://facebook.com/sami.makela"><span>Facebook</span>facebook.com/sami.makela</a></li>
<li class="google"><a href="https://profiles.google.com/105206048038515919241"><span>Google</span>google.com/smakela</a></li>
<li class="linkedin"><a href="http://fi.linkedin.com/in/smakela"><span>LinkedIn</span>http://fi.linkedin.com/in/smakela</a></li>
</ul>
</div><!-- end div #socialmedia -->
<!-- contact start -->
<div id="contact" class="slide">
<h2>contact me</h2>
<!-- hcard start -->
<div id="vcard" class="vcard">
<span class="fn">Sami Mäkelä</span>
<a class="org url" href="http://samimakela.fi">http://samimakela.fi</a>
<a class="email" href="mailto:[email protected]">[email protected]</a>
<div class="adr">
<span class="postal-code">20100</span>
<span class="locality">Turku</span>
<span class="country-name">Finland</span>
</div>
<div class="tel">
<span class="type">Mobile</span>:
<span class="value">+358 44 5366369</span>
</div>
<a class="vcardfile" title="Download my vCard" href="vcard.vcf"><img src="img/vcard.png" height="48" width="48" alt="vcard"></a>
</div>
<!-- hcard end -->
</div><!-- end div #contact -->
</div><!-- end div #content -->
</div><!-- end div #wrap -->
</body>
</html>