Kaynağa Gözat

replace flappy switch with node-hangman

Sven Fehler 3 yıl önce
ebeveyn
işleme
914cb4c875

+ 19 - 20
index.html

@@ -24,7 +24,6 @@
     <meta property="og:locale:alternate" content="de_CH">
     <meta property="og:locale:alternate" content="de_AT">
     <meta name="application-name" content="Sv443 Network">
-    <meta name="theme-color" content="#101747">
 
     <link rel="stylesheet" href="./css/global.css">
     <link rel="stylesheet" href="./css/index.css">
@@ -40,11 +39,11 @@
     <link rel="icon" type="image/png" sizes="32x32" href="./resources/favicons/favicon-32x32.png">
     <link rel="icon" type="image/png" sizes="16x16" href="./resources/favicons/favicon-16x16.png">
     <link rel="manifest" href="./resources/favicons/site.webmanifest">
-    <link rel="mask-icon" href="./resources/favicons/safari-pinned-tab.svg" color="#ffffff">
+    <link rel="mask-icon" href="./resources/favicons/safari-pinned-tab.svg" color="#101747">
     <link rel="shortcut icon" href="./resources/favicons/favicon.ico">
-    <meta name="msapplication-TileColor" content="#282c34">
+    <meta name="msapplication-TileColor" content="#101747">
     <meta name="msapplication-config" content="./resources/favicons/browserconfig.xml">
-    <meta name="theme-color" content="#282c34">
+    <meta name="theme-color" content="#101747">
 </head>
 <body onload="indexonload();">
     <header>
@@ -79,23 +78,23 @@
                     <h1>Projects</h1>
                 </div>
                 <div class="list">
-                    <a href="https://sv443.net/jokeapi/v2/" id="jokeapi" rel="noopener" class="img-link" title="Visit the JokeAPI Website" target="_blank"><div class="list-item-container">
+                    <a href="https://sv443.net/jokeapi/v2/" id="jokeapi" rel="noopener noreferrer" class="img-link" title="Visit the JokeAPI Website" target="_blank"><div class="list-item-container">
                         <img src="./resources/images/jokeapi.png" alt="JokeAPI icon" class="square"></img>
                         <h4>JokeAPI</h4>
                     </div></a>
-                    <a href="https://github.com/Sv443/SvCoreLib" id="svcorelib" rel="noopener" class="img-link" title="Visit the SvCoreLib GitHub Repository" target="_blank"><div class="list-item-container">
+                    <a href="https://github.com/Sv443/SvCoreLib" id="svcorelib" rel="noopener noreferrer" class="img-link" title="Visit the SvCoreLib GitHub Repository" target="_blank"><div class="list-item-container">
                         <img src="./resources/images/svcorelib.png" alt="SvCoreLib icon" class="square"></img>
                         <h4>SvCoreLib</h4>
                     </div></a>
-                    <a href="https://github.com/Sv443/LangApplier" id="langapplier" rel="noopener" class="img-link" title="Visit the LangApplier GitHub Repository" target="_blank"><div class="list-item-container">
+                    <a href="https://github.com/Sv443/LangApplier" id="langapplier" rel="noopener noreferrer" class="img-link" title="Visit the LangApplier GitHub Repository" target="_blank"><div class="list-item-container">
                         <img src="./resources/images/langapplier.png" alt="LangApplier icon" class="rounded square"></img>
                         <h4>LangApplier</h4>
                     </div></a>
-                    <a href="https://github.com/Sv443/TamperTubePlus" id="ttp" rel="noopener" class="img-link" title="Visit the TamperTubePlus GitHub Repository" target="_blank"><div class="list-item-container">
+                    <a href="https://github.com/Sv443/TamperTubePlus" id="ttp" rel="noopener noreferrer" class="img-link" title="Visit the TamperTubePlus GitHub Repository" target="_blank"><div class="list-item-container">
                         <img src="./resources/images/ttp.png" alt="TamperTubePlus icon" class="square"></img>
                         <h4>TamperTubePlus</h4>
                     </div></a>
-                    <a href="https://github.com/Sv443/skribbl.io-plus" id="skribbl" rel="noopener" class="img-link" title="Visit the Skribbl.io+ GitHub Repository" target="_blank"><div class="list-item-container">
+                    <a href="https://github.com/Sv443/skribbl.io-plus" id="skribbl" rel="noopener noreferrer" class="img-link" title="Visit the Skribbl.io+ GitHub Repository" target="_blank"><div class="list-item-container">
                         <img src="https://raw.githubusercontent.com/Sv443/code/master/resources/favicons/skribbl.io%2B%20icon.png" alt="Skribbl.io icon" class="square"></img>
                         <h4>Skribbl.io+</h4>
                     </div></a>
