Merge pull request #12 from TheCodedProf/main
Replace all aux.computer's with auxolotl.org
This commit is contained in:
commit
e447a21124
|
@ -11,19 +11,19 @@ const translation = useTranslations(lang);
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a href="https://aux.computer" class="brand">
|
<a href="https://auxolotl.org" class="brand">
|
||||||
<Image class="icon" src={aux} alt="aux.computer logo" />
|
<Image class="icon" src={aux} alt="auxolotl.org logo" />
|
||||||
<span class="title">aux.computer</span>
|
<span class="title">auxolotl.org</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<!--
|
<!--
|
||||||
<li><a href="https://aux.computer/documentation">Documentation</a></li>
|
<li><a href="https://auxolotl.org/documentation">Documentation</a></li>
|
||||||
<li><a href="https://aux.computer/contribute">Contribute</a></li>
|
<li><a href="https://auxolotl.org/contribute">Contribute</a></li>
|
||||||
-->
|
-->
|
||||||
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
|
<li><a href="https://forum.auxolotl.org">{translation("header.community")}</a></li>
|
||||||
<li><a href="https://github.com/auxolotl">GitHub</a></li>
|
<li><a href="https://github.com/auxolotl">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -10,9 +10,9 @@ const translation = useTranslations(lang);
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<Image src={aux} alt="aux.computer logo" />
|
<Image src={aux} alt="auxolotl.org logo" />
|
||||||
</div>
|
</div>
|
||||||
<h1 class="title">aux.computer</h1>
|
<h1 class="title">auxolotl.org</h1>
|
||||||
<div class="description">{translation("root.description")}</div>
|
<div class="description">{translation("root.description")}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,6 +3,6 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
import Home from "../../components/home/Home.astro";
|
import Home from "../../components/home/Home.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="aux.computer">
|
<Layout title="auxolotl.org">
|
||||||
<Home />
|
<Home />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue