Files
website/enl/index.html
2016-09-05 21:53:52 +01:00

171 lines
7.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link href='css/main.css' rel='stylesheet'>
<link rel="stylesheet" href="/css/animate.min.css">
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="http://code.jquery.com/jquery-2.2.1.min.js" integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00=" crossorigin="anonymous"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
<!---TODO This should be being inherited from the stylesheet. Why isn't it?--->
<style>
body {
background-image: url(http://orig08.deviantart.net/19de/f/2008/260/d/1/matrix_by_el_sobreviviente.jpg);
background-attachment: fixed;
background-size: cover;
font-family: 'Arvo', serif !important;
color: limegreen !important;
}
.dark {
background-color: #121314;
padding: inherit;
}
.light {
background-color: #1c1c1f;
padding: inherit;
}
.container {
padding: 25px;
}
h4 {
text-align: left;
text-decoration: underline;
}
h5 {
text-align: left;
}
p {
text-align: justify;
}
ol {
text-align: left;
font-size: 15px;
}
a {
color: greenyellow;
}
#smurf {
color: deepskyblue;
}
</style>
<title>ENL-EH</title>
</head>
<body>
<main>
<div id="overlay">
<div class="center" style="width: 100%; text-align: center;">
<div class="center" style="height: 100%;
padding-top: 50px;
padding-bottom: 50px;">
<div class="container">
<!--TODO switch to margins rather than <br> tags--->
<div class="light">
<br>
<img src="/images/enl/logo.png" style="height: 150px;" class="animated zoomIn">
<br>
<h1 style="margin-top: -5px;" class="animated fadeIn">Enlightened East Hertfordshire</h1>
<div class="divider"></div>
<br>
</div>
<!---TODO Animated code intro--->
<div class="dark">
<h4>Information: </h4>
<p>Fun loving, yet dedicated. Ensuring the skies stay green, for your protection.</p>
</div>
<div class="light">
<h4>Target Area:</h4>
<h5 style="color: red" class="animated flash">&lt;ACCESS DENIED. USER UNAUTHORISED.&gt;</h5>
</div>
<div class="dark">
<h4>Nemeses:</h4>
<h5>Most Wanted:</h5>
<h5 style="text-align: left;"> <span id="smurf" style="text-align: left;">mormor1971</span></h5>
<h5>Watchlist:</h5>
<ol>
<li>
<span id="smurf">thurlingdrome</span>
</li>
<li>
<span id="smurf">ALGAE</span></li>
</ol>
<h5>No Threat:</h5>
<ol>
<li>
<span id="smurf">grawlfang</span>
</li>
</ol>
</div>
<div class="light">
<h4>Comms:</h4>
<h5 style="color: red" class="animated flash">&lt;ACCESS DENIED. USER UNAUTHORISED.&gt;</h5>
</div>
<div class="dark">
<h4>Dossier:</h4>
<ul>
<li>
<h5 style="text-align: left;"><a href="https://www.ingress.com/intel">- Intel Map</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="https://p5.zdassets.com/hc/theme_assets/764160/200122727/ENL_QuickGuideKit.pdf">- Starter Guide</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="http://ingressfieldguide.com/">- Field Guide [Old]</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="https://docs.google.com/spreadsheets/d/1TVVADLiGJ7vN8xiDXQNEcjcn1Gp-bkcjd0qj_dn9ak4/edit#gid=0">- Per-Level Strategy Guide [Old]</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="https://itunes.apple.com/gb/app/glyph-mastery/id903701519?mt=8">- iOS Glyph Trainer</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="https://play.google.com/store/apps/details?id=com.dmidroid.ingress.glyphs&hl=en_GB">- Android Glyph Trainer</a></h5></li>
<li>
<h5 style="text-align: left;"><a href="https://plus.google.com/113100485564146114272">- Enlightened G+</a></h5></li>
</ul>
</div>
<div class="light">
<br>
<div class="center">
<a href="http://materializecss.com/">Materialize CSS by Google</a>
<br>
<a href="https://daneden.github.io/animate.css/">Animate.css</a>
<br>
<a href="http://cr0ybot.github.io/ingress-logos/">Logo</a>
<br>
<a href="http://orig08.deviantart.net/19de/f/2008/260/d/1/matrix_by_el_sobreviviente.jpg">Image</a>
<br>
</div>
Handcoded by Arona Jones. Kindly hosted by Github.
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</main>
</body>
</html>