-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
90 lines (73 loc) · 3.14 KB
/
archive.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
<!DOCTYPE html><html lang="en">
<head>
<meta charset="utf-8">
<meta name="title" content="Archive | Dominik Schacht">
<meta name="description" content="The personal blog of Dominik Schacht.">
<meta name="author" content="Dominik Schacht">
<title>Archive | Dominik Schacht</title>
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/colorbox.css" rel="stylesheet" type="text/css">
<link href="assets/css/slides.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<script src="assets/js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="assets/js/slides.min.jquery.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="blog/rss.xml">
</head>
<body>
<!-- Menubar -->
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href=".">
Dominik Schacht
</a>
<ul class="nav">
<li><a href="http://www.dominik-schacht.com">Personal Page</a>
</li></ul>
<ul class="nav pull-right">
</ul>
</div>
</div>
</div>
<!-- End of Menubar -->
<div class="container" id="container">
<!--Body content-->
<!--Body content-->
<div class="postbox">
<h1>Archive</h1>
<ul class="unstyled">
</ul>
</div>
<!--End of body content-->
<!--End of body content-->
<div class="footerbox">
Contents © 2014 <a href="mailto:[email protected]">Dominik Schacht</a> - Powered by <a href="http://nikola.ralsina.com.ar">Nikola</a>
</div>
</div>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.schacht.pw/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<script type="text/javascript">jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"80%",maxHeight:"80%",scalePhotos:true});</script>
</body>
</html>