-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
97 lines (88 loc) · 4.07 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="#">
<title>Beauttio - HTML Template by WowThemes.net</title>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,300italic,300,700,700italic' rel='stylesheet' type='text/css'>
</head>
<body style="background-image:url(img/bg7.jpg);background-attachment:fixed;background-size:cover;">
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<div class="menu-outer">
<div class="menu-icon">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a target="_blank" href="https://www.wowthemes.net/themes/beauttio/">WP Version</a></li>
</ul>
</nav>
</div>
<a class="menu-close" onClick="return true">
<div class="menu-icon">
<div class="bar"></div>
<div class="bar"></div>
</div>
</a>
<div class="fixedcallicon">
<i class="fa fa-phone"></i><span class="hide">Book Now - 897.645.223</span>
</div>
<div class="container">
<div class="logoarea">
<div class="intro">
<h1><span class="smaller wow zoomIn" data-wow-duration="2s" data-wow-delay="0.5">Servicio a domicilio hasta tu hogar</span>
<span class="big wow pulse" data-wow-duration="1s" data-wow-delay="0s">Beauttio</span>
<span class="small wow fadeIn" data-wow-duration="2s" data-wow-delay="0.5s">- HAIR SALON -</span>
</h1>
</div>
</div>
<div class="pagearea">
<h1 class="page-headline">BLOG</h1>
<i class="iconstartitle textmagenta fa fa-star"></i>
<h1 class="entry-title">HAIR STYLE EVENT IN NEW YORK</h1>
<p>Upbeat, chic, and funky salon. We are based on twenty-five years of experience. We specialize in couture cuts and blowouts, men's cuts, natural and funky hair colors, and highlights...<a href="#" class="readmore">Read more</a></p>
<h1 class="entry-title">HAIR STYLE EVENT IN NEW YORK</h1>
<p>Upbeat, chic, and funky salon. We are based on twenty-five years of experience. We specialize in couture cuts and blowouts, men's cuts, natural and funky hair colors, and highlights...<a href="#" class="readmore">Read more</a></p>
<h1 class="entry-title">HAIR STYLE EVENT IN NEW YORK</h1>
<p>Upbeat, chic, and funky salon. We are based on twenty-five years of experience. We specialize in couture cuts and blowouts, men's cuts, natural and funky hair colors, and highlights...<a href="#" class="readmore">Read more</a></p>
<h1 class="entry-title">HAIR STYLE EVENT IN NEW YORK</h1>
<p>Upbeat, chic, and funky salon. We are based on twenty-five years of experience. We specialize in couture cuts and blowouts, men's cuts, natural and funky hair colors, and highlights...<a href="#" class="readmore">Read more</a></p>
</div>
</div>
<div class="clearfix"></div>
<footer class="footer">
<div class="container">
<div class="pull-left">© Template by WowThemes.net.</div>
<div class="pull-right">
<div class="footericons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-yelp"></i></a></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</footer>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/nicescroll.js"></script>
<script src="js/common.js"></script>
</body>
</html>