forked from hackforla/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.html
21 lines (17 loc) · 938 Bytes
/
dashboard.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Organizational Dashboard
---
<!-- Organizational Dashboard Statistics from Google DataStudio -->
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<script>
setTimeout(function onMyFrameLoad() {
document.querySelector(".loader-wrapper").style.display = "none";
}, 5000);
</script>
<div class="dashboardEmbed">
<iframe id="webView" width="1300" height="1000" src="https://datastudio.google.com/embed/reporting/16J9XI19pQejSDNFvjl_V3ZezJ502rM_a/page/qx6RB" frameborder="0" onload="onMyFrameLoad(this)" style="border:0; border-radius: 20px" allowfullscreen></iframe>
<iframe id="mobileView" width="650" height="2000" src="https://datastudio.google.com/embed/reporting/1xNlu1xcL5y6jh95lX3xr0zb2FCqD92Gm/page/gIfSB" frameborder="0" onload="onMyFrameLoad(this)" style="border:0; border-radius: 20px" allowfullscreen></iframe>
</div>