forked from jessica-hu/tac-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
147 lines (124 loc) · 5.8 KB
/
about.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
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Tennis at Cal Homepage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="index">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="http://tennisatcal.com">Home</a></h1>
<nav id="nav">
<ul>
<li><a href="http://tennisatcal.com/about">About</a></li>
<li><a href="http://tennisatcal.com/officers">Officers</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h2>TENNIS AT CAL</h2>
</header>
<p><strong>Practices</strong> at <strong>Hearst Courts</strong>:
<br />
<strong>Mon/Wed</strong> 7:00-9:00pm
<br />
<strong>Sat</strong> 2:30-4:30pm
</div>
</section>
<!-- Main -->
<article id="main">
<section class="special container">
<h2>Recreational tennis for all skill levels</h2>
<p>Founded in 2003, <strong>Tennis at Cal</strong> is a recreational tennis club on campus available to tennis
<br />
players of all skill levels. There are no tryouts and anyone can join. So whether you're a seasoned
<br />
USTA player or a total newbie, feel free to join us on the courts!</p>
</section>
<!-- Two -->
<br>
<hr>
<br> <br>
<section class="wrapper style1 container special">
<div class="row">
<div class="4u 12u(narrower)">
<section>
<image class="icon featured" src="images/calendar.png" style="height:70px; width:70px; margin:auto"></image>
<br>
<h3><strong>Weekly Practice</strong></h3>
<p>We hold practices 3 times a week, 2 hours a session. Feel free to drop in anytime
to play some fun games and meet new people!</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<image class="icon featured" src="images/trophy.png" style="height:70px; width:70px; margin:auto"></image>
<br>
<h3><strong>Tournaments</strong></h3>
<p>We host a <strong>singles</strong>, <strong>doubles</strong>, and <strong>team</strong> tournament every semester, all included in member dues. Follow our <a href="https://www.facebook.com/tennisatcal/" target="_blank">Facebook page</a> for more info about signups, and click <a href="#">here</a> for a list of past winners.</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<image class="icon featured" src="images/social.png" style="height:70px; width:70px; margin:auto"></image>
<br>
<h3><strong>Socials</strong></h3>
<p>Leave your racket at home for our social events such as group bowling trips, Wimbledon viewing parties, and other socials. Connect with friends outside the tennis courts!</p>
</section>
</div>
</div>
</section>
<hr>
<section class="container">
<br>
<h2><strong>Membership</strong></h2>
<p>Membership is <strong>$10/semester</strong>. Click <a href="https://goo.gl/forms/DmQqeBOBLkoRiq5U2" target="_blank">this link</a> to fill out our online membership form, and flag down any of our officers at practice to pay either by Venmo or cash. The first week of practices each semester is open to everyone, so feel free to come check us out!</p>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Interested in <strong>joining</strong>?</h2>
<p>Follow our Facebook page or get added to the mailing list for the most up-to-date information.</p>
</header>
<footer>
<ul class="buttons">
<li><a href="https://www.facebook.com/tennisatcal/" class="button special" target="_blank">facebook page</a></li>
<li><a href="https://goo.gl/forms/02L2I44mXNbaQFpr2" class="button">mailing list</a></li>
</ul>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Tennis at Cal</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Maintained by: <a href="http://jessicahu.me">Jessica Hu</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>