-
Notifications
You must be signed in to change notification settings - Fork 3
/
rdrt-dashboard.html
115 lines (98 loc) · 5.32 KB
/
rdrt-dashboard.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
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140892806-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-140892806-1');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IFRC Africa Region - Operations Room - RM Mapping Dashboard</title>
<!-- Meta OG tags -->
<meta property="og:title" content="IFRC Africa Region - Operations Room - RM Mapping Dashboard"/>
<!-- CSS Stylesheets -->
<link rel="stylesheet" type="text/css" href="./css/bootstrap.v3.min.css">
<link type="text/css" rel="stylesheet" href="./css/ie10-viewport-bug-workaround.css">
<link rel="stylesheet" type="text/css" href="./css/portal.css">
<link rel="stylesheet" type="text/css" href="./css/social-icons.css">
<!-- Google Font Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto">
<!-- Fontawesome Icons -->
<script src="https://use.fontawesome.com/4dc60e70fb.js"></script>
<!-- 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="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics 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-92413959-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">IFRC Africa Region</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Operations Room</a></li>
<li><a href="https://fednet.ifrc.org/">FedNet</a></li>
<li><a href="https://www-secure.ifrc.org/DMISII/Pages/00_Home/login.aspx">DMIS</a></li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-md-down">
<li class="hidden-md-down"><a href="http://www.ifrc.org/"><img alt="IFRC Logo" height="18" src="img/IFRC_logo_en.svg"></a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Begin page content -->
<main class="container">
<div class="page-header">
<h1>RDRT Deployments Dashboard</h1>
<!-- <h3 id="byline">Some resources are behind a password. If you are RCRC staff and require access, <a href="mailto:[email protected]?subject=Africa-Operations-Room-online-feedback">contact the IFRC Africa IM delegate</a>.</h3> -->
</div>
<div id="powerbidashboard" class="col-md-12">
<iframe width="1150" height="700" src="https://app.powerbi.com/view?r=eyJrIjoiZjM5YzE2ZTgtMDhlNy00Y2Q1LWE1NGItMDM5MWVhNjUxOWYwIiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" frameborder="0" allowFullScreen="true"></iframe>
</div>
</main>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-8">
<p class="text-muted footerText">If you don't find what you're looking for, <a href="mailto:[email protected]?subject=Africa-Operations-Room-online-feedback">contact us</a> and we'll help you find it or work with you to develop something new.</p>
</div>
<div id="social" class="col-xs-4">
<div class="center-block pull-right">
<a href="https://www.youtube.com/channel/UCZ8xf9ZrTOv7SeYK7U5eKVg"><i id="social-youtube" class="fa fa-youtube-square fa-3x social"></i></a>
<a href="https://twitter.com/IFRCAfrica"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
<a href="https://medium.com/@IFRC"><i id="social-medium" class="fa fa-medium fa-3x social"></i></a>
<a href="mailto:[email protected]"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript Libraries -->
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
</body>
</html>