group dependabot pull requests

This commit is contained in:
Troy 2025-01-06 23:49:27 +00:00
parent 0cc2a7a04e
commit c4876ea0b0
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 7 additions and 3 deletions
.github
src
components
content/education
tailwind.config.ts

View file

@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
patterns:
- "*"

View file

@ -12,7 +12,7 @@ import borel from "@fontsource/borel/files/borel-latin-400-normal.woff2?url";
<section class="mb-32 overflow-clip">
<h1
class="--translate-y-[100%] animate-logo text-pretty text-8xl font-bold md:text-9xl"
class="--translate-y-[480px] animate-logo text-pretty text-8xl font-bold md:text-9xl"
>
Digital designer based in the <span
class="animate-gradient-x bg-gradient-to-r from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90% bg-clip-text font-['Borel'] text-7xl font-medium text-transparent md:text-8xl"

View file

@ -1,7 +1,7 @@
---
institution: "University of Plymouth"
qualification: "BA (Hons) Game Arts and Design"
grades: ["1st year: Uncommenced"]
grades: ["1st year: Estimated completion May 2025"]
dateStart: "2024"
dateEnd: "2025"
---

View file

@ -39,7 +39,7 @@ export default {
},
logo: {
"0%": {
transform: "translateY(512px)",
transform: "translateY(480px)",
color: "hsl(var(--primary))",
},
"100%": {