Infinity logo

This commit is contained in:
Daniel Parks 2017-09-12 12:03:56 -07:00
parent f541697372
commit 63f7d12371
No known key found for this signature in database
GPG key ID: 7335138B2B9829EB
2 changed files with 9 additions and 1 deletions

View file

@ -47,6 +47,13 @@ nav > ul > li {
list-style-type: none;
}
nav .infinitory-logo {
font-size: 24px;
font-family: Garamond, serif;
vertical-align: -3px;
line-height: 18px;
}
nav a,
footer a {
font-weight: bold;

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}{% endblock %}</title>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="{{ path }}static/general.css">
<link rel="stylesheet" href="{{ path }}pygments.css">
<script src="{{ path }}../static/moment.js" defer></script>
@ -12,6 +12,7 @@
<nav>
<ul>
<li><a href="{{ path }}index.html" class="backward">Home</a></li>
<li class="infinitory-logo"></li>
<li><a href="{{ path }}nodes/index.html">Nodes</a></li>
<li><a href="{{ path }}roles/index.html">Roles</a></li>
<li><a href="{{ path }}services/index.html">Services</a></li>