mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Changed projects as tiles
This commit is contained in:
@ -4,26 +4,20 @@
|
||||
<main>
|
||||
<h1 class="text-5xl font-bold text-center mb-5">{{ $t("projects") }}</h1>
|
||||
|
||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("wip") }}</h2>
|
||||
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
||||
<NotXiaGithubio />
|
||||
</div>
|
||||
|
||||
|
||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("completed") }}</h2>
|
||||
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
||||
<TablutPlayer />
|
||||
<BScThesis />
|
||||
<WaveMap />
|
||||
<Wirefilter />
|
||||
<TweetAnalysis />
|
||||
<AnimalHouse />
|
||||
<PandOSplus />
|
||||
<Imaging />
|
||||
<MNKGame />
|
||||
<Platform />
|
||||
<PathfindingVisualizer />
|
||||
<SortingVisualizer />
|
||||
<div class="grid grid-flow-row-dense grid-cols-12 grid-rows-12 m-auto justify-center [&>*]:px-5 [&>*]:py-5">
|
||||
<NotXiaGithubio class="col-span-12" />
|
||||
<TablutPlayer class="lg:col-span-4 row-span-1 col-span-12" />
|
||||
<BScThesis class="lg:col-span-8 row-span-1 col-span-12" />
|
||||
<WaveMap class="lg:col-span-4 lg:row-span-2 col-span-12" />
|
||||
<Wirefilter class="lg:col-span-4 row-span-1 col-span-12" />
|
||||
<TweetAnalysis class="lg:col-span-8 row-span-1 col-span-12" />
|
||||
<AnimalHouse class="lg:col-span-6 row-span-1 col-span-12" />
|
||||
<PandOSplus class="lg:col-span-4 row-span-1 col-span-12" />
|
||||
<Imaging class="lg:col-span-6 row-span-1 col-span-12" />
|
||||
<MNKGame class="lg:col-span-4 row-span-1 col-span-12" />
|
||||
<Platform class="lg:col-span-8 row-span-1 col-span-12" />
|
||||
<PathfindingVisualizer class="lg:col-span-6 row-span-1 col-span-12" />
|
||||
<SortingVisualizer class="lg:col-span-6 row-span-1 col-span-12" />
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user