-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
160 lines (139 loc) · 5.89 KB
/
page.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
<!--
Author: saruf ratul
Author URL: http://sarufratul.com
License: e-texsolution 3.0 Unported
License URL: http://e-texsolution.com/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Zhinuk Fashion</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="Photowall Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/lightbox.css">
<!-- Banner-Slider-CSS -->
<link rel="stylesheet" href="css/banner-style.css">
<link rel="stylesheet" href="css/aos.css">
<link href='css/aos-animation.css' rel='stylesheet prefetch' type="text/css" media="all" />
<!-- owl carousel -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<!-- Font-Awesome-Icons-CSS -->
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
</head>
<body>
<section class="content-main-w3 inner-page" id="home">
<!--/nav-->
<div class="header_top_w3ls">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler navbar-toggler-right mx-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="page.html">Pages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="admin.html">Admin</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="logo-wthree text-center">
<a class="navbar-brand" href="index.html">
Zhinuk Fashion <span> </span></a>
</div>
</div>
<!--//nav-->
</section>
<!--/team-->
<section class="team-main text-center py-5 py-3">
<!------------------ Hover Effect Style : Demo - 16 --------------->
<div class="container">
<div class="inner-sec-w3ls py-lg-5 py-3">
<h2 class="title-wthree text-center mb-lg-5 mb-3">Visit Our Facebook Page For Pricing & Full Details </h2>
<iframe src="https://www.facebook.com/Zhinuk-Fashion-1126065620827713/" height="400" width="600" title="Iframe Example"></iframe>
</div>
</section>
<!--//team-->
<!--/footer-->
<footer class="pt-lg-5 inner-page-footer">
<div class="social_media_w3layouts text-center">
<ul class="social-icons justify-content-center mt-md-5 mt-3">
<li class="mr-1"><a href="https://www.facebook.com/Zhinuk-Fashion-1126065620827713/"><span class="fab fa-facebook-f"></span></a></li>
<li class="mx-1"><a href="#"><span class="fab fa-twitter"></span></a></li>
<li class="mx-1"><a href="#"><span class="fab fa-google-plus-g"></span></a></li>
<li class="mx-1"><a href="#"><span class="fab fa-linkedin-in"></span></a></li>
</ul>
<p class="copy-right-w3ls my-3">| <a href="http://e-texsoft.com">© 2020 E-Soft Ltd.</a></p>
</div>
</footer>
<!--//footer-->
<script src="js/jquery-2.2.3.min.js"></script>
<script src='js/aos.js'></script>
<script>
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
<!--/ start-smoth-scrolling -->
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script>
jQuery(document).ready(function($) {
$(".scroll").click(function(event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 900);
});
});
</script>
<script>
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<!--// end-smoth-scrolling -->
<!-- //js -->
<script src="js/bootstrap.js"></script>
</body>
</html>