-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
155 lines (119 loc) · 5.99 KB
/
product.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<title>Shop Now</title>
<!-- Bootstrap CSS File -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Libraries CSS Files -->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="lib/font-awesome">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<link rel="icon" href="img/unio.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom2.css">
</head>
<body>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/logo.png" alt="" title="" /></img></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li class="menu-active"><a href="">Shop</a></li>
<li><a href="">Contact</a></li>
<li><a href="sign-in.html">Sign-In</a></li>
<li><a href="cart.html">Cart <i class="fas fa-cart-plus text-light"></i></a></i></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!--==========================
Footer
============================-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="social" style="text-align: center; font-size: 35px; ">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/uneako/"><i class="fab fa-facebook-f" style="padding-right: 45px;";></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/company/uneako"><i class="fab fa-linkedin-in" style="padding-left: 45px"></i></a>
</div>
</div>
<div class="col-md-4">
<div class="copyright">
© Copyright <strong>UNEAKO</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=UNEAKO
-->
Designed by <a href="https://bootstrapmade.com/">Vaigyanik Likho</a>
</div>
</div>
<div class="col-md-4">
<div class="social" style="text-align: center; font-size: 35px; ">
<a href="https://twitter.com/UNEAKO2"><i class="fab fa-twitter" style="padding-right: 45px"></i></a>
<!--a href="https://www.facebook.com/vaigyanik.atul"><i class="fa fa-facebook"></i></a-->
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.instagram.com/uneako_/"><i class="fab fa-instagram" style="padding-left: 45px"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="js/index.js"></script>
<script src="contactform/contactform.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="slick/slick.min.js"></script>
</body>
</html>