-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
615 lines (608 loc) · 41.1 KB
/
Home.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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!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">
<title>GETAWAYGEETH.COM</title>
<link href="https://fonts.googleapis.com/css?family=Anaheim" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="Scripts/jQuery.js" defer></script>
<script type="text/javascript" src="Scripts/bootstrap.min.js" defer></script>
</head>
<body>
<header id="blogheader" class="blog-header">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">GETAWAYGEETH.COM</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" role="navigation">
<ul class="nav navbar-nav">
<li class="active">
<a href="#">TALL TALE
<span class="sr-only">(current)</span>
</a>
</li>
<li><a href="#">KINDLE</a></li>
<li><a href="#">MEMOIRS</a></li>
<li><a href="#">VIGNETTES</a></li>
<li><a href="#">DOODLE DOO</a></li>
<li><a href="#">SAY HELLO</a></li>
</ul>
<form class="navbar-form navbar-right">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
</form>
</div>
</div>
</nav>
</header>
<div id="blogcontent" class="container-fluid">
<div class="row">
<div class="col-md-9">
<div id="primary" class="content-area">
<main id="main" class="site-main">
<div class="row">
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo2.PNG" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo3.jpg" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo4.jpg" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
</div>
<div class="row">
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo1.jpg" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo3.jpg" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
<div class="col-md-4 col-rightpad">
<article class="post-article">
<figure class="post-coverphoto">
<a href="#"><img src="images/Photo4.jpg" class="img-responsive img-rounded" alt="photo-one"></a>
</figure>
<header class="post-header">
<div class="post-author">
<i class="fa fa-image"></i>
</div>
<h2 class="post-title">
<a href="" rel="bookmark">Explore The Pacific Northwest.</a>
</h2>
<div class="post-header-meta">
<span class="post-category">
<a rel="categorytag" href="#">Travel</a>
</span>
<span class="divider">/</span>
<span class="post-date">April 14, 2015</span>
<span class="divider">/</span>
<span class="post-by">
<span class="post-vcard">
By: <a rel="author" href="#">Lakshmi Geeth</a>
</span>
</span>
</div>
</header>
<div class="post-content">
<span class="screen-reader-text"></span>
<p>Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting this an pane, which made him feel quite sad. How about if I sleep a little bit longer and forget all this nonsense ad, but that was something he was unable to do because he was used to sleeping on his right. The bedding an was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the....
<a href="ContentDetail.html" class="post-link">Continue reading</a>
</p>
</div>
<footer class="post-footer clearfix">
<div class="post-footer-meta clearfix">
<div class="post-comment">
<a href="#" class="comments-link">
<span>10000 <i class="fa fa-comment" aria-hidden="true"></i></span>
</a>
</div>
<div class="post-share-area">
<div>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-dribbble"></span></a>
</div>
</div>
<div class="post-view">
<a href="#" class="post-view-link">
<span>50000 <i class="fa fa-eye" aria-hidden="true"></i></span>
</a>
</div>
</div>
</footer>
</article>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="text-center">
<nav aria-label="Page navigation">
<ul class="pagination pagination-lg">
<li>
<a href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</main>
</div>
</div>
<div class="col-md-3">
<div id="secondary" class="widget-area">
<aside class="widget glimmer_about_widget clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>About Me</span></h5>
</div>
<div class="about-widget">
<figure class="author-image-home">
<img class="img-responsive" src="images/photoabout.jpg" alt="">
</figure>
<div class="about-description">
<h3 class="author-name">Lakshmi Geeth</h3>
<p>Olaa! I'm Geeth. This humble blog unravels the most tragic and disastrous evolution of as aspiring adult and her domesticated precocious of a husband, Bigshot.</p>
<a href="#" class="more-link">More Details</a>
</div>
</div>
</aside>
<aside class="widget widget_categories clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>Categories</span></h5>
</div>
<ul>
<li>
<a href="category.html">Tall Tale</a>
<span class="count">45</span>
</li>
<li>
<a href="category.html">Kindle</a>
<span class="count">45</span>
</li>
<li>
<a href="category.html">Memoirs</a>
<span class="count">45</span>
</li>
<li>
<a href="category.html">Vignettes</a>
<span class="count">45</span>
</li>
<li>
<a href="category.html">Doodle Doo</a>
<span class="count">45</span>
</li>
</ul>
</aside>
<aside class="widget widget_tag_cloud clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>Tag Cloud</span></h5>
</div>
<div class="tagcloud">
<a title="News" href="#">News</a>
<a title="Video" href="#">Music</a>
<a title="Uncatagories" href="#">Articles</a>
<a title="Lifestyle" href="#">Travels</a>
<a title="Travels" href="#">Sports</a>
<a title="Aside" href="#">Movie</a>
<a title="Galarry" href="#">Technology</a>
<a title="Quate" href="#">Fashion</a>
<a title="Fashion" href="#">Business</a>
</div>
</aside>
<aside class="widget widget_subscribe clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>Newsletter</span></h5>
</div>
<div class="newsletter-area">
<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
<div class="form-newsletter">
<form id="newsletter-form" name="newsletter-form" method="post" action="">
<div class="row">
<div class="col-md-12">
<p>
<input type="text" name="FNAME" id="fullname" class="form-controller" aria-required="true" placeholder="Your Name" value="">
</p>
</div>
<div class="col-md-12">
<p>
<input type="email" name="EMAIL" id="email" class="form-controller" aria-required="true" placeholder="Your Email" value="">
</p>
</div>
<div class="col-md-12 text-center">
<button type="submit" value="Subscribe" id="mc-embedded-subscribe" class="mail-chip-button">Subscribe Us</button>
</div>
</div>
</form>
</div>
</div>
</aside>
</div>
</div>
</div>
</div>
<footer id="blogfooter" class="site-footer">
<div id="footer-top">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="widget clearfix">
<div class="widget-title-area">
<h5 class="widget-title">
<span>Follow on Instagram</span>
</h5>
</div>
<div id="instafeed">
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8zih-VPLOp/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/11363904_909843499052524_1627204541_n.jpg?ig_cache_key=MTA5NTM3MTAwMjYzMzU2NTA5Nw%3D%3D.2" class="img-responsive">
</a>
</div>
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8yMcAZPLOI/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/12142046_1502020736758346_1172253475_n.jpg?ig_cache_key=MTA5NDk5MjM2MDUzMTM0MjIxNg%3D%3D.2" class="img-responsive">
</a>
</div>
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8yMYA5PLN-/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/11917779_513037312207053_1074015392_n.jpg?ig_cache_key=MTA5NDk5MjA4NjE5MDMwNjE3NA%3D%3D.2" class="img-responsive">
</a>
</div>
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8yMMu6vLNm/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/12145124_782024121908249_1982968172_n.jpg?ig_cache_key=MTA5NDk5MTMxMDk3Mzg3NTA0Ng%3D%3D.2" class="img-responsive">
</a>
</div>
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8yMHwmPLNg/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/12141970_1228317223860643_13175689_n.jpg?ig_cache_key=MTA5NDk5MDk2OTE4MDA0MjA4MA%3D%3D.2" class="img-responsive">
</a>
</div>
<div class="list">
<a target="_blank" href="https://www.instagram.com/p/8yL-IVvLNP/">
<img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/11374394_1628930550703571_1368188432_n.jpg?ig_cache_key=MTA5NDk5MDMwNzQ3ODI1NDQxNQ%3D%3D.2" class="img-responsive">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer-middle">
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<div class="widget widget_subscribe clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>Twitter Feed</span></h5>
</div>
<div id="twitter_profile_embed">
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline">
</iframe>
</div>
</div>
</div>
<div class="col-md-6">
<div class="widget widget_subscribe clearfix">
<div class="widget-title-area">
<h5 class="widget-title"><span>Facebook Feed</span></h5>
</div>
<div id="twitter_profile_embed">
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" class="twitter-timeline twitter-timeline-rendered" title="Facebook Timeline">
</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer-bottom">
<div class="container-fluid">
<div class="copyright">
<p>Copyright© 2016 Lakshmi Geeth. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<a href="#top" id="scroll-top" class="topbutton btn-hide">
<span class="glyphicon glyphicon-menu-up"></span>
</a>
</body>
</html>