Browse Source

Fix bar links

Yuri Iozzelli 2 years ago
parent
commit
6c32a6ad64
1 changed files with 9 additions and 4 deletions
  1. 9 4
      index.html

+ 9 - 4
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;">