-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Coadunate - Projects</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/master.css">
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="col-lg-12">
<h1 class="text-left heading">Coadunate — <span class="text-muted italic subtitle"> united by growth</span></h1>
</div>
</div>
<div class="container-fluid">
<div class="col-lg-12">
<div class="col-lg-1"></div>
<div class="col-lg-11">
<div style="margin-top: 100px;"></div>
<div class="col-lg-1">
<h2>Projects:</h2>
</div>
<div class="col-lg-6">
<div class="run">
</div>
<div class="well text-left" style="margin-left: 20px;">
<a href="./projects/ndv">Nanopore Data Visualizer (NDV)</a><br />
<i>{ more project on the way}</i>
</div>
</div>
</div>
</div>
</div>
</body>
</html>