-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.html
35 lines (31 loc) · 1.14 KB
/
demo.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kuali Kiosk</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="kiosk.js"></script>
<link rel="stylesheet" href="kiosk.css">
</head>
<body>
<div class="wrapper">
<a href="http://kuali.co/"><div class="logo"></div></a>
<p>If you would like help with a Demo, please ask!<p>
<div class="button-container nohover">
<span class="button-container-a">
<a href="https://demou.kuali.co/"><span class="bold">Kuali</span>Student</a>
</span>
<span class="button-container-a">
<a href="https://monsters-sbx.kuali.co/fin/"><span class="bold">Kuali</span>Financials</a>
</span>
<span class="button-container-a">
<a href="https://res-demo3.kuali.co/kc-dev/"><span class="bold">Kuali</span>Research</a> /
<a href="https://projects.invisionapp.com/share/KQ8CXGABP#/screens">Protocols</a>
</span>
<span class="button-container-a">
<a href="https://monsters.kuali.co/ready"><span class="bold">Kuali</span>Ready</a>
</span>
</div>
</div>
</body>
</html>