diff --git a/public/arrow-up-right-from-square.svg b/public/icons/arrow-up-right-from-square.svg similarity index 100% rename from public/arrow-up-right-from-square.svg rename to public/icons/arrow-up-right-from-square.svg diff --git a/src/components/Link.astro b/src/components/Link.astro index 1dd312f..030b399 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -8,7 +8,7 @@ const {link, icon} = Astro.props --- - Arrow going to the top right from the center of a square, representing a link diff --git a/src/pages/index.astro b/src/pages/index.astro index de5496b..fe81cc7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -50,13 +50,13 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
-
+

Note: this page has been kept simple in favor of accessibility

-

Hi, I'm Daniel Svitaň, an {years} year-old aspiring - engineer

+

Hi, I'm Daniel Svitaň, an {years} year-old aspiring + engineer

I currently reside in Bratislava, Slovakia

Contacts: selfsigned-ash@proton.me @@ -69,7 +69,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {

-

Experience:

+

Experience:

@@ -101,7 +101,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
-

Some of my projects:

+

Some of my projects:

When
@@ -218,7 +218,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
-

Skills:

+

Skills:

  • Languages: Slovak (native), Czech (Native), English (C1), German (B1)
  • Frontend: HTML, CSS/SCSS, JavaScript/TypeScript, TailWindCSS, React, Vue, Nuxt
  • @@ -244,7 +244,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {

    Note: the source code of this website is available here

    -
+
Name