-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (79 loc) · 3.46 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Jops Photographer Gallery Template by Javier Palmieri
wdrfree.com | @wdrfree
Free for personal and commercial use under the CCA 3.0 license.
All of the site templates I create for WDRFREE are licensed under the Creative Commons Attribution 3.0 License,
which means you can:
Use them for personal stuff
Use them for commercial stuff
Change them however you like
Attribution — You must give appropriate credit WDRFREE.com :)
http://creativecommons.org/licenses/by/3.0/
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Jops Photographer Gallery Template</title>
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Javier Palmieri for WDRFREE">
<script type='text/javascript' src='//code.jquery.com/jquery-1.9.1.js'></script>
<script type="text/javascript" src="js/main.js"></script>
<style>
</style>
</head>
<body>
<div class="sec init" style="background-image:url(img/photo-1420136663600-498c31ee1c97.jpg)">
<p class="info_header">Jops Photographer Gallery Template,<br/> <a href="http://www.wdrfree.com/94/jops-photographer-gallery-free-template">< Back to Article</a> <br /></p>
<a href="#about" class="photo_about">About</a>
</div>
<div class="sec" style="background-image:url(img/photo-1447876394678-42a7efa1b6db.jpg);">
<span class="photo_author"><i class="fa fa-camera"></i> Photo by Unsplash</span>
<span class="photo_info"><i class="fa fa-info-circle"></i></span>
<div class="info">
<p>Photo: Unsplash<br />
Pixel: 3000 x 3000<br />
Camera: Nikon D5000<br />
Speed: 100ms</p>
</div>
</div>
<div class="sec" style="background-image:url(img/photo-1447522200268-a0378dac3fba.jpg)">
<span class="photo_author"><i class="fa fa-camera"></i> Photo by Unsplash</span>
<span class="photo_info"><i class="fa fa-info-circle"></i></span>
<div class="info">
<p>Photo: Unsplash<br />
Pixel: 3000 x 3000<br />
Camera: Nikon D5000<br />
Speed: 100ms</p>
</div>
</div>
<div class="sec" style="background-image:url(img/PSE156.jpg)">
<span class="photo_author"><i class="fa fa-camera"></i> Photo by Photostockeditor</span>
<span class="photo_info"><i class="fa fa-info-circle"></i></span>
<div class="info">
<p>Photo: Photostockeditor<br />
Pixel: 3000 x 3000<br />
Camera: Nikon D5000<br />
Speed: 100ms</p>
</div>
</div>
<div class="sec" style="background-image:url(img/PSE139.jpg)">
<span class="photo_author"><i class="fa fa-camera"></i> Photo by Photostockeditor</span>
<span class="photo_info"><i class="fa fa-info-circle"></i></span>
<div class="info">
<p>Photo: Photostockeditor<br />
Pixel: 3000 x 3000<br />
Camera: Nikon D5000<br />
Speed: 100ms</p>
</div>
</div>
<div id="about">
<div class="about_block">
<h2>About</h2>
© Untitled Inc. All rights reserved. Demo Images: <a href="http://unsplash.com">Unsplash</a> & <a href="http://www.photostockeditor.com">Photostockeditor</a> <br /> Design: <a href="http://www.wdrfree.com">wdrfree</a><br /><br /> <a href="#">X Close</a>
</div>
</div>
</body>
</html>