Skip to content

Commit

Permalink
add stories
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Apr 12, 2024
1 parent ae334af commit c6d34fc
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@ import ContentMedia from '../components/ContentMedia.astro'
<Hero />
<section class="my-64">
<div class="container">
<h2 class="mb-16 text-6xl">Features</h2>
<h2 class="mb-16 text-6xl">Stories</h2>
<div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
<Feature icon="mdi:tailwind" title="Tailwind CSS">
Use the power of Tailwind to greatly improve your productivity and enhance your developer workflow.
<Feature icon="mdi:tailwind" title="Who Are The Eight?">
An exploration of The Eight and where they come from.
</Feature>
<Feature icon="mdi:wheelchair-accessibility" title="a11y Components">
17 components and counting, all tried and tested for the most optimal accessible experience for your visitors.
<Feature icon="mdi:wheelchair-accessibility" title="Who is The Old Man?">
Why does the old man show himself in so many different ways?
</Feature>
<Feature icon="mdi:looks" title="Prettier">
Less worry about formatting your code, let the Astro Prettier integration do the heavy lifting.
<Feature icon="mdi:looks" title="What is The Machine?">
At the heart of everything is The Machine. What are its origins and its purpose?
</Feature>
<Feature icon="mdi:eslint" title="ESLint">
Lint your code with strict a11y settings to ensure you stay on track with the WCAG standards.
<Feature icon="mdi:eslint" title="An Exploration of Dreams">
Dreams and hallucinations merge our subconscious and conscious minds, allowing us to understand the universe better.
</Feature>
<Feature icon="mdi:book-open-page-variant" title="Blog">
This theme comes with a fully integrated blog, dynamic pages and SEO optimization.
<Feature icon="mdi:book-open-page-variant" title="Group Hallucinations?">
Are these visions real or just group hallucinations?
</Feature>
<Feature icon="mdi:language-markdown" title="Markdown & MDX">
Easily use .md and .mdx pages to build your websites or use it with Netlify CMS.
<Feature icon="mdi:language-markdown" title="My Vision">
My first real vision and what it means.
</Feature>
<Feature icon="mdi:theme-light-dark" title="Dark mode">
Fully integrated Dark mode gives your users the choice for their favorite viewing mode.
<Feature icon="mdi:theme-light-dark" title="A Note on Odd Occurrences">
Some Odd Occurrences are just random. Others are not so.
</Feature>
<Feature icon="mdi:cog" title="Design System">
The theme offers some very handy utilities to help you build your website faster.
<Feature icon="mdi:cog" title="My Purpose">
What I feel my purpose in life is.
</Feature>
<Feature icon="mdi:lighthouse" title="Lighthouse Scores">
Excellent lighthouse scores means your website will load faster and get better SEO rankings.
<Feature icon="mdi:lighthouse" title="On Life and Death">
Why I chose to remain in this life when I was given the choice.
</Feature>
</div>
</div>
</section>
<ContentMedia imgSrc="/accessible-components.webp">
<!-- <ContentMedia imgSrc="/accessible-components.webp">
<h2>Accessible Components</h2>
<p class="text-2xl">
This theme provides plenty of tried and tested Accessible Astro Components. Some are native to this theme and a
Expand All @@ -58,7 +58,7 @@ import ContentMedia from '../components/ContentMedia.astro'
navigation and components, clear outlines and tab indicators and the right color contrast, you're more certain of
reaching WCAG AA compliance.
</p>
</ContentMedia>
</ContentMedia>
<section class="mb-32 mt-64">
<div class="container">
<h2 class="mb-16 text-6xl">Counters</h2>
Expand All @@ -69,5 +69,5 @@ import ContentMedia from '../components/ContentMedia.astro'
<Counter count="18+" title="Months" sub="Since launch" />
</div>
</div>
</section>
</section> -->
</DefaultLayout>

0 comments on commit c6d34fc

Please sign in to comment.