Files
website/new/index.html
PaintNinja 2e85044cd2 Fix title
2017-02-02 15:33:17 +00:00

75 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.me">
<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("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;
}
@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.me">
<link rel="prefetch" href="http://technicpack.net/modpack/craftmine.3370">
</head>
<body>
<div class="container">
<div class="centre">
<img src="logo.png" height="128px" style="height: 6rem;">
<h1 style="margin: 0.25rem; text-align: center;">Arona Jones</h1>
<h3 style="margin-top: 0.25rem; text-align: center;">Developer - Science Enthusiast - Writer</h2>
</div>
<p>Self-styled Eccentric Gentleman. I'm passionate about science and writing, especially writing about science.</p>
<h2>My works</h2>
<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="position: absolute; bottom: 0px; background-color: rgba(0,0,0,0.33); padding: 0.5rem; margin: 0;">Handmade by <a href="https://oscarnardone.me">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>