Skip to content

Commit

Permalink
feat: update experiences page
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jan 28, 2025
1 parent 43dd1fb commit 60a6f7b
Showing 1 changed file with 57 additions and 4 deletions.
61 changes: 57 additions & 4 deletions src/pages/resume/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,59 @@ import NavBar from "components/NavBar.astro";
</p>
</div>
</div>
<div
class="flex flex-col items-start justify-start w-full gap-2 lg:gap-4"
>
<h2 id="meetyourclass" class="text-[40px] lg:text-6xl">
PURDUE DATA MINE
</h2>
<div
class="w-full flex flex-col items-start justify-between gap-4"
>
<div
class="w-full flex flex-col-reverse lg:flex-row items-start justify-between"
>
<p class="text-xl lg:text-4xl">Data Science Intern</p>
<p class="text-xl lg:text-4xl">JAN 2025 - PRESENT</p>
</div>
<p
class="text-left lg:text-justify text-xl lg:text-2xl leading-8 lg:leading-9 text-zinc-500 lg:max-w-[50%]"
>
The Data Mine at Purdue University partners with
Corporate Partners to provide highly-capable teams of
students with real-world data science problems to solve.
I am working on machine learning models over large data
sets to predict future trends in the industry.
</p>
</div>
</div>
<div
class="flex flex-col items-start justify-start w-full gap-2 lg:gap-4"
>
<h2 id="meetyourclass" class="text-[40px] lg:text-6xl">
PURDUE HACKERS
</h2>
<div
class="w-full flex flex-col items-start justify-between gap-4"
>
<div
class="w-full flex flex-col-reverse lg:flex-row items-start justify-between"
>
<p class="text-xl lg:text-4xl">Incoming President</p>
<p class="text-xl lg:text-4xl">JAN 2025 - PRESENT</p>
</div>
<p
class="text-left lg:text-justify text-xl lg:text-2xl leading-8 lg:leading-9 text-zinc-500 lg:max-w-[50%]"
>
Purdue Hackers is the largest student-run CS
organization at Purdue University (500+ members). I will
be leading the organization to a new era of growth and
expanding our impact on campus, improving our community
presence, partnering with the university and industry
partners, and increasing our brand recognition.
</p>
</div>
</div>
<div
class="flex flex-col items-start justify-start w-full gap-2 lg:gap-4"
>
Expand All @@ -63,9 +116,7 @@ import NavBar from "components/NavBar.astro";
<div
class="w-full flex flex-col-reverse lg:flex-row items-start justify-between"
>
<p class="text-xl lg:text-4xl">
Undergraduate Researcher
</p>
<p class="text-xl lg:text-4xl">Policy Researcher</p>
<p class="text-xl lg:text-4xl">AUG 2024 - PRESENT</p>
</div>
<p
Expand All @@ -74,7 +125,9 @@ import NavBar from "components/NavBar.astro";
The Tech Justice Lab is a research group at Purdue
University that studies the social implications of
technology. I am conducting research on global
misinformation and disinformation campaigns.
misinformation and disinformation campaigns affecting
marginalized communities and soft-power strategies that
governments use to influence public opinion.
</p>
</div>
</div>
Expand Down

0 comments on commit 60a6f7b

Please sign in to comment.