-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.html
More file actions
82 lines (70 loc) · 2.15 KB
/
schedule.html
File metadata and controls
82 lines (70 loc) · 2.15 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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Rochester' rel='stylesheet'>
<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>
<button>Sports</button>
<button>Cultural</button><br>
<br>
<div class="event">
<span>January 3rd, 2020</span>
<span>Completed</span>
</div>
<div class="events">
<span><h4>Table Tennis Junior</h4></span>
<span><h4>Red Fire vs White Winds</h4>Team A vs Team B</span>
<span><h4>Slot 1:7am-9pm</h4></span>
</div>
<div class="events">
<span><h4>Table Tennis Junior</h4></span>
<span><h4>Red Fire vs White Winds</h4>Team A vs Team B</span>
<span><h4>Slot 1:7am-9pm</h4></span>
</div>
<br>
<div class="event">
<span>January 3rd, 2020</span>
<span>Completed</span>
</div>
<div class="events">
<span><h4>Table Tennis Junior</h4></span>
<span><h4>Red Fire vs White Winds</h4>Team A vs Team B</span>
<span><h4>Slot 1:7am-9pm</h4></span>
</div>
<div class="events">
<span><h4>Table Tennis Junior</h4></span>
<span><h4>Red Fire vs White Winds</h4>Team A vs Team B</span>
<span><h4>Slot 1:7am-9pm</h4></span>
</div>
<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>