Add an IWC logo and compress assets

This commit is contained in:
Jonny Barnes 2016-12-10 02:02:32 +00:00
parent 885a061170
commit bc0396afc3
17 changed files with 12 additions and 2 deletions

View file

@ -27,3 +27,12 @@ footer {
font-size: 0.5rem;
text-align: center;
}
footer p > a {
border-bottom: none;
}
.iwc-logo {
width: 100px;
height: auto;
}

View file

@ -43,6 +43,7 @@
</form>
<p>The code for <code>{{ env('APP_LONGURL') }}</code> can be found on <a href="https://github.com/jonnybarnes/jonnybarnes.uk">GitHub</a>.</p>
<p>Built with love: <a href="/colophon">Colophon</a></p>
<p><a href="https://indieweb.org"><img src="assets/img/iwc.png" alt="Indie Web Camp logo" class="iwc-logo"></a></p>
</footer>
</body>
</html>