group dependabot pull requests (#20)
This commit is contained in:
parent
0cc2a7a04e
commit
aedba21487
4 changed files with 7 additions and 3 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -4,3 +4,7 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
dev-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
|
@ -12,7 +12,7 @@ import borel from "@fontsource/borel/files/borel-latin-400-normal.woff2?url";
|
||||||
|
|
||||||
<section class="mb-32 overflow-clip">
|
<section class="mb-32 overflow-clip">
|
||||||
<h1
|
<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
|
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"
|
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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
institution: "University of Plymouth"
|
institution: "University of Plymouth"
|
||||||
qualification: "BA (Hons) Game Arts and Design"
|
qualification: "BA (Hons) Game Arts and Design"
|
||||||
grades: ["1st year: Uncommenced"]
|
grades: ["1st year: Estimated completion May 2025"]
|
||||||
dateStart: "2024"
|
dateStart: "2024"
|
||||||
dateEnd: "2025"
|
dateEnd: "2025"
|
||||||
---
|
---
|
||||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
||||||
},
|
},
|
||||||
logo: {
|
logo: {
|
||||||
"0%": {
|
"0%": {
|
||||||
transform: "translateY(512px)",
|
transform: "translateY(480px)",
|
||||||
color: "hsl(var(--primary))",
|
color: "hsl(var(--primary))",
|
||||||
},
|
},
|
||||||
"100%": {
|
"100%": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue