-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsinglepage.html
More file actions
193 lines (164 loc) · 11 KB
/
singlepage.html
File metadata and controls
193 lines (164 loc) · 11 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Tags to use as mandatory ones-->
<meta charset="utf-8">
<meta author="Layashree">
<meta description="A e-commerce Website design to get know front end development using BS5, Jquery and FAIcons">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--End of Meta Tags-->
<title>E-commerce website </title>
<!--CDN Section-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<!--End of CDN Section-->
<style>
.item-link{
text-decoration: none;
font-size: 30px;
padding-left: 10px;
padding-right: 10px;
color: black;
}
.category{
margin-left: 30px;
margin-right: 45px;
}
.category button{
padding: 8px;
margin-left: 40px;
margin-right: 40px;
margin-top: 12px;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg" style="background-color: black;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="logo/logo.jpg" width="80px" style="border-radius: 60px;">
</a>
<p style="color: white; font-size: 50px; font-weight: bold; ">KEVA</p>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar" style="display: block !important;" >
<ul class="navbar-nav" style="float: right;">
<li class="nav-item">
<p style="color: white; text-align: right; font-size: 20px;">Free Shipping</p>
<p style="color: white; text-align: right; font-size: 20px;">Orders over Rs 499</p>
</li>
<li class="nav-item">
<i class="fas fa-truck-moving fa-4x" style="color: blue; margin-left: 5px; padding-top: 10px; "></i>
</li>
</ul>
</div>
</div>
</nav>
<main style="background-color:#c4c4c4; padding-top: 20px;">
<div class="search" style="background-color: white; border-radius: 20px; padding-top: 20px; margin-left: 5px; margin-right: 5px; ">
<div class="row">
<div class="col-md-6 col-lg-6 col-xl-6 col-xxl-6 col-sm-12">
<h3 style="padding-left: 20px;"> <input type="text" placeholder="Click here to search "
style="width: 450px; border: 3px black solid; padding-left: 20px;">
<button class="btn btn-success">Search</button> </h3>
</div>
<div class="col-md-6 col-lg-6 col-xl-6 col-xxl-6 col-sm-12" >
<div class="search_two" style="float: right;">
<a class="item-link" href="#categories">About Us</a>
<p class="item-link" style="display: inline-block;">|</p>
<a class="item-link" href="#contact-us">Contact Us</a>
</div>
</div>
</div>
</div>
<div style="padding-top: 20px;">
<img src="images/banner.jpg" width="100%" height="600px">
</div>
<div id="categories" style="padding-top: 20px; ">
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 col-xxl-3 col-sm-12">
<div class="category" style="background-color: white; border: 2px solid black;border-radius: 42px; height: 400px; display:inline-block;">
<span style="text-align: center;display: block; padding-top: 10px; font-weight: bold; font-size: 20px; ">CATEGORIES</span>
<div style="display: inline-block;">
<button class="btn" style="width: 200px; background-color: lightsteelblue; display: block;" >Mobiles</button>
<button class="btn" style="width: 200px; background-color: lightsteelblue;display: block;" >Home Appliances</button>
<button class="btn" style="width: 200px; background-color: lightsteelblue;display: block;" >Fashion</button>
<button class="btn" style="width: 200px; background-color: lightsteelblue;display: block;" >Beauty Products</button>
<button class="btn" style="width: 200px; background-color: lightsteelblue;display: block;" >Grocery</button>
<button class="btn" style="width: 200px; background-color: lightsteelblue;display: block;" >Others</button>
</div>
</div>
</div>
<div class="col-md-9 col-lg-9 col-xl-9 col-xxl-9 col-sm-12">
<p style="text-align:center; font-size: 50px; font-family: Georgia, 'Times New Roman', Times, serif;">STYLE AND</p>
<p style="text-align:center; font-size: 50px; font-family: Georgia, 'Times New Roman', Times, serif;">FASHION SHOPS</p>
<p style="text-align:center; font-size: 30px;">We Provide you the Quality Ecommerce Application Service</p>
<p style="text-align:center; font-size: 30px; color: red;" ><b>25% OFF on all Products!</b></p>
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 col-xxl-3 col-sm-12"></div>
<div class="col-md-3 col-lg-3 col-xl-3 col-xxl-3 col-sm-12">
<button class="btn btn-success" style="width: 200px; display: inline-block; margin-left: 160px;" >Shop Now</button>
</div>
<div class="col-md-3 col-lg-3 col-xl-3 col-xxl-3 col-sm-12"></div>
</div>
</div>
</div>
<div class="row" style="padding-top: 20px;" >
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-9" style="background-color: cornflowerblue;
text-align: center; ">
<p><b>Free Shipping</b></p>
<p>Free shipping on all Weekend Boot</p>
<p>orders over Rs 499</p>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-9" style="background-color: rgb(84, 98, 223); text-align: center;">
<p style="padding-top: 25px;"><b>Free Returns+Exchange</b></p>
<p>Give them a try,you've got 7 days!</p>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-9" style="background-color: tomato; text-align: center;"
<p style="font-family: Arial; padding-top: 10px;"><b>SPRING</b></p>
<p style="font-family: Arial;"><b>SUMMER</b></p>
<p ><b>TREND SHOP</b></p>
</div>
</div>
<div id="contact-us" style="padding-top: 20px !important; margin-left: 15px; margin-right: 15px; ">
<h3 style="text-align: center; padding-top: 20px;">Contact Us</h3>
<div class="row" style="padding-top: 20px;background-color: white; border-radius: 30px;">
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12">
<p style="font-weight: bolder; text-align: center;"><i class="fas fa-phone-alt fa-2x"></i> 1234567890</p>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12">
<p style="font-weight: bolder;text-align: center;"><i class="fas fa-envelope fa-2x" ></i> lmnop@example.com<p>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12">
<p style="font-weight: bolder;text-align: center;"><i class="fas fa-map-marker-alt fa-2x" ></i> Blk 35 Mandalay Road, # 13–37,<br> Mandalay Towers, Singapore 308215<br> SINGAPORE</p>
</div>
</div>
</div>
<div class="row" style="padding-top: 20px;">
<div id="one" class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12">
<img src="images/one.jpg" style=" width: 100%;height: 100%; border-radius: 20px;">
</div>
<div id="two" class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12" >
<img src="images/two.jpg" style="width: 100%;height: 100%; border-radius: 20px;">
</div>
<div id="three" class="col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-sm-12" >
<img src="images/three.jpg" style=" width: 100%;height: 100%; border-radius: 20px;">
</div>
</div>
<footer style="padding-top: 20px; background-color: #c4c4c4;">
<div class="container-fluid text-center" style="background-color: black; height: 130px;">
<p style="padding-top: 75px !important; color: white;" class="footer-text">All rights Reserved © 2021 ecommerce.com</p>
</div>
</footer>
<!--JS Section-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
<!-- End of JS Section-->
</main>
</header>