Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ h3 {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
gap: 10px;
width: 100%;
max-width: 920px;
margin: 0 auto;
Expand Down
38 changes: 26 additions & 12 deletions src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,27 @@ function About() {
subtitle: "School of Engineering and Applied Science",
bullets: ["Litt Lab under Brian Litt, MD.", "Ashton Fellow."]
},
{
date: "June 2023-<br>Present",
imagePath: "/about/sociail_thumbnail.webp",
imageUrl: "https://www.sociail.com/",
imageAlt: "Sociail thumbnail",
positions: [
{
title: "Advisor",
subheader: "Sociail <span style=\"font-size: 18px; font-style: italic;\">(Sept 2024 - Present)</span>",
bullets: []
},
{
title: "Co-Founder, Technology Lead",
subheader: "Sociail <span style=\"font-size: 18px; font-style: italic;\">(June 2023 - March 2024)</span>",
bullets: [
"— Led a multinational software development team building our collaborative AI platform, Sociail Chat<br>",
"— Conducted co-founder responsibilities around building the company itself, including interviewing and onboarding team members, establishing our culture, and creating the 'operating system' of Sociail"
]
}
]
},
{
date: "Sept 2023-<br>Aug 2024",
imagePath: "/about/litt_lab_thumbnail.webp",
Expand All @@ -90,18 +111,6 @@ function About() {
subtitle: "Center for Neuroengineering and Therapeutics",
bullets: ["Translational neuroengineering research for epilepsy patient care.<br><br>"]
},
{
date: "June 2023-<br>March 2024",
imagePath: "/about/sociail_thumbnail.webp",
imageUrl: "https://www.sociail.com/",
imageAlt: "Sociail thumbnail",
title: "Co-Founder, Technology Lead",
subheader: "Sociail",
bullets: [
"— Led a multinational software development team through the release of our collaborative AI product, Sociail Chat<br>",
"— Conducted co-founder responsibilities around building the company itself, including interviewing and onboarding team members, establishing our culture, and creating the 'operating system' of Sociail"
]
},
{
date: "Dec 2021-<br>Sept 2023",
imagePath: "/about/ayaz_lab_thumbnail.webp",
Expand Down Expand Up @@ -207,6 +216,11 @@ function About() {
<img src="/about/cnt.webp" alt="Center for Neuroengineering and Therapeutics image" width="333" height="80" />
</a>
</div>
<div id="right" className="box">
<a href="https://sociail.com/" target="_blank" rel="noopener noreferrer">
<img src="/about/sociail.webp" alt="Sociail image" width="144" height="80" />
</a>
</div>
<div id="right" className="box">
<a href="https://littlab.seas.upenn.edu/" target="_blank" rel="noopener noreferrer">
<img src="/about/littlab.webp" alt="Litt Lab image" width="278" height="80" />
Expand Down