Skip to content

Commit

Permalink
Update highlights section
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Aug 31, 2024
1 parent 30c1ee2 commit 6428eed
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions src/components/HighlightsSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import HighlightCard from "./HighlightCard.astro";
<div class="highlights">
<h2>Here's what I've been doing:</h2>
<div class="highlights-container">
<HighlightCard title="Berlinguette Group" date="Jan 2024 - Now" primacy={2}>
<HighlightCard title="Gumloop" date="Aug 2024 - Now" primacy={2}>
<svg
class="tertiary-icon"
slot="icon"
Expand All @@ -24,13 +24,42 @@ import HighlightCard from "./HighlightCard.astro";
></path>
</svg>

At Berlinguette Group, we're doing experimental research into uses of
electrochemistry to enhance nuclear fusion rates. As a co-op software
developer, I'm working on our central experiment control interface using
technologies like React, Python, Docker, Arduino, and MQTT.
At Gumloop, we're working on the future of business workflow automation
and making AI workflows accessible to everyone. As a co-op software
engineer, I'm integrating APIs for new external services to let users
incorporate Discord, Slack, and other platforms into their automations!
</HighlightCard>

<HighlightCard title="UBC BIOMOD Club" date="May 2023 - Now" primacy={1}>
<HighlightCard
title="Berlinguette Group"
date="Jan 2024 - Aug 2024"
primacy={1}
>
<svg
class="secondary-icon"
slot="icon"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-width="2"
d="M8.737 8.737a21.49 21.49 0 0 1 3.308-2.724m0 0c3.063-2.026 5.99-2.641 7.331-1.3 1.827 1.828.026 6.591-4.023 10.64-4.049 4.049-8.812 5.85-10.64 4.023-1.33-1.33-.736-4.218 1.249-7.253m6.083-6.11c-3.063-2.026-5.99-2.641-7.331-1.3-1.827 1.828-.026 6.591 4.023 10.64m3.308-9.34a21.497 21.497 0 0 1 3.308 2.724m2.775 3.386c1.985 3.035 2.579 5.923 1.248 7.253-1.336 1.337-4.245.732-7.295-1.275M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
></path>
</svg>

I was part of the Thunderbird subteam which performs experimental research
into uses of electrochemistry to enhance nuclear fusion rates. As a co-op
software developer, I worked on our central experiment control interface
using technologies like React, Python, Docker, Arduino, and MQTT.
</HighlightCard>

<!-- <HighlightCard title="UBC BIOMOD Club" date="May 2023 - Now" primacy={1}>
<svg
class="secondary-icon"
slot="icon"
Expand All @@ -55,7 +84,7 @@ import HighlightCard from "./HighlightCard.astro";
guiding a team of 8 to overhaul and modernize our club's website. I also
helped develop the website for our 2023 competition submission, where we
placed 5th internationally!
</HighlightCard>
</HighlightCard> -->

<HighlightCard title="UBC ARC" date="May 2023 - Dec 2023" primacy={0}>
<svg
Expand Down

0 comments on commit 6428eed

Please sign in to comment.