This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
/
gallery.html
321 lines (302 loc) · 14.5 KB
/
gallery.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>HRHS | Gallery</title>
<meta charset="utf-8">
<meta name="description" content="School Website.">
<meta name="keywords" content="school,college,management,result,exam,attendace,hostel,admission,events">
<meta name="author" content="H.R.Shadhin">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- style -->
<link rel="shortcut icon" href="/frontend/img/favicon.png">
<link rel="stylesheet" href="/frontend/css/libs.css">
<!--styles -->
</head>
<body>
<!-- page header -->
<header>
<!-- header top panel -->
<div class="page-header-top">
<div class="grid-row clear-fix">
<address>
<a href="tel:+8801123456789" class="phone-number">
<i class="fa fa-phone"></i>+8801123456789</a>
<a href="mailto:[email protected]" class="email">
<i class="fa fa-envelope-o"></i>
<span class="">[email protected]</span>
</a>
</address>
<div class="header-top-panel">
<a href="/login" class="fa fa-user login-icon"></a>
<div id="top_social_links_wrapper">
<div class="share-toggle-button">
<i class="share-icon fa fa-share-alt"></i>
</div>
<div class="cws_social_links">
<a href="https://plus.google.com/" class="cws_social_link" title="Google +">
<i class="share-icon fa fa-google-plus" style="transform: matrix(0, 0, 0, 0, 0, 0);"></i>
</a>
<a href="https://twitter.com/" class="cws_social_link" title="Twitter">
<i class="share-icon fa fa-twitter"></i>
</a>
<a href="https://facebook.com/" class="cws_social_link" title="Facebook">
<i class="share-icon fa fa-facebook"></i>
</a>
<a href="https://youtube.com/" class="cws_social_link" title="Youtube">
<i class="share-icon fa fa-youtube"></i>
</a>
</div>
</div>
<div id="top_lang_links_wrapper">
<div class="lang-toggle-button">
<i class="fa fa-language"></i>
</div>
<div class="cws_lang_links">
<a href="/bn" class="cws_lang_link" title="Bangla">
<i class="lang-icon flag-icon flag-icon-bd"></i>
</a>
<a href="/en" class="cws_lang_link" title="English">
<i class="lang-icon flag-icon flag-icon-gb"></i>
</a>
<a href="/in" class="cws_lang_link" title="Hindi">
<i class="lang-icon flag-icon flag-icon-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- / header top panel -->
<!-- sticky menu -->
<div class="sticky-wrapper">
<div class="sticky-menu">
<div class="grid-row clear-fix">
<!-- logo -->
<a href="index.html" class="logo">
<img src="/frontend/img/logo.png" data-at2x="/frontend/img/[email protected]" alt>
<h1>HR High School</h1>
</a>
<!-- / logo -->
<nav class="main-nav">
<ul class="clear-fix">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="class.html">Class</a>
</li>
<li>
<a href="teachers.html">Teachers</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="gallery.html" class="active">Gallery</a>
</li>
<li>
<a href="contact-us.html">Contact Us</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- sticky menu -->
<!-- page title -->
<div class="page-title">
<div class="grid-row">
<h1>Gallery</h1>
<nav class="bread-crumb">
<a href="index.html">Home</a>
<i class="fa fa-long-arrow-right"></i>
<a href="events.html">Gallery</a>
</nav>
</div>
</div>
<!-- / page title -->
</header>
<!-- / page header -->
<!-- content -->
<div class="page-content">
<div class="grid-row">
<main>
<div class="isotope-container">
<div class="isotope-header clear-fix">
<h2 class="margin-none">Gallery</h2>
<div class="select-wrapper">
<select class="filter">
<option value="*" selected>All</option>
<option value=".classrooms">Classrooms</option>
<option value=".students">Students</option>
<option value=".library">Library</option>
<option value=".teachers">Teachers</option>
</select>
</div>
</div>
<div class="grid-col-row">
<div class="isotope">
<div class="item classrooms students">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/12.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/1.jpg" data-at2x="/frontend/uploads/gallery/12.jpg" alt>
</div>
</div>
<div class="item library">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/22.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/2.jpg" data-at2x="/frontend/uploads/gallery/22.jpg" alt>
</div>
</div>
<div class="item classrooms students">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/32.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/3.jpg" data-at2x="/frontend/uploads/gallery/32.jpg" alt>
</div>
</div>
<div class="item library students">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/42.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/4.jpg" data-at2x="/frontend/uploads/gallery/42.jpg" alt>
</div>
</div>
<div class="item teachers">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/52.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/5.jpg" data-at2x="/frontend/uploads/gallery/52.jpg" alt>
</div>
</div>
<div class="item library students teachers">
<div class="picture">
<div class="hover-effect"></div>
<div class="link-cont">
<a href="/frontend/uploads/gallery/62.jpg" class="fancy fa fa-search"></a>
</div>
<img src="/frontend/uploads/gallery/6.jpg" data-at2x="/frontend/uploads/gallery/62.jpg" alt>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<!-- / content -->
<!-- footer -->
<footer>
<div class="grid-row">
<div class="grid-col-row clear-fix">
<section class="grid-col grid-col-4 footer-about">
<h2 class="corner-radius">About Us</h2>
<div>
<h3>Sed aliquet dui auctor blandit ipsum tincidunt</h3>
<p>Quis rhoncus lorem dolor eu sem. Aenean enim risus, convallis id ultrices eget.</p>
</div>
<address>
<p></p>
<a href="tel:+8801123456789" class="phone-number">+8801123456789</a>
<br />
<a href="mailto:[email protected]" class="email">
<span class="">[email protected]</span>
</a>
<br />
<a href="http://shanixlab.com" class="site">www.shanixlab.com</a>
<br />
<a href="/contact" class="address">25/C Block 74. (North) 11st Floor
<br/>Dhaka, BD</a>
</address>
</section>
<section class="grid-col grid-col-4 footer-latest">
<h2 class="corner-radius">Upcoming Event</h2>
<article>
<img src="/frontend/uploads/83x83-img-2.jpg" data-at2x="/frontend/uploads/[email protected]" alt>
<h3>
<a href="event-details.html">Vestibulum volutpat est neque</a>
</h3>
<div class="course-date">
<div>10
<sup>30</sup>
<sub>AM</sub>
</div>
<div>15.07.15</div>
</div>
<p>Sed pharetra lorem ut dolor dignissim, sit amet pretium tortor mattis.</p>
</article>
<article>
<img src="/frontend/uploads/83x83-img-1.jpg" data-at2x="/frontend/uploads/[email protected]" alt>
<h3>
<a href="event-details.html">Donec mollis magna quis</a>
</h3>
<div class="course-date">
<div>06
<sup>15</sup>
<sub>PM</sub>
</div>
<div>26.08.15</div>
</div>
<p>Sed pharetra lorem ut dolor dignissim, sit amet pretium tortor mattis.</p>
</article>
</section>
<section class="grid-col grid-col-4 footer-links">
<h2 class="corner-radius">Help Links
<i class="site"></i>
</h2>
<ul class="clear-fix">
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="admission.html">Admission</a>
</li>
<li>
<a href="results.html">Results</a>
</li>
<li>
<a href="timeline.html">Timeline</a>
</li>
<li>
<a href="gallery.html" class="active">Gallery</a>
</li>
<li>
<a href="contact-us.html">Contact Us</a>
</li>
</ul>
</section>
</div>
</div>
<div class="footer-bottom">
<div class="grid-row clear-fix">
<div class="copyright">HR High School
<span></span> 2018 . All Rights Reserved
</div>
<div class="footer-social">
<a href="#" class="fa fa-google-plus"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-youtube"></a>
</div>
<div class="maintainedby">Maintained by
<a href="http://shanixlab.com" class="site">ShanixLab</a>
</div>
</div>
</div>
</footer>
<!-- / footer -->
<script src="/frontend/js/libs.js"></script>
</body>
</html>