Update degree status
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -2361,9 +2361,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001663",
|
"version": "1.0.30001721",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001663.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001721.tgz",
|
||||||
"integrity": "sha512-o9C3X27GLKbLeTYZ6HBOLU1tsAcBZsLis28wrVzddShCS16RujjHp9GDHKZqrB3meE0YjhawvMFsGb/igqiPzA==",
|
"integrity": "sha512-cOuvmUVtKrtEaoKiO0rSc29jcjwMwX5tOHDy4MgVFEWiUXj4uBMJkwI8MDySkgXidpMiHUcviogAvFi4pA2hDQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,12 +6,8 @@
|
|||||||
"about": {
|
"about": {
|
||||||
"h": "About me",
|
"h": "About me",
|
||||||
"text": "<p>Fullstack developer from St. Petersburg.</p> <p>I like to explore new technologies, find unusual approaches to solving problems and work at the intersection of fields.</p>",
|
"text": "<p>Fullstack developer from St. Petersburg.</p> <p>I like to explore new technologies, find unusual approaches to solving problems and work at the intersection of fields.</p>",
|
||||||
"career": "Career:",
|
|
||||||
"career_value": "Selectel",
|
"career_value": "Selectel",
|
||||||
"bachelors": "BSIT:",
|
"masters_value": "ITMO"
|
||||||
"bachelors_value": "SPBSUT",
|
|
||||||
"masters": "MS:",
|
|
||||||
"masters_value": "ITMO (in progress)"
|
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"h": "Projects",
|
"h": "Projects",
|
||||||
|
|||||||
@@ -6,12 +6,8 @@
|
|||||||
"about": {
|
"about": {
|
||||||
"h": "Обо мне",
|
"h": "Обо мне",
|
||||||
"text": "<p>Fullstack разработчик из Санкт-Петербурга.</p> <p>Люблю разбираться в новых технологиях, находить необычные подходы к решению проблем и работать на пересечении областей.</p>",
|
"text": "<p>Fullstack разработчик из Санкт-Петербурга.</p> <p>Люблю разбираться в новых технологиях, находить необычные подходы к решению проблем и работать на пересечении областей.</p>",
|
||||||
"career": "Работа:",
|
|
||||||
"career_value": "Selectel",
|
"career_value": "Selectel",
|
||||||
"bachelors": "Бакалавриат:",
|
"masters_value": "ИТМО"
|
||||||
"bachelors_value": "СПбГУТ",
|
|
||||||
"masters": "Магистратура:",
|
|
||||||
"masters_value": "ИТМО (в процессе)"
|
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"h": "Проекты",
|
"h": "Проекты",
|
||||||
|
|||||||
@@ -17,19 +17,11 @@
|
|||||||
<div class="grid gap-x-2 grid-cols-[auto_1fr] h-fit items-center text-slate-400">
|
<div class="grid gap-x-2 grid-cols-[auto_1fr] h-fit items-center text-slate-400">
|
||||||
<div class="flex gap-2 items-center">
|
<div class="flex gap-2 items-center">
|
||||||
<MaterialSymbolsWork></MaterialSymbolsWork>
|
<MaterialSymbolsWork></MaterialSymbolsWork>
|
||||||
{$t('about.career')}
|
|
||||||
</div>
|
</div>
|
||||||
{$t('about.career_value')}
|
{$t('about.career_value')}
|
||||||
|
|
||||||
<div class="flex gap-2 items-center">
|
<div class="flex gap-2 items-center">
|
||||||
<MaterialSymbolsSchool></MaterialSymbolsSchool>
|
<MaterialSymbolsSchool></MaterialSymbolsSchool>
|
||||||
{$t('about.bachelors')}
|
|
||||||
</div>
|
|
||||||
{$t('about.bachelors_value')}
|
|
||||||
|
|
||||||
<div class="flex gap-2 items-center">
|
|
||||||
<MaterialSymbolsSchool></MaterialSymbolsSchool>
|
|
||||||
{$t('about.masters')}
|
|
||||||
</div>
|
</div>
|
||||||
{$t('about.masters_value')}
|
{$t('about.masters_value')}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,9 @@
|
|||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"*.config.ts",
|
"*.config.ts",
|
||||||
"src/**/*.svx",
|
"src/blog/**/*.svx",
|
||||||
|
"src/**/*.svelte",
|
||||||
|
"src/**/*.ts",
|
||||||
"rehype/**/*.ts"
|
"rehype/**/*.ts"
|
||||||
]
|
]
|
||||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
||||||
|
|||||||
Reference in New Issue
Block a user