Quicklinks

This commit is contained in:
brausjonas
2023-03-26 19:09:32 +02:00
parent ffb16ba153
commit f44184cef0
4 changed files with 66 additions and 33 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<workItem from="1679674448294" duration="3278000" /> <workItem from="1679674448294" duration="3278000" />
<workItem from="1679754546660" duration="3762000" /> <workItem from="1679754546660" duration="3762000" />
<workItem from="1679776338023" duration="11768000" /> <workItem from="1679776338023" duration="11768000" />
<workItem from="1679841996008" duration="6472000" /> <workItem from="1679841996008" duration="8108000" />
</task> </task>
<servers /> <servers />
</component> </component>
BIN
View File
Binary file not shown.
+1
View File
@@ -135,3 +135,4 @@ h2
max-width: 95%; max-width: 95%;
border-radius: 50px; border-radius: 50px;
} }
+64 -32
View File
@@ -1,62 +1,94 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>IO Game Studios</title> <title>IO Game Studios</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="navigationStyle.css"> <link rel="stylesheet" href="navigationStyle.css">
<link rel="stylesheet" href="mainPage.css"> <link rel="stylesheet" href="mainPage.css">
<link rel="stylesheet" href="Footerstyle.css"> <link rel="stylesheet" href="Footerstyle.css">
</head> </head>
<body onresize="hideMobileMenuBar()"> <body onresize="hideMobileMenuBar()">
<header> <header>
<img src="Logo.jpg" onclick="window.location.href='https://www.iogamestudios.de/index'" style="cursor: pointer"> <img src="Logo.jpg" onclick="window.location.href='https://www.iogamestudios.de/index'" style="cursor: pointer">
<nav> <nav>
<!-- Desktop--> <!-- Desktop-->
<ul> <ul>
<li><a href="https://www.iogamestudios.de/index">Home</a></li> <li><a href="https://www.iogamestudios.de/index">Home</a></li>
<li><a href="https://www.iogamestudios.de/games">Games</a></li> <li><a href="https://www.iogamestudios.de/games">Games</a></li>
<li><a class="highlighted" href="https://www.iogamestudios.de/quicklinks">Quicklinks</a></li> <li><a class="highlighted" href="https://www.iogamestudios.de/quicklinks">Quicklinks</a></li>
<li>About</li> <li>About</li>
</ul> </ul>
<!--Mobile--> <!--Mobile-->
<button onclick="showMobileMenuBar()" id="mobileMenuBarButton"> <button onclick="showMobileMenuBar()" id="mobileMenuBarButton">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/> viewBox="0 0 16 16">
</svg> <path fill-rule="evenodd"
</button> d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</nav> </svg>
</button>
</nav>
</header> </header>
<!--Mobile--> <!--Mobile-->
<menu id="mobileMenuBar"> <menu id="mobileMenuBar">
<div> <div>
<ul> <ul>
<li><a href="https://www.iogamestudios.de/index">Home</a></li> <li><a href="https://www.iogamestudios.de/index">Home</a></li>
<li><a href="https://www.iogamestudios.de/games">Games</a></li> <li><a href="https://www.iogamestudios.de/games">Games</a></li>
<li class="highlighted"><a href="https://www.iogamestudios.de/quicklinks">Quicklinks</a></li> <li class="highlighted"><a href="https://www.iogamestudios.de/quicklinks">Quicklinks</a></li>
<li>About</li> <li>About</li>
</ul> </ul>
</div> </div>
</menu> </menu>
<!--Menu Ends here--> <!--Menu Ends here-->
<div class="contentArea"> <div class="contentArea">
<div id="mainPageCards"> <h1 style="color: #F7A4A4">Welcome to the games section</h1>
</div> <div class="mainPageCards">
<div class="color3">
<h2>Google Play</h2>
<p>
Visit our page on Google Play!
</p>
<button style="background-image: linear-gradient(#F7A4A4, #FEBE8C);" onclick="window.location.href='https://play.google.com/store/apps/dev?id=8307994172590653182'">Visit!</button>
</div>
<div class="flufflPartyCard">
<h2>FlufflParty</h2>
<p>
Explore our newest game on Google Play!
</p>
<button style="background-image: linear-gradient(#B6E2A1, #FFFBC1)" onclick="window.location.href='https://play.google.com/store/apps/details?id=com.IOGameStudios.FlufflParty'">Get!</button>
</div>
<div class="color2">
<h2>FlufflParty Test Build</h2>
<p>
You can download a test build of FlufflParty for PC now.
</p>
<button style="background-image: linear-gradient(#B6E2A1, #FFFBC1)" onclick="window.location.href='https://www.iogamestudios.de/FlufflParty.zip'">Download</button>
</div>
</div>
</div> </div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<footer>IOGameStudios 2023</footer> <footer>IOGameStudios 2023</footer>
</body> </body>