-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontactus.html
More file actions
46 lines (41 loc) · 1.55 KB
/
contactus.html
File metadata and controls
46 lines (41 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="all" href="css/non-responsive.css">
<link rel="stylesheet" type="text/css" media="all" href="css/style.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/templates.js"></script>
</head>
<body>
<div id='nav' class="navbar navbar-inverse navbar-fixed-top" role="navigation"></div>
<div class="content">
<div class="container">
<center>
<div class="caption">
<center><h3 style="padding-top:0px">Contact Us</h3></center>
<p>To ask a question or get more information about IQuOD, click
<a href = "mailto: iquodweb@gmail.com"> HERE. </a> </p>
</div>
<div class="caption">
<center><h3 style="padding-top:0px">Join the mailing list</h3></center>
<p>To request to join the IQuOD community mailing list, click
<a href = "https://groups.google.com/g/iquodmembers"> HERE. </a> </p>
</div>
</center>
</div>
</div>
<div id="footer"></div>
<script>
// inject nav and footer
nav('nav', 'contactus')
footer('footer')
</script>
</body>
</html>