Repurpose Base html and add logo

This commit is contained in:
Andy Freer 2020-02-09 10:43:42 +00:00
parent 42099b6885
commit 1af6b2af45
2 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@
<div class="charcoal sans-serif w-90 mw9 center">
<nav class="montserrat mv4 fw6 flex-wrap ttu tracked sans-serif flex flex-between">
<a href="{{ .Site.BaseURL }}/" class="w-100 w-auto-l flex items-center pv3 pv0-l mr3 flex-grow-1 flex items-center justify-center justify-start-l no-underline" >
<img alt="IPFS" src="{{ .Site.BaseURL }}/images/logo.png" class="w3 h3 mr3">
<h1 class="f3 white">Awesome IPFS</h1>
<img alt="IPFS" src="{{ .Site.BaseURL }}/images/brand/Dash-D-white_on_blue_circle_s.png" class="w3 h3 mr3">
<h1 class="f3 white">Awesome Dash Platform</h1>
</a>
{{ range (where .Site.Pages "Type" "category") }}
@ -24,9 +24,9 @@
{{ template "main" . }}
<footer class="mv4 montserrat ttu tc snow tracked b">
<a target="_blank" href="https://github.com/ipfs/awesome-ipfs" class="snow no-underline">GitHub</a> |
<a target="_blank" href="https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md" class="snow no-underline"> Suggest a new item</a> |
<a target="_blank" href="https://discuss.ipfs.io/c/ecosystem" class="snow no-underline">Discuss</a>
<a target="_blank" href="https://github.com/andyfreeer/awesome-dash-platform" class="snow no-underline">GitHub</a> |
<a target="_blank" href="https://github.com/iandyfreeer/awesome-dash-platform/blob/master/CONTRIBUTING.md" class="snow no-underline"> Get Listed</a> |
<a target="_blank" href="https://www.dash.org" class="snow no-underline">Dash.org</a>
</footer>
</div>
<script src='{{ .Site.BaseURL }}/app.js'></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB