Skip to content

Commit

Permalink
added vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercarmont committed Dec 27, 2024
1 parent ac025a5 commit 73e0200
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added public/experiences/black/vercel.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 public/experiences/white/vercel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ const socialPosts = [
];
const experiences: { desc: string; href: string; image: string; pos: string; title: string }[] = [
{
desc: "my next adventure",
href: "https://vercel.com",
image: "vercel.png",
pos: "engineer",
title: "Vercel",
},
{
desc: "helping run the largest collegiate hackathon.",
href: "https://calhacks.io",
Expand Down Expand Up @@ -78,7 +85,7 @@ const experiences: { desc: string; href: string; image: string; pos: string; tit
<section>
<h1 class="title"></h1>
<p class="mb-5">
engineering at vercel. previously @ berkeley. passion for building <3
engineering at vercel. previously @ berkeley. passion for building ^-^
</p>
<SocialList />
</section>
Expand Down

0 comments on commit 73e0200

Please sign in to comment.