update credits to be more concise and expandable

This commit is contained in:
Juni
2022-11-08 10:24:54 -05:00
parent e2a38e5239
commit 208d38a340
7 changed files with 36 additions and 89 deletions

View File

@@ -1,15 +1,15 @@
{
"files": {
"main.css": "./static/css/main.ada15431.css",
"main.js": "./static/js/main.df230b1b.js",
"main.js": "./static/js/main.6e7564a7.js",
"static/media/YurukaStd.woff2": "./static/media/YurukaStd.e4589185c34a94a462b4.woff2",
"static/media/ShangShouFangTangTi.woff2": "./static/media/ShangShouFangTangTi.4b63e6001b3ba64f627e.woff2",
"index.html": "./index.html",
"main.ada15431.css.map": "./static/css/main.ada15431.css.map",
"main.df230b1b.js.map": "./static/js/main.df230b1b.js.map"
"main.6e7564a7.js.map": "./static/js/main.6e7564a7.js.map"
},
"entrypoints": [
"static/css/main.ada15431.css",
"static/js/main.df230b1b.js"
"static/js/main.6e7564a7.js"
]
}

View File

@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"/><link rel="manifest" href="./site.webmanifest"/><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"/><meta name="msapplication-TileColor" content="#da532c"/><meta name="theme-color" content="#cf93d9"/><meta name="description" content="vTuber Stickers maker"/><title>vTuber Stickers</title><meta property="og:title" content="vTuber Stickers"/><meta property="og:description" content="Make your own vTuber Stickers!"/><meta property="og:image" content="https://juniteevee.github.io/vtuber-stickers/og-image.png"/><meta property="og:url" content="https://juniteevee.github.io/vtuber-stickers/"/><meta property="og:site_name" content="vTuber Stickers"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@bunhunfun"/><meta name="twitter:creator" content="@bunhunfun"/><meta name="twitter:title" content="vTuber Stickers"/><meta name="twitter:description" content="Make your own vTuber Stickers!"/><meta name="twitter:image" content="https://juniteevee.github.io/vtuber-stickers/og-image.png"/><script defer="defer" src="./static/js/main.df230b1b.js"></script><link href="./static/css/main.ada15431.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"/><link rel="manifest" href="./site.webmanifest"/><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"/><meta name="msapplication-TileColor" content="#da532c"/><meta name="theme-color" content="#cf93d9"/><meta name="description" content="vTuber Stickers maker"/><title>vTuber Stickers</title><meta property="og:title" content="vTuber Stickers"/><meta property="og:description" content="Make your own vTuber Stickers!"/><meta property="og:image" content="https://juniteevee.github.io/vtuber-stickers/og-image.png"/><meta property="og:url" content="https://juniteevee.github.io/vtuber-stickers/"/><meta property="og:site_name" content="vTuber Stickers"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@bunhunfun"/><meta name="twitter:creator" content="@bunhunfun"/><meta name="twitter:title" content="vTuber Stickers"/><meta name="twitter:description" content="Make your own vTuber Stickers!"/><meta name="twitter:image" content="https://juniteevee.github.io/vtuber-stickers/og-image.png"/><script defer="defer" src="./static/js/main.6e7564a7.js"></script><link href="./static/css/main.ada15431.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -23,13 +23,13 @@ export default function Info({ open, handleClose }) {
<DialogTitle id="alert-dialog-title">Info</DialogTitle>
<DialogContent>
<DialogContentText id="alert-dialog-description"><Typography variant="h6" component="h3">
Modded tool credits:
Featured vTubers:
</Typography>
<List>
<ListItem
button
onClick={() =>
(window.location.href = "https://github.com/Juniteevee")
(window.location.href = "https://www.twitch.tv/juniteevee")
}
>
<ListItemAvatar>
@@ -40,9 +40,31 @@ export default function Info({ open, handleClose }) {
</ListItemAvatar>
<ListItemText
primary="Juni"
secondary="for modifying code"
secondary="(also maintained by)"
/>
</ListItem>
<ListItem
button
onClick={() =>
(window.location.href = "https://www.twitch.tv/solaetv")
}
>
<ListItemAvatar>
<Avatar
alt="Solae"
src="https://static-cdn.jtvnw.net/jtv_user_pictures/00ef15d8-7616-48b9-8eed-05b821fc6f0c-profile_image-70x70.png"
/>
</ListItemAvatar>
<ListItemText
primary="Solae"
secondary=""
/>
</ListItem>
</List>
<Typography variant="h6" component="h3">
Artist Credits:
</Typography>
<List>
<ListItem
button
onClick={() =>
@@ -79,82 +101,7 @@ export default function Info({ open, handleClose }) {
</ListItem>
</List>
<Typography variant="h6" component="h3">
Original tool credits:
</Typography>
<List>
<ListItem
button
onClick={() =>
(window.location.href = "https://github.com/theoriginalayaka")
}
>
<ListItemAvatar>
<Avatar
alt="Ayaka"
src="https://avatars.githubusercontent.com/theoriginalayaka"
/>
</ListItemAvatar>
<ListItemText
primary="Ayaka"
secondary="for the original idea"
/>
</ListItem>
<ListItem
button
onClick={() =>
(window.location.href = "https://github.com/modder4869")
}
>
<ListItemAvatar>
<Avatar
alt="Modder4869"
src="https://avatars.githubusercontent.com/modder4869"
/>
</ListItemAvatar>
<ListItemText
primary="Modder4869"
secondary="for the help with the code"
/>
</ListItem>
<ListItem
button
onClick={() =>
(window.location.href =
"https://www.reddit.com/r/ProjectSekai/comments/x1h4v1/after_an_ungodly_amount_of_time_i_finally_made/")
}
>
<ListItemAvatar>
<Avatar
alt="u/SherenPlaysGames"
src="https://styles.redditmedia.com/t5_mygft/styles/profileIcon_n1kman41j5891.jpg"
/>
</ListItemAvatar>
<ListItemText
primary="u/SherenPlaysGames"
secondary="for the original stamps"
/>
</ListItem>
<ListItem
button
onClick={() =>
(window.location.href =
"https://github.com/TheOriginalAyaka/sekai-stickers/graphs/contributors")
}
>
<ListItemAvatar>
<Avatar
alt="Contributors"
src="https://avatars.githubusercontent.com/u/583231"
/>
</ListItemAvatar>
<ListItemText
primary="Contributors"
secondary="for the help with the code"
/>
</ListItem>
</List>
<Typography variant="h6" component="h3">
You can find the source code or contribute here:
Source:
</Typography>
<List>
<ListItem
@@ -170,7 +117,7 @@ export default function Info({ open, handleClose }) {
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
/>
</ListItemAvatar>
<ListItemText primary="GitHub " secondary="Modded Source Code" />
<ListItemText primary="GitHub " secondary="Source Code" />
</ListItem>
<ListItem
button
@@ -185,7 +132,7 @@ export default function Info({ open, handleClose }) {
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
/>
</ListItemAvatar>
<ListItemText primary="GitHub" secondary="Original Source Code" />
<ListItemText primary="Forked from" secondary="Project Sekai Stickers" />
</ListItem>
</List>
</DialogContentText>