Skip to content

Commit

Permalink
update hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiahag committed Jul 21, 2024
1 parent caadfb6 commit f65c3ac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const { personalIcons = [], theme = 'light' } = Astro.props;
)
}
</div>
<p class="inline-block font-bold text-xs">Last Updated: 2024-06-29</p>
<p class="inline-block font-bold text-xs">Last Updated: 2024-07-21</p>
</div>
</div>
</div>
Expand Down
33 changes: 23 additions & 10 deletions src/components/widgets/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const {
<div class="absolute inset-0 pointer-events-none" aria-hidden="true"></div>
<div class="relative max-w-5xl mx-auto px-4 sm:px-6">
<div class="pt-0 md:pt-[76px] pointer-events-none"></div>
<div class="grid grid-cols-4 max-sm:grid-cols-1 py-5 md:pt-[80px] md:pb-[50px]">
<div class="grid grid-cols-1 max-sm:grid-cols-1 py-5 md:pt-[50px] md:pb-[50px]">
<div class="lg:col-span-2 md:col-span-2 max-sm:col-span-2 text-center max-w-screen-lg mx-auto lg:mt-0 md:mt-[20px]">
<div class="pb-5 md:pb-10">
{
Expand Down Expand Up @@ -65,18 +65,31 @@ const {
)
}
<div class="max-w-3xl mx-auto">
{subtitle && <h2 class="text-xl max-sm:text-sm text-muted mb-3 md:text-base" set:html={subtitle} />}
{subtitle && <h2 class="text-xl max-sm:text-sm mb-3 md:text-xl text-yellow-950 font-medium" set:html={subtitle} />}
</div>
</div>
</div>
<div class="lg:col-span-2 md:col-span-2 max-sm:col-span-1 lg:mx-[35px] lg:mt-[60px] md:mx-[20px] max-sm:mx-[20px] lg:text-xl
md:mt-[80px] max-sm:my-5">
Embarking on a new journey as a <span class="text-yellow-950">CRO analyst</span>, I bring a newfound
passion for digital analytics along with a keen interest in <span class="text-yellow-950">web development,
UX,</span> and <span class="text-yellow-950">graphic design.</span> With a background rooted in
<span class="text-yellow-950">Life Science</span> I offer a unique and intriguing perspective. Beyond work,
I have a love for the <span class="text-yellow-950">outdoors, gaming,</span> and <span class="text-yellow-950">
family.</span>
<div class="lg:col-span-1 md:col-span-2 max-sm:col-span-1 lg:mx-[20px] lg:mt-[40px] lg:mb-[40px] md:mx-[40px] max-sm:mx-[20px] lg:text-xl
md:mt-[40px] max-sm:my-5">
I'm thrilled to share my journey from the academic world to the vibrant realm of <span class="underline decoration-blue-200 font-bold">iGaming</span>.
My path has been anything but
conventional, moving from the structured environment of academia to the dynamic and exhilarating world of gaming.<br>
Transitioning from a <span class="underline decoration-blue-200 font-bold">Bioinformatician</span> into a
<span class="underline decoration-blue-200 font-bold">CRO Analyst</span>, I discovered that many of the skills I honed in bioinformatics
seamlessly translated into the realm of digital marketing. Both disciplines require a strong foundation in
<span class="underline decoration-blue-200 font-bold">data analysis</span> and a keen eye for patterns. Whether I'm decoding the human
genome or user behavior on a website, the core principles remain the same: gather data, analyze it meticulously, and derive
actionable insights to drive meaningful outcomes.
<br>My experience in bioinformatics has endowed me with a unique perspective on
<span class="underline decoration-blue-200 font-bold">problem-solving</span>. I approach CRO challenges with a scientific mindset.
My analytical skills enable me to dissect user data with precision, while my background in Life Science fuels my
commitment to evidence-based strategies.
Moreover, my versatile role as a Bioinformatician and System Developer at NGI has equipped me with a valuable skill set.
I am adept at <span class="underline decoration-blue-200 font-bold">web development</span> and <span class="underline decoration-blue-200 font-bold">
coding</span>, <span class="underline decoration-blue-200 font-bold">UX</span>, <span class="underline decoration-blue-200 font-bold">data analysis</span>
and <span class="underline decoration-blue-200 font-bold">visualization</span>- all of which are needed in the realm of CRO.
My technical proficiency, coupled with a deep understanding of user behavior, allows me to craft data-driven strategies that
drive tangible results.
</div>
</div>
</section>

0 comments on commit f65c3ac

Please sign in to comment.