-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgallery.html
executable file
·269 lines (255 loc) · 10.9 KB
/
gallery.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
<!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>Magic1 Beauty Salon | Gallery</title>
<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><a href="about.html">ABOUT</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="blog.html">BLOG</a></li>
<li class="active"><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/gallerybg.jpg);">
<div class="pageTitleHolder">
<h1 class="pageTitle">gallery</h1>
<span class="sub_title">HAIRDESIGN AND SALON IMPRESSIONS</p>
</div>
</section>
<!-- Inner banner section end -->
<!-- inner body section -->
<div class="inner_body gallery">
<div class="body_section hair_beauty">
<h2>hair & beauty</h2>
<div class="galleryMainBanner">
<ul class="galleryBanner">
<li><figure><img src="images/gallerybanner1.jpg" alt="" /></figure></li>
<li><figure><img src="images/gallerybanner2.jpg" alt="" /></figure></li>
<li><figure><img src="images/gallerybanner3.jpg" alt="" /></figure></li>
<li><figure><img src="images/gallerybanner4.jpg" alt="" /></figure></li>
<li><figure><img src="images/gallerybanner5.jpg" alt="" /></figure></li>
<li><figure><img src="images/gallerybanner6.jpg" alt="" /></figure></li>
</ul>
</div>
</div>
<div class="body_section impresum">
<div class="container">
<h2>SALON IMPRESSIONS</h2>
<div class="salon_gallery clear">
<figure class="circle_gl wow fadeIn" data-wow-duration="1.6s">
<a href="images/gal1L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal1.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="1.8s">
<a href="images/gal2L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal2.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="2s">
<a href="images/gal3L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal3.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="2.2s">
<a href="images/gal4L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal4.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="2.4s">
<a href="images/gal5L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal5.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="2.6s">
<a href="images/gal6L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal6.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="2.8s">
<a href="images/gal7L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal7.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="3s">
<a href="images/gal8L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal8.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="3.2s">
<a href="images/gal9L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal9.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="3.4s">
<a href="images/gal10L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal10.png" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="3.6s">
<a href="images/gal11L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal11.jpg" alt="" /></a>
</figure>
<figure class="circle_gl wow fadeIn" data-wow-duration="3.8s">
<a href="images/gal12L.jpg" class="fancybox" data-fancybox-group="gallery"><img src="images/gal12.jpg" alt="" /></a>
</figure>
</div>
</div>
</div>
<div class="body_section appointmentsec">
<div class="container">
<h2>make an appointment</h2>
<p>
Please click the button below and fill up the appointment form to make a reservation.
We are looking forward to seeying you!
</p>
<a href="appointment.php" class="link">click here</a>
</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" src="js/jquery.jscroll.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();
$('.jscroll').jscroll({
autoTrigger: false
});
var gallerybanner = $(".galleryBanner").bxSlider({
pager:false
});
$(".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>