-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (132 loc) · 5.53 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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=PT+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<header>
<div class="container">
<div class="header-conent">
<img src="images/logo.png" alt="hello">
<nav class="navbar">
<ul class="list-unstyle">
<li class="dropdown"><a href="#" class="link-item">Furniture</a>
<div class="dropdown-menu">
<ul class="list-unstyle">
<li><a href="#">Table</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
</ul>
<ul class="list-unstyle">
<li><a href="#">Table</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
</ul>
<ul class="list-unstyle">
<li><a href="#">Table</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
<li><a href="#">Wrtie Here</a></li>
</ul>
</div>
</li>
<li><a href="#" class="link-item">Armoires</a></li>
<li><a href="#" class="link-item"> table</a></li>
<li><a href="#" class="link-item"> Plastic chair</a></li>
<li><a href="#" class="link-item">Wardrobes</a></li>
<li><a href="#" class="link-item">More</a></li>
</ul>
</nav>
<div class="login">
<ul class="list-unstyle">
<li><i class="fa fa-search fa-2x"></i></li>
<li> <i class="fa fa-user fa-2x"></i></li>
<li><i class="fa fa-cart-plus fa-2x"></i> Your Bag</li>
</ul>
</div>
</div>
</div>
</header>
<!-- Section slder -->
<section class="slider">
<div class="container">
<img src="images/main-banner-1-1600x700.jpg" alt="HEllp">
</div>
</section>
<!-- Category sectopn -->
<section class="category section-padding">
<div class="section-header">
<h2 class="section-tittle">Special Category</h2>
<span class="line"></span>
</div>
<div class="container"></div>
</section>
<div class="container">
<div class="category-items">
<div class="category-item1">
<img src="images/category-banner1.jpg" alt="Hre">
<h4 class="category-tittle">Most popular</h4>
<h3 class="category-tittle2">Modern Chair collection</h3>
<i class="fa fa-angle-right fa-lg"></i>
</div>
<div class="category-item1">
<img src="images/category-banner2.jpg" alt="Hre">
<h4 class="category-tittle">Most popular</h4>
<h3 class="category-tittle2">Modern Chair collection</h3>
<i class="fa fa-angle-right fa-lg"></i>
</div>
<div class="category-item1">
<img src="images/category-banner3.jpg" alt="Hre">
<h4 class="category-tittle">Most popular</h4>
<h3 class="category-tittle2">Modern Chair collection</h3>
<i class="fa fa-angle-right fa-lg"></i>
</div>
<div class="category-item1">
<img src="images/category-banner4.jpg" alt="Hre">
<h4 class="category-tittle">Most popular</h4>
<h3 class="category-tittle2">Modern Chair collection</h3>
<i class="fa fa-angle-right fa-lg"></i>
</div>
</div>
</div>
<div class="container">
<div class="discount">
<div class="discount-dis">
<div class="dis-top">
<i class="fa fa-quote-left fa-lg"></i>
<h2 class="discount-tittle">Peneoid Astrid</h2>
<span class="discount-para">(Marketing)</span>
</div>
<p> write a description</p>
<div class="bollets">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="discount-item" style="background-image: url(images/cms-banner-1.jpg); background-size: cover;">
<div class="item-info">
<h3>30% discount</h3>
<h2>Desinging interior</h2>
</div>
</div>
<div class="discount-item" style="background-image: url(images/cms-banner-2.jpg); background-size: cover;">
<div class="item-info">
<h3>30% discount</h3>
<h2>Desinging interior</h2>
</div>
</div>
</div>
</div>
</body>
</html>