-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
executable file
·301 lines (276 loc) · 13.2 KB
/
about.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<title>Beauty Salon Miami FL | About Us | Magic1 Beauty Salon</title>
<meta name="description" content="Magic 1 beauty Salon, unlike other beauty salons, offers a holistic approach toward beauty care & treatment. Book an Appointment today."/>
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<link type="text/css" href="css/jquery.bxslider.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/jquery.fancybox.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/animate.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/style.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/responsive.css" rel="stylesheet" media="screen" />
<meta name="google-site-verification" content="4AhVdtg37o3y_SuciH-aOQ9S01o0W7B8kd6ngXOi188" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96031965-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- header start -->
<header class="clear">
<div class="container clear">
<div class="logo">
<figure><a href="index.html"><img src="images/logo.png" alt="" /></a></figure>
</div>
<div class="headerRight clear">
<div class="top clear">
<div class="social">
<ul>
<li><a href="https://web.facebook.com/Magic1Salon/" target="_blank"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/magic1_salon/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<!--<li><a href="#" target="_blank"><i class="fa fa-pinterest-p"></i></a></li>-->
</ul>
</div>
<div class="formSearch clear">
<form name="search" id="search">
<input type="text" name="text" placeholder="SEARCH" />
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="mobile searc_menu">
<span class="search_ico"><i class="fa fa-search"></i></span>
<span class="menu_ico"><i class="fa fa-navicon"></i></span>
</div>
</div>
<div class="bottom clear">
<span class="appointmentBtn">
<a href="appointment.php">Make an appointment <i class="fa fa-arrow-circle-right"></i></a>
</span>
<span class="callusbtn">
call us now <em><a href="tel:3054081281">(305) 408 1281</a></em>
</span>
</div>
</div>
</div>
<div class="menuLang clear">
<div class="container">
<div class="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li class="active"><a href="about.html">ABOUT</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<div class="language">
<ul>
<li class="active"><a href="#">en</a></li>
<li><a href="#">es</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- header end -->
<!-- Inner banner section start -->
<section class="innerBanner" style="background-image:url(images/aboutbanner.jpg);">
<div class="pageTitleHolder">
<h1 class="pageTitle">About Us</h1>
<span class="sub_title">OUR BEAUTY PROFESSIONALS WILL WELCOME YOU</p>
</div>
</section>
<!-- Inner banner section end -->
<!-- inner body section -->
<div class="inner_body about_page">
<div class="body_section our_salon">
<div class="container no_padding">
<h2>OUR SALON</h2>
<div class="salon_content clear">
<div class="salon_left wow slideInLeft" data-wow-duration="1.6s">
<h4>Magic 1 beauty salon considers itself as the torchbearerof the beauty industry </h4>
<p>We have the strong backing of the alchemists of the beauty industry to make us claim so. We are a one-stop solution for all your beauty and wellness need. Magic 1 beauty Salon, unlike other beauty salons, offers a holistic approach toward beauty care & treatment. We make sure that the time you spend in our premises leaves you rejuvenated & reinvigorated.</p>
<p>The propriety method of service in accompaniment with high-quality products & impeccable customer services by our beauty professionals or beauty wizards will leave you amazed. </p>
</div>
<div class="salon_right wow slideInRight" data-wow-duration="1.6s">
<figure><img src="images/about_image.jpg" alt="" /></figure>
</div>
</div>
</div>
</div>
<div class="body_section ourTeam">
<div class="container">
<h2>our team</h2>
<div class="teamBoxHolder clear">
<div class="teamBox wow slideInLeft" data-wow-duration="1.6s">
<h3>nikki mars</h3>
<div class="box_details clear">
<figure><img src="images/team/team1.jpg" alt="" /></figure>
<div class="memberDetails">
<span class="designation">Cosmetician</span>
<p>Aenean imperdiet. Etiam ultricies nisi vel augue. Ipsumcurabitur ullamcorper ultricies imperdiet nisi.</p>
<div class="social">
<ul>
<li><a href="https://web.facebook.com/Magic1Salon/" target="_blank"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="teamBox wow slideInRight" data-wow-duration="1.6s">
<h3>ANGELA SIMONS</h3>
<div class="box_details clear">
<figure><img src="images/team/team2.jpg" alt="" /></figure>
<div class="memberDetails">
<span class="designation">Hairdresser</span>
<p>Aenean imperdiet. Etiam ultricies nisi vel augue. Ipsumcurabitur ullamcorper ultricies imperdiet nisi.</p>
<div class="social">
<ul>
<!--<li><a href="#" target="_blank"><i class="fa fa-pinterest-p"></i></a></li>-->
</ul>
</div>
</div>
</div>
</div>
<div class="teamBox wow slideInLeft" data-wow-duration="1.6s">
<h3>TARJA LEE</h3>
<div class="box_details clear">
<figure><img src="images/team/team3.jpg" alt="" /></figure>
<div class="memberDetails">
<span class="designation">Nail Artist</span>
<p>Aenean imperdiet. Etiam ultricies nisi vel augue. Ipsumcurabitur ullamcorper ultricies imperdiet nisi.</p>
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<!--<li><a href="#" target="_blank"><i class="fa fa-pinterest-p"></i></a></li>-->
</ul>
</div>
</div>
</div>
</div>
<div class="teamBox wow slideInRight" data-wow-duration="1.6s">
<h3>FLOOR GOSSOW</h3>
<div class="box_details clear">
<figure><img src="images/team/team4.jpg" alt="" /></figure>
<div class="memberDetails">
<span class="designation">Massage Therapist</span>
<p>Aenean imperdiet. Etiam ultricies nisi vel augue. Ipsumcurabitur ullamcorper ultricies imperdiet nisi.</p>
<div class="social">
<ul>
<li><a href="https://web.facebook.com/Magic1Salon/" target="_blank"><i class="fa fa-facebook-f"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="body_section mission">
<div class="container">
<h2>OUR MISSION</h2>
<p>Our promise is to exceed in the world of ethereal beauty by making use of natural products which are not only safe for you but at the same time, nourishes your skin in a chemical free manner.</p>
<p>Our vision is to grow as a superior beauty & wellness salon and offer holistic healing for your beauty needs.</p>
<a href="appointment.php" class="link">make an appointment</a>
</div>
</div>
</div>
<!-- inner body section -->
<!-- footer -->
<footer>
<div class="container">
<figure class="footer_logo"><a href="#"><img src="images/ftr_logo.png" alt="" /></a></figure>
<p>Magic1 Beauty Salon | 5701 SW 137th Avenue | FL: 33183 | PHONE <a href="tel:3054081281">+305.408.1281</a> | <a href="mailto:[email protected]">[email protected]</a></p>
<p>Mo-Fr: 10:00am-7:00pm | Sa: 9:00am-7:00pm | Su: 10:00am-5:00pm</p>
<div class="social">
<ul>
<li><a href="https://web.facebook.com/Magic1Salon/" target="_blank"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/magic1_salon/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<!--<li><a href="#" target="_blank"><i class="fa fa-pinterest-p"></i></a></li>-->
</ul>
</div>
</div>
</footer>
<!-- footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="js/html5shiv.js"></script>
<script type="text/javascript" src="js/jquery.placeholder.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="js/jquery.fancybox.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".mainslider").bxSlider({
pager:false
});
$(".teamCarousel").bxSlider({
pager:false,
slideWidth:142,
slideMargin:0,
minSlides:2,
maxSlides:3,
moveSlides:1
});
$(".testimonialSlider").bxSlider({
controls:false
});
$(".slideSrvice").bxSlider({
controls:false,
auto:true,
mode:'fade'
});
$(".fancybox").fancybox();
$(".menu_ico").click(function(){
$(".menu").slideDown(200);
});
$(".menu").click(function(){
$(this).slideUp(200);
});
$(".search_ico").click(function(){
$(".formSearch").slideDown(200);
});
$(".formSearch").click(function(){
var getWinwidth = $(window).width();
if(getWinwidth < 767)
{
$(this).slideUp(200);
}
});
$(window).resize(function(){
var getWidth = $(this).width();
if(getWidth > 767)
{
$(".formSearch").removeAttr("style");
$(".menu").removeAttr("style");
}
});
});
</script>
<script type="text/javascript">
wow = new WOW(
{
animateClass: 'animated',
offset: 100,
callback: function(box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
document.getElementById('moar').onclick = function() {
var section = document.createElement('section');
section.className = 'section--purple wow fadeInDown';
this.parentNode.insertBefore(section, this);
};
</script>
</body>
</html>