mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Update image alts and update packages.
This commit is contained in:
parent
f467e1cbb4
commit
789cf00140
3 changed files with 253 additions and 239 deletions
10
package.json
10
package.json
|
|
@ -14,7 +14,7 @@
|
||||||
"format": "prettier --plugin-search-dir . --write ."
|
"format": "prettier --plugin-search-dir . --write ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-icons/material-symbols": "^1.2.36",
|
"@iconify-icons/material-symbols": "^1.2.37",
|
||||||
"@iconify-icons/mdi": "^1.2.44",
|
"@iconify-icons/mdi": "^1.2.44",
|
||||||
"@iconify-icons/radix-icons": "^1.2.8",
|
"@iconify-icons/radix-icons": "^1.2.8",
|
||||||
"@iconify-icons/simple-icons": "^1.2.48",
|
"@iconify-icons/simple-icons": "^1.2.48",
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
"@sveltejs/adapter-auto": "^1.0.3",
|
"@sveltejs/adapter-auto": "^1.0.3",
|
||||||
"@sveltejs/adapter-static": "^2.0.2",
|
"@sveltejs/adapter-static": "^2.0.2",
|
||||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||||
"@sveltejs/kit": "^1.15.6",
|
"@sveltejs/kit": "^1.15.7",
|
||||||
"@types/postcss-preset-env": "^8.0.0",
|
"@types/postcss-preset-env": "^8.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||||
"@typescript-eslint/parser": "^5.59.0",
|
"@typescript-eslint/parser": "^5.59.0",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"just-intersect": "^4.3.0",
|
"just-intersect": "^4.3.0",
|
||||||
"mdsvex": "^0.10.6",
|
"mdsvex": "^0.10.6",
|
||||||
"mdsvex-relative-images": "^1.0.3",
|
"mdsvex-relative-images": "^1.0.3",
|
||||||
"postcss": "^8.4.22",
|
"postcss": "^8.4.23",
|
||||||
"postcss-import": "^15.1.0",
|
"postcss-import": "^15.1.0",
|
||||||
"postcss-load-config": "^4.0.1",
|
"postcss-load-config": "^4.0.1",
|
||||||
"postcss-nested": "^6.0.1",
|
"postcss-nested": "^6.0.1",
|
||||||
|
|
@ -55,8 +55,8 @@
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"vanilla-lazyload": "^17.8.3",
|
"vanilla-lazyload": "^17.8.3",
|
||||||
"vite": "^4.2.1",
|
"vite": "^4.3.1",
|
||||||
"vite-imagetools": "^4.0.18",
|
"vite-imagetools": "^4.0.19",
|
||||||
"vitest": "^0.25.3"
|
"vitest": "^0.25.3"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
473
pnpm-lock.yaml
473
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -38,13 +38,18 @@
|
||||||
style="max-height: 640px;"
|
style="max-height: 640px;"
|
||||||
src={personalSite}
|
src={personalSite}
|
||||||
loading="eager"
|
loading="eager"
|
||||||
alt="Picture of Bradley Shellnut's Gatsby Personal Website">
|
alt="Picture of Bradley Shellnut's Personal Website">
|
||||||
|
<span slot="portfolio-links">
|
||||||
|
<p>
|
||||||
|
<ExternalLink ariaLabel="View GitHub repository for my personal website" href="https://github.com/BradNut/personal-website-sveltekit" icon={GitHub} showIcon>GitHub repository</ExternalLink>
|
||||||
|
</p>
|
||||||
|
</span>
|
||||||
<PersonalWebsiteSvelteKit slot="portfolio-details" />
|
<PersonalWebsiteSvelteKit slot="portfolio-details" />
|
||||||
</Portfolio>
|
</Portfolio>
|
||||||
<Portfolio name="Wedding Website"
|
<Portfolio name="Wedding Website"
|
||||||
style="max-height: 640px;"
|
style="max-height: 640px;"
|
||||||
src={weddingWebsite}
|
src={weddingWebsite}
|
||||||
alt="Picture of Bradley Shellnut's Gatsby Personal Website">
|
alt="Picture of NextJS Wedding Website">
|
||||||
<span slot="portfolio-links">
|
<span slot="portfolio-links">
|
||||||
<p>
|
<p>
|
||||||
<ExternalLink ariaLabel="View Wedding Website" href="https://weddingsite-six.vercel.app/" showIcon>View Site</ExternalLink>
|
<ExternalLink ariaLabel="View Wedding Website" href="https://weddingsite-six.vercel.app/" showIcon>View Site</ExternalLink>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue