mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
First batch of additions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import { Icon } from 'astro-icon/components'
|
||||
|
||||
const { src = '/astronaut-hero-img.webp' } = Astro.props
|
||||
const { src = '/retrowave-moon.png' } = Astro.props
|
||||
---
|
||||
|
||||
<section class="hero my-24">
|
||||
@@ -9,12 +9,12 @@ const { src = '/astronaut-hero-img.webp' } = Astro.props
|
||||
<div class="grid grid-cols-1 items-center gap-24 lg:grid-cols-2">
|
||||
<div class="flex flex-col items-center gap-8 md:items-start">
|
||||
<h1 class="text-center text-6xl md:text-left lg:text-8xl">
|
||||
<slot><span class="text-gradient">Accessible</span> Starter for Astro</slot>
|
||||
<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">
|
||||
<Icon name="ion:star-outline" />
|
||||
Star on GitHub
|
||||
<Icon name="ion:logo-github" />
|
||||
View on GitHub
|
||||
</a>
|
||||
<a
|
||||
class="button has-icon color-secondary"
|
||||
|
||||
Reference in New Issue
Block a user