mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-18 03:15:09 +01:00
More finishing touches
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user