This repository was archived by the owner on Jan 10, 2020. It is now read-only.
forked from mena-im/mena-im.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.89 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Go Project Lab</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/index.css"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<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/imagesloaded@4.1/imagesloaded.pkgd.min.js"></script>
<script src="libs/isotope.pkgd.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84297335-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row header">
<h1>Go Project Lab</h1>
<p class="titledesc">Welcome to the IFRC Go Project Lab Website.</p>
<p class="links">Contact: <a href="mailto:sjohnson@redcross.org.uk" target="_blank">IFRC Go Project</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/index.js"></script>
</body>
</html>