-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·195 lines (192 loc) · 9.12 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link href="http://grfx.cstv.com/graphics/school-logos/pur-lg.png" rel="shortcut icon" />
<title>Purdue Men's Rugby</title>
<!-- Javascript/JQuery -->
<script src="jQuery/jquery-2.1.4.js"></script>
<script src="js/bootstrap.js"></script>
<!-- google analytics -->
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-105024976-1', 'auto');ga('send', 'pageview');</script>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- custom css -->
<link href="css/rugbyStyle.css" rel="stylesheet" type="text/css" media="screen">
<!-- font awesome for icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!--web fonts-->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Graduate" rel="stylesheet">
</head>
<body>
<header>
<nav id="upperBar" class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html"><span class="skew">Home</span></a></li>
<li><a href="schedule.html"><span class="skew">Schedule</span></a></li>
<li><a target="_blank" href="https://securelb.imodules.com/s/1461/campaign/index.aspx?sid=1461&gid=1010&pgid=1754&cid=4045&bledit=1&dids=1762&appealcode=10091"><span class="skew">Donate</span></a></li>
<li><a href="recruitment.html"><span class="skew">Incoming Players</span></a></li>
</ul>
</div>
</div>
</nav>
<div id="middleBar">
<img id="bannerImage" src="res/site_images/weathered_crest_small.jpg">
<h1 id="head_one">Purdue</h1>
<h3 id="head_two">Men's Rugby</h3>
</div>
</header>
<main>
<div class="container-fluid">
<div id="topStories" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div id="carouselContain" class="col-lg-8 col-md-8 col-sm-7 col-xs-12">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="res/media_images/big_ten_fall_2017_schedule.jpg" alt="Flower">
<div class="carousel-caption">
<h3>Fall 2017 Big Ten Schedule</h3>
<p>Purdue looks forward to the 2017 Big Ten Universities rugby season.</p>
</div>
</div>
</div>
</div>
</div>
<div id="upcomingScheduleContain" class="col-lg-4 col-md-4 col-sm-5 col-xs-12">
<div id="scheduleHead">
<div id="calendarHead" class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<i id="calIcon" class="fa fa-2x fa-calendar"></i>
</div>
<div id="upcomingHead" class="col-lg-10 col-md-10 col-sm-10 col-xs-10">
<div id="upcomingText">
Upcoming Matches
</div>
</div>
</div>
<div id="calendar">
<div class="calRow col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="leftBlock col-lg-3 col-md-3 col-sm-3 col-xs-3">
<div class="teamLogo">
<img src="res\logos\indiana-logo.png">
</div>
</div>
<div class="rightBlock col-lg-9 col-md-9 col-sm-9 col-xs-9">
<div class="opponent">
away vs indiana
</div>
<div class="dayDate">
saturday, september 16th, 1:00 pm eastern time
</div>
<div class="location">
bloominton, indiana
</div>
</div>
</div>
<div class="calRow col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="leftBlock col-lg-3 col-md-3 col-sm-3 col-xs-3">
<div class="teamLogo">
<img src="res\logos\michigan-logo.png">
</div>
</div>
<div class="rightBlock col-lg-9 col-md-9 col-sm-9 col-xs-9">
<div class="opponent">
home vs Michigan
</div>
<div class="dayDate">
saturday, september 30th, 1:00 pm eastern time
</div>
<div class="location">
west lafayette, indiana
</div>
</div>
</div>
<div class="calRow col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="leftBlock col-lg-3 col-md-3 col-sm-3 col-xs-3">
<div class="teamLogo">
<img src="res\logos\illinois-logo.png">
</div>
</div>
<div class="rightBlock col-lg-9 col-md-9 col-sm-9 col-xs-9">
<div class="opponent">
home vs Illinois
<div class="dayDate">
saturday, october 7th, 1:00 pm eastern time
</div>
<div class="location">
west lafayette, indiana
</div>
</div>
</div>
<div class="calRow col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="leftBlock col-lg-3 col-md-3 col-sm-3 col-xs-3">
<div class="teamLogo">
<img src="res\logos\michigan-state-logo.png">
</div>
</div>
<div class="rightBlock col-lg-9 col-md-9 col-sm-9 col-xs-9">
<div class="opponent">
away vs michigan state
</div>
<div class="dayDate">
saturday, October 14th, 1:00 pm eastern time
</div>
<div class="location">
east lansing, michigan
</div>
</div>
</div>
<div class="calRow col-lg-12 col-md-12 col-sm-12 col-xs-12" id="seeFullSchedule">
<a href="schedule.html">See Full Schedule >></a>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div id="footer" class="container-fluid col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row">
<div id="logoBar" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-xs-1"></div>
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-10">
<div id="d1aRugby" class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="http://www.d1arugby.com"><img src="res/logos/d1a-logo.png"></a>
</div>
<div id="purdueLogo" class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="http://www.purdue.edu"><img src="res/logos/purdue-university-logo.png"></a>
</div>
<div id="usaRugby" class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="http://www.usarugby.org"><img src="res/logos/usa_rugby_logo.png"></a>
</div>
</div>
<div class="col-xs-1"></div>
</div>
<div id="footerText" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<p>Purdue Rugby is a member of the <a href="http://www.bturugby.com">Big Ten Universities Rugby Conference</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>