-
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.
feat: squashed commit of major page overhaul
- Loading branch information
Showing
50 changed files
with
2,105 additions
and
186 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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<script setup></script> | ||
<template> | ||
<section class="text-xs"> | ||
<hr class="border-black border-1 mb-3" /> | ||
<div class="grid grid-cols-4 grid-rows-1 gap-1"> | ||
<div> | ||
<p class="font-bold">redacted</p> | ||
<p>redacted</p> | ||
<p>redacted</p> | ||
<p>St-Nr: redacted</p> | ||
<p>USt-Id: redacted</p> | ||
</div> | ||
<div> | ||
<p class="font-bold">Kontaktinformation</p> | ||
<p>redacted</p> | ||
<p>Phone: redacted</p> | ||
<p>Mobil: redacted</p> | ||
<p>E-Mail: redacted</p> | ||
</div> | ||
<div class="col-span-2 flex flex-col gap-2"> | ||
<p class="font-bold self-center">Bankverbindung</p> | ||
<div class="flex flex-row"> | ||
<div> | ||
<p>Bankverbindung redacted</p> | ||
<p>IBAN: redacted</p> | ||
<p>BIC: redacted</p> | ||
</div> | ||
<div> | ||
<p>redacted</p> | ||
<p>IBAN: redacted</p> | ||
<p>BIC: redacted</p> | ||
</div> | ||
</div> | ||
<p class="self-center">Web: redacted</p> | ||
</div> | ||
</div> | ||
</section> | ||
</template> |
Oops, something went wrong.