mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
227 lines
8.5 KiB
HTML
227 lines
8.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{% block title %}{% endblock %} - Kirsle.net</title>
|
|
|
|
<!-- Bootstrap -->
|
|
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/bootstrap-theme.min.css">
|
|
|
|
<!-- Kirsle.net Solar -->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/solar/ui.css">
|
|
<link rel="stylesheet" type="text/css" media="print" href="/solar/print.css">
|
|
<link rel="stylesheet" type="text/css" href="/solar/monokai.css">
|
|
<link rel="stylesheet" type="text/css" href="/solar/vim-syntax.css">
|
|
<link rel="alternate" type="application/rss+xml" title="Kirsle's RSS Feed" href="/blog/rss">
|
|
</head>
|
|
<body>
|
|
|
|
{% from "google-ads.inc.html" import leaderboard, nav_ads %}
|
|
|
|
<div class="mobile-nav">
|
|
<a href="#navbar" class="btn btn-primary"><i class="glyphicon glyphicon-list"></i></a>
|
|
</div>
|
|
|
|
<div class="k-supernova"></div>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
<div class="col-md-4 col-md-offset-3">
|
|
<div class="k-kirsle" onclick="self.location='/'"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-10 col-sm-push-2">
|
|
<div class="k-content-panel">
|
|
{% with messages = get_flashed_messages() %}
|
|
{% if messages %}
|
|
<h1>Notice!</h1>
|
|
|
|
<ul>
|
|
{% for message in messages %}
|
|
<li>{{ message }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endif %}
|
|
{% endwith %}
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
{% if uri not in ["/", "/blog/index"] and not "/blog/category" in uri %}
|
|
<br><br>
|
|
{{ leaderboard() }}
|
|
{% endif %}
|
|
|
|
<div class="k-copyright">
|
|
Copyright © {{ strftime("%Y") }} Noah Petherbridge — All rights reserved<br>
|
|
Powered by <a href="http://rophako.kirsle.net/" target="_blank">{{ app["name"] }}</a> v{{ app["version"] }} -
|
|
Hosted by <a href="https://www.digitalocean.com/?refcode=ea01734d3fc7">DigitalOcean</a><br>
|
|
Page generated in %time_elapsed%s.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-sm-2 col-sm-pull-10">
|
|
<div class="k-navpanel" id="navbar">
|
|
<div class="k-section">Kirsle</div>
|
|
<ul>
|
|
<li>» <a href="/">Homepage</a> (<a href="{{ url_for('blog.rss') }}">RSS</a>)</li>
|
|
<li>» <a href="/about">About Me</a></li>
|
|
<li>» <a href="/photos/albums">Photo Albums</a></li>
|
|
<li>» <a href="/wiki/Main-Page">Wiki</a></li>
|
|
<li>» <a href="/guestbook">Guestbook</a></li>
|
|
<li>» <a href="/contact">Contact Me</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Channels</div>
|
|
{{ include_page("blog.partial_tags")|safe }}
|
|
|
|
<div class="k-section">Creativity</div>
|
|
<ul>
|
|
<li>» <a href="/rendering">3D Renderings</a></li>
|
|
<li>» <a href="/flash">Flash Animation</a></li>
|
|
<li>» <a href="/javascript">JavaScript</a></li>
|
|
<li>» <a href="/fonts">Fonts</a></li>
|
|
<li>» <a href="/doc/">Tutorials</a></li>
|
|
<li>» <a href="/designs">Web Design</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Software</div>
|
|
<ul>
|
|
<li>» <a href="/rivescript">RiveScript</a></li>
|
|
<li>» <a href="/errorgen">Error Generator</a></li>
|
|
<li>» <a href="/tkcalc">Tk Calculator</a></li>
|
|
<li>» <a href="http://sh.kirsle.net/" target="_blank">Terminal Apps</a></li>
|
|
<li>» <a href="/pccc">CyanChat Client</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Web Tools</div>
|
|
<ul>
|
|
<li>» <a href="/wizards/ttf2eot.cgi">TTF to EOT</a></li>
|
|
<li>» <a href="/wizards/ps1.html">Bash $PS1 Prompt</a></li>
|
|
<li>» <a href="/wizards/fader.cgi">Text Fader</a></li>
|
|
<li>» <a href="/wizards/favicon.cgi">Favicons</a></li>
|
|
<li>» <a href="/wizards/distance.cgi">Distance Calc</a></li>
|
|
<li>» <a href="/wizards/translator.html">Azulian Translater</a></li>
|
|
<li>» <a href="/wizards/xbmask.cgi">XBM Masks</a></li>
|
|
<li>» <a href="/wizards/flask-session.cgi">Flask Session</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Subdomains</div>
|
|
<ul>
|
|
<li>» <a href="https://rophako.kirsle.net/">Rophako CMS</a></li>
|
|
<li>» <a href="https://mc.kirsle.net/">Minecraft Server</a></li>
|
|
<li>» <a href="https://rpm.kirsle.net/">Linux RPMs</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Miscellany</div>
|
|
<ul>
|
|
<li>» <a href="/firered">Pokémon Fuchsia City</a></li>
|
|
<li>» <a href="/msdos">DOS and Windows</a></li>
|
|
<li>» <a href="/raspberrypi">Raspberry Pi</a></li>
|
|
</ul>
|
|
|
|
<div class="k-section">Social Links</div>
|
|
<ul>
|
|
<li>» <a href="https://www.google.com/+NoahPetherbridge" rel="me">Google+</a></li>
|
|
<li>» <a href="https://www.facebook.com/noah.lee.petherbridge" rel="me">Facebook</a></li>
|
|
<li>» <a href="https://twitter.com/kirsle" rel="me">Twitter</a></li>
|
|
<li>» <a href="https://www.instagram.com/kirsle" rel="me">Instagram</a></li>
|
|
<li>» <a href="https://myspace.com/kirsle" rel="me">MySpace</a></li>
|
|
<li>» <a href="https://github.com/kirsle" rel="me">Github</a></li>
|
|
<li>» <a href="http://search.cpan.org/~kirsle" rel="me">CPAN</a></li>
|
|
<li>» <a href="https://www.npmjs.org/~kirsle" rel="me">npm</a></li>
|
|
</ul>
|
|
|
|
<br>
|
|
{{ nav_ads() }}
|
|
<br>
|
|
|
|
<div class="k-section">Fan Club</div>
|
|
<ul>
|
|
{% if session["login"] %}
|
|
<li>¤ Hi, <big>{{ session["name"] }}</big></li>
|
|
{% if session["role"] == "admin" %}
|
|
<li>» <a href="{{ url_for('admin.index') }}">Admin Center</a></li>
|
|
{% endif %}
|
|
<li>» <a href="{{ url_for('blog.update') }}">Update Blog</a></li>
|
|
<li>» <a href="{{ url_for('blog.drafts') }}">Drafts</a>/<a href="{{ url_for('blog.private') }}">Private</a></li>
|
|
{% if "impersonator" in session %}
|
|
<li>» <a href="{{ url_for('admin.unimpersonate') }}">Unimpersonate</a></li>
|
|
{% endif %}
|
|
<li>» <a href="{{ url_for('account.logout') }}">Log Out</a>
|
|
{% else %}
|
|
<li id="login-link">» <a href="{{ url_for('account.login') }}" class="login-link">Log In</a></li>
|
|
{% endif %}
|
|
</ul>
|
|
<div id="login-inline" style="display: none">
|
|
<form action="{{ url_for('account.login') }}" method="POST">
|
|
<input type="hidden" name="token" value="{{ csrf_token() }}">
|
|
<input type="hidden" name="url" value="{{ request.path }}">
|
|
<input type="text" class="form-control" size="4" name="username" style="display: inline; width: 45%">
|
|
<input type="password" class="form-control" size="4" name="password" style="display: inline; width: 45%">
|
|
<br>
|
|
<button type="submit" class="btn btn-primary" style="width: 100%">Log In</button>
|
|
</form>
|
|
</div>
|
|
|
|
<div class="center">
|
|
<a href="https://www.python.org/" target="_blank">
|
|
<img src="/static/images/python.png" width="80" height="15" alt="Python powered">
|
|
</a><br>
|
|
|
|
<a href="https://validator.w3.org/check?uri=referer">
|
|
<img src="/static/images/html5.png" width="80" height="15" alt="W3C Valid HTML5">
|
|
</a><br>
|
|
|
|
<a href="https://jigsaw.w3.org/css-validator/validator?uri=http://www.kirsle.com/solar/screen.css">
|
|
<img src="/static/images/css3.png" width="80" height="15" alt="W3C Valid CSS3">
|
|
</a><p>
|
|
|
|
<a href="https://www.digitalocean.com/?refcode=ea01734d3fc7" target="_blank">
|
|
<img src="/static/images/digital-ocean.png" width="140" height="39" alt="Proudly hosted by DigitalOcean">
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="/js/jquery-2.1.0.min.js"></script>
|
|
<script type="text/javascript" src="/js/offsite.js"></script>
|
|
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".login-link").click(function() {
|
|
$("#login-link").hide();
|
|
$("#login-inline").show(500);
|
|
return false;
|
|
});
|
|
});
|
|
</script>
|
|
{% block scripts %}{% endblock %}
|
|
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-27498092-1', 'kirsle.net');
|
|
ga('require', 'displayfeatures');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|