Rearrange links and remove Issues
This commit is contained in:
parent
837443151a
commit
60d4cc4df6
1 changed files with 8 additions and 13 deletions
21
index.html
21
index.html
|
@ -122,26 +122,21 @@
|
|||
<header style="flex-grow:0; flex-srink: 0;height:80px; width: 100%; margin: 2px 0 2px 0;">
|
||||
<div style="display: flex; flex-direction: row; justify-content: space-between; width: 100%;">
|
||||
<div style="display: flex; flex-direction: row;">
|
||||
<a href="https://leaningtech.com/" target="_blank">
|
||||
<img src="./assets/leaningtech.png" style="margin-left: 10px; height: 60px; margin-top: 10px;">
|
||||
</a>
|
||||
<a href="https://leaningtech.com/" target="_blank">
|
||||
<img src="./assets/leaningtech.png" style="margin-left: 10px; height: 60px; margin-top: 10px;">
|
||||
</a>
|
||||
</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://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://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://discord.leaningtech.com" target="_blank">
|
||||
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Discord</div>
|
||||
</a>
|
||||
</li>
|
||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
||||
<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 id="loginLink" href="#" onclick="startTailscaleAndGetLogin()">
|
||||
<div id="networkStatus" style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Tailscale Login</div>
|
||||
|
|
Loading…
Reference in a new issue