Skip to content

Commit ac2b437

Browse files
committed
Updates
1 parent dd98c13 commit ac2b437

File tree

3 files changed

+36
-7
lines changed

3 files changed

+36
-7
lines changed

src/pages/about.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ var randomRantsAbout = [
181181
"Banned from Scratch, dealing with life struggles (Grounded and stuff).",
182182
]
183183
),
184-
//Im_CatmanYT - Eli Swan
184+
//Im_CatmanYT
185185
createSocialDivJSON(
186186
["0deg", "50%"],
187187
"images/creators/imcatman-oc.svg",
188188
"Im_CatmanYT",
189-
"Eli Swan",
189+
"",
190190
[
191191
{
192192
src: "images/social/scratch.svg",
@@ -208,10 +208,8 @@ var randomRantsAbout = [
208208
},
209209
],
210210
[
211-
"Met him in real life at middle school. He's a animator on scratch.",
212-
'The one that suggested features through Google Docs, came up with some of the admin command ideas, and also came up the name "Random Rants" for this site.',
213-
"He also gave a list of image-emojis, which of course was used in this site.",
214-
"Also known as: MOP-3000",
211+
"Met him irl and he came up with the idea for the site along with some of the ideas for the site",
212+
"2D animator",
215213
]
216214
),
217215
],

src/pages/news/2025/oct21st.js

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
module.exports = [
2+
{
3+
element: "h1",
4+
textContent: "Random Rants + is undergoing big updates",
5+
style: {
6+
fontSize: "2em",
7+
marginBottom: "0.5em",
8+
textAlign: "center",
9+
},
10+
},
11+
{
12+
element: "p",
13+
textContent:
14+
"You may have noticed that the website is acting weird, or breaking a lot. This is normal for our new updates.",
15+
style: {
16+
fontWeight: "bold",
17+
fontSize: "1.05em",
18+
marginBottom: "1em",
19+
},
20+
},
21+
{
22+
element: "p",
23+
textContent:
24+
"This should fix after a while, and expect more updates from now on, since I've finally got my original GitHub back.",
25+
style: {
26+
fontWeight: "bold",
27+
fontSize: "1.05em",
28+
marginBottom: "1em",
29+
},
30+
},
31+
];

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761067847407"}
1+
{"timestamp":"1761070579514"}

0 commit comments

Comments
 (0)