-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (86 loc) · 3.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NORDITROPIN BY NOVO NORDISK</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style>
body {
background:#2eaadc;
color:#fff;
padding-top: 40px; /* 60px to make the container go all the way to the bottom of the topbar */
}
#text_container{ height: 300px; position:relative; }
#slider ul, #slider li{margin:0;padding:0;list-style:none;position:relative;display:block;}
#slider { width:300px; overflow:hidden; margin:0 auto; }
#slider img{ border:none; }
#slider li { width:300px; overflow:hidden; }
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!--<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">-->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<!--<script src="http://vjs.zencdn.net/c/video.js"></script>-->
<script type="text/javascript" src="js/jquery.touchSwipe-1.2.5.js"></script>
<script type="text/javascript" src="js/jquery.sudoSlider.min.js"></script>
<script>
$(document).ready(function(){
});
</script>
</head>
<body>
<div id="main" class="container" style="width:1200px;">
<div class="clearfix">
<div class="leftside">
<center><img src="img/geringas.jpg" class="center"/></center>
<div id="text_container" class="clearfix">
<ul>
<li><a class="part" href="como.html">¿Cómo crecemos?</a></li>
<li><a class="part" href="deficiencia.html">¿Qué es la deficiencia de hormona de crecimiento?</a></li>
<li><a class="part" href="tratamiento.html"> ¿Cómo funciona el tratamiento de hormona de crecimiento?</a></li>
</ul>
</div>
<center><a href="index.html"><img src="img/novo-nordisk.jpg" title="Home"/></a></center>
</div>
<div class="rightside">
<div class="title">
<p>La hormona</p>
<p class="bold">del crecimiento</p>
</div>
<div class="white">
<!-- Start EasyHtml5Video.com BODY section -->
<div id="amination_holder">
<div id="welcome">
<br>
<p><strong> Una mirada al interior</strong> </p>
<p> Esta película animada ofrece un recurso educativo interactivo para los pacientes y sus padres. Diseñado en 3 partes, los cuales ilustran cómo crecemos, la deficiencia de hormona del crecimiento y el funcionamiento del tratamiento de hormona del crecimiento dentro del cuerpo humano.</p>
<p>Este proyecto ha sido desarrollado en cooperación con el Dr. Richard Stanhope, consultor en Endocrinología Pediátrica.</p>
</div>
<img id="nino" src="img/nino.png" />
<div class="intainer">
<img id="novo" src="img/norditropin.jpg" />
</div>
</div>
<!-- End EasyHtml5Video.com BODY section -->
</div>
</div>
</div>
</div> <!-- /container -->
</body>
</html>