-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.55 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>BVN - QUT HWP Diagram Dashboard</title>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Advent+Pro:500|Open+Sans" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171781952-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171781952-1');
</script>
</head>
<body>
<div id="title">
<!-- <h3 style="display: inline-block; font-size: 60px; margin: 0">/</h3> -->
<img style="height:40px; padding-right: 10px;" src="img/BVN_Black_Small.png">
<img style="height:67px; padding-right: 0px;" src="img/icon_animated.gif">
<br><br>
<h1 id="titleText">Argent Interactive Competition Diagram Index Page</h1>
<p id="paragraph">Experimental WebGL Diagramming for Progressive Architectural Communication</p>
<br><br>
</div>
<div class="grid">
<a href="qutPages/diagram01"><div class="module"><img src="img/robot.png" style="width: 100%;"></div><br><h2>Program Zoning Diagram</h2></a>
</div>
<br><br>
<div id="footer" style="width:250px">
<img src="img/500px-CC-BY-SA_icon.png" style="width:80px">
<p id="paragraph" style="font-size:0.6em">This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Australia (CC BY-NC-ND 3.0 AU)</p>
</div>
</body>
</html>