Skip to content

Commit 55df8a2

Browse files
committed
Link to company website and restyle link
1 parent 7c12866 commit 55df8a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/about/WorkExperience.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const workExperience: WorkItem[] = [
1010
{
1111
period: '2023 - Present',
1212
title: 'Founder and Head of Engineering',
13-
company: 'Norm',
13+
company: 'NORM',
1414
url: 'https://norm.ch/',
1515
},
1616
{

src/components/index/AboutMeSummary.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
I help startups build exceptional products from the ground up. Over the past {new Date().getFullYear() - 2012} years, I've been one of the first employees at several startups, shaping engineering culture and building products in PropTech, HR-tech, and Fin-tech.
77
</p>
88
<p class="mb-12 font-light text-xl leading-loose text-gray-800">
9-
Currently building <span class="font-medium">Norm</span> with a talented team, on a mission to make living energy efficient.
9+
Currently building <a href="https://norm.ch" class="text-indigo-700 hover:text-indigo-500 transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-indigo-600/50 focus-visible:ring-offset-2 rounded-sm">NORM</a>, with a talented team, on a mission to make living energy efficient.
1010
</p>
1111
</div>

0 commit comments

Comments
 (0)