Skip to content

Commit

Permalink
tweak: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Poe authored and roperzh committed Nov 14, 2019
1 parent 96158b4 commit 7833b29
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/site/assets/imgs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion packages/site/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<div class="nav">
<div class="holster">
<div class="logo">Diez {%</div>
<div class="logo">
Diez
<img width="34" src="../assets/imgs/logo.svg"/>
</div>
<div>
<a href="#">Github</a>
<a href="#">Docs</a>
Expand Down Expand Up @@ -47,10 +50,16 @@ export default class NavBar extends Vue {
font-family: 'Source Code Pro', monospace;
font-weight: 900;
font-size: 30px;
display: flex;
align-items: center;
}
a {
padding: 0 30px;
color: $black;
}
img {
margin-left: 10px;
}
</style>

0 comments on commit 7833b29

Please sign in to comment.