-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·383 lines (304 loc) · 14.7 KB
/
index.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
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Gravol Sports</title>
<meta name="keywords" content="gravol, gravol sports, sports tech">
<meta name="description" content="sprots analysis, video analysis, sports tech, technology in sports">
<meta name="author" content="fahad kamraan">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="favicons/favicon.ico">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-jump">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
</div> <!-- end header-logo -->
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<ul class="header-nav__list">
<li><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<!--<li><a class="smoothscroll" href="#works" title="services">Team</a></li> -->
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
</ul>
<p>Feel free to reach out to us! For more info <a href='#contact'>click here</a></p>
<ul class="header-nav__social">
<li>
<a href="https://www.facebook.com/gravolsports/"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/gravolsports/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/gravolsports/about/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home page-hero target-section" data-parallax="scroll" data-image-src="images/soccer.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="grid-overlay">
<div></div>
</div>
<div class="home-content">
<div class="row home-content__main">
<h1>
Gravol
</h1>
<h3>
Winning made easy with analysis
</h3>
<div class="home-content__video">
<a class="video-link" href="https://youtu.be/tGtAUFMOYU4" data-lity>
<span class="video-icon"></span>
<span class="video-text">Watch Video</span>
</a>
</div>
<div class="home-content__button">
<a href="#about" class="smoothscroll btn btn--primary btn--large">
More About Us
</a>
<a href="#contact" class="smoothscroll btn btn--large">
Get in touch
</a>
</div>
</div> <!-- end home-content__main -->
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
Scroll
</a>
</div>
</div> <!-- end home-content -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-services target-section darker">
<div class="row section-header bit-narrow" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Who Are We</h3>
<h1 class="display-1">
We are a sports tech startup working with game and training videos especially in soccer and analyse them
based on various metrics to generate valuable insights from it.
</h1>
</div>
</div> <!-- end section-header -->
<div class="row bit-narrow services block-1-2 block-tab-full">
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="icon-star"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">Performance Analysis</h3>
<p> We do full match video analysis as well tranining/ practice analysis and generate key
insights from the video data. Our main aim is to imporve the performance of each player
and overall as a team.
</p>
</div>
</div>
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="icon-group"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">Clip Videos</h3>
<p>Our desktop app clips video automatically and tag them all on it's own, all you have to
do is to upload a video rest is done by our software. You clip hundreads of videos based
on different event tags.
</p>
</div>
</div>
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="icon-pie-chart"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">Stats</h3>
<p>Based on the video and our analysis on video we deliver a wide range of stats such as
Heat maps, ball possession, number of goals scored, distance covered, fouls, corners,
etc.
</p>
</div>
</div>
<div class="col-block item-service" data-aos="fade-up">
<div class="item-service__icon">
<i class="icon-image"></i>
</div>
<div class="item-service__text">
<h3 class="item-title">On Video Visualisations</h3>
<p>One can plot and visualise key moments in the full match on the video itself. Our on-video
visulations can be very helpful in demonstrating the play. It's easy and simple to use, one
can visulase anything.
</p>
</div>
</div>
</div> <!-- end about-->
</section> <!-- end s-services -->
<!-- clients
================================================== -->
<section id="clients" class="s-clients target-section darker">
<div class="grid-overlay">
<div></div>
</div>
<div class="row section-header text-center narrow" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Our Clients</h3>
<h1 class="display-1">Who we work with</h1><br><br>
</div>
</div> <!-- end section-header -->
<div class="row clients-wrap" data-aos="fade-up">
<div class="col-twelve">
<ul class="clients">
<li><img src="images/maringafc.png" alt="image" height="120" width="120"></li>
<li><img src="images/santos.png" alt="image" height="190" width="170"></li>
<li><img src="images/cal.png" alt="image" height="190" width="170"></li>
</ul>
</div>
</div>
</section> <!-- end s-clients -->
<!-- testimonies
================================================== -->
<section class="s-testimonials">
<div class="testimonials__icon" data-aos="fade-up"></div>
<div class="row testimonials narrow">
<div class="col-full testimonials__slider" data-aos="fade-up">
<div class="testimonials__slide">
<p>Right now we have lot of trouble recording matches and training,
We are very interested and looking forward to works
with you.</p>
<div class="testimonials__author">
Kevin
<span>Coach, Cal Soccer</span>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</section> <!-- end s-testimonials -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="grid-overlay">
<div></div>
</div>
<div class="row section-header narrow" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Keep In Touch</h3>
<h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1>
</div>
</div> <!-- end section-header -->
<div class="row contact-main" data-aos="fade-up">
<div class="col-full">
<p class="contact-email">
<a href="mailto:#0">fahadkamraan@berkeley.edu</a>
</p>
<p class="contact-address">
SCET, 2227 Piedmont Avenue <br>
Berkeley, CA, 94704 US
</p>
<p class="contact-numbers">
</p>
<ul class="contact-social">
<li>
<a href="https://www.facebook.com/gravolsports/"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/gravolsports/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/gravolsports/about/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full ss-copyright">
<span>© Copyright Gravol Sports 2019</span>
<span>All rights Reserved.</span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">Back to Top</a>
</div>
</footer>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>