update header with latest design

This commit is contained in:
Justin Cooper 2018-11-14 16:49:24 -06:00
parent 19336b5593
commit b1166803b0
5 changed files with 11 additions and 5 deletions

View file

@ -11,8 +11,7 @@ TODO
- [x] landing page
- [ ] news page
- [x] help page
- [ ] setup travis for generate_downloads.rb
- [ ] update header to latest version (different logo)
- [x] setup travis for generate_downloads.rb
- [x] update header to latest version (different logo)
- [x] deploy accounts, and update url to accounts production in download.js
- [ ] setup travis for git commits (example: http://awestruct.org/auto-deploy-to-github-pages/)
- [ ] authenticate github api for newsletter posts

View file

@ -2,8 +2,15 @@
<div class="wrapper">
<div class="content">
<div class="site-brand">
<div class="site-logo"><a href="https://circuitpython.org"><img src="/assets/images/blinka.png" height="100" width="112"></a></div>
<div class="site-banner"><a href="https://circuitpython.org">CircuitPython</a></div>
<div class="site-logo">
<a href="https://circuitpython.org">
<img src="/assets/images/logo.png" srcset="/assets/images/logo.png 1x,
/assets/images/logo@2x.png 2x,
/assets/images/logo@3x.png 3x"
alt="CircuitPython Logo"
height="60" width="136">
</a>
</div>
</div>
<div class="site-navigation">

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
assets/images/logo@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
assets/images/logo@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB