-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle.html
More file actions
162 lines (161 loc) · 9.49 KB
/
single.html
File metadata and controls
162 lines (161 loc) · 9.49 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
<!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">
<div class="dropdown">
<a href=""><button class="dropbtn">DROPDOWN <i class="fas fa-angle-down"></i></button></a>
<div class="dropdown-content">
<a href="#">SERVICES</a>
<a href="about.html">FEATURES</a>
<a href="single.html">SINGLE PAGE</a>
</div>
</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">
<div class="grid-box1">
<div class="bag">
<img src="../Baggage/assets/media/20.png" alt="">
</div>
<div>
<h4 class="new-heading">
Lorem ipsum dolor sit amet laoret.
</h4>
<p class="para1">Rs. 499 <span class="offer">599</span>click for offer</p>
<input class="mail text-center" type="text" name="email" placeholder="Enter your Email...">
<span>
<button class="btn">check</button>
</span>
<p class="wishlist"><a class="login" href="#">Login to save in wishlit</a></p>
<p class="standard">Lorem Ipsum has been the industry's standard since the 1500s. Praesent ullamcorper dui turpis..</p>
<h5 class="product">share product:</h5>
<div class="icons">
<a class="icon" href="#"><i class="fab fa-facebook-square fb"></i><span>Facebook</span></a>
<a class="icon" href="#"><i class="fab fa-twitter-square bird"></i><span>Twitter</span></a>
<a class="icon" href="#"><i class="fab fa-google-plus-square g-plus"></i><span>Google</span></a>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="wrapper">
<h4 class="discription">
LOREM IPSUM DOLOR SIT AMET
</h4>
<p class="lorem1">
Lorem ipsum dolor sit amet, consectetur adipisicing elPellentesque vehicula augue eget nisl ullamcorper, molestie blandit ipsum auctor. Mauris volutpat augue<br> dolor.Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut lab ore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation<br> ullamco. labore et dolore magna aliqua.
</p>
<p class="lorem2">
Lorem ipsum dolor sit amet, consectetur adipisicing elPellentesque vehicula augue <br>eget nisl ullamcorper, molestie blandit ipsum auctor. Mauris volutpat augue dolor.Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut lab ore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation<br> ullamco. labore et dolore magna aliqua.
</p>
<div>
<h3 class="feature">
FEATURED BAGS
</h3>
<div class="variety">
<div class="white-box">
<img class="handbag" src="../Baggage/assets/media/b1.jpg" alt="">
<p class="text-center class">messenger bag</p><hr>
<p class="text-center"><span class="offer">$799</span><span class="new-price">$675.00</span></p>
<div class="text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="white-box">
<img class="handbag" src="../Baggage/assets/media/b2.jpg" alt="">
<p class="text-center class">Shoulder bag (pink)</p><hr>
<p class="text-center"><span class="offer">$799</span><span class="new-price">$675.00</span></p>
<div class="text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="white-box">
<img class="handbag" src="../Baggage/assets/media/b3.jpg" alt="">
<p class="text-center class">Sling bag</p><hr>
<p class="text-center"><span class="offer">$599</span><span class="new-price">$675.00</span></p>
<div class="text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="white-box">
<img class="handbag" src="../Baggage/assets/media/b4.jpg" alt="">
<p class="text-center class"> Tote (blue)</p><hr>
<p class="text-center"><span class="offer">$799</span><span class="new-price">$675.00</span></p>
<div class="text-center">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</div>
</section>