-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0ac1b2
commit 99b6852
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
<template> | ||
<div class="container mx-auto p-4"> | ||
<div class="flex flex-col space-y-5"> | ||
<p class="text-4xl text-primary font-semibold mb-2">Stundenplan für CampusDual</p> | ||
<p> | ||
Eine simple WebApp, für den Stundenplan von CampusDual. <br> | ||
Mit einem Design, dass auf Mobile auch tatsächlich nutzbar ist. | ||
</p> | ||
<p> | ||
Die Seite ist in NuxtJS mit TailwindCSS geschrieben. <br> | ||
Anders als auf CampusDual, werden die Daten nur einmal gefetched; <br> | ||
zwischen Einträgen wechseln dauert also keine Ewigkeit! | ||
</p> | ||
<span> | ||
<p>Zum Github-Repo:</p> | ||
<a class="text-accent underline" | ||
href="https://github.com/probablyjassin/studenplancampusdual">probablyjassin/stundenplancampusdual</a> | ||
</span> | ||
</div> | ||
</div> | ||
<div class="container p-4"> | ||
<div class="flex flex-col space-y-5"> | ||
<p class="text-4xl text-primary font-semibold mb-2">Stundenplan für CampusDual</p> | ||
<p> | ||
Eine simple WebApp, für den Stundenplan von CampusDual. <br /> | ||
Mit einem Design, dass auf Mobile auch tatsächlich nutzbar ist. | ||
</p> | ||
<p> | ||
Die Seite ist in NuxtJS mit TailwindCSS geschrieben. <br /> | ||
Anders als auf CampusDual, werden die Daten nur einmal gefetched; <br /> | ||
zwischen Einträgen wechseln dauert also keine Ewigkeit! | ||
</p> | ||
<span> | ||
<p>Zum Github-Repo:</p> | ||
<a class="text-accent underline" href="https://github.com/probablyjassin/studenplancampusdual">probablyjassin/stundenplancampusdual</a> | ||
</span> | ||
</div> | ||
</div> | ||
</template> |