Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ellieeet123 committed Feb 14, 2022
1 parent c5aa509 commit ebd3729
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions javascript/bodyScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ else {
setCookie('cookieConsent', 'seen', 99999);
}
else {
if (getCookie('msg2') == '') {
if (getCookie('msg3') == '') {
showMessage(`
<h1>Hi everyone</h1>
<p>Sorry for not adding content to this site in like over a month. I've been busy with school, and other projects. </p>
<p>But I'm gonna try to add more content soon. For now, click the 'Submission Log' link in the sidebar to see a list of everything that's been submitted in the last month or so, and you can check back on that to see if it's been added</p>
`, 'Cool');
setCookie('msg2', 'seen', 31);
<h1>New Stuff!!!</h1>
<p>Some awesome new features that have just been added to the site:</p>
<p>
<ul>
<li><p>Much more control over the Ruffle emulator: Easy access to controls such as pausing, fullscreen, etc. There is also an advanced mode, letting you easily interact with the Ruffle API.</p></li>
<li><p>Custom Color Themes! Don't like how the site looks? Not a problem. Head over to the <a href="/stuff/settings">settings</a> page, and have some fun with it.</p></li>
<li><p>General bug fixes/ui improvements.</p></li>
</ul>
</p>
`, 'Awesome');
setCookie('msg3', 'seen', 31);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion javascript/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ function splashText() {
'The most common word in the english language is the',
'Fun fact: In <i>Avengers: Endgame</i> (2019), Thanos says "I am inevitable". This is a mistake from the filmmakers because he is actually Thanos.',
'That happened to my buddy Eric once',
'<p class=&quot;noColorChange&quot; style=&quot;font-size:40px;&quot;>hehe lois I am big text</p>',
'<span style=font-size:80px>hehe lois I am big text</span>',
'Always remember to lock up your steaks incase of a steak robbery',
'Your honor, it wasn\'t a "hate crime", it was a gamer moment'
];
Expand Down

1 comment on commit ebd3729

@vercel
Copy link

@vercel vercel bot commented on ebd3729 Feb 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.