-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathathletics.html
110 lines (98 loc) · 4.44 KB
/
athletics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Athletics</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="/css/styles.css">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/index.html"><img src="/img/WU-logo-2.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/academics.html">Academics</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/athletics.html">Athletics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/admissions.html">Admissions</a>
</li>
</ul>
</div>
</nav>
<div class="page-body">
<div class="title-block">
<h1>Athletics</h1>
<div class="image-container">
<img src="/img/football-game-2.jpg">
</div>
</div>
<div class="content-block">
<h2>Teams</h2>
<p>WU is the proud home of the Fighting Cacti! As one of the top athletic
programs in Division V, you can always find a fun sporting event to attend
here! Whether you prefer the riveting action of football or a sport like
curling that is neither riveting nor action-packed, we've got you covered!
Our men's and womens sports programs strive for excellence and compete hard
in every match!</p>
</div>
<div class="content-block">
<div class="stats-container">
<div class="fact">
<div class="fact-description">WU currently sponsors 7 sports team,
but that number will grow in coming years. </div>
</div>
<div class="fact-image">
<img src="/img/WU-logo-1.png">
</div>
<div class="stat">
<div class="stat-value">#2</div>
<div class="stat-description">Division V Sports Program in America</div>
</div>
<div class="fact-image">
<img src="/img/volleyball-game.jpg">
</div>
<div class="fact-image">
<img src="/img/curling.jpg">
</div>
<div class="stat">
<div class="stat-value">#1</div>
<div class="stat-description">Curling team in the West Dakota Sports
League</div>
</div>
<div class="fact-image">
<img src="/img/WU-logo-1.png">
</div>
<div class="fact">
<div class="fact-description">Goooooooo Cacti!!!!!</div>
</div>
</div>
</div>
<div class="content-block">
<h2>Carl the Cactus</h2>
<div class="image-container">
<img src="/img/carl-the-cactus.jpg" id="carl-image-large">
</div>
<p>Carl the Cactus is WU's fearsome mascot! We wanted to represent how not
cute and cuddly our sports teams are. Try to guve us a hug, and you'll end
up pricked! Carl's biggest challenge with sports is popping balls. With
hundreds of spikes, you'd have a hard time too! Carl makes an appearance at
every game, look for him next time you come to support our Fighting Cacti!</p>
</div>
</div>
<div class="footer">
<a href=https://github.com/jwilkerson128/creative-project-1>Github Repository</a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>