Skip to content

Commit

Permalink
fix: rm v add console
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Jan 6, 2024
1 parent 0fadc83 commit 25a6f79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,16 @@ function Home() {
</div>
<div className={clsx(styles.announcement, styles.announcementBanner)}>
<div className={styles.announcementInner}>
<h1>DEMO</h1> <h4>Use Otomi as a self servive portal for DevOps teams when using Kubernetes</h4>
<h1>Build, Deploy and Run applications at scale</h1> <h4>With one consistent experience for Kubernetes across public cloud, on-premise and hybrid cloud</h4>
</div>
</div>
<div
id="demo"
className={clsx(styles.announcement, styles.announcementDark)}
>
<div className={`${clsx(styles.appsContainer)}`}>
<br></br>
<div className={styles.iframeWrapper}>
<iframe width="960" height="540" className={styles.iframeVideo} src="https://www.youtube.com/embed/RI4pIVxbhS0?si=_hslbXVlnjoQdJmG" title="Use Otomi as a self servive portal for developers" allow="fullscreen;"></iframe>
</div>

<div>
<img
src={useBaseUrl("img/otomi-console.png")}
alt="Otomi web console"
width="800"
height="600"
/>
</div>
<br></br>
</div>
{/* <div className={clsx(styles.announcement, styles.announcementBanner)}>
<div className={styles.announcementInner}>
Expand Down
Binary file added static/img/otomi-console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25a6f79

Please sign in to comment.