|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| 3 | +<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| 4 | +<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
| 5 | +<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
| 6 | + <head> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 9 | + <meta name="author" content="Team Dysania" /> |
| 10 | + <meta name="viewport" content="width=device-width"> |
| 11 | + |
| 12 | + <title>{{ page.title }}</title> |
| 13 | + |
| 14 | + <link rel="stylesheet" href="/css/normalize.css"> |
| 15 | + <link rel="stylesheet" href="/css/screen.css"> |
| 16 | + <link rel="stylesheet" href="/css/syntax.css"> |
| 17 | + <link href="http://feeds.feedburner.com/mozmorris" rel="alternate" title="Moz Morris" type="application/atom+xml" /> |
| 18 | + |
| 19 | + <style> |
| 20 | + a, |
| 21 | + .date span { |
| 22 | + color: #{{ page.color }}; |
| 23 | + } |
| 24 | + </style> |
| 25 | + |
| 26 | + <script type="text/javascript"> |
| 27 | + // (function() { |
| 28 | + // var config = { |
| 29 | + // kitId: 'pqx4dld', |
| 30 | + // scriptTimeout: 3000 |
| 31 | + // }; |
| 32 | + // var h = document.getElementsByTagName("html")[0]; |
| 33 | + // h.className += " wf-loading"; |
| 34 | + // var t = setTimeout(function() { |
| 35 | + // h.className = h.className.replace(/(\s|^)wf-loading(\s|$)/g," "); |
| 36 | + // h.className += " wf-inactive" |
| 37 | + // }, config.scriptTimeout); |
| 38 | + // var tk = document.createElement("script"), d = false; |
| 39 | + // tk.src = '//use.typekit.net/' + config.kitId + '.js'; |
| 40 | + // tk.type = "text/javascript"; |
| 41 | + // tk.async = "true"; |
| 42 | + // tk.onload = tk.onreadystatechange = function() { |
| 43 | + // var a = this.readyState; |
| 44 | + // if (d || a && a != "complete" && a!= "loaded") return; |
| 45 | + // d = true; |
| 46 | + // clearTimeout(t); |
| 47 | + // try { |
| 48 | + // Typekit.load(config) |
| 49 | + // } catch (b) {} |
| 50 | + // }; |
| 51 | + // var s = document.getElementsByTagName("script")[0]; |
| 52 | + // s.parentNode.insertBefore(tk,s) |
| 53 | + // })(); |
| 54 | + </script> |
| 55 | + |
| 56 | + <!--[if lt IE 9]> |
| 57 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 58 | + <script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script> |
| 59 | + <![endif]--> |
| 60 | + </head> |
| 61 | + <body> |
| 62 | + <header class="clearfix"> |
| 63 | + <nav> |
| 64 | + <ul> |
| 65 | + <li> |
| 66 | + {% if page.link == 'home' %} |
| 67 | + <a href="/">« back to home</a> |
| 68 | + {% else %} |
| 69 | + <a href="/about.html">DYSANIA</a> |
| 70 | + {% endif %} |
| 71 | + </li> |
| 72 | + </ul> |
| 73 | + </nav> |
| 74 | + <!-- {% if (page.link != 'home' || page.link != 'about') %} |
| 75 | + <div class="image-wrapper"> |
| 76 | + <img src="/images/space.gif"> |
| 77 | + <div class="image" style="background-image: url(/images/{{ page.image }});"></div> |
| 78 | + </div> |
| 79 | + {% endif %} --> |
| 80 | + </header> |
| 81 | + <div class="wrapper clearfix"> |
| 82 | + <div class="main"> |
| 83 | + {{ content }} |
| 84 | + <div class="author clearfix"> |
| 85 | + <div class="left"> |
| 86 | + <a class="clip" href="https://github.com/vykster"><img src="/images/vykster.jpg" width="75" height="75" alt="Vyki Englert"></a> |
| 87 | + <h3><a href="https://github.com/vykster">Vyki Englert</a></h3> |
| 88 | + <p><a href="http://twitter.com/toastergrrl">@toastergrrl</a></p> |
| 89 | + </div> |
| 90 | + <div class="right"> |
| 91 | + <a class="clip" href="https://github.com/jzeta"><img src="/images/jzeta.jpg" width="75" height="75" alt="Joanna Zeta"></a> |
| 92 | + <h3><a href="https://github.com/jzeta">Joanna Zeta</a></h3> |
| 93 | + <p><a href="http://twitter.com/jzeta">@jzeta</a></p> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + <div class="meta clearfix"> |
| 97 | + <div class="contact"> |
| 98 | + <p><a href="https://github.com/dysania">https://github.com/dysania</a></p> |
| 99 | + <p><a href="/">home</a> / <a href="/archive.html">archive</a> / <a href="/about.html">about</a> / <a href="/atom.xml">atom</a> / <a href="">rss</a></p> |
| 100 | + </div> |
| 101 | + <div class="contact right"> |
| 102 | + |
| 103 | + <p>powered by <a href="https://github.com/mojombo/jekyll">jekyll</a></p> |
| 104 | + </div> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </div> |
| 108 | + <script type="text/javascript"> |
| 109 | + |
| 110 | + // var _gaq = _gaq || []; |
| 111 | + // _gaq.push(['_setAccount', 'UA-37441744-1']); |
| 112 | + // _gaq.push(['_trackPageview']); |
| 113 | + |
| 114 | + // (function() { |
| 115 | + // var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 116 | + // ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 117 | + // var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 118 | + // })(); |
| 119 | + |
| 120 | + </script> |
| 121 | + </body> |
| 122 | +</html> |
0 commit comments