-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (132 loc) · 5.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Landing page for the PPP PGA Tour Golf Pool.">
<meta name="author" content="Michael Daw">
<title>ppppgapoollol</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts (IMPORTANT: Delete these if you are using a different body style!) -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="vendor/formstone/background.css" rel="stylesheet" type="text/css">
<link href="vendor/animate.css/animate.min.css" rel="stylesheet" type="text/css">
<!-- Vitality Theme CSS -->
<link href="css/vitality-green.css" rel="stylesheet" type="text/css">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i> Menu
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<p><img src="img/ball.svg" alt="" style="margin-right: 20px">PPP PGA Golf Pool</p>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#join">Join</a>
</li>
<li>
<a class="page-scroll" href="#signin">Sign In</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="video">
<div class="overlay"></div>
<div class="intro-content">
<img src="img/ball.svg" class="img-responsive img-centered" alt="">
<div class="brand-name">
<p>The PPP PGA</p>
<p>Golf Pool</p>
</div>
<hr class="colored">
<div class="brand-name-subtext">The least popular golf pool in southern Alberta!</div>
</div>
<div class="scroll-down page-scroll">
<a class="btn page-scroll" href="#about"><i class="fa fa-angle-down"></i></a>
</div>
</header>
<!-- About Section -->
<section id="about">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-12 wow fadeIn">
<h1>Want to make this boring game a little more interesting!?</h1>
<hr class="colored">
<p>The PPP PGA Tour Golf Pool started as the dream of one man. It's evolved little since then.</p>
</div>
</div>
<div class="row text-center content-row">
</div>
</div>
</section>
<!-- Team Section -->
<section id="join" class="bg-gray">
<div class="container text-center wow fadeIn">
<div class="row">
<div class="col-lg-12">
<h2>You'd Like to Join?</h2>
<hr class="colored">
<p>Send an email to Tyler at [email protected] to request an invite.</p>
<p>He'll set you up with the info you need.</p>
</div>
</div>
<div class="row content-row">
</div>
</div>
</section>
<!-- Quote Call to Action -->
<aside id="signin" class="cta-quote" style="background-image: url('img/bg-golf.jpg');">
<div class="container wow fadeIn">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<span class="quote">Already involved?<br><span class="text-primary">Go to your Dashboard and get started!</span></span>
<hr class=" colored">
<a class="btn btn-outline-light page-scroll" href="https://ppppooldashboard.azurewebsites.net">Sign In</a>
</div>
</div>
</div>
</aside>
<!-- Footer -->
<footer class="footer" style="background-color: black">
<div class="container text-center">
More stuff here if we need.
</div>
</footer>
<!-- Core Scripts -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Plugin Scripts -->
<script src="vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="vendor/owl-carousel/owl.carousel.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendor/formstone/core.js"></script>
<script src="vendor/formstone/transition.js"></script>
<script src="vendor/formstone/background.js"></script>
<script src="vendor/wow/wow.min.js"></script>
<!-- Vitality Theme Scripts -->
<script src="js/vitality.js"></script>
</body>
</html>