-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·132 lines (104 loc) · 4.18 KB
/
index.html
File metadata and controls
executable file
·132 lines (104 loc) · 4.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/eugene-favicon_small.png">
<title>Eugene</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner" style = "position: absolute;top: 0px;">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a href="" class="navbar-brand">Eugene</a> -->
</div>
<nav class="navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class = "active">
<a href="index.html" class = "nav">Home</a>
</li>
<li>
<a href="about.html" class = "nav">About</a>
</li>
<li>
<a href="downloads.html" class = "nav">Downloads</a>
</li>
<li>
<a href="contact.html" class = "nav">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
</div>
<img src = "img/Gradient.png" style = "width: 100%; height: 50px;position: absolute;
top: 0px;">
<div class="container" style = "padding-top:40px;">
<div class="row"><div class="col-xs-12">
<div class="jumbotron">
<!-- <h1>Eugene</h1> -->
<img src="img/logo-Eugene-Color.png"style = "height: 100%; width:100%;">
<p class="lead">
An Ecosystem of Languages tailored for Rule-based Design of<br/>Synthetic Biological Systems, Devices, Parts, and DNA Sequences
</p>
<!-- <p><a class="btn btn-lg btn-success" href="#" role="button">Sign up today</a></p> -->
</div></div></div>
</div>
<div class="container">
<div class="row">
<!-- miniEugene -->
<div class="col-xs-6">
<img class = "tools" src = "img/mini_Eugene.png">
<h4><a href="https://minieugene.eugenecad.org" target="_blank">miniEugene</a></h4>
<p>A streamlined version of Eugene,<br>purely declarative and constraint-based</p>
</div>
<!-- EugeneLab -->
<div class="col-xs-6">
<img class = "tools" src = "img/eugene_Lab.png">
<h4><a href="https://lab.eugenecad.org" target="_blank">EugeneLab</a></h4>
<p>A Web-based IDE for the Eugene Language<br>that supports the full repertoire of Eugene features</p>
</div>
</div>
<hr/>
<div class="row text-center">
<p><b>Stay tuned for more upcoming "Apps"!</b></p>
</div>
</div> <!-- /container -->
<div class="row">
<div class="col-xs-12">
<a href="https://www.cidarlab.org" target="_blank"><img class="tools" src = "img/cidar_logo.png"></a>
</div>
</div>
<!-- Footer (Nona + BU + License) -->
<div class="footer row text-center">
<!-- Trademark -->
Eugene is a trademark of Nona Research Foundation, Inc.
<br/>
CIDAR Group, Dept. of Electrical and Computer Engineering, Boston University, 2014
<br/>
<!-- Licencse -->
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
<!-- Google Analytics -->
<script type='text/javascript' src='js/sendediedaten.js'></script>
</body>
</html>