-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
479 lines (452 loc) · 16.2 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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--------------------------------------------
Title
---------------------------------------------->
<title>Blogging With Aman</title>
<!--------------------------------------------
Add Favicon
---------------------------------------------->
<link
rel="icon"
href="assets/images/website-using-only-html.jpg"
type="image/png"
/>
</head>
<body>
<!--------------------------------------------
Navbar Start
---------------------------------------------->
<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#1d2120">
<tr>
<td>
<br />
<table cellspacing="0" cellpadding="0" width="80%" align="center">
<tr>
<td width="50">
<img width="35" src="assets/images/book.png" alt="book" />
</td>
<td width="50%">
<font face="calibri" size="6" color="#bbc879"
><b>BlOGGING WITH AMAN</b></font
>
</td>
<td>
<table
width="100%"
cellpadding="10"
cellspacing="0"
border="1"
bordercolor="#1d2120"
bgcolor="#747d7a"
>
<tr align="center">
<td>
<font face="calibri" size="4" color="#fff"
><b>Home</b></font
>
</td>
<td>
<font face="calibri" size="4" color="#bbc879"
><b>About</b></font
>
</td>
<td>
<font face="calibri" size="4" color="#bbc879"
><b>Company</b></font
>
</td>
<td>
<font face="calibri" size="4" color="#bbc879"
><b>Contact</b></font
>
</td>
<td>
<font face="calibri" size="4" color="#bbc879"
><b>Gallery</b></font
>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<!--------------------------------------------
Navbar End
---------------------------------------------->
<!--------------------------------------------
Hero Section Start
---------------------------------------------->
<table
height="650"
cellspacing="0"
cellpadding="0"
width="100%"
bgcolor="#747d7a"
>
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="80%" align="center">
<tr>
<td width="50%">
<img
width="80%"
height="300"
src="assets/images/website-using-only-html.jpg"
alt="website-img"
/>
</td>
<td width="5%"></td>
<td width="45%" valign="top">
<font face="calibri" size="7" color="#bbc879">
<b>WELCOME TO OUR BLOG</b></font
>
<p>
<font face="calibri" size="4" color="#fff"
>Blogging gave me the confidence to face people, share my
ideas boldly and direction in life that I had been missing
when I was jobless. Having said that, building a successful
blogging profession wasn’t that easy. I spent a good number
of years figuring out the ins and outs of blogging. That’s
why, With I was jobless. Having said that, building a
successful blogging profession wasn’t that easy. I spent a
good number of years figuring out this resource</font
>
</p>
<button>
<font></font>
<font face="calibri" size="4"><b>Read More</b></font>
</button>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--------------------------------------------
Hero Section End
---------------------------------------------->
<br /><br /><br /><br /><br />
<!--------------------------------------------
Blogs Section Start
---------------------------------------------->
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="80%" align="center">
<tr>
<td width="63%" valign="top">
<br />
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<font face="calibri" size="6" color="#bbc879">
<b>READ THESE CURIOUS TOPICS</b></font
>
<hr size="4" color="#bbc879" />
<br />
<font face="calibri" size="4">
<b
>This is A Simple Blag Website. Here You Can Get News
of All Over the World And Read Anything What You Like
And <br />
Don't Forget To Like,Share Our Blog All Over Your
Friends And Buddies</b
></font
>
<br /><br /><br />
<font face="calibri" size="3" color="#676767">
Today A Boy Caught that Was Trying to Sell Question
Papers of Matrix Board of 2023. As Per teh Rule Now he
is Under Custudy the World And Read Anything What You
Like And So Be Careful</font
>
<br /><br /><br />
</td>
</tr>
<tr>
<td>
<font size="7">▪ </font>
</td>
<td>
<font face="calibri" size="3" color="#bbc879">
Indian Cricket Team Have Won the match Against Pakistan
.There is A Wave of Excitement and Happiness Over the
Country</font
>
</td>
</tr>
<tr height="15"></tr>
<tr>
<td>
<font size="7">▪ </font>
</td>
<td>
<font face="calibri" size="3" color="#bbc879">
Aaj Ek Ladka College Se Ghar Aate Samhe Apne Dosto ke
Sath Road Par Chal Raha Tha Tabhi Aachanak Ek Gadi Aayi
Or Chali gyi..</font
>
</td>
</tr>
<tr height="25"></tr>
<tr>
<td>
<font size="7" color="#bbc879">❘ </font>
</td>
<td>
<font face="calibri" size="3">
<b>
Taja Khabar Sunday ke Din Ek College Student ho kafi
bhuka tha Usne Apne Ghar Par hi Maggi Banayi Or Kha
li. <br />
Iske Sath Hi Us Ladke Ne Ghar Par hi khud Bina Kisi ko
Btaye Chai Bnakar Pi</b
></font
>
</td>
</tr>
</table>
</td>
<td width="2%"></td>
<td width="35%">
<table cellspacing="0" cellpadding="20" width="100%">
<tr>
<td bgcolor="#676767" colspan="2" align="center">
<font face="calibri" color="#fff" size="6"
><b>LATEST BLOGS</b></font
>
</td>
</tr>
<tr bgcolor="#efefef">
<td width="40%">
<img
width="100%"
src="assets/images/flower.jpg"
alt="flower"
/>
</td>
<td valgign="top">
<font face="calibri" size="2" color="grey"
><b>Oct 16, 2002</b></font
>
<br />
<font face="calibri" size="5">The Beide Makeup</font>
<font face="calibri" color="#676767" size="3">
Ashish Makeup Shop For Ready Your Bride For A Awesome
Look</font
>
<br />
<br />
</td>
</tr>
<tr bgcolor="#dfdfdd">
<td width="40%">
<img
width="90%"
src="assets/images/flower.jpg"
alt="flower"
/>
</td>
<td>
<font face="calibri" size="2" color="grey"
><b>Oct 16, 2002</b></font
>
<br />
<font face="calibri" size="5">The Beide Makeup</font>
<font face="calibri" color="#676767" size="3">
Ashish Makeup Shop For Ready Your Bride For A Awesome
Look</font
>
<br />
<br />
</td>
</tr>
<tr bgcolor="#efefef">
<td width="40%">
<img
width="90%"
src="assets/images/flower.jpg"
alt="flower"
/>
</td>
<td>
<font face="calibri" size="2" color="grey"
><b>Oct 16, 2002</b></font
>
<br />
<font face="calibri" size="5">The Beide Makeup</font>
<font face="calibri" color="#676767" size="3">
Ashish Makeup Shop For Ready Your Bride For A Awesome
Look</font
>
<br />
<br />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--------------------------------------------
Blogs Section End
---------------------------------------------->
<br /><br /><br /><br /><br />
<!--------------------------------------------
Footer Start
---------------------------------------------->
<table width="100%" cellspacing="0" bgcolor="#1d2120">
<tr>
<td>
<br />
<table width="80%" cellspacing="0" align="center" cellpadding="10">
<tr align="center">
<td>
<h3>
<font color="white" size="4" face="MS sans serif">ABOUT</font>
</h3>
</td>
<td>
<h3>
<font color="white" size="4" face="MS sans serif"
>SERVICES</font
>
</h3>
</td>
<td>
<h3>
<font color="white" size="4" face="MS sans serif"
>COOL LINKS</font
>
</h3>
</td>
<td>
<h3>
<font color="white" size="4" face="MS sans serif"
>CONTACT</font
>
</h3>
</td>
<td>
<h3>
<font color="white" size="4" face="MS sans serif"
>PARTNERS</font
>
</h3>
</td>
</tr>
<tr align="center">
<td>
<font color="grey" size="3" face="calibri">CREATIVE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">RESPONSIVE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">PROFESSIONAL</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DESIGN</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DOWNLOAD</font>
</td>
</tr>
<tr align="center">
<td>
<font color="grey" size="3" face="calibri">FRONTEND</font>
</td>
<td>
<font color="grey" size="3" face="calibri">BACKEND</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DATABASE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DEPLOYMENT</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DOWNLOAD</font>
</td>
</tr>
<tr align="center">
<td>
<font color="grey" size="3" face="calibri">CREATIVE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">RESPONSIVE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">PROFESSIONAL</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DESIGN</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DOWNLOAD</font>
</td>
</tr>
<tr align="center">
<td>
<font color="grey" size="3" face="calibri">MOBILE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">EMAIL</font>
</td>
<td>
<font color="grey" size="3" face="calibri">SMS</font>
</td>
<td>
<font color="grey" size="3" face="calibri">WHATSAPP</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DM</font>
</td>
</tr>
<tr align="center">
<td>
<font color="grey" size="3" face="calibri">WIORO</font>
</td>
<td>
<font color="grey" size="3" face="calibri">TCS</font>
</td>
<td>
<font color="grey" size="3" face="calibri">ACCENTURE</font>
</td>
<td>
<font color="grey" size="3" face="calibri">INFOSYS</font>
</td>
<td>
<font color="grey" size="3" face="calibri">DELOITE</font>
</td>
</tr>
<tr>
<td colspan="5" align="center">
<hr color="grey" size="2" />
<p>
<font color="#bbc879" size="3" face="calibri"
><b>Developed with ❤ Love by Aman | @webwithaman</b>
</font>
</p>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<!--------------------------------------------
Footer End
---------------------------------------------->
</body>
</html>