-
Notifications
You must be signed in to change notification settings - Fork 2
/
where.html
108 lines (88 loc) · 3.59 KB
/
where.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- SITE TITTLE -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home - Neglected Tropical Disease</title>
<!-- PLUGINS CSS STYLE -->
<link href="plugins/jquery-ui/jquery-ui.css" rel="stylesheet">
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.min.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link rel="stylesheet" href="css/color-option1.min.css" id="option_color">
<!-- ICON -->
<link rel="shortcut icon" href="img/favicon-ntd.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="plugins/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="plugins/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-wrapper static">
<div class="main-wrapper">
<!-- START HEADER -->
<header id="pageTop" class="header-wrapper">
<!-- START COLOR BAR -->
<div class="container-fluid color-bar top-fixed clearfix include-me" data-location="./includes/color-bar.html"></div>
<!-- END COLOR BAR -->
<!-- START TOP INFO BAR -->
<div class="top-info-bar bg-color-7 hidden-xs include-me" data-location="./includes/topbar.html"></div>
<!-- END TOP INFO BAR -->
<!-- START NAVBAR -->
<nav id="menuBar" class="navbar navbar-default lightHeader include-me" data-location="./includes/navbar.html" role="navigation"></nav>
<!-- END NAVBAR -->
</header>
<!-- END HEADER -->
<!-- PAGE TITLE SECTION-->
<section class="pageTitleSection">
<div class="container">
<div class="pageTitleInfo">
<h2>Where are Neglected Tropical Diseases?</h2>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Where</li>
</ol>
</div>
</div>
</section>
<!-- START MAIN TEXT -->
<section class="full-width clearfix mainSection">
<div class="container">
<div class="row">
<div class="col-sm-12 col-xs-12">
<div>
<h3 class="text-center">NTD research is a global effort, linking researchers at the <a href="https://www.sanger.ac.uk" target="_blank">Wellcome Sanger Institute</a> with collaborators from all over the world</h3>
</div>
</div>
</div>
</div>
</section>
<!-- END MAIN TEXT -->
<!-- START MAP -->
<section class="full-width clearfix mapSection">
<div class="container">
<div id="map"></div>
</div>
</section>
<!-- END MAP -->
<!-- START FOOTER -->
<footer class="include-me" data-location="./includes/footer.html"></footer>
<!-- END FOOTER -->
</div>
<!-- SCRIPTS -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/jquery-ui/jquery-ui.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/velocity/velocity.min.js"></script>
<script src="plugins/smoothscroll/SmoothScroll.js"></script>
<script src="js/custom.min.js"></script>
<script src="plugins/simplemaps/mapdata.js"></script>
<script src="plugins/simplemaps/worldmap.js"></script>
<script type="text/javascript" src="/zxtm/piwik2.js"></script>
</body>
</html>