forked from scribear/v
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (132 loc) · 6.35 KB
/
index.html
File metadata and controls
151 lines (132 loc) · 6.35 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!--
<html>
Todo. Autogenerate this file as part of the publishing process. Include no-caching directives in the head area
<body style="background-image: linear-gradient(0deg, rgba(43,43,43,1) 0%, rgba(27,27,27,1) 42%, rgba(0,0,0,1) 100%);">
<p style="color:white; font-size:60px;">ScribeAR</p>
<p style="color:white; font-size:20px;">This index will eventually be generated automatically and contain a list of versions, with the most recent version at the top of the list.</p>
<p style="color:white; font-size:20px;">The file 'version' also contains the most recent version number (e.g. '0000')</p>
<p style="color:white; font-size:20px;">Developers may want to fix bugs and develop new features can see the latest development build <a href='dev'>here</a>.</p>
<p style="color:white; font-size:20px;">Please select which version you'd like to use. The highest version is usually the best choice, unless there are conflicts with your hardware.</p>
<p style="color:white; font-size:20px;"><a href='00002/'>00002</a></p>
<p style="color:white; font-size:20px;"><a href='00001/'>00001</a></p>
<p></p>
<p style="color:white; font-size:20px;"><a href='Azure/'>Microsoft Azure Cognitive Service Speech to Text (subscription required)</a></p>
</body>
</html>
-->
<!DOCTYPE html>
<html>
<head>
<link href = "https://fonts.googleapis.com/css?family=Montserrat:400,800" rel = "stylesheet">
<link rel = "stylesheet" type = "text/css" href = "main.css">
<title>ScribeAR</title>
</head>
<body>
<div class = "header">
<div class = "inner_header">
<div class = "logo_container">
<img class = "icon" src = "workspace%20icon%20.png">
<h1>ScribeAR Versions</h1>
</div>
<ul class = "nav">
<a href = "#content"><li>Version List</li></a>
<a href = "https://publish.illinois.edu/scribe-ar/"><li>About</li></a>
</ul>
</div>
</div>
<div id = "versions">
<div id = "quotefirstpart">
<h1>ScribeAR Version List</h1>
</div>
<div id = "quotesecondpart">
<h1>This index will eventually be generated automatically and contain a list of versions, with the most recent version at the top of the list. The file 'version' also contains the most recent version number (e.g. '0000'). Developers who may want to fix bugs and develop new features can see the latest development build.</h1>
</div>
<section>
<div class = "scrolldown">
<a href = "#versioncontrol">
<span></span>
<span></span>
<span></span>
</a>
</div>
</section>
</div>
<div id = "content">
<div id = "features">
<div id = "versioncontrol">
<h1>Please select which version you'd like to use. The highest version is usually the best choice, unless there are conflicts with your hardware.</h1>
</div>
<!-- Todo fix css / id formatting only defined upto versioncontrol5 -->
<div id = "versioncontrol2">
<h1><a href = '00001/'> 00001 </a> - ScribeAR Original Version</h1>
</div>
<div id = "versioncontrol3">
<h1><a href = '00002/'> 00002 </a> - Added Visualiztions</h1>
</div>
<div id = "versioncontrol4">
<h1><a href = '00003/'> 00003 </a> - Added SideBar and changed UI components</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00004/'> 00004 </a> - Microsoft Azure cognitive services compatibility</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00005/'> 00005 </a> - Added Audio Visualizations</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00006/'> 00006 </a> - Added StreamText compatibility</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00007/build'> 00007 </a> - Refactored Version</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00008/build'> 00008 </a> - Updated Phrase recognition</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00009'> 00009 </a> - Added Audio Visualization</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = '00010'> 00010 </a> - Whisper and Semantic Analysis demonstrations</h1>
</div>
<div id = "versioncontrol5">
<h1><a href = 'latest'> Latest </a> - Latest Version</h1>
</div>
<!-- <div id = "versioncontrol5">
<h1><a href = 'test/'> Test </a> - Checking Mobile compatibility</h1>
</div> -->
</div>
<!--
<div id = "about">
<div id = "meet">
<h1>Meet ScribeAR</h1>
</div>
</div>
-->
<!--
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length} ;
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex - 1].style.display = "block";
}
</script>
<div id = "footer">
<div class = "inner_footer">
<div class = "logo_container_footer">
<h1>Copyright @ScribeAR</h1>
</div>
</div>
</div>
-->
</div>
</body>
</html>