Beautify the web

This commit is contained in:
2017-09-12 14:30:42 +07:00
parent 1f62a24c80
commit 5b1b546dc5
12 changed files with 6048 additions and 208 deletions

View File

@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<script src="https://use.fontawesome.com/0aa8f3d106.js"></script>
<link rel="stylesheet" href="/css/picnic.min.css">
<title>{% block title %}{% endblock %}</title>
@@ -28,16 +29,35 @@
.shyButton {
font-size: .75em;
}
.shyFont {
font-size: .65em;
}
.top {
position: fixed;
z-index: 10001;
}
.fl {
float: left;
}
.fr {
float: right;
}
</style>
</head>
<body>
<nav>
<a href="/" class="brand">
<span>Home</span>
<span><i class="fa fa-home" aria-hidden="true"></i></span>
</a>
{% block nav %}{% endblock %}
</nav>
{% block body %}
{% endblock %}
<script src="/js/rome.js"></script>
</body>
</html>