mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38: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";
|
||||
|
||||
// https://astro.build/config
|
||||
import compress from "astro-compress";
|
||||
import compress from "@playform/compress";
|
||||
|
||||
// https://astro.build/config
|
||||
import preact from "@astrojs/preact";
|
||||
|
|
26
package.json
26
package.json
|
@ -11,33 +11,33 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.1.1",
|
||||
"@astrojs/preact": "^3.3.0",
|
||||
"@astrojs/prefetch": "^0.4.1",
|
||||
"@astrojs/sitemap": "^3.1.1",
|
||||
"@astrojs/sitemap": "^3.1.4",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"astro": "^4.4.13",
|
||||
"astro-compress": "^2.2.11",
|
||||
"@playform/compress": "^0.0.4",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"astro": "^4.8.1",
|
||||
"astro-icon": "^1.1.0",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"astro-tooltips": "^0.6.2",
|
||||
"fireworks-js": "^2.10.7",
|
||||
"html-minifier": "^4.0.0",
|
||||
"preact": "^10.19.6",
|
||||
"sharp": "^0.33.2",
|
||||
"tailwindcss": "^3.4.1"
|
||||
"preact": "^10.21.0",
|
||||
"sharp": "^0.33.3",
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/devicon": "^1.1.35",
|
||||
"@iconify-json/devicon": "^1.1.41",
|
||||
"@iconify-json/file-icons": "^1.1.8",
|
||||
"@iconify-json/logos": "^1.1.42",
|
||||
"@iconify-json/mdi": "^1.1.64",
|
||||
"@iconify-json/simple-icons": "^1.1.94",
|
||||
"@iconify-json/mdi": "^1.1.66",
|
||||
"@iconify-json/simple-icons": "^1.1.101",
|
||||
"@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",
|
||||
"prettier": "3.2.5",
|
||||
"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"
|
||||
>
|
||||
<div class="justify-cener flex items-center">
|
||||
<Image
|
||||
src={logo}
|
||||
width={200}
|
||||
alt="pfp"
|
||||
class={"h-[200px] w-[200px]"}
|
||||
/>
|
||||
<Image src={logo} width={200} alt="pfp" class={"h-[200px] w-[200px]"} />
|
||||
</div>
|
||||
<section class="text-center md:ml-6 md:text-left">
|
||||
<div class="flex flex-col drop-shadow-yellow">
|
||||
<h1 class="text-6xl font-extrabold text-white">xHyroM</h1>
|
||||
<p class="mt-2 text-xl text-gray-400">
|
||||
Software engineer, computer enthusiast
|
||||
15-year-old computer enthusiast & student
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue