-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (31 loc) · 1.17 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
<!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 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'>
<link rel="stylesheet" href="css/myStyles.css">
</head>
<body id="index">
<div id="header">
</div>
<div class="row-centered">
<h1 id="pageTitle" class="text-center">Philly Queer Tango</h1>
<div id="main" class="container container-fluid">
<div class ="jumbotron" id="jumbo">
<div class ="jumbotron" id="imgJumbo">
<img src="images/pqtflyer.png" class="img-rounded img-responsive" alt="Image of Philly Queer Tango flyer">
</div>
</div>
</div>
</div>
<div id="footer">
</div>
</body>
</html>