diff --git a/package-lock.json b/package-lock.json index 48d0652..c34f3a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/tailwind": "^5.1.4", - "astro": "^5.1.1", + "astro": "^5.1.2", "autoprefixer": "^10.4.19", "tailwindcss": "^3.4.3", "taily-ui": "^1.2.19", @@ -2065,9 +2065,9 @@ } }, "node_modules/astro": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", - "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.2.tgz", + "integrity": "sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -5166,15 +5166,16 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, diff --git a/package.json b/package.json index 6017af5..fa0c777 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/tailwind": "^5.1.4", - "astro": "^5.1.1", + "astro": "^5.1.2", "autoprefixer": "^10.4.19", "tailwindcss": "^3.4.3", "taily-ui": "^1.2.19", diff --git a/src/pages/[...theme].astro b/src/pages/[...theme].astro index 7ffccbf..b42fda2 100644 --- a/src/pages/[...theme].astro +++ b/src/pages/[...theme].astro @@ -337,7 +337,7 @@ const colorTheme = { type: 'default', value: 'Fullstack React / Python web developer.' }, { type: 'primary', value: 'Product:' }, { type: 'default', value: 'Big-data service for analyzing counterparties affiliations.' }, - { type: 'primary', value: 'Info', link: 'https://github.com/nikdelvin', newPage: true }, + { type: 'primary', value: 'Info', link: 'https://github.com/nikdelvin/affiliation-checker', newPage: true }, { type: 'default', value: '
' }, { type: 'default', value: 'Total time on development "battlefield":' }, { @@ -380,7 +380,7 @@ const colorTheme = { type: 'primary', value: '04.08.20:' }, { type: 'default', - value: 'Modified genetic algorithm as a new approach for solving the problem of 3d packaging.' + value: 'Modified genetic algorithm to solve 3d packaging problem.' }, { type: 'primary', @@ -392,7 +392,7 @@ const colorTheme = { type: 'primary', value: '24.12.21:' }, { type: 'default', - value: 'Development of an information system for organizing the work of a production workshop.' + value: 'Auto-optimization system for product manufacturing workflow.' }, { type: 'primary', @@ -408,7 +408,15 @@ const colorTheme = value: 'Read', link: 'https://ieeexplore.ieee.org/document/10303830', newPage: true - } + }, + { type: 'default', value: '
' }, + { type: 'default', value: 'Researches open-source repo:' }, + { + type: 'primary', + value: 'GitHub', + link: 'https://github.com/nikdelvin/research-projects', + newPage: true + }, ] } ]