mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
feat: change sub title
also update deps
This commit is contained in:
parent
9ea5b8176c
commit
303e1abefd
4 changed files with 4064 additions and 3529 deletions
|
@ -6,7 +6,7 @@ import tailwind from "@astrojs/tailwind";
|
||||||
import sitemap from "@astrojs/sitemap";
|
import sitemap from "@astrojs/sitemap";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
import compress from "astro-compress";
|
import compress from "@playform/compress";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
import preact from "@astrojs/preact";
|
import preact from "@astrojs/preact";
|
||||||
|
|
26
package.json
26
package.json
|
@ -11,33 +11,33 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.1.1",
|
"@astrojs/preact": "^3.3.0",
|
||||||
"@astrojs/prefetch": "^0.4.1",
|
"@astrojs/prefetch": "^0.4.1",
|
||||||
"@astrojs/sitemap": "^3.1.1",
|
"@astrojs/sitemap": "^3.1.4",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@playform/compress": "^0.0.4",
|
||||||
"astro": "^4.4.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"astro-compress": "^2.2.11",
|
"astro": "^4.8.1",
|
||||||
"astro-icon": "^1.1.0",
|
"astro-icon": "^1.1.0",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"astro-tooltips": "^0.6.2",
|
"astro-tooltips": "^0.6.2",
|
||||||
"fireworks-js": "^2.10.7",
|
"fireworks-js": "^2.10.7",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
"preact": "^10.19.6",
|
"preact": "^10.21.0",
|
||||||
"sharp": "^0.33.2",
|
"sharp": "^0.33.3",
|
||||||
"tailwindcss": "^3.4.1"
|
"tailwindcss": "^3.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/devicon": "^1.1.35",
|
"@iconify-json/devicon": "^1.1.41",
|
||||||
"@iconify-json/file-icons": "^1.1.8",
|
"@iconify-json/file-icons": "^1.1.8",
|
||||||
"@iconify-json/logos": "^1.1.42",
|
"@iconify-json/logos": "^1.1.42",
|
||||||
"@iconify-json/mdi": "^1.1.64",
|
"@iconify-json/mdi": "^1.1.66",
|
||||||
"@iconify-json/simple-icons": "^1.1.94",
|
"@iconify-json/simple-icons": "^1.1.101",
|
||||||
"@iconify-json/skill-icons": "^1.1.8",
|
"@iconify-json/skill-icons": "^1.1.8",
|
||||||
"@iconify-json/vscode-icons": "^1.1.33",
|
"@iconify-json/vscode-icons": "^1.1.34",
|
||||||
"@types/html-minifier": "^4.0.5",
|
"@types/html-minifier": "^4.0.5",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.2.5",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.13.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.12"
|
"prettier-plugin-tailwindcss": "^0.5.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
7458
pnpm-lock.yaml
7458
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -31,18 +31,13 @@ import { SOCIALS } from "../config";
|
||||||
class="mt-24 flex flex-col items-center justify-center md:mt-64 md:flex-row"
|
class="mt-24 flex flex-col items-center justify-center md:mt-64 md:flex-row"
|
||||||
>
|
>
|
||||||
<div class="justify-cener flex items-center">
|
<div class="justify-cener flex items-center">
|
||||||
<Image
|
<Image src={logo} width={200} alt="pfp" class={"h-[200px] w-[200px]"} />
|
||||||
src={logo}
|
|
||||||
width={200}
|
|
||||||
alt="pfp"
|
|
||||||
class={"h-[200px] w-[200px]"}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<section class="text-center md:ml-6 md:text-left">
|
<section class="text-center md:ml-6 md:text-left">
|
||||||
<div class="flex flex-col drop-shadow-yellow">
|
<div class="flex flex-col drop-shadow-yellow">
|
||||||
<h1 class="text-6xl font-extrabold text-white">xHyroM</h1>
|
<h1 class="text-6xl font-extrabold text-white">xHyroM</h1>
|
||||||
<p class="mt-2 text-xl text-gray-400">
|
<p class="mt-2 text-xl text-gray-400">
|
||||||
Software engineer, computer enthusiast
|
15-year-old computer enthusiast & student
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue