68 lines
2.7 KiB
HTML
68 lines
2.7 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" />
|
|
|
|
<style>
|
|
body {
|
|
background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1a/Code.jpg);
|
|
}
|
|
</style>
|
|
|
|
<title>BrassGoggledCoders</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">
|
|
<div class="grey darken-3">
|
|
<!---<img src="images/.png" style="height: 150px;" class="animated fadeInDown">--->
|
|
<h1 style="margin-top: -5px;">The Brass Goggled Coders</h1>
|
|
<h3 style="font-weight: 400; margin-top: 0px; margin-bottom: -5px;">International team of hobbyist developers</h3>
|
|
<br>
|
|
<hr>
|
|
</div>
|
|
<div class="grey darken-4">
|
|
|
|
</div>
|
|
<div class="grey darken-3">
|
|
</div>
|
|
<div class="grey darken-4">
|
|
<div class="center">
|
|
<a href="http://materializecss.com/">Materialize CSS by Google </a>|
|
|
<a href="https://daneden.github.io/animate.css/"> Animate.css </a>|
|
|
<a href="https://upload.wikimedia.org/wikipedia/commons/1/1a/Code.jpg"> Background Image</a>|
|
|
<a href="htt://game-icons.net"> Icons from Game-Icons.net</a>
|
|
</div>
|
|
Handcoded by Arona Jones. Kindly hosted by Github.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |