forked from Gildara/Philly-Queer-Tango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (35 loc) · 1.66 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Queer Tango</title>
<script src="../js/jquery.js"></script>
<script src="../js/bootstrap.js"></script>
<script src="../js/myJquery.js"></script>
<link rel="stylesheet" href="../css/bootstrap.css">
<link rel="stylesheet" href="../css/myStyles.css">
<link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Philosopher:400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
</head>
<body id="contact">
<div id="header">
</div>
<section id="header" class="text-center">
<h1>Contact Us</h1>
</section>
<section id="main" class="container">
<div id="jumbo" class="jumbotron">
<h2 id="h2er">For general inquiries:</h2>
<h3 id="tabbedPara">Email us at <a href="mailto:[email protected]">[email protected]</a></h3>
<h3 id="tabbedPara">Or join our facebook group: <a href="https://www.facebook.com/groups/phillyqueertango/">Philly Queer Tango on Facebook</a></h3>
<h2 id="h2er">For more information about our studio, Sangha Space:</h2>
<h3 id="tabbedPara">Visit <a href="http://www.sanghaspace.com/">www.sanghaspace.com</a></h3>
<h2 id="h2er"> To learn more about queer tango: </h2>
<h3 id="tabbedPara">Check out the free Queer Tango book, which is full of great information and resources. <a href="http://queertangobook.org/">Queer Tango Book</a></h3>
</div>
</section>
<div id="footer">
</div>
</body>
</html>