This commit is contained in:
Ian Hitchman
2022-04-14 00:45:32 +00:00
parent 09417d9a10
commit 5a550fa4fb
15 changed files with 685 additions and 32 deletions

47
dist/index.html vendored
View File

@@ -5,16 +5,49 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" href="/favicon.824cf0c5.ico" type="image/x-icon">
<link rel="stylesheet" href="/index.b10d73a7.css">
<script src="/index.739bf03c.js" defer=""></script>
</head>
<body class="p-5">
<h1>All done</h1>
<div id="root">
<div class="spinner-grow text-primary" role="status">
<span class="visually-hidden">Loading...</span>
<body>
<header class="hero">
<div class="header-top">
<div class="header-logo">
<a href="/"></a><img src="/logo.0d5ec2af.svg" alt="Logo">
</div>
<nav class="header-nav">
<a href="">hello</a>
<a href="">hello</a>
<a href="">hello</a>
<a href="">hello</a>
<a href="">hello</a>
</nav>
<svg viewbox="0 0 100 100" class="nav-burger-btn">
<rect y="10"></rect>
<rect y="43"></rect>
<rect y="75"></rect>
</svg>
</div>
</div>
<button class="btn btn-primary">Clickety click</button>
<div class="header-hero">
<img src="/hero.4243088c.jpg" alt="">
</div>
</header>
<main>
<section id="root">
<div class="spinner-grow text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</section>
<section class="main-colour">hello</section>
<section class="hero">WOW!</section>
<section class="second-colour">some text</section>
<section>some more text</section>
</main>
<footer>
<div>hello</div>
<div>ddf</div>
<div></div>
<div></div>
</footer>
</body>
</html>