Skip to content

Commit

Permalink
New news post
Browse files Browse the repository at this point in the history
  • Loading branch information
KojoBailey committed Nov 29, 2024
1 parent 1a638eb commit 0380381
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/thumbnails.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import NewWebsiteLaunch from "./images/news_thumbnails/New_Website.png";
import AsbrModdingComesToNintendoSwitch from "./images/news_thumbnails/ASBR_modding_comes_to_Nintendo_Switch.png";
import UselessMaidLisaLisaCompetition from "./images/news_thumbnails/Useless_Maid's_Lisa_Lisa_competition.png";
import UselessButlerCharacterCompetition from "./images/news_thumbnails/Useless_Butler's_character_competition.png";
import Sofdec2Discoveries from "./images/news_thumbnails/Sofdec2_discoveries.png";

export default {
NewWebsiteLaunch,
AsbrModdingComesToNintendoSwitch,
UselessMaidLisaLisaCompetition,
UselessButlerCharacterCompetition,
Expand Down
16 changes: 16 additions & 0 deletions src/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ const URLs = {
};

const news_data = {
"NewWebsiteLaunch" : {
media: thumbnails["NewWebsiteLaunch"],
type: "image",
link: "https://jojomodding.miraheze.org/wiki/News:JoJo_Modding_Website",
date: {
year: 2024,
month: 11,
day: 29
},
desc: {
eng: "We're proud to announce the launch of our new website at jojomodding.com, our official portal!",
spa: "¡Estamos orgullosos de anunciar el inicio de nuestra web nueva a jojomodding.com, nuestro portal oficial!",
jpn: ""
}
},
"AsbrModdingComesToNintendoSwitch" : {
media: thumbnails["AsbrModdingComesToNintendoSwitch"],
type: "image",
Expand Down Expand Up @@ -126,6 +141,7 @@ export function News({lang}) {
<div className="news-section">
<div className="scrollbox">
<div className="news-container">
<Post id="NewWebsiteLaunch"/>
<Post id="AsbrModdingComesToNintendoSwitch"/>
<Post id="UselessMaidLisaLisaCompetition"/>
<Post id="UselessButlerCharacterCompetition"/>
Expand Down

0 comments on commit 0380381

Please sign in to comment.