-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (253 loc) · 12.1 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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fuad_Assignment-2</title>
<link rel="shortcut icon" href="images/icon1.jpg" type="image/x-icon">
<link rel="stylesheet" href="styles/style.css">
<script src="https://kit.fontawesome.com/c459829c75.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Archivo:wght@400;500&family=Poppins:ital,wght@0,700;1,600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="h_l">
<h3 class="header-title">Influencer products</h3>
</div>
</header>
<main>
<section class="container">
<div class="sec1">
<div class="sec1_l">
<h1>Start your Journey as Influencer</h1>
<p>Are you an aspiring influencer who is adamant about starting their influencer journey in 2022? Let’s get you all prepped to begin your journey.</p>
<button class="button"> <a class="button" href="">Pre book now </a> <i class="fas fa-arrow-right"></i></button>
</div>
<div class="sec1_r">
<img src="images/camera1.png" alt="">
</div>
</div>
</section>
<section class="container">
<div class="products">
<h3 class="sec3_h">Popular Collection</h3>
<div class="prods">
<article class="prod1">
<div class="thumbnail">
<img src="images/mic.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/tripod.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/action.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/airpod.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/drone.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/setup.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/single-light.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/lights.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
<article class="prod1">
<div class="thumbnail">
<img src="images/camera.png" alt="">
</div>
<div class="prodinfo">
<h4 class="price">Flex Tripod</h4>
$50.48
<div>
<i class="fas fa-star filled "></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star white-star"></i>
<span>4.5</span><br> </div>
<p class="pr-info2">Wordwide shifting available Buyers protection possible!
</p>
</div>
</article>
</div>
</div>
</section>
</main>
<div class="flex-end">
<a href="">See more <i class="fas fa-arrow-right"></i>
</div>
<hr>
<section class="bonus">
<div class="bsecs">
<h2>About</h2>
<p>Terms of service</p>
<p>Terms of service</p>
<p>Terms of service</p>
</div>
<div>
<h2 >Community</h2>
<p>Terms of service</p>
<p>Terms of service</p>
<p>Terms of service</p>
</div>
<div>
<h2 class="h3b">News</h2>
<p>Terms of service</p>
<p>Terms of service</p>
<p>Terms of service</p>
</div>
<div>
<h2 class="h3b">Documentation</h2>
<p>Terms of service</p>
<p>Terms of service</p>
<p>Terms of service</p>
</div>
</section>
<footer>
<center>
<p id="footer_h">
Influencer products
</p>
<p id="footer_b">
Copyright <i class="far fa-copyright"></i> 2020 influencer products <br> All rights reserved
</p>
</center>
<div class=" social_icons ">
<i class="icons fab social-icon fa-instagram "></i>
<i class="icons fab social-icon fa-dribbble-square "></i>
<i class="icons fab social-icon fa-twitter-square "></i>
<i class="icons fab social-icon fa-youtube "></i>
</div>
</footer>
</body>
</html>