-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathperformance.html
143 lines (138 loc) · 9.34 KB
/
performance.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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="static/images/7476LionsGold.png">
<title>7476 EOM Lions</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="static/css/general.css">
<link type="text/css" rel="stylesheet" href="static/css/navbar.css">
<link type="text/css" rel="stylesheet" href="static/css/carousel.css">
<link type="text/css" rel="stylesheet" href="static/css/performance.css">
<link type="text/css" rel="stylesheet" href="static/css/materialize.css" media="screen,projection">
<link type="text/css" rel="stylesheet" href="static/css/bootstrap.css">
</head>
<body>
<div>
<!-- Main Navbar -->
<div class="navbar-fixed">
<nav class="green">
<div class="nav-wrapper">
<a href="/" class="brand-logo yellow-text">
<img id="logo" src="static/images/7476LionsGold.png">
<label class="section-header yellow-text brand-name">EOM LIONS</label>
</a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="yellow-text" href="/">Home</a></li>
<li class="active"><a class="yellow-text">Past Competitions</a></li>
<li><a href="help.html" class="yellow-text">How to Help</a></li>
<li><a class="yellow-text" href="#contact">Contact Us!</a></li>
</ul>
</div>
</nav>
</div>
<!--Mobile Navbar-->
<ul class="sidenav green" id="mobile-demo">
<li><a href="/" class="yellow-text">Home</a></li>
<li class="active"><a class="yellow-text">Past Competitions</a></li>
<li><a href="help.html" class="yellow-text">How to Help</a></li>
<li><a class='dropdown-trigger btn nav-dropdown-trigger green yellow-text' data-target='contact-dropdown'>Contact us!</a>
<ul id='contact-dropdown' class='dropdown-content green'>
<li><a class="yellow-text" href="mailto:[email protected]?Subject=Contact%207476&Body=Hi EOM Lions!">Email</a></li>
<li><a class="yellow-text" href="https://www.instagram.com/eomlions7476/">Instagram</a></li>
<li><a class="yellow-text" href="#https://www.facebook.com/eom.lions.71">Facebook</a></li>
</ul>
</li>
<img id="George" class="responsive-img" src="static/images/George.jpg">
</ul>
<div class="section center-align dropdown-section center-align yellow lighten-4">
<label class="body-text" style="padding-top: 1rem; display: block;">Each year, our team competes across the province in at least two district competitions or more depending on our success!</label>
<label class="body-text" style="padding-top: 1rem; display: block; padding-bottom: 10px;">Check out how we did each year!</label>
<!-- Dropdown Trigger -->
<a class="dropdown-trigger btn year-dropdown-trigger blue lighten-1" href='#' data-target='year-dropdown'>Find Game Season</a>
</div>
<!-- Dropdown Structure -->
<ul id='year-dropdown' class='dropdown-content'>
<li><a onclick="$('.carousel').carousel(0)">19-20</a></li>
<li class="divider" tabindex="-1"></li>
<li><a onclick="$('.carousel').carousel(1)">18-19</a></li>
</ul>
<!--Slideshow-->
<div id="yearCarousel" class="carousel slide carousel-fade" data-ride="carousel" data-interval=false data-touch=false>
<div class="carousel-inner">
<div id="this" class="custom-left-button-wrapper">
<a class="btn-floating btn-large waves-effect waves-light N/A transparent" href="#yearCarousel" data-slide="prev"><i class="material-icons">chevron_left</i></a>
</div>
<div class="custom-right-button-wrapper">
<a class="btn-floating btn-large waves-effect waves-light N/A transparent" href="#yearCarousel" data-slide="next"><i class="material-icons">chevron_right</i></a>
</div>
<div class="carousel-item active">
<img src="static/images/2019-2020.jpg" class="d-block w-100">
<div class="staggered-list right-staggered-list">
<ul class="valign-wrapper">
<div>
<li class="caption-title"><div class="valign-wrapper text-wrapper"><p class="title-text">No Longer Rookies!</p></div></li>
</div>
<div>
<li class="caption-subject"><div class="valign-wrapper text-wrapper"><p class="subject-text">2019-2020</p></div></li>
</div>
<div>
<li class="caption-subject seperation" style="--animation-order: 4 !important;"><div class="valign-wrapper text-wrapper"><p class="title-text">Our Results:</p></li>
</div>
<div>
<li class="caption-subject" style="--animation-order: 5 !important;"><div class="valign-wrapper text-wrapper"><p class="body-text">Not yet available</p></div></li>
</div>
</ul>
</div>
</div>
<div class="carousel-item">
<img src="static/images/2018-2019.jpg" class="d-block w-100">
<div class="staggered-list right-staggered-list">
<ul class="valign-wrapper">
<div>
<li class="caption-title"><div class="valign-wrapper text-wrapper"><p class="title-text">Our Rookie Year!</p></div></li>
</div>
<div>
<li class="caption-subject"><div class="valign-wrapper text-wrapper"><p class="subject-text">2018 - 2019</p></div></li>
</div>
<div>
<li class="caption-subject seperation" style="--animation-order: 4 !important;"><div class="valign-wrapper text-wrapper"><p class="title-text">Our Results:</p></li>
</div>
<div>
<li class="caption-subject" style="--animation-order: 5 !important;"><div class="valign-wrapper text-wrapper"><p class="body-text">Entrepreneurship Award at Ryerson</p></div></li>
<li class="caption-subject" style="--animation-order: 6 !important;"><div class="valign-wrapper text-wrapper"><p class="body-text">Rookie All-Star</p></div></li>
<br>
<li class="caption-subject" style="--animation-order: 7 !important;"><div class="valign-wrapper text-wrapper"><p class="body-text">Highest Seeded Rookie in Ontario</p></div></li>
<li class="caption-subject" style="--animation-order: 8 !important;"><div class="valign-wrapper text-wrapper"><p class="body-text">Rookie Inspiration at Ontario Provincials</p></div></li>
</div>
</ul>
</div>
</div>
</div>
</div>
<footer class="page-footer green" id="contact">
<div class="container">
<div class="row">
<h5 class="white-text">Contacts</h5>
<ul>
<p><li><a class="footer-links waves-effect waves-light grey-text text-lighten-3" href="mailto:[email protected]?Subject=Contact%207476&Body=Hi EOM Lions!">Email: [email protected]</a></li></p>
<p><li><a class="footer-links waves-effect waves-light grey-text text-lighten-3" target="_blank" href="https://www.instagram.com/eomlions7476/">Instagram: eomlions7476</a></li></p>
<p><li><a class="footer-links waves-effect waves-light grey-text text-lighten-3" target="_blank" href="https://www.facebook.com/eom.lions.71">Facebook: eomlions71</a></li></p>
</ul>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2020 7476 EOM Lions
</div>
</div>
</footer>
</div>
<!--Scripts-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script type="text/javascript" src="static/js/materialize.js"></script>
<script type="text/javascript" src="static/js/init.js"></script>
<script type="text/javascript" src="static/js/bootstrap.js"></script>
</body>