-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolicydebate.html
56 lines (48 loc) · 1.36 KB
/
Policydebate.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
<!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>
</div>
<main>
<div id="heroroad"></div>
<h2> Policy Debate</h2>
<p>
During a round of Team Policy Debate, a team of two debaters will advocate the resolution by proposing a specific plan to accomplish the goal stated in the resolution while another team of two debaters will oppose the topic.
</p>
</main>
<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>