-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·224 lines (177 loc) · 6.08 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!--[if lte IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8">
<![endif]-->
<title>Eric winther</title>
<!--[if lte IE 6]>
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script src="js/ie6.js"></script>
<![endif]-->
<link href="css/style.css" rel="stylesheet">
<link href="css/color-schemes/light.css" rel="stylesheet" id="color-scheme"> <!-- dark.css is also available -->
<!--[if IE 7]>
<link href="css/ie7.css" rel="stylesheet">
<![endif]-->
<!-- <script src="http://maps.googleapis.com/maps/api/js?key=YOUR-API-KEY&sensor=false"></script> -->
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<script src="js/jquery.masonry.min.js"></script>
<script src="js/jquery.quicksand.js"></script>
<script src="js/jquery.prettyPhoto.modified.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<header id="header">
<div id="header-content">
<!-- Top Menu -->
<nav id="nav">
<ul>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div id="sections">
<!-- Portfolio Start -->
<section id="portfolio" class="section-portfolio">
<header class="intro">
<hgroup>
<h1>Eric winther</h1>
<h2>Web Developer</h2>
</hgroup>
<p>Some projects I've been involved in.</p>
</header>
<div class="content">
<!-- Thumbnail List -->
<ul id="portfolio-list" class="portfolio-thumbs">
<li data-categories="ez frontend backend">
<a href="projects/nki/index.png">
<div class="portfolio-thumb-overlay">
<h2>NKI</h2>
</div>
<img src="projects/nki/thumb.png" alt="NKI">
</a>
</li>
<li data-categories="frontend backend ez">
<a href="projects/treider/index.png">
<div class="portfolio-thumb-overlay">
<h2>Treider Fagskole</h2>
</div>
<img src="projects/treider/thumb.png" alt="Treider">
</a>
</li>
<li data-categories="frontend backend ez">
<a href="projects/vital/index.png">
<div class="portfolio-thumb-overlay">
<h2>Vital</h2>
</div>
<img src="projects/vital/thumb.png" alt="Vital">
</a>
</li>
<li data-categories="frontend backend wordpress">
<a href="projects/encap/index.png">
<div class="portfolio-thumb-overlay">
<h2>Encap</h2>
</div>
<img src="projects/encap/thumb.png" alt="Encap">
</a>
</li>
<li data-categories="echo frontend backend">
<a href="projects/rfid/index.png">
<div class="portfolio-thumb-overlay">
<h2>Rfid</h2>
</div>
<img src="projects/rfid/thumb.png" alt="RFID">
</a>
</li>
<li data-categories="echo frontend">
<a href="projects/selvaag/index.png">
<div class="portfolio-thumb-overlay">
<h2>Selvaag</h2>
</div>
<img src="projects/selvaag/thumb.png" alt="Selvaag">
</a>
</li>
<li data-categories="echo frontend backend">
<a href="projects/hertz/index.png">
<div class="portfolio-thumb-overlay">
<h2>Hertz</h2>
</div>
<img src="projects/hertz/thumb.png" alt="">
</a>
</li>
<li data-categories="echo frontend backend">
<a href="projects/nce/index.png">
<div class="portfolio-thumb-overlay">
<h2>NCE</h2>
</div>
<img src="projects/nce/thumb.png" alt="">
</a>
</li>
<!--
<li data-categories="movabletype frontend backend">
<a href="projects/beepad/index.png">
<div class="portfolio-thumb-overlay">
<h2>Beepad</h2>
</div>
<img src="projects/beepad/thumb.png" alt="">
</a>
</li>
-->
</ul>
<div class="clear"></div>
<div id="portfolio-controls">
<ul id="portfolio-filters" class="box">
<li><a href="#" class="portfolio-filter-selected">All</a></li>
<li><a href="#" data-category="ez">eZ publish</a></li>
<li><a href="#" data-category="wordpress">Wordpress</a></li>
<!-- <li><a href="#" data-category="movabletype">Movabletype</a></li>-->
<li><a href="#" data-category="frontend">Frontend</a></li>
<li><a href="#" data-category="backend">Backend</a></li>
</ul>
<div id="portfolio-page-numbers">
<span id="portfolio-page-current">1</span> / <span id="portfolio-page-total">1</span>
</div>
<div id="portfolio-page-buttons">
<a href="#" id="portfolio-page-prev">Prev</a>
<a href="#" id="portfolio-page-next">Next</a>
</div>
</div>
</div>
</section>
<!-- Portfolio End -->
<!-- Contact Start -->
<section id="contact" class="section-contact">
<header>
<h1>Contact</h1>
</header>
<ul class="social-media">
<li><a href="http://twitter.com/erinther" class="icon-twitter">Twitter</a></li>
<li><a href="http://facebook.com/erinther" class="icon-facebook">Facebook</a></li>
<li><a href="https://plus.google.com/u/0/105897049584172097126" class="icon-google-plus">Google+</a></li>
<li><a href="http://no.linkedin.com/in/erinther" class="icon-linkedin">LinkedIn</a></li>
</ul>
<div class="content">
<div id="contact-info">
<div class="box">
<p>
Eric Winther<br>
<a href='mailto:er%69nther%40%67mail.com'>erinther@gmail.com</a><br>
(47) 41 30 20 84
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<!-- Contact End -->
</div>
<!-- <footer id="footer"></footer> -->
</body>
</html>