Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# yarn lint
# yarn build
yarn lint
yarn build
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ For a container engine, one of the following is recommended:
Here are the steps to contributing to the MakeUC Website:

1. Clone the repository

2. Open the repository in VSCode
3. Run `Dev Containers: Reopen in Container` in the command pallet in VSCode (`CTRL+SHIFT+P` by default)
4. Using the terminal inside of VSCode, run `yarn dev`
Expand Down
15 changes: 8 additions & 7 deletions client/src/app/makeuc-2025.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ body {
1488px 1629px #fff, 1545px 1875px #fff, 978px 1201px #fff,
1126px 1916px #fff, 412px 592px #fff, 852px 732px #fff, 1060px 444px #fff,
323px 1676px #fff, 1593px 1616px #fff;
animation: animStar 100s linear infinite;
animation: anim-star 100s linear infinite;
}

#stars2::after {
Expand Down Expand Up @@ -340,7 +340,7 @@ body {
267px 1851px #fff, 1293px 1431px #fff, 1159px 433px #fff, 1725px 1170px #fff,
1067px 296px #fff, 746px 463px #fff, 412px 349px #fff, 1193px 1421px #fff,
564px 455px #fff, 1675px 589px #fff;
animation: animStar 150s linear infinite;
animation: anim-star 150s linear infinite;
}

#stars3::after {
Expand Down Expand Up @@ -402,13 +402,18 @@ body {
padding-left: 10px;
}

[type="button"]:not([role="checkbox"]) span {
color: var(--foreground) !important;
opacity: 0.825 !important;
}

#title span {
background: linear-gradient(white, #38495a);
background-clip: text;
-webkit-text-fill-color: transparent;
}

@keyframes animStar {
@keyframes anim-star {
from {
transform: translateY(0);
}
Expand Down Expand Up @@ -480,10 +485,6 @@ textarea::placeholder,
opacity: 0.65 !important;
}

[type="button"]:not([role="checkbox"]) span {
color: var(--foreground) !important;
opacity: 0.825 !important;
}

.bg-destructive {
color: white !important;
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/stats/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PageTitle } from "~/components/general/typography";
import { Config } from "~/constants/config";


export const revalidate = Config.RevalidationFrequency;
export const dynamic = "force-dynamic";

export default function StatsPage() {
const year = new Date().getFullYear() - 1;
Expand Down
5 changes: 3 additions & 2 deletions client/src/assets/fonts/garet/Garet.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/* Garet font faces */
@font-face {
font-family: "Garet";
font-family: Garet;
src: url("/assets/fonts/garet/Garet-Book.woff2") format("woff2"),
url("/assets/fonts/garet/Garet-Book.woff") format("woff"),
url("/assets/fonts/garet/Garet-Book.ttf") format("truetype"),
url("/assets/fonts/garet/Garet-Book.otf") format("opentype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Garet";
font-family: Garet;
src: url("/assets/fonts/garet/Garet-Heavy.woff2") format("woff2"),
url("/assets/fonts/garet/Garet-Heavy.woff") format("woff"),
url("/assets/fonts/garet/Garet-Heavy.ttf") format("truetype"),
Expand Down
53 changes: 35 additions & 18 deletions client/src/assets/fonts/poppins/Poppins.css
Original file line number Diff line number Diff line change
@@ -1,111 +1,128 @@
/* Poppins font faces */
@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Thin.ttf") format("truetype");
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-ExtraLightItalic.ttf")
format("truetype");
font-weight: 200;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-SemiBoldItalic.ttf")
format("truetype");
font-weight: 600;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-ExtraBoldItalic.ttf")
format("truetype");
font-weight: 800;
font-style: italic;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-Black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: "Poppins";
font-family: Poppins;
src: url("/assets/fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
font-weight: 900;
font-style: italic;
Expand Down
Loading