diff --git a/webroot/index.html b/webroot/index.html
--- a/webroot/index.html
+++ b/webroot/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8">
   <title>Phorge</title>
@@ -10,27 +10,34 @@
 <body>
 
 <header>
-  <img src="/img/logo.png" alt="Phorge Logo" />
+  <img src="/img/logo.png" alt="Phorge logo" />
 </header>
 
 <main>
   <div>
     <p>
-      <em>Phorge</em> is an open source, community-driven platform
+      <em>Phorge</em> is an open source, opinionated, community-driven platform
       for collaborating, managing, organizing and reviewing software development projects.
     </p>
 
     <p>
-      You can learn more about <strong><a href="https://we.phorge.it/book/phorge/article/introduction/" rel="noreferrer">the features of
+      You can learn more about the <strong><a href="https://we.phorge.it/book/phorge/article/introduction/" rel="noreferrer">features of
       Phorge</a></strong>, and <strong><a href="https://we.phorge.it/book/phorge/article/installation_guide/" rel="noreferrer">how to install Phorge</a></strong>.
     </p>
 
     <p>
       You can also <strong><a href="https://we.phorge.it/ponder/" rel="noreferrer">browse questions and answers</a></strong> or
       <strong><a class="remarkup-link" href="https://we.phorge.it/ponder/question/create/" rel="noreferrer">ask a new question</a></strong>.
-      Finally, if you'd like to get involved, you can learn about
-      <strong><a class="remarkup-link" href="https://we.phorge.it/book/contrib/" rel="noreferrer">contributing to Phorge</a></strong>
     </p>
+
+    <p>
+      Phorge is developed in Phorge! Explore the <strong><a class="remarkup-link" href="https://we.phorge.it/book/contrib/" rel="noreferrer">contributing docs</a></strong> and
+      join the community to advance developments:
+    </p>
+
+     <p>
+       <strong><a href="https://we.phorge.it/" rel="noreferrer">we.Phorge.it</a></strong>
+     </p>
   </div>
 </main>