-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
61 lines (57 loc) · 2.49 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Kaldi ASR"/>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/kaldi_ico.png"/>
<link rel="stylesheet" type="text/css" href="/style.css"/>
<title>Kaldi ASR</title>
</head>
<body>
<div class="container">
<div id="centeredContainer">
<div id="headerBar">
<div id="headerLeft">
<a href="http://kaldi-asr.org"><img id="logoImage" src="/kaldi_text_and_logo.png"></a>
</div>
<div id="headerRight"><img id="logoImage" src="/kaldi_logo.png"></div>
</div>
<hr>
<div id="topBar">
<a class="myTopButton" href="/index.html">Home</a>
<a class="topButtons" href="/doc">Documentation</a>
<a class="topButtons" href="/forums.html">Help!</a>
<a class="topButtons" href="/models.html">Models</a>
</div>
<hr>
<div id="rightCol">
<div class = "contact_info">
<div class="contactTitle">Contact</div>
<a href=mailto:dpovey@gmail.com> dpovey@gmail.com </a> <br/>
Phone: 425 247 4129 <br/>
(Daniel Povey) <br/>
</div>
</div>
<div id="mainContent">
<div class="container">
<p>Kaldi's code lives at <a href="https://github.com/kaldi-asr/kaldi">https://github.com/kaldi-asr/kaldi</a>. To checkout (i.e. clone in the git terminology) the most recent changes, you can use this command <code>git clone https://github.com/kaldi-asr/kaldi</code> or follow the github <a href="https://github.com/kaldi-asr/kaldi">link</a> and click "Download in zip" on the github page (right hand side of the web page)
</p>
<p>To browse the model builds that are available (not many), please click on <a href="/models.html" target="_top">models</a>.</p>
<p>If you have any suggestion of how to improve the site, please <a href=mailto:dpovey@gmail.com>contact me</a>.
</div>
</div>
<div style="clear: both"></div>
<div id="footer">
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</body>
</html>