Selaa lähdekoodia

added townly to main page, removed cloudflare logo

Sven 4 vuotta sitten
vanhempi
commit
488ef3c753
3 muutettua tiedostoa jossa 5 lisäystä ja 12 poistoa
  1. 0 7
      css/index.css
  2. 5 5
      index.html
  3. BIN
      resources/images/townly.png

+ 0 - 7
css/index.css

@@ -239,13 +239,6 @@ footer a:hover {
     color: #6f85fc;
 }
 
-#cloudflare {
-    display: flex;
-    justify-content: center;
-    align-items: center;
-    margin: 0 20px;
-}
-
 #legal {
     display: flex;
     flex-direction: column;

+ 5 - 5
index.html

@@ -103,6 +103,10 @@
                     <h1 id="gamestitle">Games</h1>
                 </div>
                 <div class="list">
+                    <a href="https://github.com/Sv443/Townly" id="townly" rel="noopener" class="img-link" title="Play Townly" target="_blank"><div class="list-item-container">
+                        <img src="./resources/images/townly.png" alt="Townly icon" class="rounded square"></img>
+                        <h4>Townly</h4>
+                    </div></a>
                     <a href="https://sv443.net/games/flappy_switch/index.html" id="flappyswitch" rel="noopener" class="img-link" title="Play Flappy Switch" target="_blank"><div class="list-item-container">
                         <img src="./resources/images/flappy_switch.webp" alt="Flappy Switch icon" class="rounded square"></img>
                         <h4>Flappy Switch</h4>
@@ -166,11 +170,7 @@
             <div id="consent-button" class="img-link cookieButton" onclick="consentGranted();"><span>Accept</span></div>
             <div id="deny-button" class="img-link cookieButton" onclick="consentDenied();"><span>Deny</span></div>
         </div>
-        <div id="cloudflare">
-            <a href="https://www.cloudflare.com" rel="noopener" class="img-link" target="_blank">
-            <img src="./resources/images/cloudflare-light.svg" alt="Cloudflare icon" width="150px"></img>
-            </a>
-        </div>
+        <div></div>
         <div id="legal">
             <h4><a id="privacypolicy" href="./privacypolicy/en" target="_blank">Privacy Policy</a> &bull; <a id="imprint" href="./imprint/en" target="_blank">Legal Information</a> &bull; <a id="license" href="./LICENSE" target="_blank">License</a></h4>
         </div>

BIN
resources/images/townly.png