This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit b32f534.
- Loading branch information
Showing
1 changed file
with
85 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,95 @@ | ||
<!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">© 2024 Jazza. All rights reserved.</div> | ||
<div class="made-with-love">Made with ❤️❤️ in Australia by Jazza.</div> | ||
</footer> | ||
<footer> | ||
<div class="footer-text">© 2024 Jazza. All rights reserved.</div> | ||
<div class="made-with-love">Made with ❤️❤️ in Australia by Jazza.</div> | ||
</footer> | ||
|
||
<script src="/headerMargin.js"></script> | ||
|
||
<script | ||
async | ||
src="https://fundingchoicesmessages.google.com/i/pub-5226127633092078?ers=1" | ||
nonce="8BITvWluc_tDBmX_uOFGyw" | ||
></script> | ||
<script nonce="8BITvWluc_tDBmX_uOFGyw"> | ||
(function () { | ||
function signalGooglefcPresent() { | ||
if (!window.frames["googlefcPresent"]) { | ||
if (document.body) { | ||
const iframe = document.createElement("iframe"); | ||
iframe.style = | ||
"width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;"; | ||
iframe.style.display = "none"; | ||
iframe.name = "googlefcPresent"; | ||
document.body.appendChild(iframe); | ||
} else { | ||
setTimeout(signalGooglefcPresent, 0); | ||
} | ||
} | ||
} | ||
signalGooglefcPresent(); | ||
})(); | ||
</script> | ||
</body> | ||
<script src="/headerMargin.js"></script> | ||
</body> | ||
</html> |