-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaparakanca.html
516 lines (514 loc) · 28.8 KB
/
saparakanca.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
<!DOCTYPE html>
<html lang="{block:English}en{/block:English}{block:French}fr{/block:French}{block:German}de{/block:German}{block:Japanese}ja{/block:Japanese}{block:Italian}it{/block:Italian}{block:Spanish}es{/block:Spanish}{block:Polish}pl{/block:Polish}" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{Title}{block:IndexPage} — {PlaintextDescription}{/block:IndexPage}{block:PermalinkPage}{block:PostSummary} — {PlaintextPostSummary}{/block:PostSummary}{/block:PermalinkPage}{block:SearchPage} — {lang:Search results for SearchQuery}{/block:SearchPage}</title>
{block:Description}
<meta name="description" content="{MetaDescription}">
{/block:Description}
<meta title="author" content="{Title}">
<meta name="keywords" content="{block:PermalinkPage}{block:Posts}{block:Tags}{Tag}, {/block:Tags}{/block:Posts}{/block:PermalinkPage}">
{block:IndexPage}<meta content="index,follow" name="robots">{/block:IndexPage}
{block:PermalinkPage}<meta content="index,follow" name="robots">{/block:PermalinkPage}
{block:SearchPage}<meta content="noindex,nofollow" name="robots">{/block:SearchPage}
{block:Hidden}
<!-- Theme Options -->
<meta name="if:Show About" content="1">
<meta name="if:Show Flickr" content="0">
<meta name="if:Show Tweet" content="0">
<meta name="if:Show Follow" content="0">
<meta name="if:Show Likes" content="0">
<meta name="if:Show Social Hub" content="1">
<meta name="text:About Widget Header" content="About Me">
<meta name="text:Flickr Widget Header" content="Flickr Photo's">
<meta name="text:Twitter Widget Header" content="Tweet">
<meta name="text:Social Hub Header" content="Connect">
<meta name="text:Number of Tweets" content="3" />
<meta name="text:Reblogged Title" content="Reblogged from">
<meta name="text:Facebook" content="">
<meta name="text:Google Plus" content="">
<meta name="text:Instagram" content="">
<meta name="text:Pinterest" content="">
<meta name="text:Reddit" content="">
<meta name="text:Linkedin" content="">
<meta name="text:Vimeo" content="">
<meta name="text:Flickr Username" content="">
<meta name="text:Flickr ID" content="">
<meta name="text:Disqus Shortname" content="">
<meta name="text:Google Analytics ID" content="">
{/block:Hidden}
{block:PermalinkPage}
{block:Posts}
{block:Date}
<link rel="canonical" href="{Permalink}">
<link rel="shortlink" href="{ShortURL}">
{/block:Date}
{/block:Posts}
{/block:PermalinkPage}
<!-- Fav Icons -->
<link rel="shortcut icon" href="{Favicon}">
<link rel="apple-touch-icon" href="{Favicon}">
<!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<!-- Theme Core CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:400,300|Ubuntu:400,300">
<!-- Theme Stylesheet -->
<link rel="stylesheet" href="http://static.tumblr.com/ht0jnpr/mEqnv0t8f/saparakanca.min.css" media="all">
<style type="text/css">
/* Custom CSS */
{CustomCSS}
</style>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://cdn.rawgit.com/rridhan/Plugins/master/js/modernizr-custom.js"></script>
</head>
<body>
<div class="container">
<header id="site-header">
<div class="row">
<div class="col-md-4 col-sm-5 col-xs-8">
<div class="logo">
{block:IndexPage}<h1><strong>{Title}</strong></h1>{/block:IndexPage}
{block:PermalinkPage}<h1><a href="{BlogURL}" rel="tooltip" data-toggle="tooltip" data-placement="bottom" title="{Title}"><strong>{Title}</strong></a></h1>{/block:PermalinkPage}
</div>
</div>
<div class="col-md-8 col-sm-7 col-xs-4">
<nav class="main-nav" role="navigation">
<div class="navbar-header">
<button type="button" id="trigger-overlay" class="navbar-toggle">
<span class="ion-navicon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="cl-effect-11"><a href="{BlogURL}" data-hover="Home">Home</a></li>
{block:HasPages}{block:Pages}<li class="cl-effect-11"><a href="{URL}" data-hover="{Label}">{Label}</a></li>{/block:Pages}{/block:HasPages}
<li class="cl-effect-11"><a href="/archive" data-hover="Archive">Archive</a></li>
{block:AskEnabled}<li class="cl-effect-11"><a href="/ask" data-hover="{AskLabel}">{AskLabel}</a></li>{/block:AskEnabled}
{block:SubmissionsEnabled}<li class="cl-effect-11"><a href="/submit" data-hover="{SubmitLabel}">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
</ul>
</div><!-- /.navbar-collapse -->
</nav>
{block:SearchForm}
<div id="header-search-box">
<a id="search-menu" href="#"><span id="search-icon" class="ion-ios-search-strong"></span></a>
<div id="search-form" class="search-form">
<form action="/search" role="search" method="get" id="searchform">
<input type="search" name="q" value="{SearchQuery}" placeholder="Search">
<button type="submit"><span class="ion-ios-search-strong"></span></button>
</form>
</div>
</div>
{/block:SearchForm}
</div><!-- col-md-8 -->
</div>
</header>
</div>
<div class="content-body">
<div class="container">
<div class="row">
<main class="col-md-8">
{block:SearchPage}
<article class="post">
<header class="entry-header">
<h2 class="entry-title">Search results for <a href="{URLSafeSearchQuery}">{SearchQuery}</a></h2>
</header>
{block:NoSearchResults}
<div class="entry-content">
<p>Sorry, no posts matched your criteria.</p>
</div>
{/block:NoSearchResults}
</article>
{/block:SearchPage}
{block:DayPage}
<article class="post">
<header class="entry-header">
<h2 class="entry-title">Posts for <strong>{DayOfWeek}, {DayOfMonth} {Month} {Year}</strong></h2>
</header>
</article>
{/block:DayPage}
{block:TagPage}
<article class="post">
<header class="entry-header">
<h2 class="title-title">Posts tagged <a href="{TagURL}">{Tag}</a></h2>
</header>
</article>
{/block:TagPage}
{block:Posts}
<article class="post post-{PostType}">
{block:RebloggedFrom}
<div class="alert alert-info" role="alert">
<p>{text:Reblogged Title} <a href="{ReblogParentURL}" title="{ReblogParentTitle}" alt="{ReblogParentName}">{ReblogParentName}</a></p>
</div>
{/block:RebloggedFrom}
{block:Text}
<header class="entry-header">
{block:Title}
<h2 class="entry-title">
<a href="{Permalink}">{Title}</a>
</h2>
{/block:Title}
</header>
<div class="entry-content clearfix">
{Body}
{block:More}{/block:More}
</div>
{/block:Text}
{block:Photo}
<header class="entry-header img-responsive-center">
{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-500}" class="img-responsive" width="{PhotoWidth-500}" height="{PhotoHeight-500}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" class="img-responsive" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:PermalinkPage}
</header>
<div class="entry-content clearfix">
{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
</div>
{/block:Photo}
{block:Photoset}
<header class="entry-header">
<div class="photoset-grid" data-layout="{PhotosetLayout}" data-id="photoset{PostID}">
{block:Photos}
<img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" {block:Caption}alt="{Caption}"{/block:caption} />
{/block:Photos}
</div>
</header>
<div class="entry-content clearfix">
{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
</div>
{/block:Photoset}
{block:Quote}
<header class="entry-header">
<blockquote>
<h2 class="entry-title">{Quote}</h2>
</blockquote>
</header>
<div class="entry-content clearfix">
{block:Source}— {Source}{/block:Source}
</div>
{/block:Quote}
{block:Link}
<header class="entry-header">
<h2 class="entry-title"><a href="{URL}" {Target}>{Name}</a></h2>
</header>
<div class="entry-content clearfix">
{block:PermalinkPage}{block:Description}{Description}{/block:Description}{/block:PermalinkPage}
</div>
{/block:Link}
{block:Chat}
<header class="entry-header">
{block:Title}
<h2 class="title">
<a href="{Permalink}">{Title}</a>
</h2>
{/block:Title}
</header>
<div class="entry-content clearfix">
<ul class="chat list-unstyled">
{block:Lines}
<li>{block:Label}<strong>{Label}</strong>{/block:Label} <samp>{Line}</samp></li>
{/block:Lines}
</ul>
</div>
{/block:Chat}
{block:Audio}
{block:AudioEmbed}
<header class="entry-header">
<h2 class="entry-title">{block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}</h2>
</header>
<div class="entry-content clearfix">
<div class="embed-responsive embed-responsive-16by9">
{AudioEmbed}
</div>
</div>
{/block:AudioEmbed}
{block:AudioPlayer}
<header class="entry-header">
<h2 class="entry-title">{block:TrackName}{TrackName}{/block:TrackName}</h2>
<div class="media">
<div class="media-left">
{block:AlbumArt}<img class="img-rounded" src="{AlbumArtURL}" alt="Album Art" width="140" height="140" />{/block:AlbumArt}
</div>
<div class="media-body">
{AudioPlayerBlack}
<ul class="list-unstyled">
<li><span class="ion-ios-person"></span> {block:Artist}{Artist}{/block:Artist}</li>
<li><span class="ion-ios-albums"></span> {block:Album}{Album}{/block:Album}</li>
<li><span class="ion-ios-play"></span> {PlayCountWithLabel}</li>
{block:ExternalAudio}
<li><span class="ion-ios-download"></span> {ExternalAudioURL}</li>
{/block:ExternalAudio}
</ul>
</div>
</div>
</header>
<div class="entry-content clearfix">
{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
</div>
{/block:AudioPlayer}
{/block:Audio}
{block:Video}
<header class="entry-header">
<div class="embed-responsive embed-responsive-16by9">
{Video-500}
</div>
</header>
<div class="entry-content clearfix">
{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
</div>
{/block:Video}
{block:Answer}
<header class="entry-header">
{Asker} asked: {Question}
</header>
<div class="entry-content clearfix">
{Answer}
</div>
{/block:Answer}
{block:PermalinkPage}
{block:Date}
<hr>
<div class="entry-meta">
<span class="post-author">by <a href="{PostAuthorURL}">{PostAuthorName}</a></span>
<span class="post-date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"><time class="entry-date" datetime="{DayOfMonth} {Month}, {Year}">{TimeAgo}</time></a></span>
{block:HasTags}in {block:Tags}<span class="post-category"><a href="{TagUrl}">#{Tag}</a></span>{/block:Tags}{/block:HasTags}
<span class="post-reblogContainer">
{ReblogButton}
<span class="post-reblog">
<i class="glyphicon glyphicon-retweet"></i>
</span>
</span>
<span class="post-likeContainer">
{LikeButton}
<span class="post-like">
<i class="glyphicon glyphicon-heart-empty"></i>
<i class="glyphicon glyphicon-heart"></i>
</span>
</span>
</div>
{/block:Date}
{/block:PermalinkPage}
{block:IndexPage}
<div class="read-more cl-effect-13">
<a href="{Permalink}" class="more-link">Read more</a>
</div>
{/block:IndexPage}
{block:PermalinkPagination}
<div class="well">
<nav>
<ul class="pager">
{block:NextPost}<li class="next"><a href="{NextPost}"><span aria-hidden="true" class="ion-ios-arrow-forward"></span></a></li>{/block:NextPost}
{block:PreviousPost}<li class="previous"><a href="{PreviousPost}"><span aria-hidden="true" class="ion-ios-arrow-back"></span></a></li>{/block:PreviousPost}
</ul>
</nav>
</div>
{/block:PermalinkPagination}
{block:PermalinkPage}
{block:Date}
<div class="article-footer">
<ul class="nav nav-tabs nav-justified" role="tablist">
<li role="presentation" class="active"><a href="#post-notes" aria-controls="notes" role="tab" data-toggle="tab">{NoteCountWithLabel}</a></li>
<li role="presentation">
<a class="dsq-comment-count" href="{Permalink}#disqus_thread" aria-controls="disqus" role="tab" data-toggle="tab">Comments</a>
<script type="text/javascript">
var disqus_shortname = '{text:Disqus Shortname}';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</li>
<li role="presentation"><a href="#share-post" aria-controls="share-post" role="tab" data-toggle="tab">Share</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="post-notes">
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
<div role="tabpanel" class="tab-pane" id="disqus_thread">
{block:IfDisqusShortname}
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{text:Disqus Shortname}';
var disqus_url = '{Permalink}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:IfDisqusShortname}
</div>
<div role="tabpanel" class="tab-pane" id="share-post">
<div class="read-more cl-effect-14">
<span class="share"><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary}{/block:PostSummary} - {ShortURL}" target="_blank"><i class="ion-social-twitter"></i></a> <a href="http://www.facebook.com/sharer.php?u={ShortURL}" target="_blank"><i class="ion-social-facebook"></i></a> <a href="https://plus.google.com/share?url={ShortURL}" target="_blank"><i class="ion-social-googleplus"></i></a></span>
</div>
</div>
</div>
</div>
{/block:Date}
{/block:PermalinkPage}
</article>
{/block:Posts}
{block:Pagination}
<nav>
<ul class="pager">
{block:NextPage}<li class="next"><a href="{NextPage}"><span aria-hidden="true" class="ion-ios-arrow-forward"></span></a></li>{/block:NextPage}
{block:PreviousPage}<li class="previous"><a href="{PreviousPage}"><span aria-hidden="true" class="ion-ios-arrow-back"></span></a></li>{/block:PreviousPage}
</ul>
</nav>
{/block:Pagination}
</main><!-- main -->
<aside class="col-md-4">
{block:ifShowAbout}
<div class="widget">
{block:ifAboutWidgetHeader}<h3 class="widget-title">{text:About Widget Header}</h3>{/block:ifAboutWidgetHeader}
<div class="media">
<div class="media-left">
<img class="media-object" src="{PortraitURL-64}" alt="About Me">
</div>
<div class="media-body">
<h4 class="media-heading">{Title}</h3>
{block:Description}
<p>{Description}</p>
{/block:Description}
<p><a target="_blank" href="http://tumblr.com/follow/{Name}" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://tumblr.com']);"><span class="ion-person-add"></span> {lang:Follow me}</a></p>
</div>
</div>
</div>
{/block:ifShowAbout}
{block:ifShowFlickr}
<div class="widget">
{block:ifFlickrWidgetHeader}<h3 class="widget-title">{text:Flickr Widget Header}</h3>{/block:ifFlickrWidgetHeader}
<ul class="list-inline" id="flickr">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=8&display=random&size=s&layout=x&source=user&user={text:Flickr ID}"></script>
</ul>
<div class="clearfix"></div>
<p><a href="http://www.flickr.com/photos/{text:Flickr Username}/" title="See my photos on Flickr!"><img src="https://s.yimg.com/pw/images/goodies/black-im-on-flickr.png" width="102" height="26" alt=""></a></p>
</div>
{/block:ifShowFlickr}
{block:ifShowTweet}
<div class="widget">
{block:ifTwitterWidgetHeader}<h3 class="widget-title">{text:Twitter Widget Header}</h3>{/block:ifTwitterWidgetHeader}
{block:Twitter}
<ul id="tweets"></ul>
<div class="clearfix"></div>
<a href="https://twitter.com/{TwitterUsername}" class="twitter-follow-button" data-size="large" data-show-screen-name="false">Follow @{TwitterUsername}</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script type="text/javascript">
function recent_tweets(data) {
for (i=0; i<data.length; i++) {
if (i<{text:Number of Tweets}) {
document.getElementById("tweets").innerHTML =
document.getElementById("tweets").innerHTML +
'<li><a href="http://twitter.com/{TwitterUsername}/status/' +
data[i].id + '">' + data[i].text +
'</a></li>';
}
}
document.getElementById("twitter").style.display = 'block';
}
</script>
{/block:Twitter}
</div>
{/block:ifShowTweet}
{block:ifShowFollow}
<div class="widget following">
{block:Following}
<h3 class="widget-title">{lang:Following}</h3>
<ul class="list-inline">
{block:Followed}
<li class="follow-list">
<a href="{FollowedURL}" title="{FollowedName}" target="_blank">
<img src="{FollowedPortraitURL-48}" alt="{FollowedName}" />
</a>
</li>
{/block:Followed}
</ul>
{/block:Following}
</div>
{/block:ifShowFollow}
{block:ifShowLikes}
<div class="widget stuff">
{block:Likes}
<h3 class="widget-title">{lang:Stuff I like}</h3>
{Likes limit="4" summarize="100" width="150"}
<div class="clearfix"></div>
<p id="see-more-stuff"><a href="http://www.tumblr.com/liked/by/{Name}"><span class="ion-thumbsup"></span> {lang:See more stuff I like}</a></p>
{/block:Likes}
</div>
{/block:ifShowLikes}
{block:ifShowSocialHub}
<div class="widget connect-social">
{block:ifSocialHubHeader}<h3 class="widget-title">{text:Social Hub Header}</h3>{/block:ifSocialHubHeader}
<ul class="social">
{block:ifFacebook}<li><a href="{text:Facebook}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Facebook" target="_blank"><span class="ion-social-facebook"></span></a></li>{/block:ifFacebook}
{block:Twitter}<li><a href="http://twitter.com/{TwitterUsername}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Twitter" target="_blank"><span class="ion-social-twitter"></span></a></li>{/block:Twitter}
{block:ifGooglePlus}<li><a href="{text:Google Plus}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Google+" target="_blank"><span class="ion-social-googleplus"></span></a></li>{/block:ifGooglePlus}
{block:ifInstagram}<li><a href="{text:Instagram}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Instagram" target="_blank"><span class="ion-social-instagram"></span></a></li>{/block:ifInstagram}
{block:ifPinterest}<li><a href="{text:Pinterest}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Pinterest" target="_blank"><span class="ion-social-pinterest"></span></a></li>{/block:ifPinterest}
{block:ifReddit}<li><a href="{text:Reddit}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Reddit" target="_blank"><span class="ion-social-reddit"></span></a></li>{/block:ifReddit}
{block:ifLinkedin}<li><a href="{text:Linkedin}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Linkedin" target="_blank"><span class="ion-social-linkedin"></span></a></li>{/block:ifLinkedin}
{block:ifVimeo}<li><a href="{text:Vimeo}" rel="tooltip" data-toggle="tooltip" data-placement="top" title="Vimeo" target="_blank"><span class="ion-social-vimeo"></span></a></li>{/block:ifVimeo}
</ul>
</div>
{/block:ifShowSocialHub}
</aside>
</div>
</div>
</div>
<footer id="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright">© {CopyrightYears} <a href="{BlogURL}" rel="tooltip" data-toggle="tooltip" data-placement="left" title="{Title}">{Title}</a>. <a href="http://saparakanca-theme.tumblr.com/" id="rcredit">Saparakanca Theme</a> by <a href="http://ridhan.tumblr.com/" target="_blank" rel="tooltip" data-toggle="tooltip" data-placement="right" title="rdhnrmdhn">RDHNRMDHN</a>.</p>
</div>
</div>
</div>
</footer>
<!-- Mobile Menu -->
<div class="overlay overlay-hugeinc">
<button type="button" class="overlay-close"><span class="ion-ios-close-empty"></span></button>
<nav>
<ul>
<li><a href="{BlogURL}">Home</a></li>
{block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}
<li><a href="{BlogURL}/archive">Archive</a></li>
{block:AskEnabled}<li><a href="{BlogURL}/ask">{AskLabel}</a></li>{/block:AskEnabled}
{block:SubmissionsEnabled}<li><a href="{BlogURL}/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
</ul>
</nav>
</div>
<!-- Javascript -->
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="https://cdn.rawgit.com/rridhan/photoset-grid/master/jquery.photoset-grid.min.js"></script>
<script src="http://static.tumblr.com/ht0jnpr/Mipnv0txe/saparakanca.js"></script>
{block:Twitter}
<script type="text/javascript" src="/tweets.js"></script>
{/block:Twitter}
{block:IfGoogleAnalyticsID}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{text:Google Analytics ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{/block:IfGoogleAnalyticsID}
</body>
</html>