More finishing touches

This commit is contained in:
Martin Prokoph
2024-02-09 16:14:09 +01:00
parent e9dce8446b
commit b121e3d1cc
25 changed files with 82 additions and 230 deletions

View File

@@ -1,7 +1,7 @@
---
import { Icon } from 'astro-icon/components'
const { src = '/retrowave-moon.png' } = Astro.props
const { src = '/motschensummer-cutout.png' } = Astro.props
---
<section class="hero my-24">
@@ -12,16 +12,16 @@ const { src = '/retrowave-moon.png' } = Astro.props
<slot><span class="text-gradient">Modding</span> done with passion</slot>
</h1>
<div class="flex flex-col gap-3 min-[500px]:flex-row">
<a class="button has-icon" href="https://github.com/markteekman/accessible-astro-starter">
<a class="button has-icon" href="https://github.com/Motschen">
<Icon name="ion:logo-github" />
View on GitHub
Visit GitHub Profile
</a>
<a
class="button has-icon color-secondary"
href="https://github.com/markteekman/accessible-astro-starter/blob/main/README.md"
href="wiki/midnightlib"
>
<Icon name="ion:bookmark-outline" />
Read the Docs
<Icon name="ion:document-text" />
View the Wiki
</a>
</div>
</div>