|
1 | 1 | --- |
2 | | -import Button from "../components/Button.astro"; |
3 | | -import Logo from "../components/Logo.astro"; |
4 | | -import VitalLink from "../components/VitalLink.astro"; |
5 | | -import Default from "../layouts/Default.astro"; |
| 2 | +import Default from "../layouts/Default.astro" |
6 | 3 | --- |
7 | 4 |
|
8 | 5 | <Default> |
9 | | - <div class="flex h-full flex-col justify-center gap-2"> |
10 | | - <div class="flex w-full flex-col"> |
11 | | - <div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-purple-dark p-8"> |
12 | | - <span class="flex flex-row items-center gap-2 text-4xl font-bold">Vital<Logo type="vital" /></span> |
13 | | - <span |
14 | | - >Vital is a modpack designed as an alternative to Essential (and OptiFine). It includes the majority |
15 | | - of Essential and OptiFine's features, including but not limited to: world hosting, cosmetics, many |
16 | | - resource pack features, shaders, and a major improvement in rendering and logic performance.</span |
17 | | - > |
18 | | - <div class="flex flex-row flex-wrap items-center gap-2"> |
19 | | - <Button to="https://modrinth.com/modpack/vital/" external={true} showIcon={true}> Modrinth </Button> |
20 | | - <Button to="https://github.com/intergrav/vital/" external={true} showIcon={true}> GitHub </Button> |
21 | | - </div> |
22 | | - </div> |
23 | | - <div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-blue-dark p-8"> |
24 | | - <span class="flex flex-row items-center gap-2 text-4xl font-bold">NotEssential<Logo type="ne" /></span> |
25 | | - <span>NotEssential is a website which links to mods that can substitute Essential's features.</span> |
26 | | - |
27 | | - <div class="flex flex-row flex-wrap items-center gap-2"> |
28 | | - <Button |
29 | | - to="https://notessential.blurry.gay/" |
30 | | - classList="bg-brand-blue" |
31 | | - external={true} |
32 | | - showIcon={true}> |
33 | | - Visit |
34 | | - </Button> |
35 | | - <Button |
36 | | - to="https://usevital.github.io/notessential-gallery/" |
37 | | - classList="bg-brand-blue" |
38 | | - external={true} |
39 | | - showIcon={true}> |
40 | | - Gallery |
41 | | - </Button> |
42 | | - <Button |
43 | | - to="https://github.com/usevital/notessential" |
44 | | - classList="bg-brand-blue" |
45 | | - external={true} |
46 | | - showIcon={true}> |
47 | | - GitHub |
48 | | - </Button> |
49 | | - </div> |
50 | | - </div> |
51 | | - <div class="grid w-full grid-cols-1 border-b md:grid-cols-2"> |
52 | | - <div |
53 | | - class="flex w-full flex-col gap-2 bg-gradient-to-bl from-brand-background-secondary to-brand-green-dark p-8"> |
54 | | - <span class="flex flex-row items-center gap-2 text-4xl font-bold">Ward<Logo type="ward" /></span> |
55 | | - <span |
56 | | - >Ward is a simple text manipulator for the web. Made to do silly translations for NotEssential.</span |
57 | | - > |
58 | | - <div class="flex flex-row flex-wrap items-center gap-2"> |
59 | | - <Button |
60 | | - to="https://ward.worldwidepixel.ca" |
61 | | - classList="bg-brand-green" |
62 | | - external={true} |
63 | | - showIcon={true}> |
64 | | - Visit |
65 | | - </Button> |
66 | | - <Button |
67 | | - to="https://github.com/usevital/ward" |
68 | | - classList="bg-brand-green" |
69 | | - external={true} |
70 | | - showIcon={true}> |
71 | | - GitHub |
72 | | - </Button> |
73 | | - </div> |
74 | | - </div> |
75 | | - <div class="flex w-full flex-col gap-2 border-l bg-gradient-to-bl from-black to-cyan-900 p-8"> |
76 | | - <span class="flex flex-row items-center gap-2 text-4xl font-bold" |
77 | | - >Translator<Logo fill={true} type="ward" /></span |
78 | | - > |
79 | | - <span |
80 | | - >A Python script that can help you convert and manipulate your text in many different ways.</span |
81 | | - > |
82 | | - <div class="flex flex-row flex-wrap items-center gap-2"> |
83 | | - <Button |
84 | | - to="https://github.com/usevital/translator" |
85 | | - classList="bg-cyan-700" |
86 | | - external={true} |
87 | | - showIcon={true}> |
88 | | - GitHub |
89 | | - </Button> |
90 | | - <Button |
91 | | - to="https://github.com/usevital/translator/releases" |
92 | | - classList="bg-cyan-700" |
93 | | - external={true} |
94 | | - showIcon={true}> |
95 | | - Releases |
96 | | - </Button> |
97 | | - </div> |
98 | | - </div> |
99 | | - </div> |
100 | | - <div class="flex w-full flex-col gap-2 border-b bg-gradient-to-bl from-black to-brand-rose-dark p-8"> |
101 | | - <span class="flex flex-row items-center gap-2 text-4xl font-bold">Bulb<Logo type="bulb" /></span> |
102 | | - <span>Bulb is a work in progress. Watch this space.</span> |
103 | | - </div> |
104 | | - </div> |
105 | | - </div> |
| 6 | + <h1 style="font-size: 1.2em;">You shouldn't really see this page.</h1> |
106 | 7 | </Default> |
0 commit comments