Fix bar links
This commit is contained in:
parent
a8e201a13b
commit
6c32a6ad64
1 changed files with 9 additions and 4 deletions
13
index.html
13
index.html
|
@ -88,13 +88,18 @@
|
|||
</div>
|
||||
<div style="display: flex; flex-direction: row; justify-content: space-before;">
|
||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
||||
<a href="https://leaningtech.com">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">GitHub's Issues</div>
|
||||
<a href="https://github.com/leaningtech/webvm" target="_blank">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Github</div>
|
||||
</a>
|
||||
</li>
|
||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
||||
<a href="https://leaningtech.com">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Article</div>
|
||||
<a href="https://github.com/leaningtech/webvm/issues" target="_blank">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Issues</div>
|
||||
</a>
|
||||
</li>
|
||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
||||
<a href="https://medium.com/p/40a60170b361" target="_blank">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">About</div>
|
||||
</a>
|
||||
</li>
|
||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
||||
|
|
Loading…
Reference in a new issue