-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (48 loc) · 2.73 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
<!DOCTYPE html>
<html>
<head>
<title>MSF portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/site.css"/>
<link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon'/ >
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<script src="https://npmcdn.com/[email protected]/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46399763-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<div class="row header">
<br>
<img src="images/msflogo.png" alt="MSF" style="width:180px;height:80px;">
<br>
<p class="titledesc">MSF innovative work on GIS, Information and Data Management, Research and Innovation</p>
<!--<p class="links">Twitter: <a href="https://twitter.com/MSF_uk" target="_blank">@MSF_UK</a></p>-->
<br>
<p class="links">Feedback or questions? <a href="mailto:[email protected]?Subject=Feedback%20from%20GitHub" target="_blank">Contact us here</a> or via GIS.MansonUnit(at)london.msf.org</p>
<br>
<p class="links">Want to have your project in here? Register <a href="https://docs.google.com/forms/d/e/1FAIpQLSciE1RLTb9WmnZqpxAeaygG9ASOMTrgM7W5svrKQZUjx_AnbA/viewform" target="_blank">here</a></p>
<p class="links"><a href="https://github.com/MSF-UK" target="_blank">GitHub</a></p>
</div>
<div class="row">
<div class="col-md-12 button-group filter-button-group">
<button class="filterbutton highlight" data-filter="*">Show All</button>
</div>
</div>
<div id="grid">
</div>
</div>
<script src="js/site.js"></script>
</body>
</html>