Funorb - Populate text and images in Info page

This commit is contained in:
dginovker 2023-05-09 17:27:52 +09:00
parent 64f815f337
commit 0528956370
29 changed files with 16 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -49,9 +49,6 @@
@import url("./css/info-6.css");
/**/
.intro {
background-image: url(img/images/game/36cardtrick/intro.jpg);
}
.buttonSubscribe {
background-image: url(img/images/info/button_subscribe.gif);
@ -243,11 +240,12 @@
<div class="sectionBackground">
<div class="sectionContent">
<div class="sectionContentContainer">
<div class="intro">
<div class="intro" style="background-image: url('img/images/game/36cardtrick/intro.jpg');">
<div class="introDescription">
<div>
<br />
<a href="gamelist.html"><span class="genre">Puzzle</span></a><br>
Howdy, pardners! Test your memory with this new twist on the classic pairs-matching game.
This game only has one level! Coming soon to Funorb..
</div>
</div>
<a class="buttonWide" href="#description">
@ -277,22 +275,22 @@
<div id="screenshotsThumbs">
<a href="display_screenshot.html" target="screenshotsFrame"
onClick="return imageGoto('screenshotsImage', 0);" class="screenshotsThumb"
style="background-image: url(img/images/game/36cardtrick/screen1_thumb.jpg?1);">
style="background-image: url(img/images/game/36cardtrick/screen1_thumb.jpg);">
<div id="screenshotsLoading0"></div>
</a>
<a href="display_screenshot.html" target="screenshotsFrame"
onClick="return imageGoto('screenshotsImage', 1);" class="screenshotsThumb"
style="background-image: url(img/images/game/36cardtrick/screen2_thumb.jpg?1);">
style="background-image: url(img/images/game/36cardtrick/screen2_thumb.jpg);">
<div id="screenshotsLoading1"></div>
</a>
<a href="display_screenshot.html" target="screenshotsFrame"
onClick="return imageGoto('screenshotsImage', 2);" class="screenshotsThumb"
style="background-image: url(img/images/game/36cardtrick/screen3_thumb.jpg?1);">
style="background-image: url(img/images/game/36cardtrick/screen3_thumb.jpg);">
<div id="screenshotsLoading2"></div>
</a>
<a href="display_screenshot.html" target="screenshotsFrame"
onClick="return imageGoto('screenshotsImage', 3);" class="screenshotsThumb"
style="background-image: url(img/images/game/36cardtrick/screen4_thumb.jpg?1);">
style="background-image: url(img/images/game/36cardtrick/screen4_thumb.jpg);">
<div id="screenshotsLoading3"></div>
</a>
</div>
@ -310,16 +308,14 @@
<div class="benefitsContent">
<div class="benefitsList">
<ul>
<li>Fullscreen mode for all games</li>
<li>Masses of exclusive game content</li>
<li>Special members-only Achievements</li>
<li>Play ALL of our multiplayer games</li>
<li>No adverts during gameplay</li>
<li>Amazing games</li>
<li>No ads, no trackers</li>
<li>Full access to our Forums</li>
<li>Hosted by 2009scape</li>
<li>Free Forever</li>
</ul>
</div>
<a href="redirect.html" class="buttonSubscribe"></a>
<a href="./gamelist.html" class="buttonSubscribe"></a>
</div>
</div>
</div>
@ -333,10 +329,10 @@
</div>
<div class="subsectionContent">
<div>
<p>Journey over to the Wild West to test your memory in this classic game. Flip over the
cards to find matching pairs, but make too many mistakes or run out of time and you're a
goner. Watch out: the cards won't stay still for long! How many pairs can you match in a
row? How quickly can you complete each level?</p>
<p>2009scape is made by volunteers! That means we can spend time doing whatever we want. In the spirit
of preservation, we've recreated the FunOrb website and uploaded some classic Flash games. These games
are completely playable on modern browsers, despite Flash being discontinued in 2020. We hope you enjoy!
</p>
</div>
</div>
</div>