Skip to content

Commit 76c99ea

Browse files
committed
add nolana, end lex, add log.limo to projects, update homepage blurb
1 parent c401f33 commit 76c99ea

3 files changed

Lines changed: 43 additions & 8 deletions

File tree

36.3 KB
Loading

src/pages/cv.tsx

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,32 @@ const Cv = () => {
516516
Experience
517517
</h2>
518518

519+
<CvRole
520+
title="Design Engineer (Contract)"
521+
company="Nolana"
522+
companyLogoPath="nolana.png"
523+
links={[
524+
{
525+
url: "https://nolana.com",
526+
text: "Nolana homepage",
527+
},
528+
]}
529+
dates={`October 2025 – November 2025 • 5 weeks`}
530+
blurb={[
531+
"Brought in on a short-term contract to help implement a couple new features and tighten up the frontend/UI.",
532+
]}
533+
tags={[
534+
"React",
535+
"TypeScript",
536+
"NextJS",
537+
"AI SDK",
538+
"Tailwind",
539+
"shadcn",
540+
"Tanstack Query",
541+
"Zod",
542+
]}
543+
/>
544+
519545
<CvRole
520546
title="Founding Engineer (Contract)"
521547
company="Lex"
@@ -526,9 +552,7 @@ const Cv = () => {
526552
text: "Lex homepage",
527553
},
528554
]}
529-
dates={`December 2023 – current • ${getTimeSince(
530-
"2023/12/01",
531-
)}`}
555+
dates={`November 2023 – September 2025 • 1 yr 10 mos`}
532556
blurb={[
533557
"First (and at times only) engineer post $2.75m raise, working across the whole company, from top of funnel to product ideas all the way through to full stack implementation and everything else that goes on at an early stage startup.",
534558
]}
@@ -733,15 +757,22 @@ const Cv = () => {
733757
of the projects I&apos;ve launched:
734758
</p>
735759
<ul className="o_naked-list u_indent-0">
760+
<li>
761+
2025{" "}
762+
<a href="https://log.limo" target="_blank" rel="noreferrer">
763+
<strong>log.limo</strong> (early access) — git log —&gt;
764+
changelog
765+
</a>
766+
</li>
736767
<li>
737768
2025{" "}
738769
<a
739770
href="https://flowlane.ai"
740771
target="_blank"
741772
rel="noreferrer"
742773
>
743-
<strong>Flowlane</strong> — The smart autopilot for your
744-
SaaS email flows
774+
<strong>Flowlane</strong> (early access) — The smart
775+
autopilot for your SaaS email flows
745776
</a>
746777
</li>
747778
<li>

src/pages/index.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,24 @@ const Index = (props: IBlogGalleryProps) => (
6767
<p>Senior [Founding/Design/Product/Frontend] Engineer.</p>
6868
<p className="mb-0">
6969
<em>
70-
Founder @{" "}
70+
now: Exploring new ideas [
71+
<a href="https://log.limo" target="_blank" rel="noreferrer">
72+
log.limo
73+
</a>{" "}
74+
/{" "}
7175
<a
7276
href="https://twitter.com/flowlaneAI"
7377
rel="nofollow noreferrer"
7478
target="_blank"
7579
>
7680
Flowlane
7781
</a>
78-
.
82+
].
7983
</em>
8084
</p>
8185
<p>
8286
<em>
83-
Founding Engineer @{" "}
87+
prev: Founding Engineer @{" "}
8488
<a
8589
href="https://lex.page"
8690
rel="nofollow noreferrer"

0 commit comments

Comments
 (0)