This commit is contained in:
parent
ab448bcf53
commit
d7e4ef8c1a
1 changed files with 8 additions and 8 deletions
|
@ -63,6 +63,14 @@ import Page from "../layouts/Page.astro"
|
||||||
</Text>
|
</Text>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
|
<Section title="Was gibt's neues?" jumpId="news">
|
||||||
|
<Mastodon />
|
||||||
|
</Section>
|
||||||
|
|
||||||
|
<Section title="Unsere Sponsoren" jumpId="sponsors">
|
||||||
|
<Sponsors />
|
||||||
|
</Section>
|
||||||
|
|
||||||
<Section title="Was interessiert dich?" jumpId="services">
|
<Section title="Was interessiert dich?" jumpId="services">
|
||||||
<Card
|
<Card
|
||||||
name="Über uns"
|
name="Über uns"
|
||||||
|
@ -114,14 +122,6 @@ import Page from "../layouts/Page.astro"
|
||||||
</Card>
|
</Card>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
<Section title="Was gibt's neues?" jumpId="news">
|
|
||||||
<Mastodon />
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
<Section title="Unsere Sponsoren" jumpId="sponsors">
|
|
||||||
<Sponsors />
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
<div class="fixed bottom-4 left-4 flex">
|
<div class="fixed bottom-4 left-4 flex">
|
||||||
<a
|
<a
|
||||||
class="btn btn-square btn-ghost z-10 discord-left"
|
class="btn btn-square btn-ghost z-10 discord-left"
|
||||||
|
|
Loading…
Add table
Reference in a new issue