Skip to content

Instantly share code, notes, and snippets.

<!-- from -->
<table>
<!-- page menu -->
</table>
{% block header %}{% endblock %}
<!-- to -->
{% block header %}{% endblock %}
<table>
<!-- page menu -->
</table>
@auge8472
auge8472 / gist:4c7967734b2a3465111c5eed4a693741
Created April 15, 2020 20:48
Proposal for the menu of the OpenTTD-BaNaNaS-service
<nav>
<h2>Navigation</h2>
<ul>
<li><h3>Main Page</h3>
<ul>
<li><a href="/">BaNaNaS</a></li>
</ul></li>
<li><h3>Base-Sets</h3>
<ul>
<li><a href="/package/base-graphics">Base-Graphics</a></li>
@auge8472
auge8472 / .gitconfig
Last active August 29, 2015 14:16 — forked from pksunkara/config
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
@auge8472
auge8472 / three-stacked-fa-icons.css
Created October 16, 2014 12:58
Extend the stack scheme from fontawesome.io to stack three icons at once. The CSS gives the icons different sizes and colours.
/* original source: http://fontawesome.io/examples/#stacked */
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}