-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
616 lines (286 loc) · 14 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
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
<!-- Index Layout Start -->
<!DOCTYPE html>
<html lang="en">
<!-- HEAD Start -->
<head>
<!-- Force HTTPS Start -->
<!-- Force HTTPS End -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine.">
<meta name="author" content="John Smith">
<meta name="keywords" content="">
<link rel="canonical" href="">
<title>< John Smith > </title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<link href="css/timeline.css" rel="stylesheet">
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/rrssb.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- iOS Web App mode -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="36x36" href="img/web-app/icon-36p.png">
<link rel="apple-touch-icon" sizes="48x48" href="img/web-app/icon-48p.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/web-app/icon-72p.png">
<link rel="apple-touch-icon" sizes="96x96" href="img/web-app/icon-96p.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/web-app/icon-144p.png">
<link rel="apple-touch-icon" sizes="192x192" href="img/web-app/icon-192p.png">
<!-- Android Web App mode -->
<link rel="manifest" href="manifest.json">
</head>
<!-- HEAD End -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="151">
<!-- Navigation Start -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<div>
<img src="img/black-lab-glass.ico" alt="">
< John Smith >
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Scroll to section for each page in index -->
<li>
<a class="page-scroll" href="#about"> About </a>
</li>
<li>
<a class="page-scroll" href="#latest-post"> Blog </a>
</li>
<li>
<a class="page-scroll" href="#timeline"> Timeline </a>
</li>
<li>
<a class="page-scroll" href="#contact"> Contact </a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navigation End -->
<!-- Intro Start -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="brand-heading"> </h1>
<h1 class="brand-heading"> </h1>
<span class="intro-text"><!--
If you want to have a static message in your intro layout, disable the dynamic-typing in the _config.yml and write here your text
-->
</span>
<h5> </h5>
<a href="#about" class="page-scroll">
<img class="img-me" src="img/jetpacktocat.png" alt="">
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Intro End -->
<!-- About Start -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 id="about">About</h2>
<p>Github’s Octocat was designed by Simon Oxley, alongside the white bird Twitter used (before they received a proper logo) as part of a usual routine of cranking out images for iStock. GitHub saw it, and wanted it, presumably under the notion that it can represent how complex code combines to create peculiar things, much like the octopuss… except the CEO of GitHub called it an octocat, and it has been the octocat since <a href="https://www.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot" target="_blank">[via]</a>.</p>
<p><small>
Octocat is Github’s logo and trademark and here is used to illustrate a fictional character (John Smith) that used the <em>{ Personal }</em> Jekyll Theme to build his website.
</small></p>
<p>Support the repo by starring or forking it!</p>
<iframe src="https://ghbtns.com/github-btn.html?user=panossakkos&repo=personal-jekyll-theme&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=panossakkos&repo=personal-jekyll-theme&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</div>
</div>
</section>
<!-- About End -->
<!-- Latest Post Preview Start -->
<section id="latest-post" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 id="blog">Blog</h2>
<h4> <strong> 27 Jun 2015 </strong>
<small>. tech .</small>
<strong> <a href="tech/2015/06/27/welcome.html">Welcome to { Personal } Jekyll Theme! </a> </strong>
<small> <a href="tech/2015/06/27/welcome.html#disqus_thread">Comments</a></small>
</h4>
<p>Click the view more posts link bellow, to see the currently available post-tutorials to help you get your { Personal } website up and running quicker!</p>
<p>Note that every time you update the site configuration (_config.yml), you will need
to cancel the serving (Ctr + C) and serve the website again.</p>
<p>Any contributions, feedback or issues to the repo are more than welcome!</p>
<h4><a href="blog/">View more posts</a></h4>
</div>
</div>
</section>
<!-- Latest Post Preview End -->
<!-- Timeline Start -->
<section id="timeline" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 id="timeline">Timeline</h2>
<ul class="timeline">
<li class="
">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/spidertocat.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>September 2013 - Today</h4>
</div>
<div class="timeline-body">
<p>Saving the neighborhood!</p>
</div>
</div>
</li>
<li class="
timeline-inverted
">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/baracktocat.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>September 2007 - August 2013</h4>
</div>
<div class="timeline-body">
<p>Started coding</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/default.png" alt="">
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Timeline End -->
<!-- Contact Start -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 id="contact">Contact</h2>
<p>Drop me an email if you are interested in me coding for you or saving your neighborhood!</p>
<p>
<script>
function join_at_email(user, domain){
return (user && domain)?(user + "@" + domain):"";
}
document.write('<a href="mailto:'
+ join_at_email( "your", "email.here" )
+ '">'
+ join_at_email( "your", "email.here" )
+ '</a>'
);
</script>
</p>
<!-- Social Buttons Start -->
<ul class="list-inline social-buttons">
<li><a href="https://facebook.com/" target="_blank"><i class="fa fa-facebook fa-fw"></i></a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter fa-fw"></i></a></li>
<li><a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="_blank"><i class="fa fa-github fa-fw"></i></a></li>
<li><a href="https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi" target="_blank"><i class="fa fa-bitcoin fa-fw"></i></a></li>
<li><a href="/feed.xml" target="_blank"><i class="fa fa-rss fa-fw"></i></a></li>
</ul>
<!-- Social Buttons End -->
</div>
</div>
</section>
<!-- Contact End -->
<!-- Footer Start -->
<footer>
<div class="container text-center">
<p>Copyright © John Smith 2015</p>
</div>
</footer>
<p><br><br><br><br><br><br></p>
<!-- Footer End -->
<!-- Javascript Start -->
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<!--* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.-->
<script>
function toggleNavCollapse(){50<$(".navbar").offset().top?$(".navbar-fixed-top").addClass("top-nav-collapse"):$(".navbar-fixed-top").removeClass("top-nav-collapse");}
$(document).ready(toggleNavCollapse);
$(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click",function(b){var a=$(this);$("html, body").stop().animate({scrollTop:$(a.attr("href")).offset().top-50},1500,"easeInOutExpo",function(){a.blur()});b.preventDefault()})});$(".navbar-collapse ul li a").click(function(){$(".navbar-toggle:visible").click()});
</script>
<!-- Collapse navbar when navbar-brand is clicked -->
<script>
$(function(){$(".navbar-brand").click(function(){$(".collapse.in")&&$(".collapse.in").animate({height:"1px"},500,function(){$(".collapse.in").removeClass("in")})})});
</script>
<!-- Disqus -->
<!-- Dynamic Typing Start -->
<script type="text/javascript" src="js/typed.js"></script>
<script type="text/javascript">
var myQuotes = new Array();
myQuotes.push("The lower you fall, the higher you'll fly.");
myQuotes.push("Where’s your will to be weird?");
function shuffle(array) {
var currentIndex = array.length, temporaryValue, randomIndex ;
// While there remain elements to shuffle...
while (0 !== currentIndex) {
// Pick a remaining element...
randomIndex = Math.floor(Math.random() * currentIndex);
currentIndex -= 1;
// And swap it with the current element.
temporaryValue = array[currentIndex];
array[currentIndex] = array[randomIndex];
array[randomIndex] = temporaryValue;
}
return array;
}
shuffle(myQuotes)
$(".intro-text").typed({
strings: myQuotes,
typeSpeed: 10,
backDelay: 5000,
startDelay: 200,
loop: true,
loopCount: false,
cursorChar: "|"
});
</script>
<!-- Dynamic Typing End -->
<script>
function addTohistory() {
if (!window.location.host.startsWith("127.0.0.1")) {
history.pushState({}, '', 'https://panossakkos.github.io/personal-jekyll-theme/');
}
}
</script>
<!-- Javascript End -->
</body>
</html>
<!-- Index Layout End -->