diff --git a/src/components/Link.astro b/src/components/Link.astro new file mode 100644 index 0000000..1dd312f --- /dev/null +++ b/src/components/Link.astro @@ -0,0 +1,15 @@ +--- +interface Props { + link: string; + icon?: string; +} + +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 e8545c4..3b912e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- -import Layout from '../layouts/Layout.astro'; +import Layout from "../layouts/Layout.astro"; +import Link from "../components/Link.astro" const now = new Date(); let years = now.getFullYear() - 2006 - 1 @@ -8,29 +9,62 @@ 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 - +421 948 309 804 + selfsigned-ash@proton.me + +421 948 309 804 +

+

Socials: + GitHub + Gitea

-
+

Experience:

- - - + + + + @@ -38,26 +72,43 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
WhenWhatWhereWhenWhatWhere
July, 2024 - present Data Scientist
-
+

Some of my projects:

- - - + + + + - + + + + + + + + + + + + +
NameReferenceDescriptionNameReferenceDescription
SOČ 2024/2025 Paper - - - - - - + + Research paper entitled "Faktory ovplyvňujúce študijné výsledky a identifikácia rizikových + skupín" +
Adventná Výzva + + + An interactive game-like app for kids with an advent theme
Green School / Zelená Škola + + + A website for a school club of environmentalists