Skip to content

Commit

Permalink
Added page scrolling for the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlenk committed Apr 21, 2024
1 parent 3685b0d commit ad7599f
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 498 deletions.
38 changes: 34 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,49 @@ export default function Page() {
{/* page two */}
<div className={styles.stackContainer}>
<div className={styles.windowContainer}>
<div className={styles.whatDoWeDo}>
<p>hasdfjiasjfdiajsiofdjioi</p>
<div className={styles.pageTwoContainer}>
<h1 className={styles.bigText}>Learn about AI!</h1>
</div>
</div>
</div>

{/* page three */}
<div className={styles.stackContainer}>
<div className={styles.windowContainer}>
<div className={styles.next}>
<p>hasdfjiasjfioi </p>
<div className={styles.pageThreeContainer}>
<h1 className={styles.bigText}>
Build your own models from scratch!
</h1>
</div>
</div>
</div>

{/* page four */}
<div className={styles.stackContainer}>
<div className={styles.windowContainer}>
<div className={styles.pageFourContainer}>
<h1 className={styles.bigText}>Join Projects!</h1>
</div>
</div>
</div>

{/* triangle page */}
<div className={styles.triangleContainer}>
<div className={styles.triangleContent}>
<h1 className={styles.triangleTitle}>Who We Are</h1>
<p className={styles.triangleText}>
maxine wu (she/her) — 04/12/2024 1:06 PM @everyone Hope everyone is
having a wonderful Friday :) Quick reminder that AI Spring 2024
Officer Apps are due tonight 11:59pm:
https://tinyurl.com/spr24aiofficerapps :) We strongly encourage you
to apply if you are passionate about the ACM AI community and want
to become more involved; feel free to ask any of the ACM AI officers
if you have any questions. Plug to also apply for AI Spring 2024
Project Applications if you are at all interested, and feel free to
ask in ⁠🧠projects-general : https://bit.ly/proj_app :)
</p>
</div>
</div>
</>
);
}
466 changes: 0 additions & 466 deletions public/homeAssets/circuit.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/homeAssets/page1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/homeAssets/page2Desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/homeAssets/page2Mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/homeAssets/page3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/homeAssets/page4.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 ad7599f

Please sign in to comment.