-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 2.26 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Standard Glyphs</title>
<link rel="stylesheet" href="/resources/css/style.css">
<link rel="stylesheet" href="/resources/css/easy-autocomplete.min.css">
<link rel="stylesheet" href="/resources/css/easy-autocomplete.themes.min.css">
<!--<script type="text/javascript" src="/resources/bower_components/jquery/jquery.min.js"></script>-->
<script type="text/javascript" src="/resources/bower_components/EasyAutocomplete/jquery.easy-autocomplete.min.js"></script>
<script type="text/javascript" src="/resources/bower_components/d3/d3.js"></script>
<!--<script type="text/javascript" src="/resources/bower_components/d3-tip/index.js"></script>-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.9.0/d3-legend.js"></script>
</head>
<body>
<div class="wrapper">
<header class="projectHeader">
<div class ="logo">
<h1 id="projectTitle"> Synthetic Biology Visual Standard Glyphs</h1>
</div>
<!--<div class=titleSection">-->
<!--<nav class="site-nav">-->
<!--<div class="menu">-->
<!--<a class="page-link" href="../">About</a>-->
<!--</div>-->
<!--</nav>-->
<!--</div>-->
</header>
<div id ="glyph-search" class="view">
<input id="glyph-search-box" placeholder="Search for a glyph">
<!--<button type="button" id="glyph-submit-button">Submit</button>-->
</div>
<div id ="glyphs-section" class="view">
<div id="glyph-image"> View Glyph(s) </div>
<div id="glyph-rate"> Rate </div>
<div id="glyph-download"> Download </div>
<div id="glyph-upload"> Upload </div>
</div>
</div>
<footer class="footerSection">
<div id="col1">
<p>Leandro Watanabe</p>
<a id ="mail-leandro"></a>
</div>
<div id="col2">
<p>Tramy Nguyen</p>
<a id="mail-tramy"></a>
</div>
<div id="col3">
<p>Meher Samineni</p>
<a id="mail-meher"></a>
</div>
</footer>
</body>
<script type="application/javascript" src="/resources/js/main.js"></script>
<script type="application/javascript" src="/resources/js/GlyphFunctions.js"></script>
<script type="application/javascript" src="/resources/js/helper.js"></script>
</html>