Someone bought my old domain before I could renew it, so my new domain is now oscarnardone.com instead of .me. Also made the credits footer a bit smaller.
77 lines
2.7 KiB
HTML
77 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Arona Jones</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="author" content="Oscar Nardone">
|
|
<meta name="description" content="Arona Jones' website, handmade by https://OscarNardone.com">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<style>
|
|
h1, h2, h3, p, a, li {
|
|
font-family: "Segoe UI", sans-serif;
|
|
color: #fff;
|
|
}
|
|
h1, h2, h3 {
|
|
font-weight: 200;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
body {
|
|
background-color: #111;
|
|
background-image: url("images/flame.jpg");
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
min-height: 100%;
|
|
}
|
|
.container {
|
|
margin: 2rem 4rem;
|
|
padding: 1rem;
|
|
background-color: #000;
|
|
background-color: rgba(24,24,24,0.8);
|
|
}
|
|
.tighttop {
|
|
margin-top: 0;
|
|
}
|
|
.tightbottom {
|
|
margin-bottom: 0;
|
|
}
|
|
ul {
|
|
margin-top: 0.25rem;
|
|
}
|
|
.centre {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
img {
|
|
margin-right: 0.25rem;
|
|
}
|
|
@media only screen and (max-width: 768px) {
|
|
.container {
|
|
margin: 1rem 0;
|
|
padding: 0.5rem;
|
|
}
|
|
}
|
|
</style>
|
|
<link rel="prefetch" href="https://unchecky.com">
|
|
<link rel="prefetch" href="https://oscarnardone.com">
|
|
<link rel="prefetch" href="http://technicpack.net/modpack/craftmine.3370">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="centre">
|
|
<h1 style="margin: 0.25rem; text-align: center;">Arona Jones</h1>
|
|
<h3 style="margin-top: 0.25rem; text-align: center;">Fabricator-Philosopher / Frenetic Scribbler / Stage Tech</h2>
|
|
<img src="https://pbs.twimg.com/media/Dwu36g1X0AEp4OD.jpg" title="Image credit to /u/ResinousBastard on Reddit">
|
|
</div>
|
|
<h2>Third-party stuff I recommend</h2>
|
|
<ul>
|
|
<li><a href="https://unchecky.com">Unchecky</a> - helps prevent one of the leading causes of malware and virus infection by automatically declining bundled offers in app installers.</li>
|
|
<li><a href="http://technicpack.net/modpack/craftmine.3370">CraftMine</a> - a top notch Minecraft-based game with overwhelmingly positive reviews but low recognition.</li>
|
|
</ul>
|
|
</div>
|
|
<p style="bottom: 0px; background-color: rgba(0,0,0,0.33); font-size: small; padding: 0.5rem; margin: 0;">Handmade by <a href="https://oscarnardone.com">Oscar Nardone</a>. No third-party libraries or code were used. Oscar Nardone is not responsible for the content on this site.</p>
|
|
<script src="instantclick.min.js" data-no-instant></script>
|
|
<script data-no-instant>InstantClick.init();</script>
|
|
</body>
|
|
</html>
|