-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-no-sidebar.html
941 lines (598 loc) · 63.1 KB
/
blog-no-sidebar.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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!DOCTYPE html>
<html lang="en" class="no-js "><!-- InstanceBegin template="/Templates/layout.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="uCard - Responsive HTML5 vCard Template">
<meta name="keywords" content="vcard, html5, portfolio">
<meta name="author" content="Pixelwars">
<title>uCard</title>
<!-- FAV and TOUCH ICONS -->
<link rel="shortcut icon" href="images/ico/favicon.ico" tppabs="http://themes.pixelwars.org/ucard-html/images/ico/favicon.ico">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon.png" tppabs="http://themes.pixelwars.org/ucard-html/images/ico/apple-touch-icon.png">
<!-- FONTS -->
<link href="../../fonts.googleapis.com/css-family=Roboto-100,100italic,300,300italic,400,400italic,700,700italic.css" tppabs="https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,700,700italic" rel='stylesheet' type='text/css'>
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" tppabs="http://themes.pixelwars.org/ucard-html/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css" tppabs="http://themes.pixelwars.org/ucard-html/css/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<link rel="stylesheet" type="text/css" href="css/fonts/fontello/css/fontello.css" tppabs="http://themes.pixelwars.org/ucard-html/css/fonts/fontello/css/fontello.css">
<link rel="stylesheet" type="text/css" href="js/nprogress/nprogress.css" tppabs="http://themes.pixelwars.org/ucard-html/js/nprogress/nprogress.css">
<link rel="stylesheet" type="text/css" href="js/jquery.magnific-popup/magnific-popup.css" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.magnific-popup/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="css/align.css" tppabs="http://themes.pixelwars.org/ucard-html/css/align.css">
<link rel="stylesheet" type="text/css" href="css/layout.css" tppabs="http://themes.pixelwars.org/ucard-html/css/layout.css">
<link rel="stylesheet" type="text/css" href="css/shortcodes.css" tppabs="http://themes.pixelwars.org/ucard-html/css/shortcodes.css">
<link rel="stylesheet" type="text/css" href="css/main.css" tppabs="http://themes.pixelwars.org/ucard-html/css/main.css">
<link rel="stylesheet" type="text/css" href="css/768.css" tppabs="http://themes.pixelwars.org/ucard-html/css/768.css">
<!-- INITIAL SCRIPTS -->
<script src="js/jquery-1.11.3.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/modernizr.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/modernizr.min.js"></script>
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<!-- InstanceParam name="OnePageLayout" type="boolean" value="false" -->
<!-- InstanceParam name="Sidebar" type="boolean" value="false" -->
<!-- InstanceParam name="PageDefault" type="boolean" value="false" -->
<!-- InstanceParam name="PageFixed" type="boolean" value="true" -->
<!-- InstanceParam name="PageFull" type="boolean" value="false" -->
<!-- InstanceParam name="PagePlain" type="boolean" value="false" -->
<!-- InstanceParam name="ClassicMenu" type="boolean" value="false" -->
</head>
<body>
<!-- PAGE -->
<div id="page" class="hfeed site">
<!-- .site-main -->
<main id="main" class="site-main cd-main">
<!-- HEADER -->
<header id="masthead" class="header" role="banner">
<!-- header-wrap -->
<div class="header-wrap layout-full">
<img src="images/home/home.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/home/home.jpg" alt="profile-image">
<!-- image-logo -->
<!--<a class="header-title-link" href="index.html"><img src="../images/site/avatar.jpg" alt="avatar"></a>-->
<h1 class="site-title">Alex Zeis</h1>
<p class="site-description">I am <strong id="typist-element" data-typist="a blogger., a wordpress lover., an adventurer.">a writer.</strong></p>
<!-- header-social -->
<div class="header-bottom">
<!-- SOCIAL -->
<p>
<a class="social-link facebook" href="#"></a>
<a class="social-link twitter" href="#"></a>
<a class="social-link linkedin" href="#"></a>
<a class="social-link instagram" href="#"></a>
</p>
<!-- SOCIAL -->
</div>
<!-- header-social -->
<!-- NAV MENU -->
<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
<div class="nav-menu menu-with-icons">
<ul>
<!-- InstanceBeginEditable name="Menu-Content" -->
<li><a href="index.html" tppabs="http://themes.pixelwars.org/ucard-html/index.html"><i class="pe-7s-home"></i>Home</a></li>
<li><a class="search-toggle"><i class="pe-7s-search"></i>Search</a></li>
<!-- InstanceEndEditable -->
</ul>
</div>
</nav>
<!-- NAV MENU -->
<!-- SEARCH -->
<div class="header-search">
<form role="search" method="get" id="search-form" action="#">
<input type="text" value="" name="s" id="search" placeholder="type and hit enter">
<input type="submit" id="search-submit" title="Search" value="→">
</form>
</div>
<!-- SEARCH -->
</div>
<!-- header-wrap -->
<a class="mouse-scroll" href="#">
<span class="mouse">
<span class="mouse-movement">
</span>
</span>
</a>
</header>
<!-- HEADER -->
<!-- site-middle -->
<div class="site-middle">
<div class="layout-fixed">
<div id="primary" class="content-area">
<!-- site-content -->
<div id="content" class="site-content" role="main">
<!-- InstanceBeginEditable name="Page-Content" -->
<!-- blog-regular -->
<div class="blog-regular page-layout">
<!-- CATEGORY ARCHIVE TITLE -->
<!--<header class="entry-header">
<div class="section-title center">
<h2><i>Category</i></h2>
</div>
<h1 class="entry-title">adventure</h1>
</header>-->
<!-- .entry-header -->
<header class="entry-header">
<h1 class="entry-title">the blog.</h1>
</header>
<!-- .entry-header -->
<!-- .hentry -->
<article class="hentry post">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Runaway A Road Adventure</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">April 13, 2015</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">7 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Travel" rel="category tag">Travel</a>
</span>
<!--<span class="edit-link">
<a class="post-edit-link" href="#">Edit</a>
</span>-->
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .featured-image -->
<div class="featured-image">
<a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">
<img src="images/blog/07.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/07.jpg" alt="blog-image">
</a>
</div>
<!-- .featured-image -->
<!-- .entry-content -->
<div class="entry-content">
<p>We circled for some time without doing much damage on either side; the long, straight, needle-like swords flashing in the sunlight, and ringing out upon the stillness as they crashed together with each effective parry. </p>
<p>I was only partially successful, as a sharp pain in my left shoulder attested, but in the sweep of my glance as I sought to again locate my adversary, a sight met my astonished gaze which paid me well for the wound the temporary blindness had caused me.
</p>
<p class="more"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html" class="more-link">Read More</a></p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post format-video">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Scrap Surf</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">21 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Adventure" rel="category tag">Street</a>
</span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .featured-image -->
<div class="featured-image">
<iframe src="../../player.vimeo.com/video/50315573-color=8ACB82&title=0&byline=0&portrait=0" tppabs="https://player.vimeo.com/video/50315573?color=8ACB82&title=0&byline=0&portrait=0" width="800" height="450" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<!-- .featured-image -->
<!-- .entry-content -->
<div class="entry-content">
<p>You don't know how to do any of those. It's a T. It goes "tuh". Okay, I like a challenge. Son, as your lawyer, I declare y'all are in a 12-piece bucket o' trouble. But I done struck you a deal: Five hours of community service cleanin' up that ol' mess you caused. I feel like I was mauled by Jesus. Tell her you just want to talk. It has nothing to do with mating.
</p>
<p class="more"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html" class="more-link">Read More</a></p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post sticky">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="javascript:if(confirm(%27http://themes.pixelwars.org/ucard-html/blog-single-with-sidebar.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?%27))window.location=%27http://themes.pixelwars.org/ucard-html/blog-single-with-sidebar.html%27" tppabs="http://themes.pixelwars.org/ucard-html/blog-single-with-sidebar.html">All In Our Head</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">64 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Adventure" rel="category tag">Adventure</a>
</span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .featured-image -->
<div class="featured-image">
<a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">
<img src="images/blog/02.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/02.jpg" alt="blog-image">
</a>
</div>
<!-- .featured-image -->
<!-- .entry-content -->
<div class="entry-content">
<p>It's just like the story of the grasshopper and the octopus. All year long, the grasshopper kept burying acorns for winter, while the octopus mooched off his girlfriend and watched TV. Also he got a race car. Is any of this getting through to you? I wish! It's a nickel. Okay, it's 500 dollars, you have no choice of carrier, the battery can't hold the charge and the reception isn't very…
</p>
<p class="more"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html" class="more-link">Read More</a></p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Smaller Plate</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">124 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Adventure" rel="category tag">LIFE</a>
</span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .featured-image -->
<div class="featured-image">
<a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">
<img src="images/blog/03.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/03.jpg" alt="blog-image">
</a>
</div>
<!-- .featured-image -->
<!-- .entry-content -->
<div class="entry-content">
<p>Oh God, what have I done? All I want is to be a monkey of moderate intelligence who wears a suit… that's why I'm transferring to business school! Perhaps, but perhaps your civilization is merely the sewer of an even greater society above you!</p>
<p>Tell her you just want to talk. It has nothing to do with mating. You're going to do his laundry? They're like sex, except I'm having them! I daresay that Fry has discovered the smelliest object in the known universe!
</p>
<p class="more"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html" class="more-link">Read More</a></p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post format-audio">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Alice On The Roof</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">98 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Music" rel="category tag">Music</a>,
<a href="#" title="View all posts in Rythm" rel="category tag">Rythm</a>
</span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .featured-image -->
<div class="featured-image">
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="../../w.soundcloud.com/player/-url=https---api.soundcloud.com-tracks-202812975&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false" tppabs="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/202812975&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</div>
<!-- .featured-image -->
<!-- .entry-content -->
<div class="entry-content">
<p>I'm sorry, guys. I never meant to hurt you. Just to destroy everything you ever believed in. You don't know how to do any of those. But existing is basically all I do! No, she'll probably make me do it. Meh.
</p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post format-gallery">
<!-- .entry-header -->
<header class="entry-header">
<!-- .entry-title -->
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Finding Perfect Spot For Surfing</a></h2>
<!-- .entry-meta -->
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Life" rel="category tag">Life</a>
</span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<!-- .entry-content -->
<div class="entry-content">
<!-- .gallery -->
<div class="gallery gallery-columns-2 gallery-size-thumbnail">
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/08.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/08.jpg"><img width="150" height="150" src="images/blog/08.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/08.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
</figure>
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/05.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/05.jpg"><img width="150" height="150" src="images/blog/05.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/05.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
</figure>
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/07.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/07.jpg"><img width="150" height="150" src="images/blog/07.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/07.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
<figcaption class="wp-caption-text gallery-caption">
Surfing Spot
</figcaption>
</figure>
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/slide-01-big.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-01-big.jpg"><img width="150" height="150" src="images/blog/slide-01.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-01.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
</figure>
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/slide-02-big.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-02-big.jpg"><img width="150" height="150" src="images/blog/slide-02.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-02.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
</figure>
<figure class="gallery-item">
<div class="gallery-icon landscape">
<a href="images/blog/slide-03-big.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-03-big.jpg"><img width="150" height="150" src="images/blog/slide-03.jpg" tppabs="http://themes.pixelwars.org/ucard-html/images/blog/slide-03.jpg" class="attachment-thumbnail" alt="Golden Gate Bridge"></a>
</div>
<figcaption class="wp-caption-text gallery-caption">
Surfing Spot
</figcaption>
</figure>
</div>
<!-- .gallery -->
<p>It may comfort you to know that Fry's death took only fifteen seconds, yet the pain was so intense, that it felt to him like fifteen years.</p>
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
<!-- .hentry -->
<!--<article class="hentry post format-image">
<header class="entry-header">
<h2 class="entry-title"><a href="blog-single.html">This is an image post!</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Adventure" rel="category tag">Street</a>
</span>
</div>
</header>
<div class="entry-content">
<p>
<img src="images/blog/slide-03.jpg" alt="image">
</p>
<p>This is a text of an image post format.</a></p>
</div>
</article>-->
<!-- .hentry -->
<!-- .hentry -->
<article class="hentry post format-link">
<header class="entry-header">
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html" title="Link">Format Link</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Stuff" rel="category tag">Stuff</a>
</span>
</div>
</header>
<div class="entry-content">
<p>
<a title="smashing magazine" href="javascript:if(confirm(%27http://nomad.network/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://nomad.network/%27" tppabs="http://nomad.network/" target="_blank">Nomad Network</a>
</p>
<p>You should definetly visit this site, lots of useful information for digital nomads!</p>
</div>
</article>
<!-- .hentry -->
<article class="hentry post format-chat">
<header class="entry-header">
<h2 class="entry-title"><a href="javascript:if(confirm(%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?%27))window.location=%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html%27" tppabs="http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html" title="Chat">Funny Conversation</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Music" rel="category tag">Music</a>
</span>
</div>
</header>
<div class="entry-content">
<div class="chat-transcript">
<div class="chat-row chat-speaker-1">
<div class="chat-author"><cite class="fn">Waitress</cite></div>
<div class="chat-text"><p>Hello, what would you like to drink?</p></div>
</div>
<div class="chat-row chat-speaker-2">
<div class="chat-author"><cite class="fn">Me</cite></div>
<div class="chat-text"><p>milky coffee</p></div>
</div>
<div class="chat-row chat-speaker-1">
<div class="chat-author"><cite class="fn">Waitress</cite></div>
<div class="chat-text"><p>How would you like it?</p></div>
</div>
<div class="chat-row chat-speaker-2">
<div class="chat-author"><cite class="fn">Me</cite></div>
<div class="chat-text"><p>with milk</p></div>
</div>
</div>
</div>
</article>
<!-- .hentry -->
<article class="hentry post format-status">
<header class="entry-header">
<h2 class="entry-title"><a href="javascript:if(confirm(%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?%27))window.location=%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html%27" tppabs="http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html" title="Chat">Status Post</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Music" rel="category tag">Music</a>
</span>
</div>
</header>
<div class="entry-content">
<p>I am having good time with my friends at Starbucks, classic!</p>
</div>
</article>
<!-- .hentry -->
<article class="hentry post format-aside">
<header class="entry-header">
<h2 class="entry-title"><a href="javascript:if(confirm(%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html \n\nThis file was not retrieved by Teleport Pro, because the server reports that this file cannot be found. \n\nDo you want to open it from the server?%27))window.location=%27http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html%27" tppabs="http://themes.pixelwars.org/ucard-html/blog-single-audio-embed.html" title="Chat">aside post format</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
<a href="blog-single.html#comments" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html#comments">83 Comments</a>
</span>
<span class="cat-links">
<a href="#" title="View all posts in Music" rel="category tag">Music</a>
</span>
</div>
</header>
<div class="entry-content">
<h4>A Story About Nothing</h4>
<p>Responsive web design offers us a way forward, finally allowing us to design for the ebb and flow of things.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.
</p>
</div>
</article>
<!-- .hentry -->
<article class="hentry post format-quote">
<header class="entry-header">
<h2 class="entry-title"><a href="blog-single.html" tppabs="http://themes.pixelwars.org/ucard-html/blog-single.html">Post Format Quote</a></h2>
<div class="entry-meta">
<span class="entry-date">
<time class="entry-date" datetime="2014-07-13T04:34:10+00:00">June 7, 2014</time>
</span>
<span class="comment-link">
124 Comments
</span>
<span class="cat-links">
<a href="#" title="View all posts in Quote" rel="category tag">Quote</a>
</span>
</div>
</header>
<div class="entry-content">
<blockquote>A problem is a chance for you to do your best.
<cite>Duke Ellington</cite>
</blockquote>
</div>
</article>
<!-- .hentry -->
<!-- post nav -->
<!--<nav class="navigation" role="navigation">
<div class="nav-previous"><a href="#"><span class="meta-nav">←</span> Older posts</a></div>
<div class="nav-next"><a href="#">Newer posts <span class="meta-nav">→</span></a></div>
</nav>-->
<!-- post nav -->
<!-- post pagination -->
<nav class="post-pagination">
<ul class="pagination">
<li class="pagination-first"><a href="#"> First </a></li>
<li class="pagination-prev"><a href="#" rel="prev"> « </a></li>
<li class="pagination-num"><a href="#"> 1 </a></li>
<li class="pagination-num current"><a href="#"> 2 </a></li>
<li class="pagination-num"><a href="#"> 3 </a></li>
<li class="pagination-next"><a href="#" rel="next"> » </a></li>
<li class="pagination-last"><a href="#"> Last </a> </li>
</ul>
</nav>
<!-- post pagination -->
</div>
<!-- blog-regular -->
<!-- InstanceEndEditable -->
</div>
<!-- site-content -->
</div>
<!-- primary -->
</div>
<!-- layout -->
</div>
<!-- site-middle -->
<!-- .site-footer -->
<footer id="colophon" class="site-footer" role="contentinfo">
<!-- .site-info -->
<div class="site-info">
<div class="textwidget">
<a href="javascript:if(confirm(%27https://wordpress.org/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed using an unsupported protocol (e.g., gopher). \n\nDo you want to open it from the server?%27))window.location=%27https://wordpress.org/%27" tppabs="https://wordpress.org/">Copyright © 2016 by Pixelwars</a>
</div>
</div>
<!-- .site-info -->
</footer>
<!-- .site-footer -->
</main>
<!-- .site-main -->
<!-- .cd-folding-panel -->
<div class="cd-folding-panel">
<div class="fold-left"></div>
<div class="fold-right"></div>
<div class="cd-fold-content">
<!-- content will be loaded using javascript -->
</div>
<a class="cd-close" href="#"></a>
</div>
<!-- .cd-folding-panel -->
<!-- ALERT : used for contact form mail delivery alert -->
<div class="site-alert animated"></div>
</div>
<!-- PAGE -->
<!-- InstanceBeginEditable name="Body-End-Content" -->
<!-- InstanceEndEditable -->
<!-- SCRIPTS -->
<script src="js/jquery.address-1.5.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.address-1.5.min.js"></script>
<script src="js/nprogress/nprogress.js" tppabs="http://themes.pixelwars.org/ucard-html/js/nprogress/nprogress.js"></script>
<script src="js/fastclick.js" tppabs="http://themes.pixelwars.org/ucard-html/js/fastclick.js"></script>
<script src="js/typist.js" tppabs="http://themes.pixelwars.org/ucard-html/js/typist.js"></script>
<script src="js/imagesloaded.pkgd.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.isotope.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.isotope.min.js"></script>
<script src="js/jquery.fitvids.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.fitvids.js"></script>
<script src="js/jquery.validate.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.validate.min.js"></script>
<script src="js/jquery.magnific-popup/jquery.magnific-popup.min.js" tppabs="http://themes.pixelwars.org/ucard-html/js/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="../../maps.googleapis.com/maps/api/js.js" tppabs="https://maps.googleapis.com/maps/api/js"></script>
<!--
if your map doesn't show by default, you need google map api key;
Get you api key here : https://developers.google.com/maps/documentation/javascript/get-api-key
and use it like this;
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>
-->
<script src="js/main.js" tppabs="http://themes.pixelwars.org/ucard-html/js/main.js"></script>
</body>
<!-- InstanceEnd --></html>