-
Notifications
You must be signed in to change notification settings - Fork 0
/
QR.html
101 lines (90 loc) · 1.99 KB
/
QR.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quo Vadis Speech and Debate Club </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href= "qv.css" media= "screen"/>
</head>
<body>
<div id="wrapper">
<div>
<nav>
<ul>
<li> <a href="index.html">Home</a> </li>
<li> <a href="speech.html"> Speech</a></li>
<li> <a href="debate.html"> Debate</a>
<ul>
<li><a href="Policydebate.html"> Policy Debate</a></li>
<li><a href="ValueDebate.html"> Value Debate</a></li>
</ul>
</li>
<li> <a href="pt.html"> Practice Tournament </a> </li>
<li> <a href="QR.html"> Qualifier results</a> </li>
</ul>
</nav>
<Header>
<h1> Quo Vadis</h1>
<h3> Speech and Debate Club</h3>
</header>
<h2>Qualifer Results</h2>
<div id="QR"></div>
</div>
<main>
<p> The 2020 season got cut short due to coronavirus, so there is only results from one Tournament.<br/>
<b>2020 Northfeild,IL qualifier</b>
<table style="width:100%">
<tr>
<th>Student Name</th>
<th>Event</th>
<th>Placing</th>
</tr>
<tr>
<td>Cory Honegger</td>
<td>Lincoln Douglas Debate</td>
<td>8th</td>
</tr>
<tr>
<td>Courtney Bragg</td>
<td>Lincoln Douglas Debate</td>
<td>15th</td>
</tr>
<tr>
<td>Cory Honegger</td>
<td>Digital Presentation</td>
<td>1st</td>
</tr>
<tr>
<td>Courtney Bragg</td>
<td>Humorous</td>
<td>5th</td>
</tr>
<tr>
<td>Madison Cantey</td>
<td>Open</td>
<td>6th</td>
</tr>
<tr>
<td>Abby Honegger</td>
<td>Open</td>
<td>8th</td>
</tr>
<tr>
<td>Cory Honegger</td>
<td>Open</td>
<td>9th</td>
</tr>
</table>
</main>
<br/>
<div>
<footer>
Copyright © 2020 Quo Vadis<br/>
5572 Mercy Way<br/>Lafayette, IN 47905<br/> <a id="mobile" href="tel:765-860-6955"></a>
<span id="desktop">765-860-6955</span>
<a href="mailto:Catelyn@Bragg.com">Catelyn@Bragg.com</a>
</footer>
</div>
</div>
</body>
</html>