add animated hero text to index page (#13)

This commit is contained in:
Troy 2025-01-05 18:49:48 +00:00 committed by GitHub
parent fe60d3846f
commit 4079f9e872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 141 additions and 87 deletions

15
package-lock.json generated
View file

@ -13,7 +13,8 @@
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/outfit": "^5.1.1",
"@fontsource-variable/playwrite-ca": "^5.1.1",
"@fontsource-variable/red-hat-mono": "^5.1.0",
"astro": "^5.1.1",
"astro-icon": "^1.1.4",
@ -776,10 +777,16 @@
"node": ">=12"
}
},
"node_modules/@fontsource-variable/inter": {
"node_modules/@fontsource-variable/outfit": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@fontsource-variable/inter/-/inter-5.1.1.tgz",
"integrity": "sha512-OpXFTmiH6tHkYijMvQTycFKBLK4X+SRV6tet1m4YOUH7SzIIlMqDja+ocDtiCA72UthBH/vF+3ZtlMr2rN/wIw==",
"resolved": "https://registry.npmjs.org/@fontsource-variable/outfit/-/outfit-5.1.1.tgz",
"integrity": "sha512-XuzmITw6zWt3nUINJVAk99f0TgXJ9ZCt3qERAr0t89Em6RbqQ4x6skmxsIgjzkLHVzmoqf3AzCbxvpk/kNnu5A==",
"license": "OFL-1.1"
},
"node_modules/@fontsource-variable/playwrite-ca": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@fontsource-variable/playwrite-ca/-/playwrite-ca-5.1.1.tgz",
"integrity": "sha512-982bgK4zGM3KjjXvrBo5virq2jLHJHbQw3gFG9krR5PoFqq00tcNNSAa4ns6gf7wNKjQFk6Pz2OAPj/KPoEJAQ==",
"license": "OFL-1.1"
},
"node_modules/@fontsource-variable/red-hat-mono": {