-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (172 loc) · 7.58 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
<!DOCTYPE HTML>
<html>
<head>
<title>PhotoManager</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading-0 is-loading-1 is-loading-2">
<!-- Main -->
<div id="main">
<!-- Header -->
<header id="header">
<div class="logohead">
<img src="images/logo.jpg" alt="" width="150">
</div>
<h1 class="text-center">Dan's Photo Manager</h1>
<ul class="icons text-center">
<li><a href="https://github.com/FunkyMonk8111" class="icon fa-github" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/funkymonk811" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Thumbnail -->
<section id="thumbnails">
<article>
<a class="thumbnail" href="images/fulls/01.jpg" data-position="left center"><img src="images/thumbs/01.jpg" alt="" /></a>
<h2>Absolutley , Stunning , Colors</h2>
<p>Imagine viewing the Aurora Borelis from an igloo</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/02.jpg"><img src="images/thumbs/02.jpg" alt="" /></a>
<h2>Jellyfish</h2>
<p>What a lovely site</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/03.jpg" data-position="top center"><img src="images/thumbs/03.jpg" alt="" /></a>
<h2>Long road</h2>
<p>Imagine driving on this long, windy road</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/04.jpg"><img src="images/thumbs/04.jpg" alt="" /></a>
<h2>Crystal Ball</h2>
<p>The world from a crystal ball, all enclosed</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/05.jpg" data-position="top center"><img src="images/thumbs/05.jpg" alt="" /></a>
<h2>Lovebirds</h2>
<p>Lovely couple surrounded by hearts</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/06.jpg"><img src="images/thumbs/06.jpg" alt="" /></a>
<h2>Flower pot</h2>
<p>Flowers brustlying with color, enjoying the suns rays</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/07.jpg"><img src="images/thumbs/07.jpg" alt="" /></a>
<h2>Houses on a hill</h2>
<p>Homes carefully places on a hillside, ridges everywhere</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/08.jpg"><img src="images/thumbs/08.jpg" alt="" /></a>
<h2>Ice cold, waterfall</h2>
<p>Waterfall during the frigid temperatures</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/09.jpg"><img src="images/thumbs/09.jpg" alt="" /></a>
<h2>Dew on a grass blade</h2>
<p>Imagine the dew on a early morning</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/10.jpg"><img src="images/thumbs/10.jpg" alt="" /></a>
<h2>Tulip blooming</h2>
<p>Is this the first step before, blooming?</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/11.jpg"><img src="images/thumbs/11.jpg" alt="" /></a>
<h2>Playful puppy</h2>
<p>Cute puppy just, looking to say hello</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/12.jpg"><img src="images/thumbs/12.jpg" alt="" /></a>
<h2>Icy mountain top</h2>
<p>Beautiful colors near a mountain top</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/13.jpg"><img src="images/thumbs/13.jpg" alt="" /></a>
<h2>Sisters</h2>
<p>Enjoying a beautiful mountain range</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/14.jpg"><img src="images/thumbs/14.jpg" alt="" /></a>
<h2>Ladybug</h2>
<p>Beautiful, little, and precise ladybug</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/15.jpg"><img src="images/thumbs/15.jpg" alt="" /></a>
<h2>Boy</h2>
<p>Creative boy waiting on his next big project</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/16.jpg"><img src="images/thumbs/16.jpg" alt="" /></a>
<h2>Flower Floral Blossom Nature</h2>
<p>Flower blooming in nature</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/17.jpg"><img src="images/thumbs/17.jpg" alt="" /></a>
<h2>Berries at dusk</h2>
<p>Berries ripe in the early morning hours</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/18.jpg"><img src="images/thumbs/18.jpg" alt="" /></a>
<h2>Beautiful bird</h2>
<p>Waiting for its next flight</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/19.jpg"><img src="images/thumbs/19.jpg" alt="" /></a>
<h2>Astounding lizard</h2>
<p>Astounding lizard waiting in the sun</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/20.jpg"><img src="images/thumbs/20.jpg" alt="" /></a>
<h2>Seagulls</h2>
<p>Taking a break during the mid-day</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/21.jpg"><img src="images/thumbs/21.jpg" alt="" /></a>
<h2>Butterfly</h2>
<p>Magnicient butterfly, wings spread open</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/22.jpg"><img src="images/thumbs/22.jpg" alt="" /></a>
<h2>Ladybug</h2>
<p>Climbing a blade of grass</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/23.jpg"><img src="images/thumbs/23.jpg" alt="" /></a>
<h2>Grass</h2>
<p>Blades of long grass</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/24.jpg"><img src="images/thumbs/24.jpg" alt="" /></a>
<h2>Dandelion</h2>
<p>Pappus holding on before blowing away</p>
</article>
<article>
<a class="thumbnail" href="images/fulls/25.jpg"><img src="images/thumbs/25.jpg" alt="" /></a>
<h2>Tree blowing</h2>
<p>Oh, oh - the suttle colors of a blooming tree</p>
</article>
</section>
<!-- Footer -->
<footer id="footer">
<h5>Follow me on Github or Twitter for more updates.</h5>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script type="text/javascript">
$('.toggle').click(function(){
$('.caption').toggle();
})
</script>
</body>
</html>