-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·140 lines (114 loc) · 5.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
<title>Massages by André - Luxurious | Exhilarating | Invigorating | Healing</title>
<link rel="shortcut icon" href="assets/images/gt_favicon.png">
<!-- Bootstrap itself -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/magister.css">
<!-- Fonts -->
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
</head>
<!-- use "theme-invert" class on bright backgrounds, also try "text-shadows" class -->
<body class="theme-invert">
<nav class="mainmenu">
<div class="container">
<div class="dropdown">
<button type="button" class="navbar-toggle" data-toggle="dropdown"><h5>Menu</h3></button>
<!-- <a data-toggle="dropdown" href="#">Dropdown trigger</a> -->
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#head" class="active">Welcome</a></li>
<li><a href="#about">About MbA</a></li>
<li><a href="#themes">Prices</a></li>
<li><a href="#contact">Get in touch</a></li>
</ul>
</div>
</div>
</nav>
<!-- Main (Home) section -->
<section class="section" id="head">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-10 col-md-offset-1 col-lg-offset-1 text-center">
<!-- Site Title, your name, HELLO msg, etc. -->
<h1 class="title">Massages by André</h1>
<h2 class="subtitle">In-Home Therapeutic Massage Service</h2>
<!-- Short introductory (optional) -->
<h3 class="tagline">
MbA offers therapeutic massages delivered in the comfort and convenience of your home.<br>
All massages are done by a certified therapist using a portable massage table.
</h3>
<!-- Nice place to describe your site in a sentence or two -->
<!-- <p><a href="#about" class="btn btn-default btn-lg">Tell Me More!</a></p> -->
</div> <!-- /col -->
</div> <!-- /row -->
</div>
</section>
<!-- Second (About) section -->
<section class="section" id="about">
<div class="container">
<h2 class="text-center title">About MbA</h2>
<div class="row">
<div class="col-sm-4 col-sm-offset-2">
<h5><strong>About Your Massage<br></strong></h5>
<p>The Swedish Massage is a full body massage, consisting of five main strokes: effleurage, petrissage, tapotement, friction, and vibration. The strokes are administered in a long, flowing style, and target major muscle groups. The result is complete, pure relaxation. Swedish massage also has health benefits. Besides reducing stress levels,massage also improves circulation, helps to reduce the buildup of harmful toxins, and may even reduce the appearance of stretch marks.</p>
</div>
<div class="col-sm-4">
<h5><strong>Privacy and Comfort<br></strong></h5>
<p>Your privacy will be respected at all times, and comfort zone preserved. While you will be partially nude for the massage, you will never be exposed. You will be completely covered on the areas of the body that are not being worked on. You will not be exposed to your therapist at any time before, during, or after your session. We are careful and thoughtful so as not to expose you when unwrapping the next body part.</p>
</div>
</div>
</div>
</section>
<!-- Third (Works) section -->
<section class="section" id="themes">
<div class="container">
<h2 class="text-center title">Prices</h2>
<p class="lead text-center">
Full Body Massage (60 Mins) - $6500
</p>
<p class="lead text-center">
Full Body Massage (30 Mins) - $3500
</p>
<p class="lead text-center">
Focused Massage (20 Mins) - $2500
</p>
<p class="lead text-center">
Travel to Portmore and Spanish Town - $1000
</p>
<p class="lead text-center">
Travel Outside of Kingston, St. Andrew & St. Catherine - $3500
</p>
</div>
</section>
<!-- Fourth (Contact) section -->
<section class="section" id="contact">
<div class="container">
<h2 class="text-center title">Get in touch</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<p class="lead">Ready for your massage?</p>
<p>Feel free to email us to make your appointment!</p>
<p><b>[email protected]</b><br><br></p>
<ul class="list-inline list-social">
<li><a href="https://twitter.com/massagesbyandre" class="btn btn-link"><i class="fa fa-twitter fa-fw"></i> Twitter</a></li>
<li><a href="https://facebook.com/massagesbyandre" class="btn btn-link"><i class="fa fa-facebook fa-fw"></i> Facebook</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Load js libs only when the page is loaded. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="assets/js/modernizr.custom.72241.js"></script>
<!-- Custom template scripts -->
<script src="assets/js/magister.js"></script>
</body>
</html>