Skip to content

Commit

Permalink
add beta message + github link to help page
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 15, 2024
1 parent bd3eaa7 commit 18f4fc5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
17 changes: 13 additions & 4 deletions src/pages/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,37 @@ export default function Help() {
</div> */}
</li>
</ol>
<div className="col-span-full text-sm">
P.S. Slidr is currently in beta, come back often to see what&apos;s
new.
</div>
<div className="col-span-full text-4xl font-bold text-center mt-20">
Getting Involved
</div>
<div className="col-span-full justify-self-center inline-block w-25 h-25 i-line-md-github-loop" />
<a
className="col-span-full justify-self-center"
href="https://github.com/slidr-app/slidr"
>
<div className="text-4rem i-line-md-github-loop text-teal" />
</a>
<div className="col-span-full">
Slidr is 100% open source software! Come and help make Slidr better.
We&apos;re building a community around Slidr and it&apos;s a great
time to get involved. We need folks of all backgrounds and skill
level. Head over to the{' '}
levels. Head over to the{' '}
<a
className="text-teal underline"
href="https://github.com/slidr-app/slidr"
>
Slidr GitHub repository
</a>{' '}
to learn more!
to learn more! We&apos;d love to add your photo below!
</div>
<div className="col-span-full text-4xl font-bold text-center mt-20">
Who&apos;s Behind Slidr?
</div>
<img
className="col-span-full rounded-full overflow-hidden aspect-square justify-self-center max-w-90 border-teal border-3"
className="col-span-full rounded-full overflow-hidden aspect-square justify-self-center max-w-90 border-teal border-3 shadow-primary"
src={cody}
/>
<div className="col-span-full">
Expand Down
5 changes: 1 addition & 4 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ export default function Home() {
<div className="text-2xl text-center">
Slidr.app: making presentations fun!
</div>
<div className="text-sm text-center">
Slidr is currently in beta, come back often to see what&apos;s new.
</div>
</div>
<div className="flex flex-col items-center text-base gap-1">
<div>
Wondering where to start? Check out the Getting Started guide.
Wondering where to start? Check out the Getting Started guide:
</div>
<NavLink end to="/help" className="flex flex-row">
<button
Expand Down

0 comments on commit 18f4fc5

Please sign in to comment.