Skip to content

Commit

Permalink
Added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualzone committed Apr 24, 2024
1 parent 4bd326c commit 509ed09
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file added website/public/screens/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/screens/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/screens/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/screens/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ export default function Home() {
</Col>
</Row>
</Container>
<Container fluid="md" className="pb-5 pt-5 " style={{'overflowX': 'scroll', 'whiteSpace': 'nowrap'}}>
<img src="/screens/1.png" />
<img src="/screens/4.png" />
<img src="/screens/2.png" />
<img src="/screens/3.png" />
</Container>
<Container fluid="md" className="pb-5 pt-5 container-max-width">
<h2 className="pb-3">FAQ</h2>
<Accordion flush={true}>
Expand Down

0 comments on commit 509ed09

Please sign in to comment.