Browse Source

Minor copy-editing

Alessandro Pignotti 2 years ago
parent
commit
cbb27671c7
1 changed files with 3 additions and 5 deletions
  1. 3 5
      index.html

+ 3 - 5
index.html

@@ -13,7 +13,7 @@
     <meta property="og:title" content="WebVM - Linux virtualization in WebAssembly" />
     <meta property="og:type" content="website" />
     <meta property="og:site_name" content="WebVM"/>
-    <meta property="og:url" content="/">
+    <meta property="og:url" content="https://webvm.io/">
     <meta property="og:image" content="https://webvm.io/assets/welcome_to_WebVM_.png" />
     <meta name="twitter:card" content="summary_large_image" />
     <meta name="twitter:site" content="@leaningtech" />
@@ -78,13 +78,13 @@ __      __   _  __   ____  __
                 </a>
                 <a href="https://discord.com/invite/3nAYPEGD" style="text-decoration: none; height: 100%;" target="_blank">
                   <div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
-                    <span>Discord chat </span>
+                    <span>Join Discord </span>
                     <img src="assets/discord-mark-blue.svg" height="40px" style="margin-left: 7px;">
                   </div>
                 </a>
                 <a href="https://www.leaningtech.com/pages/cheerpj.html" style="text-decoration: none; height: 100%;" target="_blank">
                   <div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
-                    <span>GitHub issues </span>
+                    <span>GitHub Issues </span>
                     <img src="assets/github-mark-white.svg" height="40px" style="margin-left: 5px;">
                   </div>
                 </a>
@@ -94,8 +94,6 @@ __      __   _  __   ____  __
         </div>
       </div>
     </div>
-    <div>
-    </div>
     <div style="flex-grow:0; flex-shrink: 0; height:1px; width: 100%; background-color: white;">
     </div>
     <main style="display: flex; flex-direction: row; justify-content: space-between; margin:0; height:100%;">