-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject06.html
More file actions
executable file
·347 lines (273 loc) · 18.6 KB
/
project06.html
File metadata and controls
executable file
·347 lines (273 loc) · 18.6 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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'code here', 'auto');
ga('send', 'pageview');
</script>
<title>Grenada - Creative Showcase Portfolio Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Download the best Creative Portfolio HTML Template in 2018" />
<meta name="author" content="ClaPat Studio">
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="favicon.ico" />
<link href="style.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700" rel="stylesheet">
</head>
<body class="hidden">
<main>
<!-- Preloader -->
<div class="preloader-wrap">
<div class="outer">
<div class="inner">
<div class="percentage" id="precent"></div>
</div>
</div>
</div>
<!--/Preloader -->
<div class="cd-index cd-main-content">
<!-- Page Content -->
<div id="page-content" class="light-content">
<!-- Header -->
<header>
<div id="header-container">
<!-- Logo -->
<div id="logo" class="hide-ball">
<a class="ajax-link" data-type="page-transition" href="index.html">
<img class="black-logo" src="images/logo.png" alt="ClaPat Logo">
<img class="white-logo" src="images/logo-white.png" alt="ClaPat Logo">
</a>
</div>
<!--/Logo -->
<!-- Navigation -->
<nav>
<ul data-breakpoint="1025" class="flexnav">
<li class="link"><a class="link active" href="#">Home</a>
<ul>
<li><a class="ajax-link" href="index.html" data-type="page-transition">Split Slider</a></li>
<li><a class="ajax-link" href="index-centered.html" data-type="page-transition">Centerd Slider</a></li>
<li><a class="ajax-link" href="index-full.html" data-type="page-transition">Fullscreen Slider</a></li>
</ul>
</li>
<li class="link"><a class="ajax-link link" data-type="page-transition" href="about.html">About</a></li>
<li class="link"><a class="ajax-link link" data-type="page-transition" href="contact.html">Contact</a></li>
</ul>
</nav>
<!--/Navigation -->
<!-- Menu Burger -->
<div id="menu-burger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!--/Menu Burger -->
</div>
</header>
<!--/Header -->
<!-- Main -->
<div id="main">
<!-- Hero Section -->
<div id="hero" class="has-image">
<div id="hero-styles" class="parallax-onscroll">
<div id="hero-caption" class="text-align-center">
<div class="inner">
<h1 class="hero-title">Baseball <span>Game</span></h1>
<h2 class="hero-subtitle">Let the game proceed on the battlefield</h2>
<div class="scroll-down-wrap no-border link">
<a href="#" class="section-down-arrow ">
<svg class="nectar-scroll-icon" viewBox="0 0 30 45" enable-background="new 0 0 30 45">
<path class="nectar-scroll-icon-path" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M15,1.118c12.352,0,13.967,12.88,13.967,12.88v18.76 c0,0-1.514,11.204-13.967,11.204S0.931,32.966,0.931,32.966V14.05C0.931,14.05,2.648,1.118,15,1.118z">
</path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="hero-bg-wrapper">
<div id="hero-image-parallax">
<div id="hero-bg-image" style="background-image:url(images/06hero.jpg)"></div>
</div>
</div>
<!--/Hero Section -->
<!-- Main Content -->
<div id="main-content">
<div id="main-page-content">
<!-- Row -->
<div class="vc_row row_padding_top row_padding_bottom">
<div class="container">
<div class="one_third has-animation" data-delay="10">
<h4>Baseball is a bat and ball game played between two opposing teams.</h4>
</div>
<div class="two_third has-animation last" data-delay="50">
<p>The first objective of the batting team is to have a player reach first base safely. A player on the batting team who reaches first base without being called out can attempt to advance to subsequent bases as a runner, either immediately or during teammates' turns batting. The fielding team tries to prevent runs by getting batters or runners out, which forces them out of the field of play. <br><br> Both the pitcher and fielders have methods of getting the batting team's players out. The opposing teams switch back and forth between batting and fielding; the batting team's turn to bat is over once the fielding team records three outs. One turn batting for each team constitutes an inning.</p>
<a href="https://www.behance.net/gallery/66551479/ACADEMY-SPORTS-OUTDOORS-BASEBALL" target="_blank" class="link"><span>Read More</span></a>
</div>
</div>
</div>
<!--/Row -->
<!-- Row -->
<div class="vc_row full">
<div class="container has-animation" data-delay="100">
<!-- Collage -->
<div id="justified-grid">
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb01.jpg">
<img src="images/projects/bb01.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb02.jpg">
<img src="images/projects/bb02.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb03.jpg">
<img src="images/projects/bb03.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb04.jpg">
<img src="images/projects/bb04.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb05.jpg">
<img src="images/projects/bb05.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb06.jpg">
<img src="images/projects/bb06.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb07.jpg">
<img src="images/projects/bb07.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb08.jpg">
<img src="images/projects/bb08.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb09.jpg">
<img src="images/projects/bb09.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb10.jpg">
<img src="images/projects/bb10.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb11.jpg">
<img src="images/projects/bb11.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb12.jpg">
<img src="images/projects/bb12.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
<!-- Collage item with pop-up -->
<div class="collage-thumb">
<a class="image-link" href="images/projects/bb13.jpg">
<img src="images/projects/bb13.jpg" alt="img" />
<div class="thumb-info">Caption Image</div>
</a>
</div>
</div>
<!--/Collage -->
</div>
</div>
<!--/Row -->
</div>
<!--/Main Page Content -->
<!-- Project Navigation -->
<div id="project-nav">
<div class="next-project-wrap">
<div class="next-project-image" style="background-image:url(images/07hero.jpg)"></div>
<a class="next-project-title next-ajax-link-project hide-ball " data-type="page-transition" href="project07.html">
<div class="main-title">The <span>Biker</span></div>
<div class="main-subtitle">Next Project</div>
</a>
</div>
</div>
<!--/Project Navigation -->
</div>
<!--/Main Content -->
</div>
<!--/Main -->
<!-- Footer -->
<footer class="hidden">
<div id="footer-container">
<div class="copyright-wrap">
<div class="copyright-icon"><i class="fa fa-copyright" aria-hidden="true"></i></div>
<div class="copyright-text">Copyright</div>
<div class="copyright">
<p>2018 © <a class="link" target="_blank" href="https://www.clapat.com/themes/grenada/">Grenada Theme</a>. Design by <a class="link" target="_blank" href="https://www.clapat.com/">Clapat</a>.</p>
</div>
</div>
<div class="socials-wrap">
<div class="socials-icon"><i class="fa fa-share-alt" aria-hidden="true"></i></div>
<div class="socials-text">Follow Us</div>
<ul class="socials">
<li><span class="parallax-wrap"><a class="parallax-element" href="https://www.facebook.com/clapat.ro" target="_blank">Fb</a></span></li>
<li><span class="parallax-wrap"><a class="parallax-element" href="https://www.dribbble.com/clapat" target="_blank">Db</a></span></li>
<li><span class="parallax-wrap"><a class="parallax-element" href="https://www.twitter.com/clapatdesign" target="_blank">Tw</a></span></li>
<li><span class="parallax-wrap"><a class="parallax-element" href="https://www.behance.com/clapat" target="_blank">Be</a></span></li>
</ul>
</div>
</div>
</footer>
<!--/Footer -->
</div>
<!--/Page Content -->
</div>
</main>
<div class="cd-cover-layer"></div>
<div id="magic-cursor">
<div id="ball">
<div id="ball-loader"></div>
</div>
</div>
<div id="rotate-device"></div>
<script src="js/jquery.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>