-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (67 loc) · 3.97 KB
/
index.html
File metadata and controls
70 lines (67 loc) · 3.97 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
<!--/*
* Copyright 2009 Rohit Pidaparthi
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
* Author: Rohit Pidaparthi <rohitpid@gmail.com>
*
*/ -->
<html>
<head>
<title>Open Human o3d</title>
<link rel="stylesheet" href="css/frontpage.css" type="text/css" media="screen"></style>
<script type="application/javascript" src="js/jquery-1.3.2.min.js" ></script>
<script type="application/javascript" src="js/jquery-ui-1.7.2.custom.min.js" ></script>
<link rel="stylesheet" href="css/black-tie/jquery-ui-1.7.2.custom.css" type="text/css" media="screen" />
</head>
<body oncontextmenu="return false;">
<div id="container">
<div id="top" class="ui-widget-header ui-corner-all" align=center>
<h1 class="serif">
<img src="assets/images/openhumanlogo_white.png" style="display: inline-block; height: 25px; width: 30px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);;"></img>
Open Human
<img src="assets/images/openhumanlogo_white.png" style="display: inline-block; height: 25px; width: 30px;"></img>
</h1>
</div>
<div id="leftnav">
<div class="fg-toolbar ui-widget-content ui-helper-clearfix ui-corner-all" align=center>
<div class="fg-buttonset" align=center>
<!--<button id="enter" class="fg-button fg-button-icon-left ui-state-default ui-corner-all"><span class="ui-icon ui-icon-comment"></span>Enter Site</button>
<button id="credits" class="fg-button fg-button-icon-left ui-state-default ui-corner-all"><span class="ui-icon ui-icon-comment"></span>Credits</button> -->
<a href="openhuman.html" id="enter" class="fg-button ui-state-default ui-corner-all">View Model</a>
<a href="requirements.html" id="credits" class="fg-button ui-state-default ui-corner-all"></span>System Requirements</a>
<a href="credits.html" id="credits" class="fg-button ui-state-default ui-corner-all"></span>Credits</a>
<a href="help.html" id="credits" class="fg-button ui-state-default ui-corner-all"></span>Help Us!</a>
</div>
</div>
</div>
<div id="content">
<h2>About Open Human</h2>
<p class="intro sansserif">Open Human is a free software 3D model of the human body. There are many textbooks which contain information about the anatomy of the human body, but they do not allow the visualization of the anatomy in 3D space. The goal of the project is to make information about the anatomy of human body more easily accessible to users by presenting it in an intuitive manner.
</p>
<div style="height:50px;" class="fg-toolbar ui-widget-content ui-helper-clearfix ui-corner-all" align=center>
<div style="font-size:18pt; margin-top: 15px;" class="" align=center>
<a href="openhuman.html" id="enter" class="fg-button ui-state-default ui-corner-all">Enter</a>
</div>
</div>
<!--<video src="out.ogv" style="position:relative; display: inline-block; height:70%; width:70%;" controls=true align=center>
Your browser does not support the HTML5 video tag. Please upgrade to Firefox 3.5, Safari 4.0 or Chrome 3.0. We do not recommend Internet Explorer. -->
<br>
<img src="assets/images/openhuman_screenshot.png" style="display: inline-block; width:600px; height:400px;"></img>
<!--</video> -->
</div>
<div id="rightnav">
</div>
</div>
<div id="push"><div>
<div id="footer" class="sansserif ui-widget-header ui-corner-all" style="color:white;">
<a href="credits.html">Credits</a> <span id="amolink"><a href="requirements.html" id="link to o3d plugin">This content requires the o3d plugin.</a></span>
</div>
</body>
</html>