Skip to content

Commit

Permalink
Add Logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmro committed Nov 8, 2024
1 parent b6da6b2 commit 5d5a8c5
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import styles from './styles.module.css';
import Layout from '@theme/Layout';
import HomepageStartScreen from '@site/src/components/Hero/StartScreen';
import { HireUsSection } from '@swmansion/t-rex-ui';
import LogoHero from '@site/static/img/logo-hero.svg';
import HomepageButton from '@site/src/components/HomepageButton';

function Home() {
return (
Expand All @@ -12,6 +14,26 @@ function Home() {
<div className={styles.container}>
<HomepageStartScreen />
</div>
<div
style={{
marginTop: '300px',
marginBottom: '350px',
gap: '30px',
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center',
}}
>
<LogoHero />
<h2>This site is under development</h2>
<a href="/react-native-executorch/docs/fundamentals/getting-started">
<HomepageButton
href="/react-native-executorch/docs/fundamentals/getting-started"
title="Checkout the docs"
/>
</a>
</div>
<div className={styles.container}>
<HireUsSection
href={
Expand Down
34 changes: 34 additions & 0 deletions docs/static/img/logo-hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5d5a8c5

Please sign in to comment.