)
@@ -68,7 +68,6 @@ type WorkTileWrapperProps = {
title?: string
text?: string
more?: ReactNode
- badges?: string[]
} & HTMLAttributes
export default WorkTile
diff --git a/src/content/Intro.tsx b/src/content/Intro.tsx
index 259a923..ba26447 100644
--- a/src/content/Intro.tsx
+++ b/src/content/Intro.tsx
@@ -1,16 +1,17 @@
import Paragraph from '@/components/Paragraph'
+import { Fade } from 'react-awesome-reveal'
import { catchDetail, catchPhrase } from './phrases'
const Intro = () => {
return (
- <>
+
{catchPhrase}
{catchDetail}
- >
+
)
}
diff --git a/src/content/martin/images/martin-home-old.jpg b/src/content/martin/images/martin-home-old.jpg
new file mode 100644
index 0000000..9291f6c
Binary files /dev/null and b/src/content/martin/images/martin-home-old.jpg differ
diff --git a/src/content/martin/images/martin-home.jpg b/src/content/martin/images/martin-home.jpg
index 9291f6c..55c60f7 100644
Binary files a/src/content/martin/images/martin-home.jpg and b/src/content/martin/images/martin-home.jpg differ
diff --git a/src/content/martin/index.tsx b/src/content/martin/index.tsx
index 9289dfb..a4fea6f 100644
--- a/src/content/martin/index.tsx
+++ b/src/content/martin/index.tsx
@@ -29,7 +29,7 @@ const WorkMartin = () => {
id="martin"
title="Hospital in Martin"
more={}
- text="Identity for a new hospital in Martin. The whole idea behind the proposal is to create well working and easily recognizable visual system from logo, identity and wayfinding."
+ text="Identity and UI for a new hospital in Martin. The whole idea behind the proposal is to create well working and easily recognizable visual system from logo, identity and wayfinding."
top={}
>
diff --git a/src/content/mhd/index.tsx b/src/content/mhd/index.tsx
index b0a9a15..926d213 100644
--- a/src/content/mhd/index.tsx
+++ b/src/content/mhd/index.tsx
@@ -23,12 +23,14 @@ const SECOND_IMAGE = {
const More = () => {
return (
-
- The original application is very complex and poorly designed. I simplified and polished the
- user journey to make it more intuitive and less prone to errors. The new UI aims to be clear,
- highly readable, and easy to use while in transit. This work is 100% guerilla, with a planned
- pitch to the authorities.
-
+ <>
+
+ The original application is very complex and poorly designed. I simplified and polished the
+ user journey to make it more intuitive and less prone to errors. The new UI aims to be
+ clear, highly readable, and easy to use while in transit.
+
+ This work is 100% guerilla, with a planned pitch to the authorities.
+ >
)
}
diff --git a/src/content/phrases.ts b/src/content/phrases.ts
index 23e4fe5..50cbf7e 100644
--- a/src/content/phrases.ts
+++ b/src/content/phrases.ts
@@ -4,7 +4,7 @@ export const catchDetail = `With over 15\u00A0years of experience in UI design a
export const freeTime = `I value both creative and personal freedom, preferring hybrid, purpose-driven, and flexible work. Family time is a non-negotiable, and I put high priority in my time off, enjoying mountain biking, hiking and travel—whether with family or solo when needed.`
-export const tech = `Proficient in Figma and Adobe CC, I code in React + Typescript, Tailwind\u00A0CSS, and I speak English and\u00A0French.`
+export const tech = `Proficient in Figma and Adobe CC, I code in React + Typescript, Tailwind\u00A0CSS, and I\u00A0speak English and\u00A0French.`
/* If needed */
export const catchPhrase2 = `I am a graphic designer with more than 15 years of experience with identity and brand design, UI design, and front-end coding. I believe I could be a valuable asset to your team especially thanks to my ability to seamlessly work in all these fields and ensure the visuals are clean, functional and consistent no matter the medium.`
diff --git a/src/content/vkjb/index.tsx b/src/content/vkjb/index.tsx
index 38ce92d..1dd313a 100644
--- a/src/content/vkjb/index.tsx
+++ b/src/content/vkjb/index.tsx
@@ -19,8 +19,8 @@ const WorkLibrary = () => {
return (
}
more={}
>
diff --git a/src/pages/About.tsx b/src/pages/About.tsx
index 2fee27f..61f939f 100644
--- a/src/pages/About.tsx
+++ b/src/pages/About.tsx
@@ -1,25 +1,30 @@
import Paragraph from '@/components/Paragraph'
import CvTimeline from '@/content/CvTimeline'
import { catchDetail, catchPhrase, freeTime, tech } from '@/content/phrases'
+import { Fade } from 'react-awesome-reveal'
const About = () => {
return (
<>
-
- {catchPhrase}
-
-
- {catchDetail}
-
-
- {tech}
-
-
- {freeTime}
-
-