-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (128 loc) · 5.6 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
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
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>712 : The pathfinder of Synthetic Biologists</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="" name="description"/>
<meta content="" name="keywords"/>
<meta content="revealTrans(Duration=100,Transition=23)" http-equiv="Page-Enter">
<meta content="revealTrans(Duration=20,Transition=23)" http-equiv="Page-Exit">
<meta content="blendTrans(Duration=30)" http-equiv="Site-Enter">
<meta content="blendTrans(Duration=30)" http-equiv="Site-Exit">
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script charset="utf-8"
src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script src="js/autocomplete.js" type="text/javascript"></script>
<link href="http://compbio.korea.ac.kr/712/logo/favicon.ico" rel="shortcut icon"
type="image/x-icon">
<script language="JavaScript" src="liquidFillGauge.js"></script>
<style>
.liquidFillGaugeText {
font-family: Helvetica;
font-weight: bold;
}
</style>
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<h1>
<a href="index.html"><img height=40% src="images/gilWhite.png" width=7%/></a>
</h1>
<nav id="nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="tutorial.html">Tutorial</a>
</li>
<li>
<a href="aboutus.html">About 길</a>
</li>
</ul>
</nav>
</header>
<style>
actions {
color: fff;
font-size: 20px;
}
</style>
<!-- Banner -->
<section id="banner">
<h2>길[ɡíl]</h2>
<b>
<font color="white" size=9px>The pathfinder for Synthetic Biologists</font>
</b>
<p>
<img height=15% src="images/engWhite.png" width=15%/>
</p>
<ul class="actions">
<!--li--!>
<form name="searchForm" action="graph.php" method="get" align="center">
<section id="three">
<p></p>
<div id="Form" width="75%" >
<div id="auto3"> FROM: </div>
<div class="from" id="auto" name="input" type="text" autocomplete="off"></div>
<div id="auto4">TO:</div>
<div class="" id="auto2" name="output" type="text" autocomplete="off"></div>
<div id="search"> <input class="button" name="button" type="submit" value="Search" onclick='verify()'>
<script type="text/javascript"src="js/search.js"></script>
</div></div>
</section>
</form>
<!--/li--!>
</ul>
</section>
\
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712">Home</a>
</h3>
</section>
<section class="3u 6u$(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712/tutorial.html">Tutorial</a>
</h3>
</section>
<section class="3u 6u(medium) 12u$(small)">
<h3>
<a href="http://compbio.korea.ac.kr/712/aboutus.html">About 길</a>
</h3>
</section>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© 712 - The Pathfinder for Synthetics Biologists. All rights reserved.</li>
<li>Web Template :
<a href="http://templated.co">TEMPLATED</a>
</li>
<li>Modify & Contents :
<a href="http://2015.igem.org/Team:Korea_U_Seoul">Korea U Seoul, 2015</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>