-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (113 loc) · 4.44 KB
/
index.html
File metadata and controls
144 lines (113 loc) · 4.44 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<!-- saved from url=(0053)https://getbootstrap.com/docs/4.0/examples/carousel/# -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<title>DeepDriveMD</title>
<!-- Bootstrap core CSS -->
<link href="./style/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./style/carousel.css" rel="stylesheet">
<script src="./js/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<!--<script src="./style/popper.min.js.download"></script>-->
<script src="./js/bootstrap.min.js.download"></script>
<script src="./js/holder.min.js.download"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116053119-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-116053119-1');
</script>
<style>
.inst-logo {
margin-top: 0px;
margin-bottom: -20px;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-exaworks">
<a class="navbar-brand" href="/">
<img src="images/logo/logo.png" height="25">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="join.html">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div class="jumbotron jumbotron-fluid exaworks-banner">
<div class="container text-center">
<img src="images/logo/logo.png" class="img-fluid exaworks-banner-img">
<h1>DeepDriveMD</h1>
</div>
</div>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4"></div>
<div class="col-lg-4">
<img class="rounded-circle" src="images/github.svg" width="140" height="140">
<h2>GitHub</h2>
<p>Access DeepDriveMD</p>
<p><a class="btn btn-secondary" href="https://github.com/DeepDriveMD" role="button">GitHub »</a></p>
</div>
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h3 class="featurette-heading">DeepDriveMD:
<span class="text-muted">Deep-Learning Driven Adaptive Molecular Simulations.</span>
</h3>
<p class="lead"></p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images/deepdrivemd-workflow.png" height='200'>
</div>
</div>
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<hr>
<div class="row" style="text-align: center">
<div class="col-lg-1"></div>
<div class="col-lg-3">
<img class="inst-logo" src="images/bnl-200.png" width="200">
</div>
<div class="col-lg-3">
<img class="inst-logo" src="images/anl-200.png" width="200">
</div>
</div>
<p class="float-right"><a href="#">Back to top</a></p>
</footer>
</main>
<!--
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500" preserveAspectRatio="none" style="display: none; visibility: hidden; position: absolute; top: -100%; left: -100%;"><defs><style type="text/css"></style></defs><text x="0" y="25" style="font-weight:bold;font-size:25pt;font-family:Arial, Helvetica, Open Sans, sans-serif">500x500</text></svg>
-->
</body>
</html>