Skip to content

Commit

Permalink
some fixes, thx to lotz
Browse files Browse the repository at this point in the history
version-patch
  • Loading branch information
trueberryless committed Feb 19, 2024
1 parent b48608e commit b342e9d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions app/curriculum-vitae.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ const dummyContent = [
<>
<p>
My journey begins in 2005, when I was born on 20 February. I started primary
school in 2011 and eight years later I left secondary school. The first big
decision of my life after grammar school was to go to technical college. And I
completed this educational unit in Krems an der Donau in 2024.
school in 2011 and eight years later I finished secondary school. The first big
decision of my life after grammar school was to go to technical college. And
that&apos;s where I graduated in Krems an der Donau in 2024.
</p>
<br />
<p></p>
Expand All @@ -77,13 +77,13 @@ const dummyContent = [
description: (
<>
<p>
I started doing internships during my technical colleague&apos;s summer
holidays. These are extremely helpful for gaining real-life work experience that
I started doing internships during my technical college&apos;s summer holidays.
These are extremely helpful for gaining real-life work experience that
can&apos;t be learnt at school. This has also enabled me to find out which
sectors in the information technology field I like and which I don&apos;t like.
Because I prefer to work on the frontend rather than the backend. However, I
also really like the backend, as long as it is not an outdated and poorly
documented programming language.
also really enjoy working on any backend, as long as it is not an outdated and
poorly documented programming language.
</p>
<br />
<p></p>
Expand All @@ -93,7 +93,7 @@ const dummyContent = [
image: "/cv/work_experience.webp",
},
{
title: "Tennis, golf and Rocket League",
title: "Tennis, Golf and Rocket League",
description: (
<>
<p>
Expand All @@ -106,15 +106,15 @@ const dummyContent = [
But golf is not my only hobby. I have had many hobbies over the years. For some
months I was in love with the magic of card tricks and couldn&apos;t stop
practising them and improving my dexterity. However, that too has now stopped. I
also love to play tennis, both big and small, and the more subtle table tennis.
also love to play tennis and the more subtle table tennis.
</p>
<br />
<p>
In terms of video and board games, I&apos;ve never been interested in
first-person shooters and the like. I much prefer to play 2D platformers, the
third-person shooters and the like. I much prefer to play 2D platformers, the
best by far still being Celeste, and racing games such as Trackmania or Rocket
League. Speaking of board games, if you ever want to play a game of chess
against me, I&apos;m up for it.
League. Speaking of board games, if you ever wanna play a game of chess against
me, I&apos;m down for it.
</p>
</>
),
Expand Down
4 changes: 2 additions & 2 deletions app/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function Projects() {
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
<a href="https://mutanuq.trueberryless.org/">Try now →</a>
</CardItem>
Expand Down Expand Up @@ -97,7 +97,7 @@ export function Projects() {
<CardItem
translateZ={20}
as="button"
className="px-4 py-2 rounded-xl text-xs font-normal dark:text-white"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
<a href="https://chat.trueberryless.org/">Try now →</a>
</CardItem>
Expand Down

0 comments on commit b342e9d

Please sign in to comment.