-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
51 lines (39 loc) · 2.71 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
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content="ReBooth (REmote BOOTH) is a WebRTC based platform for conference interpreter training">
<meta name="keywords" content="interpreter,interpreters,interpreting,interpretation,simultaneous,consecutive,training,webrtc,conference,conference interpretation,interpretation booth">
<title>ReBooth:credits</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha256-L/W5Wfqfa0sdBNIKN9cG6QA5F2qx4qICmU2VgLruv9Y=" crossorigin="anonymous" />
<style>
</style>
<script>
</script>
</head>
<body>
<br>
<div class="container">
<div class="border rounded p-4">
<h1><img class="pb-3" style="width: 1em" src="images/booth-blue.svg" /> – ReBooth credits</h1>
<p>Conceived by <b>Gabriele Carioli</b> <[email protected]> and <b>Nicoletta Spinolo</b> <[email protected]> for the Department of Interpretation and Translation at the University of Bologna.</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>BootBox JS (<a href="http://bootboxjs.com/">http://bootboxjs.com</a>)</li>
<li>JSZip (<a href="https://stuk.github.io/jszip/">https://stuk.github.io/jszip</a>)</li>
<li>Moment JS (<a href="https://momentjs.com/">https://momentjs.com</a>)</li>
<li>Animate.css (<a href="https://daneden.github.io/animate.css/">https://daneden.github.io/animate.css</a>)</li>
<li>FontAwesome (<a href="https://fontawesome.com/">https://fontawesome.com</a>)</li>
<li>Code snippets from WebRTC Samples (<a href="https://webrtc.github.io/samples/">https://webrtc.github.io/samples</a>)</li>
<li>PHP Mailer (<a href="https://github.com/PHPMailer/PHPMailer/">https://github.com/PHPMailer/PHPMailer</a>)</li>
</ul>
<p>You can get ReBooth from GitHub: <a href="https://github.com/bilo1967/reBooth">https://github.com/bilo1967/reBooth</a></p>
</div>
</div>
</body>
</html>