-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
319 lines (245 loc) · 6.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Prospect Source - Premier Recruiting Service for AAU & JUCO Basketball Players>
<meta name="author" content="Rusty Hutchison">
<title>Prospect Source</title>
<link rel="icon" href="img/ps-icon.png">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<link rel="stylesheet" href="css/timeline.css">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
}
@font-face {
font-family: Venera100;
src: url(react-stack/fonts/Venera-100.otf);
}
@font-face {
font-family: Venera300;
src: url(react-stack/fonts/Venera-300.otf);
}
@font-face {
font-family: Venera500;
src: url(react-stack/fonts/Venera-500.otf);
}
@font-face {
font-family: Venera700;
src: url(react-stack/fonts/Venera-700.otf);
}
@font-face {
font-family: Venera900;
src: url(react-stack/fonts/Venera-900.otf);
}
body {
background-color: black;
color: #fff;
font-family: 'Questrial';
}
h1, h2, h3, h4, h5 {
font-family: 'Venera700';
}
a {
text-decoration: none;
color: #5ccae6;
}
a:active {
text-decoration: none;
color: #939598;
}
a:focus, a:hover {
text-decoration: none;
color: #939598;
}
hr {
width: 75%;
margin-top: 50px;
margin-bottom: 50px;
}
section {
margin: 0px 20px 50px 20px;
}
#logo {
margin-top: 90px;
margin-bottom: 0px;
}
.logo-no-padding {
padding-left: 0px;
padding-right: 0px;
}
#banner {
background-color: #5ccae6;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
img {
width: 100%
}
.btn-default {
color: #333;
background-color: #5ccae6;
border-color: #fff;
border-radius: 25px;
margin: 10px;
width: 75%;
}
.btn-default:hover, .btn-default:focus {
color: #333;
background-color: #fff;
border-color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: none;
border: 2px solid #5ccae6;
}
h2 {
font-size: 18px;
margin-top: 10px;
}
@media(min-width:700px) {
h2 {
font-size: 16px;
}
}
@media(min-width:1000px) {
h2 {
font-size: 18px;
}
}
@media(min-width:1000px) {
#logo {
margin-top: 5%;
margin-bottom: 0px;
}
}
@media(min-width:1280px) {
#logo {
margin-top: 9%;
margin-bottom: 0px;
}
}
@media screen and (max-width:768px) {
#about .col-sm-4 {
margin-top: 30px;
}
}
.column-container {
display: inline-block;
width: 80%;
margin: 0% 10.2% 0%;
}
.coaches {
margin-bottom: 40px;
}
.areas {
border-radius: 25px;
border: 1px solid white;
}
#about h2 {
height: 40px;
}
footer {
margin-top: 100px;
padding-top: 25px;
padding-bottom: 20px;
border-top: 1px solid white;
background-color: #4d4e50;
}
footer h2 {
text-decoration: underline;
}
footer ul {
list-style: none;
padding-left:0;
}
footer hr {
margin-top: 25px;
margin-bottom: 25px;
}
footer .fa-youtube {
color: white;
margin-top: 10px;
}
@media(max-width:768px) {
#footer-logo {
width: 50%;
margin-bottom: 14px;
}
}
#media {
margin-top: 35px;
}
</style>
</head>
<body>
<!-- landing page logo -->
<section id="logo">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center logo-no-padding">
<img src="img/ps-logo-reversed-lg.png" class="image-responsive" alt="">
<hr>
</div>
</div>
</div>
</section>
<section id="" style="background-color: #5ccae6; margin: 0px 0px 50px 0px;" >
<div class="container-fluid">
<div class="row text-center">
<div class="col-sm-12">
<h2 style="font-size: 25px;" class="wow bounceInLeft">We Help Coaches Find Prospects</h2>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="column-container" >
<div class="col-sm-4 col-sm-offset-2" data-wow-delay="0s">
<div class="areas text-center wow fadeIn">
<h2>Men's<br>Basketball</h2>
<a class="btn btn-default" href="mens-coaches">
College Coaches
</a>
<a class="btn btn-default" href="mens-prospects">
Prospects
</a>
</div>
</div>
<div id="" class="col-sm-4" data-wow-delay="0s">
<div class="areas text-center wow fadeIn">
<h2>Women's<br>Basketball</h2>
<a class="btn btn-default" href="womens-coaches">
College Coaches
</a>
<a class="btn btn-default" href="womens-prospects">
Prospects
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/prospect.js"></script>
</body>
</html>