Skip to content

Commit 227c89f

Browse files
authored
Added super mario flash
1 parent 7f16f20 commit 227c89f

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 id="title">Home</h3>
1919
<h1 id="h1">Welcome to Pringles!</h1>
2020
<div style="width:800px;" id="firstdiv">
2121
<p id="splash" class="fancy"></p>
22-
<p>[Wednesday Feb. 9] 1 new game today! Check it out <a href="#new">here</a></p>
22+
<p>[Thursday Feb. 10] 2 new games today! Check them out <a href="#new">here</a></p>
2323
<p>[!] Tip! Check out the More Site URLS page to see backup URLS for thie site, just incase something happens to the main one.</p>
2424
</div>
2525
<br>
@@ -65,23 +65,24 @@ <h2 id="h2">FLASH IS BACK!</h2>
6565
<p>@pringles_games</p>
6666
</div>
6767
<br>
68-
<div class="p_big">
69-
<p>Game of the Week</p>
70-
</div>
71-
<p>
72-
<a href="/games/gridlock.html">Gridlock</a>
73-
- a cool puzzle and logic game. It is a fun challenge, if you're looking for something like that!
74-
</p>
7568
<div class="p_big">
7669
<p>New Today!</p>
7770
</div>
7871
<div id="new">
7972
<div id="games" style="display:block;">
8073
<a href="/games/" onclick="sidebarMain();" target="_parent"
81-
data-title="Primary"
74+
data-title="Super Mario Flash"
75+
data-text=""
76+
data-isflash="1"
77+
data-framesrc="super-mario-flash.swf"
78+
data-isbigfile="1"
79+
></a>
80+
<br>
81+
<a href="/games/" onclick="sidebarMain();" target="_parent"
82+
data-title="Super Mario Flash 2"
8283
data-text=""
8384
data-isflash="1"
84-
data-framesrc="primary.swf"
85+
data-framesrc="super-mario-flash-2.swf"
8586
data-isbigfile="1"
8687
></a>
8788
</div>

javascript/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ function splashText() {
859859
'...',
860860
'Now with more than 2 lines of code!',
861861
'',
862-
'01101110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01100111 01101001 01110110 01100101 00100000 01111001 01101111 01110101 00100000 01110101 01110000'
862+
'01101110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01100111 01101001 01110110 01100101 00100000 01111001 01101111 01110101 00100000 01110101 01110000',
863+
'They should add subtitles to audio books so deaf people can read them.'
863864
];
864865
var numGames = document.getElementById('sidebar').contentWindow.document.getElementById('games').getElementsByTagName('a').length;
865866
document.getElementById('splash').innerHTML = splashes[Math.floor(Math.random() * splashes.length)];

other/sidebar.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,20 @@
10221022
data-framesrc="supermario63.swf"
10231023
data-isbigfile="1"
10241024
></a>
1025+
<a href="/games/" onclick="sidebarMain();" target="_parent"
1026+
data-title="Super Mario Flash"
1027+
data-text=""
1028+
data-isflash="1"
1029+
data-framesrc="super-mario-flash.swf"
1030+
data-isbigfile="1"
1031+
></a>
1032+
<a href="/games/" onclick="sidebarMain();" target="_parent"
1033+
data-title="Super Mario Flash 2"
1034+
data-text=""
1035+
data-isflash="1"
1036+
data-framesrc="super-mario-flash-2.swf"
1037+
data-isbigfile="1"
1038+
></a>
10251039
<a href="/games/" onclick="sidebarMain();" target="_parent"
10261040
data-title="Super Smash Flash"
10271041
data-text=""

stuff/submit/log/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>Failure code meanings:</h3>
5555
<tr>
5656
<td><p>28/01/22</p></td>
5757
<td><p>Super Mario Flash Series</p></td>
58-
<td><p>Pending</p></td>
58+
<td><p>#1+2 added, #3 failed (code 03)</p></td>
5959
</tr>
6060
<tr>
6161
<td><p>31/01/22</p></td>

0 commit comments

Comments
 (0)