-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
297 lines (279 loc) · 14.1 KB
/
gallery.html
File metadata and controls
297 lines (279 loc) · 14.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--===============================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
====================================================-->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WpF Degree : Gallery</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="img/wpf-favicon.png"/>
<!-- CSS
================================================== -->
<!-- Bootstrap css file-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome css file-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Superslide css file-->
<link rel="stylesheet" href="css/superslides.css">
<!-- Slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- Circle counter cdn css file -->
<link rel='stylesheet prefetch' href='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/css/jquery.circliful.css'>
<!-- smooth animate css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- preloader -->
<link rel="stylesheet" href="css/queryLoader.css" type="text/css" />
<!-- gallery slider css -->
<link type="text/css" media="all" rel="stylesheet" href="css/jquery.tosrus.all.css" />
<!-- Default Theme css file -->
<link id="switcher" href="css/themes/default-theme.css" rel="stylesheet">
<!-- Main structure css file -->
<link href="style.css" rel="stylesheet">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"></a>
<!-- END SCROLL TOP BUTTON -->
<!--=========== BEGIN HEADER SECTION ================-->
<header id="header">
<!-- BEGIN MENU -->
<div class="menu_area">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a class="navbar-brand" href="index.html">WpF <span>Degree</span></a>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="course-archive.html">Course</a></li>
<li><a href="scholarship.html">Scholarship</a></li>
<li><a href="events-archive.html">Events</a></li>
<li class="active"><a href="gallery.html">Gallery</a></li>
<li><a href="blog-archive.html">Blog</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Page<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="404.html">404 Page</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<!-- END MENU -->
</header>
<!--=========== END HEADER SECTION ================-->
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="imgBanner">
<h2>Gallery</h2>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN GALLERY SECTION ================-->
<section id="gallery">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div id="gallerySLide" class="gallery_area">
<a href="img/gallery/img-large1.jpg" title="This is Title">
<img class="gallery_img" src="img/gallery/img-small1.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large2.jpg" title="This is Title2">
<img class="gallery_img" src="img/gallery/img-small2.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large3.jpg" title="This is Title3">
<img class="gallery_img" src="img/gallery/img-small3.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large4.jpg" title="This is Title4">
<img class="gallery_img" src="img/gallery/img-small4.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large1.jpg" title="This is Title5">
<img class="gallery_img" src="img/gallery/img-small1.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large2.jpg">
<img class="gallery_img" src="img/gallery/img-small2.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large3.jpg">
<img class="gallery_img" src="img/gallery/img-small3.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large4.jpg">
<img class="gallery_img" src="img/gallery/img-small4.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large1.jpg" title="This is Title">
<img class="gallery_img" src="img/gallery/img-small1.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large2.jpg" title="This is Title2">
<img class="gallery_img" src="img/gallery/img-small2.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large3.jpg" title="This is Title3">
<img class="gallery_img" src="img/gallery/img-small3.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large4.jpg" title="This is Title4">
<img class="gallery_img" src="img/gallery/img-small4.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large1.jpg" title="This is Title5">
<img class="gallery_img" src="img/gallery/img-small1.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large2.jpg">
<img class="gallery_img" src="img/gallery/img-small2.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large3.jpg">
<img class="gallery_img" src="img/gallery/img-small3.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
<a href="img/gallery/img-large4.jpg">
<img class="gallery_img" src="img/gallery/img-small4.jpg" alt="img" />
<span class="view_btn">View</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--=========== END GALLERY SECTION ================-->
<!--=========== BEGIN FOOTER SECTION ================-->
<footer id="footer">
<!-- Start footer top area -->
<div class="footer_top">
<div class="container">
<div class="row">
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>About Us</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Community</h3>
<ul class="footer_widget_nav">
<li><a href="#">Our Tutors</a></li>
<li><a href="#">Our Students</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Forum</a></li>
<li><a href="#">News & Media</a></li>
</ul>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Others</h3>
<ul class="footer_widget_nav">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
<li><a href="#">Link 5</a></li>
</ul>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Social Links</h3>
<ul class="footer_social">
<li><a data-toggle="tooltip" data-placement="top" title="Facebook" class="soc_tooltip" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Twitter" class="soc_tooltip" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Google+" class="soc_tooltip" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Linkedin" class="soc_tooltip" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Youtube" class="soc_tooltip" href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End footer top area -->
<!-- Start footer bottom area -->
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomLeft">
<p> Copyright © All Rights Reserved</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomRight">
<p>Designed by <a href="http://wpfreeware.com/" rel="nofollow">Wpfreeware.com</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- End footer bottom area -->
</footer>
<!--=========== END FOOTER SECTION ================-->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Preloader js file -->
<script src="js/queryloader2.min.js" type="text/javascript"></script>
<!-- For smooth animatin -->
<script src="js/wow.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="js/slick.min.js"></script>
<!-- superslides slider -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
<!-- for circle counter -->
<script src='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/js/jquery.circliful.min.js'></script>
<!-- Gallery slider -->
<script type="text/javascript" language="javascript" src="js/jquery.tosrus.min.all.js"></script>
<!-- Custom js-->
<script src="js/custom.js"></script>
<!--===============================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
====================================================-->
</body>
</html>