-
Notifications
You must be signed in to change notification settings - Fork 54
/
credits.html
102 lines (98 loc) · 3.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<!--
Imaginary Teleprompter
Copyright (C) 2015 Imaginary Sense Inc. and contributors
This file is part of Imaginary Teleprompter.
Imaginary Teleprompter is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Imaginary Teleprompter is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Imaginary Teleprompter. If not, see <https://www.gnu.org/licenses/>.
-->
<html><head><meta charset="utf-8"></head><body>
<div style="width: 100%; text-align: center; font-size: 50%; line-height: 1.1; font-family: serif;">
<h1>Credits</h1>
<h2>Teleprompter by Imaginary Sense</h2>
<br>
<h2>Production</h2>
<br>
<h3>Solutions Architects</h3>
<p>Victor Ortiz</p>
<p>Javier Cordero</p>
<br>
<h3>Functional Analysts</h3>
<p>Javier Cordero</p>
<p>Victor Ortiz</p>
<br>
<h3>Subject Matter Experts</h3>
<p>Javier Cordero</p>
<p>Daryliz Colón</p>
<br>
<h2>Development</h2>
<br>
<h3>Development Lead</h3>
<p>Javier Cordero</p>
<p>Victor Ortiz</p>
<br>
<h3>Project Management</h3>
<p>Javier Cordero</p>
<p>Victor Ortiz</p>
<br>
<h3>Coders</h3>
<p>Javier Cordero</p>
<p>Victor Ortiz</p>
<p>Rafael Sierra</p>
<br>
<h3>Researchers</h3>
<p>Victor Ortiz</p>
<p>Javier Cordero</p>
<p>Rafael Sierra</p>
<p>Keyvan Pérez</p>
<br>
<h3>GUI Design & Implementation</h3>
<p>Editor - Victor Ortiz, Javier Cordero</p>
<p>Electron - Rafael Sierra, Victor Ortiz</p>
<p>Teleprompter - Javier Cordero</p>
<br>
<h2>Distribution</h2>
<p>Javier Cordero</p>
<p>Victor Ortiz<br>
</p>
<br>
<h2>Documentation</h2>
<br>
<h3>Github documentation</h3>
<p>Victor Ortiz</p>
<p>Javier Cordero</p>
<br>
<h3>In-app Instructions</h3>
<p>Javier Cordero</p>
<br>
<h2>Frameworks & Libraries</h2>
<p>Bootstrap</p>
<p>CKEditor</p>
<p>Electron</p>
<p>jQuery</p>
<p>jQuery PEP</p>
<p>jQuery Slider</p>
<p>Sockets IO</p>
<p>TinyMCE</p>
<br>
<h2>Thanks to</h2>
<p>HackPR and MLH for sparking this project into life through one of their hackatons.</p>
<p>The Communications Department of the University of Puerto Rico at Arecibo,<br>for being among the first to try our software.</p>
<br>
<h2>More from Imaginary</h2>
<h3>Ellen's Third Song in Chiptunes - _spirithacked</h3>
<br>
<iframe width="100%" height="166" scrolling="no" frameborder="yes" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/157782251&color=00aabb&auto_play=true&hide_related=false&show_comments=true&show_user=true&repeat=true&show_reposts=false"></iframe>
<br>
<br>
<h1>Created by Victor Ortiz and Javier Cordero.</h1>
</div>
</body></html>