Skip to content

Commit

Permalink
feat: add ub link
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jul 9, 2024
1 parent 44a000a commit d02cd8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ const allPosts = await getCollection("posts");
href={colors.adobe.url}
className={colors.adobe.color}
text="Adobe Creative Career"
/>. I'm also a Teaching & Research Assistant at
<Link
text="University at Buffalo"
className={colors.ubuffalo.color}
href={colors.ubuffalo.url}
/>. Previously a Software Engineer Intern at
<Link
href={colors.mirage.url}
Expand Down
1 change: 1 addition & 0 deletions src/utils/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export const colors = {
mirage: { color: "text-[#FFE5B4]", url: "https://www.miragesecurity.ai" },
adobe: { color: "text-[#ED2224]", url: "https://discord.gg/acc" },
fiveable: { color: "text-[#14ac3d]", url: "https://fiveable.me" },
ubuffalo: { color: "text-[#00539f]", url: "https://www.buffalo.edu" },
};

0 comments on commit d02cd8f

Please sign in to comment.