-
Notifications
You must be signed in to change notification settings - Fork 0
/
featured.php
43 lines (33 loc) · 2.35 KB
/
featured.php
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
<div id ="featured-wrapper" class="wrapper clearfix">
<div class="container ">
<div id="featured" class="column clearfix ">
<div id="featured-work" class="stepcarousel span-17 column clearfix">
<div id="featured-work-inner" class="scrolling column">
<div class="box-scroll">
<img src="images/screenshots/nettby/beepad.jpg" alt="screenshots s01" />
</div>
<div class="box-scroll">
<img src="images/screenshots/180-2.jpg" alt="screenshots s02" />
</div>
<div class="box-scroll">
<img src="images/screenshots/screen-180.jpg" alt="screenshots s03" />
</div>
</div><!-- end #Featured-Work-inner -->
</div><!-- end #Featured-Work .span-NUM -->
<div id="featured-customer" class="span-6 prepend-1 last column clearfix">
<h3>about me</h3>
<div id="customer" class="quote">
<p>Hello, my name is Eric Winther and this is my portfolio. I am a web developer and designer based in Oslo, Norway.I create clean and accessible websites using the latest technologies that conform to current web standards. </p>
</div><!-- end #Customer -->
<!-- <div class="pagination clearfix column">
<a href="customer-skattelist.xml" id="cust-skatt">1</a>
<a href="customer-norlandia.xml" id="cust-norlandia">2</a>
<a href="work.html" id="project-3">3</a>
<a href="work.html" id="project-4">4</a>
<a href="work.html" class="seeMore">more››</a>
</div> -->
</div><!-- end #Featured-customer .span-6-->
</div><!-- end #featured -->
</div><!-- end .container -->
</div><!-- end #Featured-wrapper -->
<div class="clear"></div>