+ Within manawave's embrace,
+ A realm seer's gaze takes flight,
+ Five realms unveiled, they trace,
+ Seeking truths in cosmic light.
+
+ {title}
+
+ {tagline}
+diff --git a/web/src/components/Card.astro b/web/src/components/Card.astro deleted file mode 100644 index a1e0ccf..0000000 --- a/web/src/components/Card.astro +++ /dev/null @@ -1,63 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - -
- {body} -
- -ambient::infinity
++ MANAWAVE is a controllable, configurable, and omnidirectional marquee + defined with only HTML & CSS. It has zero dependencies and is built on + vanilla JavaScript. +
+
+ Within manawave's embrace,
+ A realm seer's gaze takes flight,
+ Five realms unveiled, they trace,
+ Seeking truths in cosmic light.
+
{tagline}
+ryuuart::
+visions • dreams • self
+
- To get started, open the directory src/pages
in your project.
- Code Challenge: Tweak the "Welcome to Astro" message above.
-