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