Files
website/index.html
Arona Jones 17ebefd535 Content :D
2017-02-03 09:22:32 +00:00

83 lines
3.6 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("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;
}
@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="images/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>
<h3>Executive Editor of Engineering and Technology at Young Scientist's Journal (2016/2017)</h3>
<p><img src="https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAAIDAAAAJDE4NDMwZjMwLTIyYTctNGJjMi1hOTQ4LTQ4ODA1ZjNhMzUwMA.png" height="30px" style="height: 4rem;">
Young Scientist's Journal is unique in its field, the only peer-reviewed science journal run by young scientists, aged 12-20, for young scientists. As Executive Editor of Engineering and Technology I report directly to the Managing Editor and have overall responsibility for all Engineering and Technology articles submitted.</p>
<h3>Senior Editor of Science and Technology at The Network (2015-2017)</h3>
<p>As a founding member of The Network (Herts and Essex High School's online newspaper) I created and continue to oversee the Science and Technology section. Most articles are of my own devising, from aphantasia to global warming.
</p>
<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>