Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
I want to kill myself, I need to remake this with sveltekit, adding m…
Browse files Browse the repository at this point in the history
…y email was hell
  • Loading branch information
Jazza-231 committed Sep 11, 2024
1 parent a3e41de commit e59a7b3
Show file tree
Hide file tree
Showing 10 changed files with 802 additions and 741 deletions.
132 changes: 68 additions & 64 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,72 +1,76 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hmmmmmm</title>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hmmmmmm</title>

<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/common.css" />
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/common.css" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<ul class="header-text-items">
<li id="home">
<a href="/">Home</a>
</li>
<li id="projects">
<a href="/projects/">
Projects
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
id="angle-down"
>
<path
d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"
></path>
</svg>
</a>
<div class="dropdown projects-dropdown">
<a href="/projects/website/">This website</a>
<a href="/projects/sa/">Scratch Addons</a>
<a href="/projects/mediascout/">MediaScout</a>
<a href="/projects/mobile/">Scratch mobile</a>
</div>
</li>
<li id="links">
<a href="/links/">Links</a>
</li>
<li id="posts">
<a href="/posts/">Posts</a>
</li>
</ul>
</header>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<ul class="header-text-items">
<li id="home">
<a href="/">Home</a>
</li>
<li id="projects">
<a href="/projects/">
Projects
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
id="angle-down"
>
<path
d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"
></path>
</svg>
</a>
<div class="dropdown projects-dropdown">
<a href="/projects/website/">This website</a>
<a href="/projects/sa/">Scratch Addons</a>
<a href="/projects/mediascout/">MediaScout</a>
<a href="/projects/mobile/">Scratch mobile</a>
</div>
</li>
<li id="links">
<a href="/links/">Links</a>
</li>
<li id="posts">
<a href="/posts/">Posts</a>
</li>
</ul>
</header>

<main>
<div class="four-container">
<h1>Error 404: 404 page not found.</h1>
</div>
</main>
<main>
<div class="four-container">
<h1>Error 404: 404 page not found.</h1>
</div>
</main>

<footer>
<div class="footer-text">&copy; 2024 Jazza. All rights reserved.</div>
<div class="made-with-love">
Made with PURE HATRED in Australia by Jazza.
</div>
</footer>
<footer>
<div class="footer-text">&copy; 2024 Jazza. All rights reserved.</div>
<div class="made-with-love">
Made with PURE HATRED in Australia by Jazza.
</div>
<div class="email">
Contact me at
<a href="mailto:[email protected]">[email protected]</a>
</div>
</footer>

<script src="/headerMargin.js"></script>
</body>
<script src="/headerMargin.js"></script>
</body>
</html>
177 changes: 92 additions & 85 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,95 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jazza</title>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jazza</title>

<meta property="og:title" content="Jazza.dev" />
<meta property="og:description" content="My personal website!" />
<meta property="og:image" content="https://jazza.dev/bitmoji.png" />
<meta property="og:url" content="https://jazza.dev" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Jazza.dev" />
<meta property="og:description" content="My personal website!" />
<meta property="og:image" content="https://jazza.dev/bitmoji.png" />
<meta property="og:url" content="https://jazza.dev" />
<meta property="og:type" content="website" />

<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="common.css" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<ul class="header-text-items">
<li id="home">
<a href="/">Home</a>
</li>
<li id="projects">
<a href="/projects/">
Projects
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
id="angle-down"
>
<path
d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"
></path>
</svg>
</a>
<div class="dropdown projects-dropdown">
<a href="/projects/website/">This website</a>
<a href="/projects/sa/">Scratch Addons</a>
<a href="/projects/mediascout/">MediaScout</a>
<a href="/projects/mobile/">Scratch mobile</a>
</div>
</li>
<li id="links">
<a href="/links">Links</a>
</li>
<li id="posts">
<a href="/posts/">Posts</a>
</li>
</ul>
</header>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<ul class="header-text-items">
<li id="home">
<a href="/">Home</a>
</li>
<li id="projects">
<a href="/projects/">
Projects
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
id="angle-down"
>
<path
d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"
></path>
</svg>
</a>
<div class="dropdown projects-dropdown">
<a href="/projects/website/">This website</a>
<a href="/projects/sa/">Scratch Addons</a>
<a href="/projects/mediascout/">MediaScout</a>
<a href="/projects/mobile/">Scratch mobile</a>
</div>
</li>
<li id="links">
<a href="/links">Links</a>
</li>
<li id="posts">
<a href="/posts/">Posts</a>
</li>
</ul>
</header>

<main>
<div class="greeting">
<div>Hi! I'm <span class="rainbow">Jazza</span></div>
</div>
<main>
<div class="greeting">
<div>Hi! I'm <span class="rainbow">Jazza</span></div>
</div>

<div class="about-me">
<div class="who">So, who am I <span class="italics">really</span>?</div>
<div class="about-container">
<div class="about"><strong>About me:</strong></div>
<div class="about-text">
I am an 18 year old Australian, who has a love-hate relationship
with programming (Looking at you CSS). <br /><br />
In my spare time, I game (the obvious; Minecraft, Red Dead
Redemption 2, etc), code (slowly), and read books (mainly
<span class="brandon">Brandon Sanderson</span> ) <br />
I also dabble in photography, particularly photo and video editing
of underwater and aerial shots. <br /><br />
I have a Certificate II in Music Sound Production, have completed a
short course in drone photography, and have self taught myself web
development from dozens of hours of videos.
</div>
</div>
</div>
</main>
<div class="about-me">
<div class="who">
So, who am I <span class="italics">really</span>?
</div>
<div class="about-container">
<div class="about"><strong>About me:</strong></div>
<div class="about-text">
I am an 18 year old Australian, who has a love-hate
relationship with programming (Looking at you CSS).
<br /><br />
In my spare time, I game (the obvious; Minecraft, Red Dead
Redemption 2, etc), code (slowly), and read books (mainly
<span class="brandon">Brandon Sanderson</span> ) <br />
I also dabble in photography, particularly photo and video
editing of underwater and aerial shots. <br /><br />
I have a Certificate II in Music Sound Production, have
completed a short course in drone photography, and have self
taught myself web development from dozens of hours of videos.
</div>
</div>
</div>
</main>

<footer>
<div class="footer-text">&copy; 2024 Jazza. All rights reserved.</div>
<div class="made-with-love">Made with ❤️❤️ in Australia by Jazza.</div>
</footer>
<footer>
<div class="footer-text">&copy; 2024 Jazza. All rights reserved.</div>
<div class="made-with-love">Made with ❤️❤️ in Australia by Jazza.</div>
<div class="email">
Contact me at
<a href="mailto:[email protected]">[email protected]</a>
</div>
</footer>

<script src="/headerMargin.js"></script>
</body>
<script src="/headerMargin.js"></script>
</body>
</html>
Loading

0 comments on commit e59a7b3

Please sign in to comment.