64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<link href='css/main.css' rel='stylesheet'>
|
|
|
|
<!--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>
|
|
.pkt_added {
|
|
text-decoration: none !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="javascripts/jquery.connections.js"></script>
|
|
<script>
|
|
jQuery(document).ready(function () {
|
|
jQuery('#parent').connections({
|
|
to: "#child"
|
|
});
|
|
});
|
|
</script>
|
|
<div class="center" style="width: 100%; text-align: center; background-image: url(https://upload.wikimedia.org/wikipedia/commons/6/6e/Veil_Nebula_-_NGC6960.jpg); background-color: cover; box-shadow: 0px 30px 40px rgba(0,0,0,.6);">
|
|
<div class="center" style="height: 100%;
|
|
padding-top: 100px;
|
|
padding-bottom: 30px;
|
|
background-color: rgba(0, 0, 0, 0.5);">
|
|
<div class="container">
|
|
<!--TODO-->
|
|
<h1 style="fo">Arona Jones</h1>
|
|
<h3 style="font-weight: 400;
|
|
margin-top: 0px;
|
|
margin-bottom: -5px;"><span style="padding: 8px;">Developer </span>•<span style="padding: 8px;"> Science Enthusiast </span>•<span style="padding: 8px;"> Writer</span></h3>
|
|
|
|
<br>
|
|
<div class="divider"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="container shadowed" style="background-color: #232323">
|
|
<div class="row center">
|
|
<div class="col s4">Test</div>
|
|
<div class="col s4" style="background-color: #3D3D3D">Test</div>
|
|
<div class="col s4">Test</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |