diff --git a/src/lib/en.json b/src/lib/en.json index 2a919fe..8e8ab53 100644 --- a/src/lib/en.json +++ b/src/lib/en.json @@ -3,6 +3,16 @@ "hero": { "subtitle": "Attention to detail in development of non-standard solutions of any complexity" }, + "about": { + "h": "About me", + "text": "
Fullstack developer from St. Petersburg.
I like to explore new technologies, find unusual approaches to solving problems and work at the intersection of fields.
", + "career": "Career:", + "career_value": "Selectel", + "bachelors": "BSIT:", + "bachelors_value": "SPBSUT", + "masters": "MS:", + "masters_value": "ITMO (in progress)" + }, "projects": { "h": "Projects", "link_types": { diff --git a/src/lib/ru.json b/src/lib/ru.json index 22b11ce..dc91a23 100644 --- a/src/lib/ru.json +++ b/src/lib/ru.json @@ -3,6 +3,16 @@ "hero": { "subtitle": "Разработка нестандартных решений любой сложности, внимание к деталям" }, + "about": { + "h": "Обо мне", + "text": "Fullstack разработчик из Санкт-Петербурга.
Люблю разбираться в новых технологиях, находить необычные подходы к решению проблем и работать на пересечении областей.
", + "career": "Работа:", + "career_value": "Selectel", + "bachelors": "Бакалавриат:", + "bachelors_value": "СПбГУТ", + "masters": "Магистратура:", + "masters_value": "ИТМО (в процессе)" + }, "projects": { "h": "Проекты", "link_types": { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 39ccd75..fb9c0bd 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -20,4 +20,8 @@ text-decoration-color: inherit; } } + + :global(p:not(:last-of-type)) { + @apply mb-2; + } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 40bbdf4..ab40598 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,7 @@ @@ -8,6 +9,7 @@