-new interior
@ -19,8 +19,9 @@ before and after the text */
|
|||||||
the other elements, you will need to move that div outside
|
the other elements, you will need to move that div outside
|
||||||
of the container */
|
of the container */
|
||||||
.credits{
|
.credits{
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
color: rgb(162, 162, 162);
|
||||||
}
|
}
|
||||||
.loungeText ul{
|
.loungeText ul{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 23 KiB |
BIN
public/img/baackground2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/img/baackground3.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/baackground4.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/cafebackgrounNEWTEST.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/cafebackground.png
Normal file
After Width: | Height: | Size: 27 KiB |
@ -80,8 +80,8 @@
|
|||||||
<h4>Café</h4>
|
<h4>Café</h4>
|
||||||
</button></a></li>
|
</button></a></li>
|
||||||
<!-- <li><a href="#"><button><img class="icon" style="vertical-align: middle;" src="./icons/tools_gear-0.png"></img><h4>DIY</h4></button></a></li> -->
|
<!-- <li><a href="#"><button><img class="icon" style="vertical-align: middle;" src="./icons/tools_gear-0.png"></img><h4>DIY</h4></button></a></li> -->
|
||||||
<li><button disabled onclick="location.href='/about';" class=""><img
|
<li><button onclick="location.href='https://gorkem.cc/about';" class=""><img
|
||||||
class="icon" style="vertical-align: middle;filter: grayscale(100%);" src="/images/icons/help_sheet-0.png"></img>
|
class="icon" style="vertical-align: middle;" src="/images/icons/help_sheet-0.png"></img>
|
||||||
<h4>About</h4>
|
<h4>About</h4>
|
||||||
</button></li>
|
</button></li>
|
||||||
<li><button disabled><img class="icon" style="vertical-align: middle; filter: grayscale(100%);"
|
<li><button disabled><img class="icon" style="vertical-align: middle; filter: grayscale(100%);"
|
||||||
@ -153,7 +153,10 @@
|
|||||||
<li>You can change your character with <code>/dino</code> followed by <code>1,2,3,4</code> eg. <code>/dino 2</code> </li>
|
<li>You can change your character with <code>/dino</code> followed by <code>1,2,3,4</code> eg. <code>/dino 2</code> </li>
|
||||||
<li>Use the textbox to <strong>chat</strong> and the emoji button to send <strong>emojis</strong></li>
|
<li>Use the textbox to <strong>chat</strong> and the emoji button to send <strong>emojis</strong></li>
|
||||||
<li>Be nice & Have fun!</li>
|
<li>Be nice & Have fun!</li>
|
||||||
<div class="credits"> Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a> </div>
|
<div class="credits">
|
||||||
|
Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a>
|
||||||
|
Interior sprites by <a href="https://shubibubi.itch.io/cozy-interior" target="_blank">@shubibubi</a></div>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|