Added Svelte

This commit is contained in:
2022-05-18 10:54:15 +12:00
parent 5a550fa4fb
commit c4621a772d
25 changed files with 8782 additions and 3732 deletions

54
dist/index.html vendored
View File

@@ -1,53 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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>
<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 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>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><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.bae4c810.ico" type="image/x-icon"><link rel="stylesheet" href="index.96ce32af.css"><script src="index.f18b6a6c.js" defer></script></head><body> <header class="hero"> <div class="header-top"> <div class="header-logo"> <a href="/"></a><img src="logo.43a038e0.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 class="nav-burger-btn" viewBox="0 0 100 100"><rect y="10"/><rect y="43"/><rect y="75"/></svg> </div> <div class="header-hero"> <img src="hero.fd4c26f1.jpg" alt=""> </div> </header> <main> <section id="root"> </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>