Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asset(image-supervive): Add SUPERVIVE image template #109

Merged
merged 3 commits into from
Nov 18, 2024
Merged
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
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: infinia-yzl
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ We currently have the following image sets that you can contribute to:
- The Finals (image-reachthefinals): https://github.com/infinia-yzl/image-reachthefinals
- Wuthering Waves (image-wutheringwaves): https://github.com/infinia-yzl/image-wutheringwaves
- Overwatch (image-overwatch): https://github.com/infinia-yzl/image-overwatch
- Webdev (image-webdev): https://github.com/infinia-yzl/image-webdev
- Supervive (image-supervive): https://github.com/infinia-yzl/image-supervive

To contribute to these existing image sets, please follow the general contribution guidelines above and make sure to
adhere to any specific guidelines provided in each image set's repository.
Expand Down
21 changes: 11 additions & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type {Metadata} from "next";
import {Nunito_Sans as FontSans, Urbanist as FontHeading} from "next/font/google";
import "./globals.css";
import {cn} from "@/lib/utils"
import Link from "next/link";

import {ThemeProvider} from "next-themes"
import {Toaster} from "@/components/ui/sonner";
Expand Down Expand Up @@ -154,19 +155,19 @@ export default function RootLayout({
<div className="max-w-screen-lg zen-mode:max-w-screen-2xl mx-auto px-4 transition-all duration-75 ease-in-out">
<div className="flex flex-row py-4 justify-between items-center">
<div className="flex flex-row items-center space-x-6">
<a href="/" className="flex items-center">
<Link href="/" className="flex items-center">
<Image src={otbLogo} alt="OpenTierBoy" height={40} priority/>
</a>
</Link>
<nav className="flex space-x-2">
<Button asChild variant="ghost" className="text-muted-foreground">
<a href="/about">
<Link href="/about">
About
</a>
</Link>
</Button>
<Button asChild variant="ghost" className="text-muted-foreground">
<a href="/blog">
<Link href="/blog">
Blog
</a>
</Link>
</Button>
</nav>
</div>
Expand All @@ -193,9 +194,9 @@ export default function RootLayout({
<p className="text-sm text-muted-foreground">OpenTierBoy is an open-source project.</p>
<p className="text-sm text-muted-foreground">No ads, no logins, no sign-ups.</p>
<div className="flex flex-row space-x-4 h-5 justify-center sm:justify-start">
<a href="/about" className="text-sm hover:underline">About</a>
<Link href="/about" className="text-sm hover:underline">About</Link>
<Separator orientation="vertical"/>
<a href="/blog" className="text-sm hover:underline">Blog</a>
<Link href="/blog" className="text-sm hover:underline">Blog</Link>
<Separator orientation="vertical"/>
<a href="mailto:opentierboy@infinia.space" className="text-sm hover:underline">Email</a>
</div>
Expand Down Expand Up @@ -226,8 +227,8 @@ export default function RootLayout({
</div>
<div className="flex flex-col space-y-2 lg:pl-48">
<h3 className="text-sm font-semibold text-muted-foreground">Legal</h3>
<a href="/terms" className="text-sm hover:underline">Terms of Service</a>
<a href="/privacy" className="text-sm hover:underline">Privacy Policy</a>
<Link href="/terms" className="text-sm hover:underline">Terms of Service</Link>
<Link href="/privacy" className="text-sm hover:underline">Privacy Policy</Link>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const typedImageSetConfig = imagesetConfig as ImageSetConfig;

const FEATURED_SETS = {
"image-reachthefinals": ['all', 'light', 'medium', 'heavy'],
"image-supervive": ['hunter', 'fighter', 'initiator', 'frontliner', 'protector', 'controller'],
"image-wutheringwaves": [
'c_all',
'c_rarity_5',
Expand Down
187 changes: 187 additions & 0 deletions imageset.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,193 @@
}
},
"backgroundImage": "/splash/webdev-bg.webp"
},
"image-supervive": {
"displayName": "SUPERVIVE",
"images": [
{
"filename": "brl.webp",
"label": "BRALL",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "bsh.webp",
"label": "BISHOP",
"tags": [
"initiator",
"open_beta_launch",
"hunter"
]
},
{
"filename": "cls.webp",
"label": "CELESTE",
"tags": [
"controller",
"open_beta_launch",
"hunter"
]
},
{
"filename": "ena.webp",
"label": "ELLUNA",
"tags": [
"protector",
"open_beta_launch",
"hunter"
]
},
{
"filename": "flx.webp",
"label": "FELIX",
"tags": [
"frontliner",
"open_beta_launch",
"hunter"
]
},
{
"filename": "gst.webp",
"label": "GHOST",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "hsn.webp",
"label": "HUDSON",
"tags": [
"controller",
"open_beta_launch",
"hunter"
]
},
{
"filename": "jin.webp",
"label": "JIN",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "jul.webp",
"label": "JOULE",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "kpn.webp",
"label": "KINGPIN",
"tags": [
"initiator",
"open_beta_launch",
"hunter"
]
},
{
"filename": "myt.webp",
"label": "MYTH",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "oat.webp",
"label": "OATH",
"tags": [
"frontliner",
"open_beta_launch",
"hunter"
]
},
{
"filename": "shk.webp",
"label": "SHRIKE",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "shv.webp",
"label": "SHIV",
"tags": [
"fighter",
"open_beta_launch",
"hunter"
]
},
{
"filename": "vod.webp",
"label": "VOID",
"tags": [
"controller",
"open_beta_launch",
"hunter"
]
},
{
"filename": "zep.webp",
"label": "ZEPH",
"tags": [
"protector",
"open_beta_launch",
"hunter"
]
}
],
"tags": {
"fighter": {
"title": "Fighters",
"description": "Fighter Hunters",
"category": "general"
},
"open_beta_launch": {
"title": "Open Beta Launch",
"description": "Images from Supervive Open Beta Launch (20-11-2024)",
"category": "general"
},
"hunter": {
"title": "All Hunters",
"description": "Images of Hunters",
"category": "general"
},
"initiator": {
"title": "Initiators",
"description": "Initiator Hunters",
"category": "general"
},
"controller": {
"title": "Controllers",
"description": "Controller Hunters",
"category": "general"
},
"protector": {
"title": "Protectors",
"description": "Protector Hunters",
"category": "general"
},
"frontliner": {
"title": "Frontliners",
"description": "Frontliner Hunters",
"category": "general"
}
},
"backgroundImage": "/splash/supervive-keyart.webp"
}
}
}
4 changes: 4 additions & 0 deletions imageset.custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"image-webdev": {
"displayName": "Web Development Technologies",
"backgroundImage": "/splash/webdev-bg.webp"
},
"image-supervive": {
"displayName": "SUPERVIVE",
"backgroundImage": "/splash/supervive-keyart.webp"
}
}
}
Loading