-
Notifications
You must be signed in to change notification settings - Fork 5
/
awesome.php
50 lines (48 loc) · 1.09 KB
/
awesome.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
use \Tsugi\Core\LTIX;
use \Tsugi\UI\Output;
require_once "top.php";
?>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<?php
require_once "nav.php";
?>
<div id="container">
<div id="page1" class="jumbotron">
<p>
This is a secret page that points to some pretty awesome things.
</p>
<ul>
<li>
<a href="https://www.tsugicloud.org/" target="_blank">Free Tsugi App Store</a>
</li>
<li>
<a href="django.txt" target="_blank">Handout for the DJango Tsugi workshop</a>
</li>
<li>
<a href="https://learningapps-dev.udayton.edu/tsugi/store/" target="_blank">
https://learningapps-dev.udayton.edu/tsugi/store/
</a>
</li>
<li>
Recent Tsugi Presentations
<ul>
<li>
<a href="talks/2019-07-LAMP-Sakai.pptx">LAMP Camp 2019 (Sakai)</a>
</li>
<li>
<a href="talks/2019-07-Bb-DevCon.pptx">Blackboard Devcon 2019 </a>
</li>
<li>
<a href="talks/2016-07-D2L-Brightspace.pptx">Brightspace Fusion 2019 </a>
</li>
<li>
<a href="talks/2019-06-04-Apereo-Tsugi.pptx">Open Apereo 2019 </a>
</li>
<li>
<a href="talks/2019-06-04-Apereo-LTI-Advantage.pptx">Open Apereo - About LTI Advantage</a>
</li>
</ul>
</ul>
</div>
</div>