Skip to content

Commit

Permalink
AstroJS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdelvin committed Jan 5, 2025
1 parent 122cd74 commit 9aad46c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 12 additions & 4 deletions src/pages/[...theme].astro
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<div style="padding:8px;"></div>' },
{ type: 'default', value: 'Total time on development "battlefield":' },
{
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -408,7 +408,15 @@ const colorTheme =
value: 'Read',
link: 'https://ieeexplore.ieee.org/document/10303830',
newPage: true
}
},
{ type: 'default', value: '<div style="padding:8px;"></div>' },
{ type: 'default', value: 'Researches open-source repo:' },
{
type: 'primary',
value: 'GitHub',
link: 'https://github.com/nikdelvin/research-projects',
newPage: true
},
]
}
]
Expand Down

0 comments on commit 9aad46c

Please sign in to comment.