-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathcredits.html
96 lines (96 loc) · 3.6 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
<!DOCTYPE html><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 Films</h2>
<br>
<h2>Production</h2>
<p>Solutions Architect - Javier Cordero</p>
<p>Solutions Architect - Victor Ortiz</p>
<p>Functional Analyst - Javier Cordero</p>
<p>Subject Matter Expert - Daryliz Colón</p>
<p>Subject Matter Expert - Javier Cordero</p>
<br>
<h2>Development</h2>
<p>Development Lead - Javier Cordero</p>
<p>Project Management - Javier Cordero</p>
<p>Project Management - Victor Ortiz</p>
<br>
<h3>Editor (Index) Development</h3>
<p>CKEditor & TinyMCE setup - Javier Cordero</p>
<p>CKEditor setup - Victor Ortiz</p>
<p>Custom Styles - Victor Ortiz</p>
<p>Fullscreen modes - Javier Cordero</p>
<p>GUI setup - Victor Ortiz</p>
<p>JSON communication - Victor Ortiz</p>
<p>Styles - Javier Cordero</p>
<br>
<h3>Electron Development</h3>
<p>Electron Setup - Rafael Sierra</p>
<p>Smart Fullscreen - Rafael Sierra</p>
<br>
<h3>Teleprompter Development</h3>
<p>Anchor shortcuts - Javier Cordero</p>
<p>Animation engine - Javier Cordero</p>
<p>Animation engine - Victor Ortiz</p>
<p>Flip mechanism - Javier Cordero</p>
<p>GUI setup - Javier Cordero</p>
<p>Initial editor-prompter communication - Victor Ortiz</p>
<p>Multi-window setup & sync - Javier Cordero</p>
<p>Other instance auto close - Javier Cordero</p>
<p>Realtime intercommunication - Javier Cordero</p>
<p>Teleprompter themes - Javier Cordero</p>
<p>Teleprompter custom themes - Victor Ortiz</p>
<br>
<h2>Research & Experimentation</h2>
<p>Animation methods - Javier Cordero</p>
<p>Animation methods - Victor Ortiz</p>
<p>Efficient animation methods - Keyvan Pérez</p>
<p>Electron development - Rafael Sierra</p>
<p>Multi-window setup & sync - Javier Cordero</p>
<p>Multi-window setup & sync - Victor Ortiz</p>
<p>Realtime intercommunication - Javier Cordero</p>
<p>Realtime intercommunication - Victor Ortiz</p>
<br>
<h2>GUI Design</h2>
<p>Editor - Victor Ortiz</p>
<p>Electron - Rafael Sierra</p>
<p>Teleprompter - Javier Cordero</p>
<br>
<h2>Quality Assurance</h2>
<p>Code quality control - Javier Cordero</p>
<p>Code quality control - Keyvan Pérez</p>
<p>Code quality control - Victor Ortiz</p>
<p>User experience - Javier Cordero</p>
<p>User experience - Victor Ortiz</p>
<br>
<h2>Deployment</h2>
<p>Linux - Javier Cordero</p>
<p>OS X - Rafael Sierra</p>
<p>Windows - Victor Ortiz</p>
<p>Chrome OS - Keyvan Pérez</p>
<p>Public relationships - Anilyn Díaz</p>
<br>
<h2>Training</h2>
<p>Technical writing - Javier Cordero</p>
<br>
<h2>Libraries</h2>
<p>Bootstrap</p>
<p>CKEditor</p>
<p>Electron</p>
<p>jQuery</p>
<p>jQuery PEP</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 Films</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>Original code by Victor Ortiz and Javier Cordero.</h1>
</div>
</body></html>