-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
45 lines (34 loc) · 1.23 KB
/
contact.php
File metadata and controls
45 lines (34 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Westview Tutoring</title>
<link href="bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.php">Westview Tutoring</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.php">Home</a></li>
<li><a href="chat.php">Chat</a></li>
<li><a href="tutor.php">Tutors</a></li>
</ul>
<ul class = "nav pull-right">
<li><a href="contact.php">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<br><br>
<div class = "container">
<h2>Contact Us</h2>
<p>Problems with the site? Design suggestions? Email us at <font color = #00688B></font>.</p>
<h3>Apply</h3>
<p>Want to become a tutor? Email us your name, grade,days/time you are available, and a complete copy of your transcript at <font color = #00688B></font>.
We'll email you back as soon as possible and if you qualify, give you a guide on how to earn volunteer hours on this site.</p>
</div>
</body>
</html>