-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (34 loc) · 2.02 KB
/
about.html
File metadata and controls
35 lines (34 loc) · 2.02 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
<!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=La+Belle+Aurore' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alegreya:400,900italic' rel='stylesheet' type='text/css'>
</head>
<body id="about">
<div id="header">
</div>
<div class="row-centered">
<h1 id="pageTitle" class="text-center">About</h1>
<h2 class="text-center white-text">Jackelyn Maloney, Yoga Instructor</h2>
<div id="main" class="container container-fluid">
<div class ="jumbotron" id="jumbo">
<h3> About Jackelyn:</h3>
<img src="images/jackiepose2.jpg" class="img-rounded img-responsive" alt="Image of Jackie in a yoga pose" height="300" width="300" align="left" style="margin:0px 10px -5px 0px">
<p id="regPara"> Jackelyn is a registered yoga teacher (Yoga Alliance RYT 200) who has been practicing yoga for 16 years. She began her movement practice as a child to combat anxiety. Through her own healing yoga journey Jackelyn found her purpose in life: to help others through movement arts. Jackelyn holds triple yoga certifications and is also dual certified in Reiki. She strives to create a classroom atmosphere of acceptance and accessibility, and to help everyone have the yoga practice that they want and need, each and every day. Visit the <a style="text-decoration: underline" href="classes.html" id="link-color">Classes</a> page for information about where you can find Jackelyn teaching today! </p>
</div>
</div>
</div>
<div id="footer">
</div>
</body>
</html>