diff --git a/public/images/twitter.png b/public/images/twitter.png new file mode 100644 index 0000000..e948dac Binary files /dev/null and b/public/images/twitter.png differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1e7a4cf..e9ea87a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -38,6 +38,20 @@ a.forkme:hover { text-decoration: none; } +a.navbar-brand.twitter { + color: #55acee; + font-size: 16px; +} + +a.navbar-brand.twitter:before { + content: ""; + background: url("/images/twitter.png"); + display: inline-block; + height: 16px; + width: 16px; + vertical-align: middle; +} + mark.green { background: inherit; color: #008000; diff --git a/views/layout.jade b/views/layout.jade index b06bfaa..ee92dfe 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -14,4 +14,6 @@ html .container .navbar-header a.navbar-brand(href="/") Crafatar + .navbar-header + a.navbar-brand.twitter(href="https://twitter.com/Crafatar", target="_blank") crafatar block content \ No newline at end of file