Updated page colours and layout a tiny bit

This commit is contained in:
Owen Quinlan 2021-07-23 12:20:40 +10:00
parent 7aab994b09
commit 8c81e272b2
4 changed files with 15 additions and 6 deletions

View file

@ -21,7 +21,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head> </head>
<body> <body style="background-color: #212529;">
<!-- Include quicklink from dist --> <!-- Include quicklink from dist -->
<script src="./node_modules/quicklink/dist/quicklink.umd.js"></script> <script src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) --> <!-- Initialize (you can do this whenever you want) -->

View file

@ -21,7 +21,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head> </head>
<body> <body style="background-color: #212529;">
<!-- Include quicklink from dist --> <!-- Include quicklink from dist -->
<script src="./node_modules/quicklink/dist/quicklink.umd.js"></script> <script src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) --> <!-- Initialize (you can do this whenever you want) -->

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="./index.critical.css"> <link rel="stylesheet" href="./index.critical.css">
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -31,7 +30,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head> </head>
<body> <body style="background-color: #212529;">
<!-- Include quicklink from dist --> <!-- Include quicklink from dist -->
<script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script> <script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) --> <!-- Initialize (you can do this whenever you want) -->
@ -42,7 +41,7 @@
</script> </script>
<!-- Main body of page --> <!-- Main body of page -->
<div class="nes-container is-dark with-title full-page"> <div class="nes-container is-dark with-title">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p> <p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p>
<h1 style="text-align: center;">BuyMyMojo</h1> <h1 style="text-align: center;">BuyMyMojo</h1>
<div class="nes-container is-rounded is-dark center-text"> <div class="nes-container is-rounded is-dark center-text">
@ -70,6 +69,16 @@
Pretty simple reason but it's the sort of control I want. Pretty simple reason but it's the sort of control I want.
</p><br> </p><br>
</div> </div>
<br>
<div class="nes-container is-rounded is-dark center-text">
<h4>Buttons</h4><br>
<table style="width:100%">
<tr>
<th><a href="/Game 360 Images/"><button type="submit" class="nes-btn is-success">Game 360 image gallery</button></a></th>
</tr>
</div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -27,7 +27,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head> </head>
<body> <body style="background-color: #212529;">
<!-- Include quicklink from dist --> <!-- Include quicklink from dist -->
<script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script> <script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) --> <!-- Initialize (you can do this whenever you want) -->