-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecolympics-school-competition-standings.php
33 lines (30 loc) · 1.28 KB
/
ecolympics-school-competition-standings.php
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
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Environmental Dashboard. A technology & approach for organizations and whole communities that combines feedback, through real-time public displays of resource use and environmental conditions, with thoughts and actions of community to engage, motivate, empower & celebrate sustainable thought and action.">
<?php include 'includes/html-head.php'; ?>
<style>
.rank-data {
display: flex;
padding: 0;
margin: 0 !important;
height: 100vh;
align-items: center;
}
</style>
</head>
<body>
<div class="rank-data row mb-5">
<div class="col-md-6 pr-0">
<div class="col-md-12 pr-0">
<iframe class="first-iframe" src="https://buildingos.com/blocks/3ea7f48b901042068d496250628bfef5/" allowtransparency="true" frameborder="0" height="430"></iframe> <!-- width="520"-->
</div>
</div>
<div class="col-md-6 pl-0">
<div class="col-md-12 pl-0">
<iframe class="first-iframe" src="https://buildingos.com/blocks/cb4f61797a6f4f8da12f096502552e24/" allowtransparency="true" frameBorder=0 height="430"></iframe>
</div>
</div>
</div>
</body>
</html>