67 lines
3.1 KiB
HTML
67 lines
3.1 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||
|
|
||
|
<!-- LUX BOOTSWATCH THEME -->
|
||
|
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/lux/bootstrap.min.css" rel="stylesheet" integrity="sha384-XI0PIujkSZEzZ5m8WTEm+krRuIpfO+vHrEznaIrhTAkbrbIvfs11kzCqUarPR7yn" crossorigin="anonymous">
|
||
|
|
||
|
<style>
|
||
|
.navbar-nav {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.navbar-nav > li {
|
||
|
float: none;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
|
||
|
<title>Datalib Resources</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||
|
<div class="container">
|
||
|
<a class="navbar-brand" href="#">DATALIB RESOURCES</a>
|
||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
|
||
|
<span class="navbar-toggler-icon"></span>
|
||
|
</button>
|
||
|
<ul class="nav navbar-nav">
|
||
|
<li class="nav-item active">
|
||
|
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
|
||
|
</li>
|
||
|
<li class="nav-item">
|
||
|
<a class="nav-link" href="https://gitlab.com/VickySteeves/awesome-datalib-resources">Source Code</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</nav>
|
||
|
|
||
|
<div class="container">
|
||
|
|
||
|
<br/><h1>COMING SOON</h1>
|
||
|
<p>View the source and help build materials here: https://gitlab.com/VickySteeves/awesome-datalib-resources</p>
|
||
|
|
||
|
<footer id="footer">
|
||
|
<hr/>
|
||
|
<p>Contact email: <a href="mailto:vicky.steeves@nyu.edu">vicky dot steeves at nyu dot edu</a>. Source code can found at <a href="https://gitlab.com/VickySteeves/awesome-datalib-resources">gitlab.com/vickysteeves/awesome-datalib-resources</a>. Based on <a href="https://getbootstrap.com" rel="nofollow">Bootstrap</a>. Theme is <a href="https://bootswatch.com/lux/">Lux</a> from <a href="https://bootswatch.com/">Bootswatch</a>. Icons from <a href="http://fontawesome.io/" rel="nofollow">Font Awesome</a>.</p>
|
||
|
</footer>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<!-- Optional JavaScript -->
|
||
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|