-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·121 lines (105 loc) · 4.79 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
<!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">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<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:00-4:00pm
</div>
</section>
<!-- Main -->
<article id="main">
<section class="container">
<image class="icon featured" src="images/tennis_ball.png" style="height:70px; width:70px; margin:auto"></image>
<br>
<h2>Welcome to the homepage for Tennis at Cal.</h2>
<p>
Here, you'll find information regarding the <strong>practices</strong>, <strong>socials</strong>, and <strong>tournaments</strong> that we host year-round. To learn more about our practice schedule and tournaments, check the <a href="http://tennisatcal.com/about">About</a> page.
</p>
<p>
For the most up-to-date announcements, follow us on <a href="https://www.facebook.com/tennisatcal/" target="_blank">Facebook</a>. You can also fill out the membership form <a href="//tinyurl.com/tacfall2017" target="_blank">here</a>. Hope to see you on the courts!
</p>
</section>
<br>
<hr>
<br>
<section class="container">
<br>
<h2><strong>Schedule</strong></h2>
<p>I hope everyone had fun at our singles tournament!~ Pictures can be found in our <a href="https://www.facebook.com/groups/107239992697514/" target="_blank">facebook group</a>~</p>
<p>Next up, we are having our <b>doubles</b> tournament on <b>Saturday, April 7th!</b>
Go sign up with this <a href="https://docs.google.com/forms/d/e/1FAIpQLSco_gm_r10VlAw0kNPvM6bpGMCD4h9rxw0Dg2GoFrIqpnu68A/viewform" target="_blank">link</a>!
</p>
</section>
</article>
<!-- Footer -->
<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">follow our facebook page</a></li>
<li><a href="https://goo.gl/forms/02L2I44mXNbaQFpr2" class="button">Join our 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: Winnie Zhang</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>