-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
386 lines (275 loc) · 11.8 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!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>Responsive-Task</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/5cb4758abd.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="p1" id="p1">
<div class="nav-bar">
<img src="./img/logo.png" alt="" width="13%">
<ul>
<li><a href="#p1">Home</a></li>
<li><a href="#p2">About</a></li>
<li><a href="#p3">Services</a></li>
<li><a href="#p5">Projects</a></li>
<li><a href="#p7">Pricing</a></li>
<li><a href="#p8">Blogs</a></li>
<li><a href="#p6">Feedbacks</a></li>
<li><a href="#p9">Contacts</a></li>
</ul>
</div>
<h6>This is me</h6>
<h1>Phillip gilbert</h1>
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the ghost
showing scrooge some different futures.</p>
<button>Discover Now</button>
<img src="./img/m1.png" id="m1">
</div>
<div class="p2" id="p2">
<img src="./img/m2.png" alt="">
<h6>about me</h6>
<h1>Personal Details</h1>
<p>You will being to realise why this exeercise is called the <br> Dickens Pattern with reference to the ghost
showing scrooge <br> some different futures.You will being to realise why this exeercise <br> is called the
Dickens
Pattern with reference to the ghost
showing scrooge <br> some different futures.</p>
<button>View Full Detail</button>
</div>
<div class="p3" id="p3">
<h1>my offered services</h1>
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the ghost
showing scrooge some different futures.</p>
<div class="serv1">
<div class="ser">
<i class="far fa-desktop"></i>
<h2>Web design</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
<div class="ser">
<i class="far fa-desktop"></i>
<h2>Web Developement</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
<div class="ser">
<i class="fas fa-camera-retro"></i>
<h2>Photography</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
</div>
<div class="serv1 serv2">
<div class="ser">
<i class="fas fa-image"></i>
<h2>Clipping Path</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
<div class="ser">
<i class="far fa-mobile"></i>
<h2>Apps Interface</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
<div class="ser">
<i class="fas fa-rocket"></i>
<h2>Graphic design</h2>
<p>It is not because things are differnet that we do not dare.It is because we do not dare that they are
difficult.</p>
</div>
</div>
</div>
<div class="p4">
<div class="box">
<h3>1500</h3>
<p>Projects completed</p>
</div>
<div class="box">
<h3>1200</h3>
<p>Happy clients</p>
</div>
<div class="box">
<h3>12</h3>
<p>Awards won</p>
</div>
<div class="box">
<h3>10</h3>
<p>Years of service</p>
</div>
</div>
<div class="p5" id="p5">
<h1>our latest friendly projects</h1>
<p>Who are in love with eco friendly system.</p>
<div class="project1">
<div class="pro">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
<div class="pro pro1">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
<div class="pro pro2">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
</div>
<div class="project1">
<div class="pro pro3">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
<div class="pro pro4">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
<div class="pro pro5">
<p>2d Vinyl Design <br> <span>Vector</span> </p>
</div>
</div>
</div>
<div class="p6" id="p6">
<h1>clients feedback about us</h1>
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the ghost
showing scrooge some different futures. <br> It is not because things are differnet that we do not dare.</p>
<div class="reve">
<div class="r1">
<img src="./img/g1.jpg" alt="">
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the
ghost
showing scrooge some different futures.</p>
<h4>Sophia isabella</h4>
<h5>Director of Management</h5>
</div>
<div class="r1 r2">
<img src="./img/g2.jpg" alt="">
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the
ghost
showing scrooge some different futures.</p>
<h4>Carolyan Craig</h4>
<h5>HR Manager</h5>
</div>
</div>
<div class="reve">
<div class="r1 r3">
<img src="./img/t3.png" alt="">
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the
ghost
showing scrooge some different futures.</p>
<h4>Sophia isabella</h4>
<h5>Director of Management</h5>
</div>
<div class="r1 r2">
<img src="./img/t4.png" alt="">
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the
ghost
showing scrooge some different futures.</p>
<h4>Carolyan Craig</h4>
<h5>HR Manager</h5>
</div>
</div>
</div>
<div class="p7" id="p7">
<h1>CHOSE YOUR PLAN</h1>
<p>When someone dose something that they know that they shouldn't do,did they.</p>
<div class="plan">
<div class="plan1">
<h1>01</h1>
<h2>Economy</h2>
<p>For the individuals</p>
<p>secure online transfer</p>
<p>unlimited style for Interface</p>
<p>reliable customer service</p>
<h3>$199.99</h3>
</div>
<div class="plan1">
<h1>02</h1>
<h2>Buisness</h2>
<p>For the individuals</p>
<p>secure online transfer</p>
<p>unlimited style for Interface</p>
<p>reliable customer service</p>
<h3>$299.99</h3>
</div>
<div class="plan1">
<h1>03</h1>
<h2>Premium</h2>
<p>For the individuals</p>
<p>secure online transfer</p>
<p>unlimited style for Interface</p>
<p>reliable customer service</p>
<h3>$399.99</h3>
</div>
<div class="plan1">
<h1>04</h1>
<h2>Exclusive</h2>
<p>For the individuals</p>
<p>secure online transfer</p>
<p>unlimited style for Interface</p>
<p>reliable customer service</p>
<h3>$499.99</h3>
</div>
</div>
</div>
<div class="p8" id="p8">
<h1>latest posts from our blog</h1>
<p>You will being to realise why this exeercise is called the Dickens Pattern with <br> reference to the ghost
showing scrooge some different futures.</p>
<div class="blog">
<div class="b1">
<img src="./img/user.png" alt="">
<p>Mark Viens 13 Dec</p>
<h3>break through self doubt and fear</h3>
<h4>You will being to realise why this exeercise is called the Dickens Pattern with reference to the
ghost
showing scrooge some different futures.</h4>
</div>
<div class="b1 b2">
<img src="./img/user.png" alt="">
<p>Mark Viens 13 Dec</p>
<h3>portable fashion for young women</h3>
<h4>You will being to realise why this exeercise is called the Dickens Pattern with reference to the
ghost
showing scrooge some different futures.</h4>
</div>
<div class="b1 b3">
<img src="./img/user.png" alt="">
<p>Mark Viens 13 Dec</p>
<h3>do dreams serve as promotions</h3>
<h4>You will being to realise why this exeercise is called the Dickens Pattern with reference to the
ghost
showing scrooge some different futures.</h4>
</div>
</div>
</div>
<div class="p9" id="p9">
<div class="cont1">
<img src="./img/i1.png" alt="">
<img src="./img/i2.png" alt="">
<img src="./img/i3.png" alt="">
<img src="./img/i4.png" alt="">
<img src="./img/i5.png" alt="">
</div>
<div class="cont2">
<div class="copy1">
<h6>copyright @ 2010-19.All rights reserved.</h6>
</div>
<div class="copy1 copy2">
<h6>Newsletter</h6>
<p>stay updated with our latest trends.</p>
<input type="text" placeholder="Enter-E-mail Address">
<i class="fas fa-paper-plane"></i>
</div>
<div class="copy1 copy3">
<h6>follow us</h6>
<i class="fab fa-pinterest"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
</div>
</div>
</div>
</body>
</html>