Skip to content

Commit

Permalink
Basic logo/favicon
Browse files Browse the repository at this point in the history
Planned on making my own favicon but getting a proper logo illustration, but this turned out better than expected, so I might keep it.
  • Loading branch information
henrik committed Nov 27, 2015
1 parent 21c6f27 commit 04e2f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added source_images/logo.sketch
Binary file not shown.
6 changes: 6 additions & 0 deletions web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/images/logo.png">

<title><%= assigns[:page_title] && (@page_title <> "" <> Toolbox.site_name) || Toolbox.site_name %></title>
<link href="https://fonts.googleapis.com/css?family=Actor" rel="stylesheet" type="text/css">
Expand All @@ -12,6 +13,11 @@

<body>
<header>
<p>
<%# Scaled down for retina. %>
<img src="/images/logo.png" alt="" style="width: 137px">
</p>

<h1 class="site-heading"><a href="/">The BEAM Toolbox</a></h1>

<p class="site-description">
Expand Down

0 comments on commit 04e2f74

Please sign in to comment.