-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvery-covid-safe.html
49 lines (44 loc) · 2.09 KB
/
very-covid-safe.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
---
permalink: /very-covid-safe
redirect_from: /very-covid-safe2
---
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo192.png">
<link rel="apple-touch-icon" href="logo192.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>Toilet Stall – Be Very COVID Safe</title>
</head>
<body class="bg-light">
<div class="container">
<main>
<div class="row pt-5 pb-3 text-center">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<img class="d-block mx-auto mb-5" src="were-very-covid-safe.png" alt="Very COVID Safe Logo" width="300">
<!--<h2>Very COVID Safe</h2>-->
<p class="lead">Be very COVID safe and join <a href="http://medrevue.org">UNSW Med Revue</a> right from the comfort of your <b>UNSW toilet stall</b>!</p>
</div>
<div class="col-lg-3"></div>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd9rdS5cLPL1DvBamnKvCpAt6-mYKGHvu8lOw-fR8qak-PXyw/viewform?embedded=true" width="100%" height="3500" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</main>
<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">© 2021 UNSW Medical Revue Society</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Support</a></li>
</ul>
</footer>
</div>
<script src="js/qrcode.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>