-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (74 loc) · 2.91 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
<!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">
<meta name="description" content="A homeschool High School christian speech and debate club in Lafayette Indiana.">
<meta name="keywords" content="Speech,Debate,Homeschool,High school,Lafayette,Indiana,NCFCA">
<link rel="stylesheet" type="text/css" href= "qv.css" media= "screen" />
</head>
<body>
<div id="wrapper">
<div>
<nav>
<ul>
<li> <a href="qvhome.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>
</div>
<Header>
<h1> Quo Vadis</h1>
<h3> Speech and Debate Club</h3>
</header>
<main>
<div id="heroroad"></div>
<h2> Welcome to Quo Vadis!</h2>
<div id="gavel"></div>
<h3>Is Quo Vadis for you?</h3>
<p>
Quo Vadis is a homeschool high school speech and debate club.We meet once a week on Mondays at faith communinty center.
If your student likes compition, research, preforming and wants to be streched academically Quo Vadis might be for you!
Faith Community Center hosts Quo Vadis Speech and Debate Club. Quo Vaids hosts a variety of
activities which help the whole family work on their communication skills, and also a Gym & speech program for younger children.
</p>
<h3>Quo Vadis Mission Statement</h3>
<p>To assist families in developing skills in their children in order that they can be effective ambassadors for Christ in this lost world. To fulfill
this mission we use a two-fold approach - competition and community communication.</p>
<h3>Eligibility</h3>
<p>We ask that the family's oldest child be at least 12 by 9/1/20 to join. CLUB REGISTRATION: WILL OPEN MAY 1, 2020.
We do anticipate club being full and there being a waitlist again, so register early. Registration will close July 1, 2020.</p>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSeK2Rc2y-vTFEpGDASeWkpvCPeOv3j7XWpvDOXJvlYvIlgtrw/viewform">Sign Up For Quo Vadis.</a></p>
5572 Mercy Way<br/>Lafayette, IN 47905<br/> <a id="mobile" href="tel:765-860-6955">765-860-6955</a>
<span id="desktop">765-860-6955</span>
</main>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
<div>
<footer>
Copyright © 2020 Quo Vadis<br/>
<a href="mailto:Catelyn@Bragg.com">Catelyn@Bragg.com</a> <br/>
Last modified:
<script language="JavaScript">
var testlast=document.lastModified;
document.write(" "+testlast.substr(0,10));
</script>
</footer>
</div>
</div>
</body>
</html>