-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
240 lines (238 loc) · 9.97 KB
/
games.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
<!DOCTYPE HTML>
<html>
<head>
<title>Gamez Bootstarp Website Template</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Header Starts Here -->
<div class="header">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<span class="menu"></span>
<div class="navigation">
<ul class="navig cl-effect-3" >
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="search-bar">
<input type="text" placeholder="search" required="" value="search"/>
<input type="submit" value="" />
</div>
<script>
$( "span.menu" ).click(function() {
$( ".navigation" ).slideToggle( "slow", function() {
// Animation complete.
});
});
</script>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- Header Ends Here -->
<!-- Games Page Starts here -->
<div class="games">
<div class="container">
<div class="page-path">
<ul class="path-list">
<li><a href="index.html">Home</a></li> /
<li class="act">Games</li>
</ul>
<p><a href="index.html">Back to Home</a></p>
<div class="clearfix"></div>
</div>
<h3 class="page-header">
List of Games Here
</h3>
<div class="main">
<div class="view view-first">
<img src="images/1.jpg" />
<div class="mask">
<h2>Game Never</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/2.jpg" />
<div class="mask">
<h2>Online Game</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/3.jpg" />
<div class="mask">
<h2>Delmen lorem</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/4.jpg" />
<div class="mask">
<h2>Ipsum street</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/5.jpg" />
<div class="mask">
<h2>Games online</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/6.jpg" />
<div class="mask">
<h2>Nothing but Game</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/2.jpg" />
<div class="mask">
<h2>Ipsum street</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/1.jpg" />
<div class="mask">
<h2>Games online</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
<div class="view view-first">
<img src="images/4.jpg" />
<div class="mask">
<h2>Nothing but Game</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="single.html" class="info">Play It</a>
</div>
</div>
</div>
<div class="side-bar">
<h4>New games</h4>
<ul class="game-list">
<li><a href="games.html">Shooting</a></li>
<li><a href="games.html">Action</a></li>
<li><a href="games.html">Cars</a></li>
<li><a href="games.html">Wressling</a></li>
<li><a href="games.html">bikes</a></li>
<li><a href="games.html">bicycle</a></li>
<li><a href="games.html">Racing</a></li>
<li><a href="games.html">Zombies</a></li>
</ul>
<h4>Old games</h4>
<ul class="game-list">
<li><a href="games.html">Shooting</a></li>
<li><a href="games.html">Action</a></li>
<li><a href="games.html">Cars</a></li>
<li><a href="games.html">Wressling</a></li>
<li><a href="games.html">bikes</a></li>
<li><a href="games.html">bicycle</a></li>
<li><a href="games.html">Racing</a></li>
<li><a href="games.html">Zombies</a></li>
<li><a href="games.html">Action</a></li>
<li><a href="games.html">Cars</a></li>
<li><a href="games.html">Wressling</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- Games Page Ends here -->
<!-- What New Part starts Here -->
<div class="what-new">
<div class="container">
<h3>What's new</h3>
<div class="blog-news">
<div class="blog-news-grid">
<div class="news-grid-left">
<h4>06</h4>
<small>of january 2015</small>
</div>
<div class="news-grid-right">
<h4>Claritas est etiam processus</h4>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim </p>
</div>
<div class="clearfix"></div>
</div>
<div class="blog-news-grid b_n_g">
<div class="news-grid-left">
<h4>28</h4>
<small>of january 2015</small>
</div>
<div class="news-grid-right">
<h4>Claritas est etiam processus</h4>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim </p>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
<div class="blog-news b_n">
<div class="blog-news-grid">
<div class="news-grid-left">
<h4>21</h4>
<small>of january 2015</small>
</div>
<div class="news-grid-right">
<h4>Claritas est etiam processus</h4>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim </p>
</div>
<div class="clearfix"></div>
</div>
<div class="blog-news-grid b_n_g">
<div class="news-grid-left">
<h4>05</h4>
<small>of january 2015</small>
</div>
<div class="news-grid-right">
<h4>Claritas est etiam processus</h4>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim </p>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- What New Part Endss Here -->
<!-- Footer Starts Here -->
<div class="footer">
<div class="container">
<ul class="social">
<li><i class="fa"></i></li>
<li><i class="fb"></i></li>
<li><i class="fc"></i></li>
</ul>
<p>2020 Design by <a href="#">Example</a></p>
</div>
</div>
<!-- Footer Ends Here -->
</body>
</html>