-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlandingpageold.html
91 lines (79 loc) · 2.93 KB
/
landingpageold.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
<!-- DOCTYPE HTML -->
<html>
<head>
<title>Reference Line Start</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="referencete.css">
<link rel="stylesheet" href="coverpage.css">
<link rel="stylesheet" href="landingpage.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="banners.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://code.jquery.com/jquery-latest.js">
</script>
</head>
<body>
<div id="ucsf-banner-nav" class="no-logo">
<div class="top-header-container row">
<ul class="menu">
<li class="first"><a href="http://www.ucsf.edu">University of California San Francisco</a></li>
<li><a href="http://www.ucsfhealth.org/">UCSF Medical Center</a></li>
<li><a href="http://www.ucsf.edu/search" title="">Search UCSF</a></li>
<li><a href="http://www.ucsf.edu/about">About UCSF</a></li>
</ul>
</div>
</div>
<div id="sideHolder">
<div id="slideshow">
<img src="inputData/radius/8_TE_radius.jpg" />
</div>
<div id="launch">
<button type="button" class="btn btn-primary btn-lg" onclick="launchWebApp()">Launch Web App</button>
</div>
</div>
<div id="infoholder">
<div id="headerHolder">
<img src="img/reflineheader.png" id ="resizeHeader2" class="img-responsive" alt="Responsive image"/>
<!--
Add more buttons!!
<div id="something">h</div>-->
</div>
<div id="holdInfo">
<a id ="tab1" class="about" href="#" onclick = "showTab(1)">
About
</a>
<a id ="tab2" class="about" href="#" onclick = "showTab(2)">
Documentation
</a>
<a id ="tab3" class="about" href="#" onclick = "showTab(3)">
Cite Us
</a>
<a id ="tab4" class="about" href="#" onclick = "showTab(4)">
Contact Us
</a>
<div id="fillDocs">
<div id="aboutInfo" class="invisible">
about
</div>
<div id="docInfo" class="invisible">
doc
</div>
<div id="citeInfo" class="invisible">
cite
</div>
<div id="contactInfo" class="invisible">
contact
</div>
</div>
</div>
</div>
<script type="text/javascript" src="coverpagejs.js"></script>
<script type="text/javascript" src="landingpage.js"></script>
</body>
</html>