@@ -107,15 +106,15 @@
                     <h1 id="gamestitle">Games</h1>
                 </div>
                 <div class="list">
-                    <a href="https://github.com/Sv443/Townly#readme" id="townly" rel="noopener" class="img-link" title="Play Townly" target="_blank"><div class="list-item-container">
+                    <a href="https://github.com/Sv443/Townly#readme" id="townly" rel="noopener noreferrer" 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.png" alt="Flappy Switch icon" class="rounded square"></img>
-                        <h4>Flappy Switch</h4>
+                    <a href="https://github.com/Sv443/Node-Hangman#readme" id="nodehangman" rel="noopener noreferrer" class="img-link" title="Download Node-Hangman" target="_blank"><div class="list-item-container">
+                        <img src="./resources/images/node_hangman.png" alt="Node-Hangman icon" class="rounded square"></img>
+                        <h4>Node-Hangman</h4>
                     </div></a>
-                    <a href="https://sv443.github.io/TextAdventureGame/TextAdventureGame" id="textisland" rel="noopener" class="img-link" title="Play Text Island" target="_blank"><div class="list-item-container">
+                    <a href="https://sv443.github.io/TextAdventureGame/TextAdventureGame" id="textisland" rel="noopener noreferrer" class="img-link" title="Play Text Island" target="_blank"><div class="list-item-container">
                         <img src="https://raw.githubusercontent.com/Sv443/TextAdventureGame/master/icon_160x160.png" alt="Text Island icon" class="rounded square"></img>
                         <h4>Text Island</h4>
                     </div></a>
@@ -127,27 +126,27 @@
                 <h1>Contact</h1>
             </div>
             <div class="list">
-                <a href="https://github.com/Sv443" id="github" rel="noopener" class="img-link" title="Sv443 on GitHub" target="_blank"><div class="list-item-container">
+                <a href="https://github.com/Sv443" id="github" rel="noopener noreferrer" class="img-link" title="Sv443 on GitHub" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/github.png" alt="GitHub icon" class="circle"></img>
                     <h4>GitHub</h4>
                 </div></a>
-                <a href="https://www.npmjs.com/~sv443" id="npm" rel="noopener" class="img-link" title="Sv443 on npm" target="_blank"><div class="list-item-container">
+                <a href="https://www.npmjs.com/~sv443" id="npm" rel="noopener noreferrer" class="img-link" title="Sv443 on npm" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/npm.png" alt="npm icon" class="circle"></img>
                     <h4>npm</h4>
                 </div></a>
-                <a href="https://sv443.itch.io/" id="itch" rel="noopener" class="img-link" title="Sv443 on Itch.io" target="_blank"><div class="list-item-container">
+                <a href="https://sv443.itch.io/" id="itch" rel="noopener noreferrer" class="img-link" title="Sv443 on Itch.io" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/itch.png" alt="Itch.io icon" class="circle"></img>
                     <h4>itch.io</h4>
                 </div></a>
-                <a href="https://www.linkedin.com/in/sven-fehler/" rel="noopener" class="img-link" title="My LinkedIn profile" target="_blank"><div class="list-item-container">
+                <a href="https://www.linkedin.com/in/sven-fehler/" rel="noopener noreferrer" class="img-link" title="My LinkedIn profile" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/linkedin.png" alt="LinkedIn icon" class="circle"></img>
                     <h4>LinkedIn</h4>
                 </div></a>
-                <a href="https://profile.codersrank.io/user/sv443" rel="noopener" class="img-link" title="My CodersRank profile" target="_blank"><div class="list-item-container">
+                <a href="https://profile.codersrank.io/user/sv443" rel="noopener noreferrer" class="img-link" title="My CodersRank profile" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/codersrank.png" alt="CodersRank icon" class="circle"></img>
                     <h4>CodersRank</h4>
                 </div></a>
-                <a href="https://twitter.com/Sv443_dev" id="twitter" rel="noopener" class="img-link" title="Sv443 on Twitter" target="_blank"><div class="list-item-container">
+                <a href="https://twitter.com/Sv443_dev" id="twitter" rel="noopener noreferrer" class="img-link" title="Sv443 on Twitter" target="_blank"><div class="list-item-container">
                     <img src="./resources/images/twitter.png" alt="Twitter icon" class="circle"></img>
                     <h4>Twitter</h4>
                 </div></a>

BIN
resources/images/flappy_switch.png


BIN
resources/images/node_hangman.png