-
Notifications
You must be signed in to change notification settings - Fork 0
/
mens-prospects.html
683 lines (559 loc) · 18 KB
/
mens-prospects.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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!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: white;
font-size: 18px;
font-family: 'Questrial';
color: #4e4f51;
}
h1, h2, h3, h4, h5 {
margin-top: 40px;
margin-bottom: 40px;
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;
}
#logo hr {
margin-top: 50px;
margin-bottom: 50px;
}
hr {
border-top: 1px solid #5ccae6;
width: 100%;
margin-top: 0px;
margin-bottom: 40px;
}
#prospect-timeline h2, #about h2 {
margin-top: 40px;
margin-bottom: 10px;
}
header {
padding: 50px 0px 50px 0px;
}
section {
padding: 50px 0px 50px 0px;
border-top: 2px solid #5ccae6;
}
.btn-default {
color: #333;
background-color: #5ccae6;
border-color: #fff;
border-radius: 25px;
margin-top: 25px;
}
.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;
}
#logo {
margin-top: 100px;
margin-bottom: 100px;
}
#logo img {
}
#about {
background-color: #e7e7e7;
}
#about .btn{
display: block;
width: 100%
margin: auto;
}
#interested, #programs {
background-color: #939598;
color: #fff;
}
#serve h2 {
text-align:left;
}
img {
width: 100%
}
.navbar-default {
background-color: rgba(255,255,255,.90);
border-color: #939598;
}
.navbar-default .navbar-nav>li>a {
color: #5ccae6;
font-size: 14px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #939598;
background-color: transparent;
}
.navbar-toggle {
font-size: 14px;
}
.navbar-brand {
padding: 8px 20px;
}
.navbar-brand img {
height: 35px;
width: 35px;
margin-right: 10px;
display: inline;
}
#mainNav .name {
display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #e7e7e7;
background-color: white;
}
.header-icon {
margin: 0px 12px 0px 0px;
height: 35px;
width: 35px;
}
.fa {
margin-top: 13px;
}
#results i {
margin-top: 43px;
font-family: 'Venera700';
font-size: 14px;
}
@media(min-width:768px) {
#mainNav .name {
display: inline;
}
.fa {
margin-top: 13px;
}
}
@media(min-width:1000px) {
.navbar-default .navbar-nav>li>a {
color: #5ccae6;
font-size: 16px;
}
}
@media(min-width:1100px) {
.fa {
margin-top: 33px;
}
#results i {
margin-top: 61px;
font-family: 'Venera700';
font-size: 19px;
}
}
@media(min-width:1200px) {
.fa {
margin-top: 33px;
}
#prospect-timeline {
padding-bottom: 100px;
}
}
#prospect-timeline {
margin-left: 0px;
margin-right: 0px;
padding-bottom: 100px;
}
#prospect-timeline ul h3 {
margin-top: 20px;
margin-bottom: 10px;
}
p {
padding-bottom: 40px;
}
.about-modal .modal-content {
padding: 100px 0;
}
.about-modal .close-modal {
position: absolute;
width: 75px;
height: 75px;
background-color: transparent;
top: 25px;
right: 25px;
cursor: pointer;
}
.about-modal .close-modal .lr {
height:75px;
width:1px;
margin-left:35px;
background-color:#222;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
z-index:1051
}
.about-modal .close-modal .lr .rl {
height:75px;
width:1px;
background-color:#222;
transform:rotate(90deg);
-ms-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
z-index:1052
}
#consulting {
margin-bottom: 0px;
}
#about .col-sm-4 {
background-color: #4e4f51;
border-radius: 25px;
border: 1px solid white;
padding: 10px;
}
#about h1 {
color: white;
}
.page-id {
margin: 15px 0 10px;
width: 320px;
font-size: 16px;
}
.why-subheaders {
color: #5ccae6;
font-weight: bold;
padding-bottom: 0px;
}
#why h4 {
margin-bottom: 10px;
}
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;
}
}
</style>
</head>
<body>
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span>MENU<span>
</button>
<a class="navbar-brand page-scroll" href="index"><img src="img/ps-icon.png" /><span class="name"></span></a>
<div class="page-id">Men's Basketball Prospects</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sports<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="mens-prospects">Men's Basketball Prospects</a>
</li>
<li>
<a href="womens-prospects">Women's Basketball Prospects</a>
</li>
<li>
<a href="mens-coaches">Men's Basketball Coaches</a>
</li>
<li>
<a href="womens-coaches">Women's Basketball Coaches</a>
</li>
</ul>
</li>
<li>
<a class="" href="events">Events</a>
</li>
<li>
<a class="page-scroll" href="contact-us">Contact Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- landing page logo -->
<header id="logo">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<img src="img/ps-logo-lg.png" class="image-responsive" alt="">
</div>
</div>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h2 class="">OUR SERVICE</h2>
<hr>
<p> Our mission is to connect athletes with college coaches. We manage and position prospect information
in a way that college coaches have the necessary relationships and tools to evaluate and discover
prospects across the United States. College coaches are faced with evaluating thousands of prospects
each year which makes prospect information and video dissemination an important part of the
recruiting process. In order to effectively get your information to college coaches, we rely on
relationships and coming alongside your club, school, or coach to begin the prospect marketing process.
</p>
</div>
</div>
</div>
</section>
<section id="prospect-timeline">
<div class="container">
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h2>PROSPECT MARKETING PLATFORM</h2>
<hr>
<ul class="timeline">
<li >
<div id="timeline-image-top" class="timeline-image">
<i class="fa fa-group fa-4x"></i>
</div>
<div class="timeline-panel wow fadeIn" data-wow-delay=".5s">
<div class="timeline-heading">
<h3>Prospect Camps</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Exposure & evaluation of top prospects</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<i class="fa fa-info-circle fa-4x"></i>
</div>
<div class="timeline-panel wow fadeIn" data-wow-delay=".5s">
<div class="timeline-heading">
<h3>Prospect Profiles</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Showcase key recruiting information</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<i id="" class="fa fa-bullseye fa-4x"></i>
</div>
<div class="timeline-panel wow fadeIn" data-wow-delay=".5s">
<div class="timeline-heading">
<h3>Prospect Referrals</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Distribute profile & video directly to coaches</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="why">
<div class="container">
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h2 class="">WHY USE OUR SERVICE</h2>
<hr>
<h4>Not Just A Recruiting Website</h4>
<p class="why-subheaders">Our profiles are an always evolving tool for prospects</p>
<p>Unlike many of today’s recruiting services, our prospect profiles go beyond creating a profile on
a website. Prospect Source was built from the ground up by developers using the same
technology as platforms such as Facebook and Instagram. Using this technology, our profiles
were built with features to market prospects to college coaches in ways that have never been
done before.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h4>Transparency</h4>
<p class="why-subheaders">We show you exactly what you are paying for</p>
<p>We take pride in the transparency we offer our customers. One of the first features ever offered
by Prospect Source was a unique way to show users all of the college coach activity on their
content. Ever since, we have put transparency at the forefront of everything we do so we can
always show customers what they are paying for. Instead of saying college coaches will be
viewing your profile and offering you a scholarship, we are honest and upfront, making the data
available and communicating that our job is strictly to get your information to college coaches.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h4>Distribution</h4>
<p class="why-subheaders">Reach more college coaches</p>
<p>When prospects use our premium marketing services, we guarantee more reach than all other
recruiting services in the United States. Many services market only to college coaches subscribed
to their website. Prospect Source is unique because we can reach every college coaching staff of
every level in the country, whether they are subscribed to our service or not. Once a prospect’s
content is delivered to a college coaching staff, it is up to them what they do with it, however,
we want to make sure they have the opportunity to evaluate every prospect on our platform.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h4>Data driven philosophy</h4>
<p class="why-subheaders">We got into the mind of prospects and college coaches</p>
<p>Before the Prospect Source platform launched, our services underwent a series of tests so we
knew what features to include in all of our products. Our research and development was
essential to building effective products for prospects and college coaches because of the
competitive landscape of college athletic recruiting. Not only did we use data to build our
platform, we use data to offer our customers transparency and as a tool to make informed
decisions as they take the next step in the recruiting process.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h4>Cost effective</h4>
<p class="why-subheaders">We want every prospect in the United States on our platform</p>
<p>We want every prospect to have the opportunity to use our services. In order to do this, we offer
service that ranges from free to $300 on an annual basis. Like most services, we offer a free
profile, however several services can range into the thousands, albeit while offering little
transparency in the process.
</p>
</div>
</div>
</div>
</section>
<!---
<section id="about">
<div class="container">
<div class="row">
<div class="column-container" >
<div class="col-sm-offset-4 col-sm-4 text-center wow fadeIn" data-wow-delay=".5s">
<h1>Sign Me Up!</h1>
<a class="btn btn-default btn-xl " href="#Modal3" data-toggle="modal" >
Register
</a>
<a class="btn btn-default btn-xl " href="#Modal3" data-toggle="modal" >
Sign-in
</a>
</div>
</div>
</div>
</div>
</section>
--->
<footer>
<div class="container">
<div class="row">
<div class="text-left" >
<div class="col-sm-4 col-sm-offset-1 text-center">
<ul>
<li>
<a href="mens-prospects">Men's Basketball Prospects</a>
</li>
<li>
<a href="womens-prospects">Women's Basketball Prospects</a>
</li>
<li>
<a class="" href="events">Events</a>
</li>
</ul>
</div>
<div class="col-sm-2 text-center">
<a href="index"><img id="footer-logo" src="img/logo-only-flat.png" /></a>
</div>
<div class="col-sm-4 text-center">
<ul>
<li>
<a href="mens-coaches">Men's Basketball Coaches</a>
</li>
<li>
<a href="womens-coaches">Women's Basketball Coaches</a>
</li>
<li>
<a class="" href="contact-us">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- 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>
<!-- Submit the Form to Google Using "AJAX" -->
<script type="text/javascript" src="js/prospect-form-submission-handler.js"></script>
</body>
</html>