-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.html
More file actions
96 lines (86 loc) · 2.44 KB
/
home.html
File metadata and controls
96 lines (86 loc) · 2.44 KB
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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Rochester' rel='stylesheet'>
<script src="https://kit.fontawesome.com/yourcode.js"></script>
<title>home</title>
<link rel="stylesheet" href="css/home.css" />
</head>
<body>
<h1 style="font-family:'Rochester'">RV Togetherness Festival</h1>
<h4>Jan 1st to Feb 14th</h4>
<div class="heading">
<th><a href="home.html">HOME</a>
<a href="schedule.html">SCHEDULE</a>
<a href="scores.html">SCORES</a>
<a href="teams.html">TEAMS</a>
<a href="rules.html">RULES</a>
<a href="news.html">NEWS</a>
<a href="voting.html">VOTING</a>
<a href="photos.html">PHOTOS</a>
</div>
<hr style="height: 2%;">
<br>
<div class="home"><br>
RV Togetherness Festival.<br><br>
Jan 1st to Feb 14th.<br><br>
It's fun to be together.<br><br>
</div><br>
<div class="events">
<span><b>Upcoming Events</span>
<span>Calendar</span></b>
</div>
<br>
<div class="white-container">
<div>
<h3 class="tt">Table Tennis Junior</h3>
<h4 class="tt">Slot 1: 7am-9pm</h4>
<table class="center">
<tr>
<th class="left"><h3>Red Fire</h3></th>
<th>VS</th>
<th class="left"><h3>White Winds</h3></th>
</tr>
</table>
</div>
<div>
<h3 class="tt">Table Tennis Junior</h3>
<h4 class="tt">Slot 1: 7am-9pm</h4>
<table class="center">
<tr>
<th class="left"><h3>Red Fire</h3></th>
<th>VS</th>
<th class="left"><h3>White Winds</h3></th>
</tr>
</table>
</div>
</div>
<br>
<table class="calendar">
<tr>
<th>Teams</th>
</tr>
</table>
<hr>
<div class="blue-container">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<br>
<br>
<div class="footer">
<table>
<tr>
<th><h3>Coordinators:</h3></th>
<th><h3>Contacts:</h3></th>
</tr>
<tr>
<th><h4>Name 1</h4></th>
<th><h3>403920</h3></th>
</tr>
</table>
</div>
</body>
</html>