-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Love in Motion</title>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<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=La+Belle+Aurore' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alegreya:400,900italic' rel='stylesheet' type='text/css'>
</head>
<body id="index">
<div id="header">
</div>
<div class="row-centered">
<h1 id="pageTitle" class="text-center">Love in Motion</h1>
<h2 class="text-center white-text">Jackelyn Maloney, Yoga Instructor</h2>
<div id="main" class="container container-fluid">
<div class ="jumbotron" id="jumbo">
<p>Building community with an environment of trust and learning. Aiding in the healing and strengthening of people seeking guidance.</p>
<img id="padded-img" src="images/jackiechildspose.png" class="img-rounded img-responsive center-wrap col-centered row-centered" alt="Image of Jackie in child's pose">
</br>
<a href="classes.html"><button id="btn-custom" class="btn">Learn about Jackelyn's classes</button></a>
<a href="about.html"><button id="btn-custom" class="btn">Read Jackelyn's bio</button></a>
</div>
</div>
</div>
<div id="footer">
</div>
</body>
</html>