feat: update goals, roadmap, and add forum link

This commit is contained in:
Jake Hamilton 2024-04-30 13:26:19 -07:00
parent d697f2daf3
commit 134cc83632
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68
4 changed files with 155 additions and 145 deletions

View file

@ -4,6 +4,7 @@
<section id="goals">
<h2 class="title">Goals</h2>
<div class="goals">
<ol>
<li class="goal">
<h3 class="name">Independent</h3>
@ -50,6 +51,7 @@
</p>
</li>
</ol>
</div>
</section>
<style>
@ -57,6 +59,9 @@
max-width: 800px;
margin: 0 auto;
padding: 4rem 1rem;
}
.goals {
padding-left: 2.5rem;
}

View file

@ -10,16 +10,15 @@ interface Props {}
</a>
</div>
<div class="right">
<!-- TODO: Enable these once the pages are ready. -->
<!--
<nav>
<ul>
<!--
<li><a href="https://aux.computer/documentation">Documentation</a></li>
<li><a href="https://aux.computer/contribute">Contribute</a></li>
<li><a href="https://aux.computer/community">Community</a></li>
-->
<li><a href="https://forum.aux.computer">Community</a></li>
</ul>
</nav>
-->
</div>
</header>

View file

@ -4,6 +4,7 @@
<section id="roadmap">
<h2 class="title">Roadmap</h2>
<div class="phases">
<ol>
<li class="phase">
<h3 class="name">Soft Fork</h3>
@ -99,6 +100,7 @@
</p>
</li>
</ol>
</div>
</section>
<style>
@ -106,6 +108,9 @@
max-width: 800px;
margin: 0 auto;
padding: 4rem 1rem;
}
.phases {
padding-left: 2.5rem;
}

View file

@ -15,6 +15,7 @@ const { title } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<meta name="verify" content="https://github.com/jakehamilton" />
</head>
<body>
<slot />