-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
223 lines (219 loc) · 10.9 KB
/
services.html
File metadata and controls
223 lines (219 loc) · 10.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Home</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/stylesheet/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- 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">
</head>
<body>
<section class="header-section">
<div class="wrapper flex" >
<a class="logo" href="home.html">
<div>
<span class="bold_span">B</span><span class="regular_span">aggage</span>
<h5 class="margin-top">online store</h5>
</div>
</a>
<div class="fas">
<a href="signup.html">
<i class=" header-icons i-class fas fa-user-circle"></i> <span class="icon-text"> Sign Up</span>
</a>
<a href="signin.html">
<i class=" header-icons i-class fas fa-edit"> </i> <span class="icon-text">Sign In</span>
</a>
</div>
</div>
<hr>
<div class="navbar flex">
<div>
<nav>
<ul>
<li class="list">
<a class="links fixed-link" href="home.html">HOME</a>
</li>
<li class="list">
<a class="links" href="about.html">ABOUT US</a>
</li>
<li class="list">
<a class="links" href="">DROPDOWN</a><i class="fas fa-chevron-down dropdown-arrow"></i>
</li>
<li class="list">
<a class="links" href="collections.html">COLLECTIONS</a>
</li>
<li class="list">
<a class="links" href="contact.html">CONTACT</a>
</li>
</ul>
</nav>
</div>
<div class="form">
<form action="#" method="post">
<input class="search" type="search" placeholder="Search here..." required="">
<button class="form-control btn-form" value="">
<span class="fa fa-search"></span>
</button>
</form>
</div>
</section>
<section class="section1">
<div class="wrapper">
<h3 class="main-heading text-center">under construction</h3>
<p class="services text-center">Our Services page is currently undergoing scheduled maintenance. We <br>should be back shortly. Thank you for your patience.</p>
<div class="mail text-center">
<input class="input" type="text" name="email" placeholder="Enter Your Email">
<span><button class="text-transform btn">subscribe</button></span>
</div>
<p class="notification">Sign up now to get early notification!</p>
</div>
</section>
<section class="footer">
<div class="wrapper inside">
<div class="title">
<h3 class="text-center info">Subscribe to the Handbags Store mailing list to receive updates on <br> new arrivals, special offers and other discount information.</h3>
</div>
<div class="subscription text-center">
<input class="sub-email" type="text" placeholder="Enter Your Email..">
<button class="btn-btn">SUBSCRIBE</button>
</div>
</div>
</section>
<section class="trans-return-discount">
<div class="truck-col text-center">
<i class="fas fa-truck icon-icon"></i>
<h2 class="free-free">FREE SHIPPING</h2>
<p class="truck-trans">On all order over $2000</p>
</div>
<div class="truck-col text-center">
<i class="fas fa-bullhorn icon-icon"></i>
<h2 class="free-free">FREE RETURN</h2>
<p class="truck-trans">On 1st exchange in 30 days</p>
</div>
<div class="truck-col text-center">
<i class="fas fa-gift icon-icon"></i>
<h2 class="free-free">MEMBER DISCOUNT</h2>
<p class="truck-trans">Register & save up to $29%</p>
</div>
</section>
<!-- row -->
<div class="wrapper last-row">
<section class="row">
<div class="online">
<h2 class="text text-center">
<a class="logo" href="">
<span class="big-p">B</span>aggage
</a>
<label for="">ONLINE STORE</label>
</h2>
</div>
<div>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>HOME
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>ABOUT
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>SHOP
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>COLLECTIONS
</a>
</li>
</ul>
</div>
<div>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>EXTRA PAGE
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>TERMS & CONDITIONS
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>SHOP SINGLE
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>CONTECT US
</a>
</li>
</ul>
</div>
<div>
<ul class="all-nav-icons">
<li class="log footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>LOGIN
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="log footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>REGISTER
</a>
</li>
</ul>
<ul class="all-nav-icons">
<li class="log footer-links">
<a class="nav" href="home.html">
<i class="fas fa-chevron-right icons"></i>PRIVACY & POLICY
</a>
</li>
</ul>
</div>
</section>
</div>
<div class="wrapper socila-title">
<hr>
<h3 class="title-social">Follow Us</h3>
<a class="social" href="">
<i class="fab fa-facebook-f social-icon1 "></i> Facebook
</a>
<a class="social"href="">
<i class="fab fa-twitter-square social-icon2"></i> Twitter
</a>
<a class="social" href="">
<i class="fab fa-google social-icon3"></i> Google
</a>
<hr class="last">
</div>
<div class="arrow text-center">
<a href="home.html"><i class="fas fa-angle-double-up up-arrow"></i> </a>
</div>
<div class="copy text-center">
<small>©2019 Baggage. All rights reserved | Design by W3layouts.</small>
</div>