Skip to content

Commit

Permalink
Updated About Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihillestad committed Nov 10, 2024
1 parent ae773ea commit 31bd51f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "Jann Idar Hillestad's tech blog",
description:
"I am Jann Idar Hillestad, a senior IT Consultant from Norway. With more than 19 years of experience in ops and consultancies, it is time to move out of my comfort zone in this blog. I will share what I learn in Dev, DevOps, Automation, MacOS, Robotics and other cool stuff.",
"Jann Idar Hillestad's tech blog. A seasoned IT consultant from Norway with over 19 years of experience in operations and consultancy. This blog marks my journey beyond the familiar as I embrace new challenges and opportunities. Here, I share insights, discoveries, and lessons learned across topics like development, DevOps, automation, macOS, robotics, and other exciting technologies. Join me as I explore, innovate, and grow in this ever-evolving field!",
};

export default async function AboutPage() {
Expand Down Expand Up @@ -34,10 +34,13 @@ export default async function AboutPage() {
</p>
</div>
<p className="text-muted-foreground text-lg py-4">
I am Jann Idar Hillestad, a senior IT Consultant from Norway. With
more than 19 years of experience in ops and consultancies, it is time
to move out of my comfort zone in this blog. I will share what I learn
in Dev, DevOps, Automation, MacOS, Robotics and other cool stuff.
Hi, I&apos;m Jann Idar Hillestad, a seasoned IT consultant from Norway
with over 19 years of experience in operations and consultancy. This
blog marks my journey beyond the familiar as I embrace new challenges
and opportunities. Here, I share insights, discoveries, and lessons
learned across topics like development, DevOps, automation, macOS,
robotics, and other exciting technologies. Join me as I explore,
innovate, and grow in this ever-evolving field!
</p>
</div>
</div>
Expand Down

0 comments on commit 31bd51f

Please sign in to comment.