Skip to content

Commit

Permalink
Remove featured slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored Sep 1, 2023
1 parent ef3b12b commit 8cbe75f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 320 deletions.
156 changes: 0 additions & 156 deletions src/common/components/FeaturedSlider/flickity.css

This file was deleted.

78 changes: 0 additions & 78 deletions src/common/components/FeaturedSlider/index.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions src/common/components/FeaturedSlider/slides.json

This file was deleted.

60 changes: 0 additions & 60 deletions src/common/components/FeaturedSlider/styles.module.css

This file was deleted.

27 changes: 25 additions & 2 deletions src/components/HomeLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
} from '@site/src/common/icons';
import CoreLibrariesSection from './CoreLibrariesSection';
import AppLibrariesSection from './AppLibrariesSection';
import FeaturedSlider from '@site/src/common/components/FeaturedSlider';

interface HomepageSectionProps {
header?: string;
Expand Down Expand Up @@ -63,7 +62,31 @@ export default function HomeLayout() {
return (
<Layout description={siteConfig.tagline}>
<div className='homepage'>
<FeaturedSlider />
<HomepageSection className='homepage__section--intro'>
<div className='intro'>
<div className='intro__section'>
<h1 className='intro__header'>{siteConfig.tagline}</h1>
<p className='intro__description'>
Build apps capable of taking millions of users on journeys
they&apos;ve never been on before. Simple. Scalable. Secure.
</p>
<div className='intro__buttons'>
<Link
to='/get-started/introduction'
className='intro__button button button--outline button--primary'
>
Introduction
</Link>
<Link
to='/build/welcome'
className='intro__button button button--primary'
>
Start building
</Link>
</div>
</div>
</div>
</HomepageSection>
<HomepageSection header='Use IOTA'>
<div className='about__cards'>
<Link
Expand Down

0 comments on commit 8cbe75f

Please sign in to comment.