-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
401 lines (382 loc) · 18 KB
/
index.html
File metadata and controls
401 lines (382 loc) · 18 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
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/swiper.min.css">
<title>Landing</title>
</head>
<body>
<!-- Section 1 -->
<section id="section1" class="section-1" >
<div id="landing" class="landing" >
<!-- Header -->
<div id="header" class="header" >
<span class="logo">
<img src="./assets/triangle.png" class="arrow-icon" />
<p>SURFACE</p>
</span>
<p class="p-header" >FOR ATHLETS AND COACHES</p>
</div>
<!-- End of Header -->
<!-- Banner -->
<div id="banner" class="banner-container" >
<p class="line1" >BE RECRUITED</p>
<p class="line2" >PLAY COLLEGE SPORTS</p>
</div>
<!-- End of banner -->
<div id="sports-list" class="sports-list">
<ul class="sport1" >
<li>FOOTBALL</li>
<li>BASKETBALL</li>
<li>BASEBALL</li>
<li>SOCCER</li>
<li>ICE HOCKEY</li>
</ul>
</div>
<!--Store Buttons -->
<div id="buttons" class="buttons-container" >
<div id="btn-store" class="btn-store" >
<img src="./assets/apple.png" class="btns-icon" />
<span> DOWNLOAD ON
<br>
<b>THE APP STORE</b>
</span>
</div>
<div id="btn-store" class="btn-store" >
<img src="./assets/play.png" class="btns-icon" />
<span> GET IT ON
<br>
<b>GOOGLE PLAY</b>
</span>
</div>
</div>
<!--End of Store Buttons -->
<!-- Sports List -->
<div id="sports-list-mobile" class="sports-list-mobile">
<ul class="sport1" >
<li>FOOTBALL</li>
<li>BASKETBALL</li>
<li>BASEBALL</li>
</ul>
<ul class="sport2" >
<li>SOCCER</li>
<li>ICE HOCKEY</li>
</ul>
</div>
</div>
</section>
<!-- End Section 1 -->
<!-- Section 2 -->
<section id="section2" class="section-2" >
<div class="container2" >
<!-- ATHLETS -->
<div id="athl" class="athlets">
<!-- Subsection title -->
<p class="sec-title" >ATHLETS</p>
<img src="./assets/player1.png" class="player1" />
<!-- Banners with features -->
<div id="features" class="features" >
<div class="square-mode white">
<div class="inner">
<div class="ft-title" >
<p class="num" >1</p>
<p class="title" >CONNECTION</p>
</div>
<p class="p-features">
Connect with coaches directly, you can ping coaches to
view profile.
</p>
</div>
</div>
<div class="square-mode grey">
<div class="inner">
<div class="ft-title" >
<p class="num" >2</p>
<p class="title" >COLLABORATION</p>
</div>
<p class="p-features">
Work with other student athletes to increase
visability. When you share and like other players
videos it will increase your visability as a player.
This is the team work aspect to Surface 1.
</p>
</div>
</div>
<div class="square-mode purple">
<div class="inner">
<div class="ft-title" >
<p class="num3" >3</p>
<p class="title" >GROWTH</p>
</div>
<p class="p-features">
Resources and tools for you to get better as a
student Athelte. Access to training classes, tutor
sessions, etc.
</p>
</div>
</div>
</div>
<!-- Features defined for smallest screen size -->
<div id="features-mobile" >
<!-- Swiper for features banners -->
<div class="swiper-container">
<div class="swiper-wrapper size">
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >1</p>
<p class="title" >CONNECTION</p>
</div>
<p >
Connect with talented athlete directly, you can watch
their skills through video showreels directly from
Surface 1.
</p>
</div>
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >2</p>
<p class="title" >COLLABORATION</p>
</div>
<p>
Work with recruiter to increase your chances of
findingtalented athlete.
</p>
</div>
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >3</p>
<p class="title" >GROWTH</p>
</div>
<p>
Work with recruiter to increase your chances of
findingtalented athlete.
</p>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination "></div>
</div>
</div>
</div>
<!-- PLAYERS -->
<div id="players" class="players">
<p class="sec-title-1" >PLAYERS</p>
<img src="./assets/player2.png" class="player1-1" />
<div class="features">
<div id="features" class="features" >
<div class="square-mode-1 white">
<div class="inner">
<div class="ft-title left-title" >
<p class="num" >1</p>
<p class="title" >CONNECTION</p>
</div>
<p class="p-features-1">
Connect with talented athlete directly, you can watch
their skills through video showreels directly from
Surface 1.
</p>
</div>
</div>
<div class="square-mode-1 grey">
<div class="inner">
<div class="ft-title left-title" >
<p class="num" >2</p>
<p class="title" >COLLABORATION</p>
</div>
<p class="p-features-1">
Work with recruiter to increase your chances of
findingtalented athlete.
</p>
</div>
</div>
<div class="square-mode-1 dark-purple">
<div class="inner">
<div class="ft-title left-title" >
<p class="num" >3</p>
<p class="title" >GROWTH</p>
</div>
<p class="p-features-1">
Work with recruiter to increase your chances of
findingtalented athlete.
</p>
</div>
</div>
</div>
</div>
<div id="features-mobile" >
<div class="swiper-container">
<div class="swiper-wrapper size">
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >1</p>
<p class="title" >CONNECTION</p>
</div>
<p>Connect with coaches directly, you can ping coaches to view profile.</p>
</div>
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >2</p>
<p class="title" >COLLABORATION</p>
</div>
<p>
Work with other student athletes to
increase visability. When you share and
like other players videos it will increase
your visability as a player. This is the
team work aspect to Surface 1.
</p>
</div>
<div class="swiper-slide square-mode-mobile grey">
<div class="ft-title" >
<p class="num" >3</p>
<p class="title" >GROWTH</p>
</div>
<p>
Resources and tools for you to get better as a student Athelte.
Access to training classes, tutor sessions, etc
</p>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination "></div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Section 2 -->
<!-- Section 3 -->
<section id="section3" class="section-3" >
<div id="actions" class="actions" >
<!-- action for desktop -->
<div class="action1" >
<div class="action-img img1">
<div class="cont-number" ><p class="number" >01</p></div>
</div>
<div class="action-container" >
<h2 class="action-title" >BE ACTIVE</h2>
<p class="action-text" >
Post videos with your skills,
Like and follow others to be
more popular.
</p>
<div class='hr'></div>
</div>
</div>
<div class="action1" >
<div class="action-container">
<h2 class="action-title" >FIND CONTACT</h2>
<p class="action-text" >
Contact others to find right coach
or athlete you are looking for.
</p>
<div class='hr'></div>
</div>
<div class="action-img img2">
<div class="cont-number-left" ><p class="number" >02</p></div>
</div>
</div>
<div class="action1" >
<div class="action-img img3">
<div class="cont-number" ><p class="number" >03</p></div>
</div>
<div class="action-container">
<h2 class="action-title" >WORK IT</h2>
<p class="action-text" >
Enjoy being a student athlete, the
recruiting process can be
overwhelming, we want to make
this a enjoyable experience.
</p>
<div class='hr'></div>
</div>
</div>
<!-- action for mobiles -->
<div class="action" >
<div class="action-img img1">
<div class="cont-number" ><p class="number" >01</p></div>
</div>
<div>
<h2 class="action-title" >BE ACTIVE</h2>
<p class="action-text" >
Post videos with your skills,
Like and follow others to be
more popular.
</p>
<div class='hr'></div>
</div>
</div>
<div class="action" >
<div class="action-img img2">
<div class="cont-number-left" ><p class="number" >02</p></div>
</div>
<div>
<h2 class="action-title" >FIND CONTACT</h2>
<p class="action-text" >
Contact others to find right coach
or athlete you are looking for.
</p>
<div class='hr'></div>
</div>
</div>
<div class="action" >
<div class="action-img img3">
<div class="cont-number" ><p class="number" >03</p></div>
</div>
<div>
<h2 class="action-title" >WORK IT</h2>
<p class="action-text" >
Enjoy being a student athlete, the
recruiting process can be
overwhelming, we want to make
this a enjoyable experience.
</p>
<div class='hr'></div>
</div>
</div>
</div>
</section>
<!-- End of section 3 -->
<section id="section4" class="section-4" >
<footer class="footer" >
<div class="logo-container">
<div class="logo-play" >
<img src="./assets/triangle.png" class="arrow-icon" />
</div>
</div>
<div class="foo-txt" >
<p class="p1"><b>DOWNLOAD APP</b></p>
<p class="p2">SHOW EVERYONE WHAT YOU CAN DO!</p>
</div>
<!--Store Buttons -->
<div id="buttons" class="buttons-container" >
<div id="btn-store" class="btn-store" >
<img src="./assets/apple.png" class="btns-icon" />
<span> DOWNLOAD ON
<br>
<b>THE APP STORE</b>
</span>
</div>
<div id="btn-store" class="btn-store" >
<img src="./assets/play.png" class="btns-icon" />
<span> GET IT ON
<br>
<b>GOOGLE PLAY</b>
</span>
</div>
</div>
<!--End of Store Buttons -->
<div class="media-icons" >
<img src="./assets/fb.png" class="btns-icon"/>
<img src="./assets/tw.png" class="btns-icon"/>
<img src="./assets/ig.png" class="btns-icon"/>
</div>
</footer>
</section>
<script src="./js/screenSize.js"></script>
<script src="./js/swiper.min.js"></script>
<script src="./js/newSwiper.js"></script>
</body>
</html>