-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (97 loc) · 3.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sam Damesin</title>
<meta name="description" content="">
<meta name="author" content="Sam Damesin">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="static/css/base.css">
<link rel="stylesheet" href="static/css/layout.css">
<link rel="stylesheet" href="static/css/skeleton.css">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorbox.css">
<link rel="stylesheet" href="static/css/justifiedGallery.min.css">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Kaushan+Script|Leckerli+One|Yesteryear" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans">
<style>
</style>
</head>
<body>
<div class="ccontainer">
<div class="sidebar">
<nav id="menu">
<ul>
<li class="limenu"><a href="/index.html">Portofolio</a></li>
<li class="titlemenu"><span class='capi'>S</span>am <span class='capi'>D</span>amesin</li>
<li class="limenu"><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="main-hero">
<div class="main-hero-text">
<p>Rotorua based New Zealand landscape photograhy</p>
<p class="sub-hero">All images are avaible for prints</p>
</div>
</div>
<div class="fix-border">
<div id="main" role="main" class="maingallery ctwelve ccolumns coffset-by-four">
<header>
<h2 class="solo">Portfolio</h2>
</header>
<header>
</header>
<div id="albums" class="row">
<div class="three columns thumbnail
aalpha">
<a href="Coromandel/">
<img src="Coromandel/thumbnails/DSCF0426-1200jpg.jpg" class="album_thumb"
alt="Coromandel" title="Coromandel" /></a>
<span class="album_title">Coromandel</span>
</div>
<div class="three columns thumbnail
">
<a href="Forest/">
<img src="Forest/thumbnails/_DSC0633-1200.jpg" class="album_thumb"
alt="Forest" title="Forest" /></a>
<span class="album_title">Forest</span>
</div>
<div class="three columns thumbnail
">
<a href="Other/">
<img src="Other/thumbnails/DSCF7821-1200.jpg" class="album_thumb"
alt="Other" title="Other" /></a>
<span class="album_title">Other</span>
</div>
<div class="three columns thumbnail
aomega">
<a href="Rotorua/">
<img src="Rotorua/thumbnails/_DSC8393-1200.jpg" class="album_thumb"
alt="Rotorua" title="Rotorua" /></a>
<span class="album_title">Rotorua</span>
</div>
<div class="three columns thumbnail
aalpha">
<a href="Tongariro/">
<img src="Tongariro/thumbnails/DSCF9968-1200.jpg" class="album_thumb"
alt="Tongariro" title="Tongariro" /></a>
<span class="album_title">Tongariro</span>
</div>
<div class="three columns thumbnail
">
<a href="Waterfall/">
<img src="Waterfall/thumbnails/_DSC0493-1200.jpg" class="album_thumb"
alt="Waterfall" title="Waterfall" /></a>
<span class="album_title">Waterfall</span>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>All images in this website are subject to copyright © by Sam Damesin © 2017</p>
</footer>
</body>
</html>