Skip to content

Commit ebbf69c

Browse files
committed
fix typos
1 parent b404451 commit ebbf69c

25 files changed

+28
-28
lines changed

_data/experiments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
link:
106106
title: Behance ↗
107107
url: https://www.behance.net/gallery/110141811/Werewolf-Game-Cards
108-
img: "/assets/work-grid/warewolf-cards.jpg"
108+
img: "/assets/work-grid/werewolf-cards.jpg"
109109
year: 2019
110110
tags:
111111
- name: for fun

_data/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tools:
5151
I rely on Airtable to run businesses and basically my entire life.
5252
5353
Update: I mostly use Coda now but Airtable can be better for certain projects.
54-
el: Βασίζομαι στο Airtable όπου τρέχω εταιρείες και βασικά την ζωή μου όλη.
54+
el: Βασίζομαι στο Airtable όπου τρέχω εταιρείες και βασικά τη ζωή μου όλη.
5555
img: "/uploads/logo-airtable.jpeg"
5656
- name: CleanShot X
5757
url: https://cleanshot.com/

_data/websites.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- title:
3434
en: CID Website & Logo
3535
desc:
36-
en: "Corporate website and identity for wastewater treatment consulting company. Made with custom code & Jekyll."
36+
en: "Corporate website and identity for wastewater treatment consulting company. Made with custom code and Jekyll."
3737
el: ""
3838
link:
3939
title: Live ↗
@@ -64,7 +64,7 @@
6464
en: Backyard — Cozy Hair Salon
6565
el:
6666
desc:
67-
en: "One-page website with a unique aesthetic. Made with custom code & Jekyll."
67+
en: "One-page website with a unique aesthetic. Made with custom code and Jekyll."
6868
el:
6969
link:
7070
title: Live ↗
@@ -80,7 +80,7 @@
8080
en: Theeta.nl
8181
el: Theeta
8282
desc:
83-
en: "Trilingual corporate website. Made with custom code & Jekyll."
83+
en: "Trilingual corporate website. Made with custom code and Jekyll."
8484
el:
8585
link:
8686
title: Live ↗
@@ -99,7 +99,7 @@
9999
en: Design for Dynamiki’s website. Part of my work
100100
at The Smiling Hippo.
101101
el: Design για το [site της Δυναμικής](https://www.dynamiki-sa.gr/). Μέρος της
102-
δουλιάς μου στην [TSH](https://www.thesmilinghippo.com/gr/en/projects/dynamic-sa/)
102+
δουλειάς μου στην [TSH](https://www.thesmilinghippo.com/gr/en/projects/dynamic-sa/)
103103
link:
104104
title: Live ↗
105105
url: https://www.dynamiki-sa.gr/

_posts/2020-09-16-monster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sections:
3333
more rebellious demographic.\n\nA minimal homepage wouldn’t do. It had to look
3434
fresh, bold and not too tidy; to immerse visitors in the Monster world and fit
3535
in with their identity and interests.\n\nThe idea is to guide the visitor on a
36-
journey, show them how Monster supports what they are passionate about and immersing
36+
journey, show them how Monster supports what they are passionate about and immerse
3737
them in the adventurous world that the brand has created. I used ripped paper
3838
shapes, textures and tilted elements to break the monotony of the grid and convey
3939
wildness. "

_posts/2023-01-10-time-tracker-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sections:
3232
text: |-
3333
A strip at the top, colored to represent the change of the sky's color during course of a day, reminds you how long you have left until the day is over.
3434
35-
Each hour is assigned an icon besed on the activity you type, to give you a quick overview of your day when you look back.
35+
Each hour is assigned an icon based on the activity you type, to give you a quick overview of your day when you look back.
3636
3737
A line visually separates hours past, from time yet to come, grounding you.
3838
image-1: "/assets/time-tracker-top.jpg"
@@ -43,6 +43,6 @@ sections:
4343
I'm more mindful about how I spend my time because I mentally check in with myself
4444
during the day, in order to log my time later.
4545
image-1: "/assets/time-tracker-coda-today.jpg"
46-
image-2: "/assets/time-tracker-coda-acitivity-chart.jpg"
46+
image-2: "/assets/time-tracker-coda-activity-chart.jpg"
4747

4848
---

_posts/2024-09-25-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ icon: /assets/blog/speed.webp
1111
lang: en
1212
---
1313

14-
A thought that occured to me after reading [We’re turning designers into factory workers](https://uxdesign.cc/were-turning-designers-into-factory-workers-a7471daaf6fd).
14+
A thought that occurred to me after reading [We’re turning designers into factory workers](https://uxdesign.cc/were-turning-designers-into-factory-workers-a7471daaf6fd).
1515

1616
I find that the best tool for exploration is still pen on paper. When I have a fuzzy concept in my head, I turn to paper. It's not collaborative, there's no expectation of polish, and I can pivot quickly and easily. I can sketch almost as fast as I think, without being constrained by a design tool’s UI.
1717

_posts/2024-10-05-portfolio-project-showcase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ I had to add a way to either drag or click to scroll. Considering that dragging
4949
Alas, it wasn’t that simple. I tried to set it up so that the right arrow would only appear when it’s possible to scroll right, and vice versa. But that sometimes didn’t work, and the arrow never appeared. After an excruciatingly long “conversation” with ChatGPT, the issue was solved when I wrapped the entire JS script in this:
5050

5151
```js
52-
window.addEventListener('load', () => { }
52+
window.addEventListener('load', () => { });
5353
```
5454

5555
It finally worked, but then I wondered how discoverable that “feature” was. Would visitors instinctively hover over the right part of the container to scroll? I asked a couple of people, and the answer was no. They couldn’t immediately tell the area was scrollable.

_posts/2024-12-13-airboxr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sections:
3232
Collaborating closely with the founder, who provided early user feedback, I designed a comprehensive web application from scratch (0→1).
3333
3434
Key features include:
35-
- A interface built on top of Google Sheets for running and creating “hops”—custom recipes that pull data from multiple sources into Google Sheets, with predefined sorting and filtering rules.
35+
- An interface built on top of Google Sheets for running and creating “hops”—custom recipes that pull data from multiple sources into Google Sheets, with predefined sorting and filtering rules.
3636
- A main app comprising:
3737
- A dashboard showcasing automatically generated insights.
3838
- An integrations page for connecting data sources.

_posts/2025-05-13-css-color-scales.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ lang: en
1515

1616
## The idea
1717

18-
I wanted to create a single variable in my CSS, e.g. `--brand: ##ff6800;`, and have an entire color scale (with variables like `--brand-10: #ffe4d3; --brand-20: #ffd2b2;` and so on) automatically “generated” for me. Like this! ⤵︎
18+
I wanted to create a single variable in my CSS, e.g. `--brand: #ff6800;`, and have an entire color scale (with variables like `--brand-10: #ffe4d3; --brand-20: #ffd2b2;` and so on) automatically “generated” for me. Like this! ⤵︎
1919

2020
![](/assets/color-scale-example.webp)
2121

2222
Similar to what you get from sites like [uicolors.app’s Tailwind CSS Color Generator](https://uicolors.app/generate), but locally, in your CSS file.
2323

24-
Why? When playing around with a new design, not yet sure which colors to go with, being able to tweak a couple of values direcly in my CSS and preview my own design in different colors would be super practical.
24+
Why? When playing around with a new design, not yet sure which colors to go with, being able to tweak a couple of values directly in my CSS and preview my own design in different colors would be super practical.
2525

2626
Now, you *might* be wondering:
2727

@@ -37,7 +37,7 @@ These people have done a much better job explaining than I could at the moment:
3737

3838
“In HSL, 100% saturation is simply as saturated as that particular color can be in the sRGB gamut. In OKLCH, the values aren't based on technical limits or a mathematical definition, but rather on perceived equality. **The amount of lightness indicates exactly how bright the color is**, and the amount of chroma indicates exactly how vivid it is. The human eye perceives some colors like green or yellow to be brighter than others, like blue or purple, and OKLCH takes these details into account.”
3939

40-
The gist of it is that, similar to HSL, you can keep the Hue constant while adjusting the Lightness and Saturation (Chroma, in this case) independetnly. What sets OKLCH apart is that, unlike HSL and the others, all colors with the same hue **actually look like they have the saem hue**! You know how making a vibrant blue lighter makes it look purple? Well, in OKLCH it still lookes blue!
40+
The gist of it is that, similar to HSL, you can keep the Hue constant while adjusting the Lightness and Saturation (Chroma, in this case) independently. What sets OKLCH apart is that, unlike HSL and the others, all colors with the same hue **actually look like they have the same hue**! You know how making a vibrant blue lighter makes it look purple? Well, in OKLCH it still looks blue!
4141

4242
<figure>
4343
<img

_posts/2025-10-05-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: Design System, UI
1616
The design of the platform was mostly complete, and I turned the designs into reusable components and responsive styles. I also created some tricky internal pages and flows using the newly established design patterns.
1717

1818
<figure>
19-
<img src="/assets/database/submition-form.webp" alt="">
19+
<img src="/assets/database/submission-form.webp" alt="">
2020
<figcaption>
2121
One of the steps of the project submission form that I designed.
2222
</figcaption>

0 commit comments

Comments
 (0)