-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
52 lines (40 loc) · 2.91 KB
/
credits.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
50
51
52
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>inTrain credits</title>
<script src="https://kit.fontawesome.com/ea65ac0a48.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js" integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<style>
</style>
<script>
</script>
</head>
<body>
<br>
<div class="container">
<div class="border rounded p-4">
<h1><img class="pb-3" style="width: 0.95em" src="images/train.svg" /> – inTrain credits</h1>
<p>Conceived by <b>Gabriele Carioli</b> <gabriele.carioli@unibo.it> and <b>Nicoletta Spinolo</b> <nicoletta.spinolo@unibo.it>.</p>
<p>Designed and programmed by <b>Gabriele Carioli</b>.</p>
<p>Available under <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public v3</a> License.</p>
<p>Documentation under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a> license</p>
<p>Third-party frameworks, libraries and resources used by this application:</p>
<ul>
<li>PeerJS (<a href="https://peerjs.com/">https://peerjs.com/</a>)</li>
<li>JQuery (<a href="https://jquery.com/">https://jquery.com/</a>)</li>
<li>Bootstrap 4 (<a href="https://getbootstrap.com/">https://getbootstrap.com/</a>)</li>
<li>FontAwesome (<a href="https://fontawesome.com/">https://fontawesome.com/</a>)</li>
<li>AudioRecorder (<a href="https://github.com/cwilso/AudioRecorder">https://github.com/cwilso/AudioRecorder</a>)</li>
<li>Animate.css (<a href="https://daneden.github.io/animate.css/">https://daneden.github.io/animate.css/</a>)</li>
<li>MediaElement.js (<a href="https://www.mediaelementjs.com/">https://www.mediaelementjs.com/</a>)</li>
<li>Code snippets from WebRTC Samples (<a href="https://webrtc.github.io/samples/">https://webrtc.github.io/samples/</a>)</li>
</ul>
</div>
</div>
</body>
</html>