-
Notifications
You must be signed in to change notification settings - Fork 8
/
photos.html
150 lines (130 loc) · 4.68 KB
/
photos.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
<!doctype html>
<!-- /**
* @System HP-pc Rax
* @author Rakshit shah <Rakshitshah1994@gmail.com>
* @copyright 2015-2017 |Rakshit shah
* @license http://rakshit.in/license/license.php | PHP License 3.0
* @version 1.1
* @since File available since Release 1.0.0
*/
-->
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>RAXBOOK | BE A PROBLEM SOLVER</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="styles/print/main.css" rel="stylesheet" type="text/css" media="print">
<link rel="stylesheet" type="text/css" href="js/jquery.lightbox-0.5.css" media="screen" />
</head>
<body>
<!--
/**
* @System HP-pc Rax
* @author Rakshit shah <Rakshitshah1994@gmail.com>
* @copyright 2015-2017 |Rakshit shah
* @license http://rakshit.in/license/license.php | PHP License 3.0
* @version 1.1
* @since File available since Release 1.0.0
*/
-->
<div id="wrap">
<section id="top">
<nav id="mainnav">
<h1 id="sitename" class="logotext">
<a href="#">RaXBoOk</a>
</h1>
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li class="active"><a href="photos.html"><span>Photos</span></a></li>
<li><a href="blog.html"><span>Blog</span></a></li>
<li><a href="form.html"><span>Forms</span></a></li>
</ul>
</nav>
</section>
<section id="page">
<header id="pageheader" class="normalheader">
<h2 class="sitedescription">
Memoire is a free CSS Template inspired by Japanese Arts
and the movie Memoirs of a Geisha. </h2>
</header>
<section id="contents">
<h2>Photos</h2>
<div class="photos">
<a href="images/img1.jpg" class="lightbox"><img src="images/photothumb1.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img2.jpg" class="lightbox"><img src="images/photothumb2.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img2.jpg" class="lightbox"><img src="images/photothumb3.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img2.jpg" class="lightbox"><img src="images/photothumb2.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img2.jpg" class="lightbox"><img src="images/photothumb1.jpg" width="150" height="100" alt="thumb1"></a>
<a href="#"><img src="images/photothumb2.jpg" width="150" height="100" alt="thumb1"></a>
<a href="#"><img src="images/photothumb3.jpg" width="150" height="100" alt="thumb1"></a>
<a href="#"><img src="images/photothumb2.jpg" width="150" height="100" alt="thumb1"></a>
<a href="#"><img src="images/photothumb3.jpg" width="150" height="100" alt="thumb1"></a>
<a href="#"><img src="images/photothumb1.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img2.jpg"><img src="images/photothumb2.jpg" width="150" height="100" alt="thumb1"></a>
<a href="images/img1.jpg"><img src="images/photothumb3.jpg" width="150" height="100" alt="thumb1"></a>
<div class="clear"></div>
</div>
<div class="blog-nav">
<a href="#" class="pre-link">Previous</a>
<a href="#" class="next-link">Next</a>
</div>
</section>
<section id="sidebar">
<h2>Topics</h2>
<ul>
<li><a href="#nogo">Drawings</a></li>
<li><a href="#nogo">Illustrations</a></li>
<li><a href="#nogo">Digital Arts</a></li>
<li><a href="#nogo">Music</a></li>
<li><a href="#nogo">Literature</a></li>
<li><a href="#nogo">Web Design</a></li>
<li><a href="http://www.rakshit.in">CSS Templates</a></li>
</ul>
<h2>Blogroll</h2>
<ul>
<li><a href="#nogo">Drawings</a></li>
<li><a href="#nogo">Illustrations</a></li>
<li><a href="#nogo">Digital Arts</a></li>
<li><a href="#nogo">Music</a></li>
<li><a href="#nogo">Literature</a></li>
<li><a href="#nogo">Web Design</a></li>
<li><a href="http://www.rakshit.in">CSS Templates</a></li>
</ul>
</section>
<div class="clear"></div>
<div class="clear"></div>
</section>
</div>
<footer id="pagefooter">
<div id="f-content">
<img src="images/bamboo.png" width="96" height="125" alt="bamboo" id="footerimg">
<div id="social-links">
<a href="#" class="fblink">
Facebook</a>
<a href="#" class="twtlink">
Twitter
</a>
</div>
<div id="credits">
<p class="sitecredit">© 2015 & All Rights Reserved | RAKSHIT SHAH </p>
<p class="designcredit"><a href="http://www.RAKSHIT.in" title="RAXBOOK">RAXBOOK</a> by RAKSHIT SHAH</p>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/collection.js"></script>
<script type="text/javascript">
/**
* @System HP-pc Rax
* @author Rakshit shah <Rakshitshah1994@gmail.com>
* @copyright 2015-2017 |Rakshit shah
* @license http://rakshit.in/license/license.php | PHP License 3.0
* @version 1.1
* @since File available since Release 1.0.0
*/
$(function() {
$('.lightbox').lightBox();
});
</script>
</body>
</html>