mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-07 06:58:05 +01:00
carousel
This commit is contained in:
parent
cdda72288f
commit
25884e797e
19 changed files with 1264 additions and 125 deletions
|
|
@ -31,6 +31,7 @@ h6 {
|
|||
body {
|
||||
background-color: black;
|
||||
height: fit-content;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"landingHeader": "suyu",
|
||||
"landingOne": "Suyu is an open-source, Switch compatible emulator with almost full coverage of the game library."
|
||||
"landingOne": "Suyu is an open-source, Switch compatible emulator with almost full coverage of the game library.",
|
||||
"landingCardHeader": "We care about preservation"
|
||||
}
|
||||
|
|
|
|||
6
src/lib/util/types/index.ts
Normal file
6
src/lib/util/types/index.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export interface ICard {
|
||||
title: string;
|
||||
compatibility: "goated" | "based" | "cringe";
|
||||
image: string;
|
||||
releaseYear: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue