-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
170 lines (169 loc) · 7.71 KB
/
gallery.html
File metadata and controls
170 lines (169 loc) · 7.71 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Grumble Rumble | 1v1 Multiplayer | Home</title>
<!--meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Grumble Rumble 1v1 Multiplayer, offline, online, hosted" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--//meta tags ends here-->
<!--booststrap-->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<!--//booststrap end-->
<!-- font-awesome icons -->
<link href="css/fontawesome-all.min.css" rel="stylesheet" type="text/css" media="all">
<!-- //font-awesome icons -->
<!--stylesheets-->
<link href="css/style.css" rel='stylesheet' type='text/css' media="all">
<!--//stylesheets-->
<!--lightbox slider-->
<link rel="stylesheet" href="css/lightbox.css">
<!-- lightbox slider-->
<!-- Nav-CSS -->
<link href="css/nav.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/modernizr.custom.js"></script>
<!-- //Nav-CSS -->
<link href="//fonts.googleapis.com/css?family=Cinzel+Decorative:400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Arimo" rel="stylesheet">
</head>
<body>
<!--headder-->
<div class="header-outs">
<div class="header-w3layouts">
<div class="container">
<div class="right-side">
<p>
<button id="trigger-overlay" type="button">
<span class="fa fa-bars" aria-hidden="true"></span>
</button>
</p>
</div>
<!-- open/close -->
<div class="overlay overlay-hugeinc">
<button type="button" class="overlay-close">Close</button>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="about.html" >About</a></li>
<li><a href="gallery.html" >Gallery</a></li>
<li><a href="contact.html" >Contact</a></li>
</ul>
</nav>
</div>
<!-- /open/close -->
<!-- /navigation section -->
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--//headder-->
<!--//headder-->
<!-- banner -->
<div class="inner_page-banner">
</div>
<!--//banner -->
<!--headder-->
<section class="gallery-design py-lg-4 py-md-3 py-sm-3 py-3">
<div class="container py-lg-5 py-md-5 py-sm-4 py-4">
<h3 class="title text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">Our Gallery</h3>
<div class="row grid gallery-info">
<div class="col-lg-7 col-md-7 col-sm-7 gallery-grids p-0">
<figure class="effect-marley gap-gap">
<img src="images/g1.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing.</p>
<a href="images/g1.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
</div>
<div class="col-lg-5 col-md-5 col-sm-5 p-0 gallery-grids">
<figure class="effect-marley gap-gap">
<img src="images/g2.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur</p>
<a href="images/g2.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
</div>
</div>
<div class="row grid gallery-info">
<div class="col-lg-5 col-md-5 col-sm-5 gallery-grids p-0">
<figure class="effect-marley gap-gap">
<img src="images/g3.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur </p>
<a href="images/g3.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
<figure class="effect-marley gap-gap">
<img src="images/g4.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur</p>
<a href="images/g4.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 p-0 gallery-grids">
<figure class="effect-marley gap-gap">
<img src="images/g5.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing.</p>
<a href="images/g5.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
<figure class="effect-marley gap-gap">
<img src="images/g6.jpg" alt="" class="img-fluid">
<figcaption>
<h3>Dragon<span>Slayer</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing.</p>
<a href="images/g6.jpg" class="gallery-box" data-lightbox="example-set" data-title="">
</a>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<!--Footer -->
<footer class="py-2">
<div class="icons text-center py-md-3 pb-2">
</div>
<div class="footer-below text-center">
<p>©2024 Grumble Rumble. All Rights Reserved </p>
</div>
</footer>
<!-- //Footer -->
<!--js working-->
<script src='js/jquery-2.2.3.min.js'></script>
<!--//js working-->
<!--nav menu-->
<script src="js/classie.js"></script>
<script src="js/demonav.js"></script>
<!-- //nav menu-->
<!-- light box js -->
<script src="js/lightbox-plus-jquery.min.js"> </script>
<!-- //light box js-->
<!--bootstrap working-->
<script src="js/bootstrap.min.js"></script>
<!-- //bootstrap working-->
</body>
</html>