Skip to content

Commit

Permalink
changed some css
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 13, 2024
1 parent e0ac1b2 commit 99b6852
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions pages/index.vue
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>

0 comments on commit 99b6852

Please sign in to comment.