Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/chrome')
-rw-r--r--layouts/chrome/about.html5
-rw-r--r--layouts/chrome/analytics.html15
-rw-r--r--layouts/chrome/disqus.html13
-rw-r--r--layouts/chrome/footer.html13
-rw-r--r--layouts/chrome/header.html25
-rw-r--r--layouts/chrome/includes.html5
-rw-r--r--layouts/chrome/menu.html7
-rw-r--r--layouts/chrome/meta.html12
8 files changed, 95 insertions, 0 deletions
diff --git a/layouts/chrome/about.html b/layouts/chrome/about.html
new file mode 100644
index 0000000..16950dc
--- /dev/null
+++ b/layouts/chrome/about.html
@@ -0,0 +1,5 @@
+<div class="about">
+ <p>
+
+ </p>
+</div> \ No newline at end of file
diff --git a/layouts/chrome/analytics.html b/layouts/chrome/analytics.html
new file mode 100644
index 0000000..a3f48dd
--- /dev/null
+++ b/layouts/chrome/analytics.html
@@ -0,0 +1,15 @@
+<!-- Piwik -->
+<script type="text/javascript">
+ var _paq = _paq || [];
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stat.alexfinn.eu/";
+ _paq.push(['setTrackerUrl', u+'piwik.php']);
+ _paq.push(['setSiteId', 4]);
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
+ g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
+ })();
+</script>
+<noscript><p><img src="http://stat.alexfinn.eu/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
+<!-- End Piwik Code -->
diff --git a/layouts/chrome/disqus.html b/layouts/chrome/disqus.html
new file mode 100644
index 0000000..06d42af
--- /dev/null
+++ b/layouts/chrome/disqus.html
@@ -0,0 +1,13 @@
+<div class="row">
+ <div class="small-offset-1 small-10 columns">
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ var disqus_shortname = 'hey-its-alex';
+ var disqus_developer = 1;
+ </script>
+
+ <script type="text/javascript" src="http://disqus.com/forums/antzucaro/embed.js"></script>
+ <noscript><a href="http://antzucaro.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+ </div>
+ </div>
+ <!-- END DISQUS --> \ No newline at end of file
diff --git a/layouts/chrome/footer.html b/layouts/chrome/footer.html
new file mode 100644
index 0000000..2548b4c
--- /dev/null
+++ b/layouts/chrome/footer.html
@@ -0,0 +1,13 @@
+
+ <footer>
+ Build with <a href="https://github.com/spf13/hugo">Hugo</a>
+ <p>© Alexander Ivanov 2014</p>
+ </footer>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+{{ template "theme/chrome/analytics.html" }}
+</html> \ No newline at end of file
diff --git a/layouts/chrome/header.html b/layouts/chrome/header.html
new file mode 100644
index 0000000..8fd8141
--- /dev/null
+++ b/layouts/chrome/header.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <title>ALEXFINN - {{ .Title }}</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+
+ {{ template "theme/chrome/includes.html" . }}
+ <link rel="shortcut icon" href="/images/alexfinn.ico">
+ <link rel="apple-touch-icon" href="">
+ <link rel="canonical" href="{{ .Permalink }}">
+
+ <!-- atom & rss feed -->
+ <link href="/rss.xml" type="application/atom+xml" rel="alternate" title="{{ .Site.Title }}">
+
+ </head>
+ <body>
+ {{ template "theme/chrome/menu.html" }}
+
+<div class="container">
+ <div class="content">
+ <div class="row-fluid">
+ <div class="span12">
+ <div class="posts">
+
diff --git a/layouts/chrome/includes.html b/layouts/chrome/includes.html
new file mode 100644
index 0000000..63c9724
--- /dev/null
+++ b/layouts/chrome/includes.html
@@ -0,0 +1,5 @@
+
+ <link href="/css/milk.min.css" rel="stylesheet">
+ <link href="/css/milk-responsive.min.css" rel="stylesheet">
+ <link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
+ <link href="/css/fonts.css" rel="stylesheet" type="text/css" media="all"> \ No newline at end of file
diff --git a/layouts/chrome/menu.html b/layouts/chrome/menu.html
new file mode 100644
index 0000000..18878d2
--- /dev/null
+++ b/layouts/chrome/menu.html
@@ -0,0 +1,7 @@
+<div class="navbar navbar-fixed-top">
+ <div id="navbar-inner">
+ <div id="logo">
+ <a href="http://ru.alexfinn.eu"><img src="/images/letter-a.png" width="100px"></img></a>
+ </div>
+ </div>
+</div> \ No newline at end of file
diff --git a/layouts/chrome/meta.html b/layouts/chrome/meta.html
new file mode 100644
index 0000000..e9b62cf
--- /dev/null
+++ b/layouts/chrome/meta.html
@@ -0,0 +1,12 @@
+ <meta charset="utf-8">
+ <title>ALEXFINN</title>
+
+ <meta name="author" content="Alexander 'alexfinn' Ivanov">
+
+ <!-- Enable responsive viewport -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+
+ <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+ <!--[if lt IE 9]>
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->