Skip to content

Commit

Permalink
add imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ committed Jul 11, 2024
1 parent f2c5333 commit 0a64767
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBox.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ import NavItem from "./NavItem.astro";
<li class:list={["h-4"]}></li>
<NavItem href="/sponsors" disabled>Sponsors</NavItem>
<li class:list={["h-4"]}></li>
<NavItem href="/imprint" disabled>Imprint</NavItem>
<NavItem href="/imprint">Imprint</NavItem>
</ol>
</nav>
35 changes: 35 additions & 0 deletions src/pages/imprint/index.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
import NobbzDev from "../../layouts/NobbzDev.astro";
---

<NobbzDev title="Imprint">
<h1
class:list={[
"p-1",
"text-4xl",
"font-extrabold",
"text-[--highlight-color]",
]}
>
Imprint
</h1>

<p class:list={["m-1"]}>
<em>Norber Melzer</em><br />
Fährenkamp 18<br />
22880 Wedel<br />
Germany
</p>

<p class:list={["m-1"]}>
<em>Telefon:</em>
+49 (0)841 89-0
</p>

<p class:list={["m-1"]}>
<em>E-Mail:</em>
[email protected]
</p>

<p class:list={["m-1"]}><em>USt-ID</em>: DE342446808</p>
</NobbzDev>

0 comments on commit 0a64767

Please sign in to comment.