mirror of
https://github.com/kennethreitz/curated-nodes.git
synced 2026-06-05 23:20:20 +00:00
124 lines
3.4 KiB
HTML
124 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
|
|
<html lang="en-US" class="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
|
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; width=device-width;">
|
|
|
|
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
<link rel="stylesheet" href="/static/css/style-ia3-1.0.2.css">
|
|
<link rel="icon" type="image/png" href="/static/favicon.png">
|
|
<link rel="shortcut icon" href="/static/favicon.png">
|
|
|
|
<body class="single">
|
|
<div id="screen">
|
|
<header>
|
|
<h1 class="G2 GS">
|
|
<a class="G1 GS" href="/"><img alt="KR" src="/static/kr.png"></a>
|
|
</h1><!-- .G2.GS -->
|
|
<nav>
|
|
<ul class="containsGrid G3" id="headerOne">
|
|
<li class="G1 GS">
|
|
<h2 class="HSC">Curations</h2>
|
|
<ul>
|
|
<li><a href="/expressions">Expressions</a></li>
|
|
<li><a href="/exposures">Exposures</a></li>
|
|
<li><a href="/experiments">Experiments</a></li>
|
|
</ul>
|
|
|
|
</li>
|
|
<li class="G1">
|
|
<h2 class="HSC">Context</h2>
|
|
<ul>
|
|
<li><a href="/background">Background</a></li>
|
|
<li><a href="/upcoming">Upcoming</a></li>
|
|
<li><a href="/photography">Photography</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="G1">
|
|
<h2 class="HSC">Resources</h2>
|
|
<ul>
|
|
<li><a href="/recommended">Recommended</a></li>
|
|
<li><a href="/services">Work for Hire</a></li>
|
|
<li><a href="/donations">Donations</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul><!-- .containsGrid.G3#headerOne -->
|
|
<ul class="containsGrid G1" id="headerTwo">
|
|
<li class="G1 GS">
|
|
<h2 class="HSC">Elsewhere</h2>
|
|
<ul>
|
|
<li><a href="http://500px.com/kennethreitz">Photos on 500px</a></li>
|
|
<li><a href="https://github.com/kennethreitz">Fork on GitHub</a></li>
|
|
<li><a href="http://twitter.com/kennethreitz">Follow on Twitter</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul><!-- .containsGrid.G1#headerTwo -->
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<hr class="implied">
|
|
<section class="G4 GR GS" id="content">
|
|
<article class="G4 GR GS" id="content">
|
|
<header>
|
|
{% block heading %}
|
|
{% endblock %}
|
|
|
|
</header>
|
|
|
|
<div class="formatted">
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
</div>
|
|
|
|
{% block pitch %}
|
|
{% endblock %}
|
|
|
|
|
|
|
|
</article>
|
|
</section><!-- #content.G4.GR.GS -->
|
|
|
|
|
|
<hr class="implied">
|
|
|
|
<footer>
|
|
<nav>
|
|
|
|
<ul class="G6 GS" id="footerTwo">
|
|
<li>Archived on Archive.org.</li>
|
|
<li>© 2013 Kenneth Reitz.</li>
|
|
</ul><!-- G6.GS#footerOne -->
|
|
</nav>
|
|
</footer>
|
|
<script>
|
|
jQuery.noConflict();
|
|
|
|
jQuery(document).ready(function() {
|
|
jQuery(document).trigger('CORE:HAS_INITIALIZED');
|
|
});
|
|
|
|
jQuery(window).resize(function() {
|
|
jQuery(document).trigger('CORE:HAS_RESIZED');
|
|
});
|
|
</script>
|
|
|
|
</div><!-- #screen -->
|
|
|
|
{% include 'analytics.html' %}
|
|
|
|
</body></html>
|