Footer etc.
This commit is contained in:
+25
-1
@@ -7,6 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="navigationStyle.css">
|
||||
<link rel="stylesheet" href="mainPage.css">
|
||||
<link rel="stylesheet" href="Footerstyle.css">
|
||||
</head>
|
||||
<body onresize="hideMobileMenuBar()">
|
||||
|
||||
@@ -59,7 +60,7 @@
|
||||
|
||||
<h1 style="color: #F7A4A4;">Short overview</h1>
|
||||
|
||||
<div id="mainPageGames">
|
||||
<div class="mainPageCards">
|
||||
<div class="color3">
|
||||
<h2>We</h2>
|
||||
<p>
|
||||
@@ -76,8 +77,31 @@
|
||||
<h2>Coming Soon</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button>Learn More</button>
|
||||
|
||||
<h1 style="color: #F7A4A4">Have a look at our games page</h1>
|
||||
|
||||
<div class="mainPageCards">
|
||||
<div class="flufflPartyCard">
|
||||
<h2>FlufflParty</h2>
|
||||
<p>
|
||||
An online multiplayer party game to have fun with your friends. Cool minigames action and more.
|
||||
</p>
|
||||
</div>
|
||||
<div class="color3">
|
||||
<h2>Coming Soon</h2>
|
||||
</div>
|
||||
<div class="color2">
|
||||
<h2>Coming Soon</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button>Visit Games Page</button>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<footer>IOGameStudios 2023</footer>
|
||||
|
||||
<script src="StartPage.js"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user