Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@ export default function Home() {
<div className={styles.container}>
<img src="https://media.licdn.com/dms/image/v2/D5603AQFcya7jebNo2g/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1724012519952?e=2147483647&v=beta&t=eTR6xwLbsXt6cUCogxfQUG1pujj0Gub6ns2h_sl4aXI" alt="Ryan Agdassi" className={styles.profilePic} />

<h1 className={styles.name}>Ryan Agdassi</h1>
<h2 className={styles.title}>Tech Advisor at Hack4Impact-Cal Poly</h2>
<h1 className={styles.name}>Kailuan Liu</h1>
<h2 className={styles.title}>Tech Lead at Hack4Impact-Cal Poly, McuhHope Team</h2>

<section className={styles.section}>
<h3 className={styles.sectionTitle}>About Me</h3>
<p className={styles.about}>
Ryan Agdassi is a computer science student at California Polytechnic State University - San Luis Obispo.
Kai is a computer science student at California Polytechnic State University - San Luis Obispo.
</p>
</section>

<section className={styles.section}>
<h3 className={styles.sectionTitle}>Experience</h3>
<ul className={styles.list}>
<li>Tech Advisor - Hack4Impact</li>
<li>Tech Lead - Hack4Impact, Go See Foundation</li>
<li>Software Developer - Hack4Impact, Partners in Equestrian Therapy</li>
<li>Tech Lead - Hack4Impact, MuchHope</li>
<li>Software Developer - Hack4Impact, Habitat For Humanity</li>
</ul>
</section>

Expand All @@ -31,10 +30,11 @@ export default function Home() {
<li>JavaScript, TypeScript</li>
<li>React, Next.js, Node.js</li>
<li>Python, Java, C</li>
<li>MongoDB, PostgreSQL</li>
<li>MongoDB</li>
</ul>
</section>
</div>
<h1>Hi Kai!!!</h1>
</div>
);
}