-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.02 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LONI PIPELINE</title>
<link href="stylesheets/master.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
background-color: #e4e4e4;
}
#intro {
margin: 0 auto;
background-image:url(images/loni-pipeline-logo.gif);
background-repeat:no-repeat;
background-position:left;
padding-left: 300px;
width: 200px;
height: 300px;
vertical-align:bottom;
}
.workflowButtons{
opacity: 0.6;
}
.workflowButtons:hover{
opacity: 1.0;
}
</style>
</head>
<body>
<div id="intro">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="newWorkflow.html"><img src="images/button-new-workflow.gif" width="177" height="34" alt="new workflow" id="newWorkFlowButton" class="workflowButtons"></a></p>
<p><a href="uploadFile.html"><img src="images/button-open-workflow.gif" width="176" height="35" alt="open workflow" id="openWorkFlowButton" class="workflowButtons"></a></p>
</div>
</body>
</html>