Skip to content

Commit

Permalink
Revert changes for titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Sep 29, 2024
1 parent 38687ef commit 414e942
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Default from "../layouts/Default.astro";
<div class="flex h-full flex-col justify-center gap-2">
<div class="flex w-full flex-col">
<div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-purple-dark p-8">
<span class="flex flex-row items-center gap-2 text-4xl font-bold"><Logo type="vital" />Vital</span>
<span class="flex flex-row items-center gap-2 text-4xl font-bold">Vital<Logo type="vital" /></span>
<span
>Vital is a modpack designed as an alternative to Essential (and OptiFine). It includes the majority
of Essential and OptiFine's features, including but not limited to: world hosting, cosmetics, many
Expand All @@ -21,7 +21,7 @@ import Default from "../layouts/Default.astro";
</div>
</div>
<div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-blue-dark p-8">
<span class="flex flex-row items-center gap-2 text-4xl font-bold"><Logo type="ne" />NotEssential</span>
<span class="flex flex-row items-center gap-2 text-4xl font-bold">NotEssential<Logo type="ne" /></span>
<span>NotEssential is a website which links to mods that can substitute Essential's features.</span>

<div class="flex flex-row flex-wrap items-center gap-2">
Expand Down Expand Up @@ -51,7 +51,7 @@ import Default from "../layouts/Default.astro";
<div class="grid w-full grid-cols-1 border-b md:grid-cols-2">
<div
class="flex w-full flex-col gap-2 bg-gradient-to-bl from-brand-background-secondary to-brand-green-dark p-8">
<span class="flex flex-row items-center gap-2 text-4xl font-bold"><Logo type="ward" />Ward</span>
<span class="flex flex-row items-center gap-2 text-4xl font-bold">Ward<Logo type="ward" /></span>
<span
>Ward is a simple text manipulator for the web. Made to do silly translations for NotEssential.</span
>
Expand All @@ -74,7 +74,7 @@ import Default from "../layouts/Default.astro";
</div>
<div class="flex w-full flex-col gap-2 border-l bg-gradient-to-bl from-black to-cyan-900 p-8">
<span class="flex flex-row items-center gap-2 text-4xl font-bold"
><Logo fill={true} type="ward" /> Translator</span
>Translator<Logo fill={true} type="ward" /></span
>
<span
>A python script that can help you convert and manipulate your text in many different ways.</span
Expand All @@ -91,7 +91,7 @@ import Default from "../layouts/Default.astro";
</div>
</div>
<div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-rose-dark p-8">
<span class="flex flex-row items-center gap-2 text-4xl font-bold"><Logo type="bulb" />Bulb</span>
<span class="flex flex-row items-center gap-2 text-4xl font-bold">Bulb<Logo type="bulb" /></span>
<span>Bulb is a work in progress. Watch this space.</span>
</div>
</div>
Expand Down

0 comments on commit 414e942

Please sign in to comment.