-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (76 loc) · 2.86 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Teragon Audio</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/default.css" type="text/css" />
<!-- google analytics -->
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
var pageTracker = _gat._getTracker("UA-4400684-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body id="index">
<div id="bigheader">
<div class="wrapper">
<div id="logocenter">
<img src="/images/ta_logo_large_inverted.png" alt="Teragon Audio"/>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div id="contentpart">
<div class="wrapper">
<ul class="menu">
<li class="menuitem"><a href="index.html">Home</a></li>
<li class="menuitem"><a href="/software.html">Software</a></li>
<li class="menuitem"><a href="/developers.html">Developer Portal</a></li>
<li class="menuitem"><a href="/performers.html">Performer Portal</a></li>
<li class="menuitem"><a href="/contact.html">Contact</a></li>
</ul>
<div id="content">
<!-- Start content -->
<div id="column1">
<h2>Software</h2>
<p class="home">
The <a href="/software.html"><b>software</b></a> section contains Teragon
Audio's plugins and other audio-related software. The plugins are
cross-platform AU/VST instruments and effects, and all of them are free
and open-source.
</p>
</div>
<div id="column2">
<h2>Developer Portal</h2>
<p class="home">
The <a href="/developers.html"><b>developer portal</b></a> has
a wealth of information for audio programmers. This includes
guides for getting started with plugin development, as well as
articles on various aspects audio programming, and some
utilities and scripts to help you along the way.
</p>
</div>
<div id="column3">
<h2>Performer Guides</h2>
<p class="home">
The <a href="/performers.html"><b>performers portal</b></a> has articles and
tutorials about music software and hardware to help you play your music
better.
</p>
</div>
<!-- End content -->
</div>
<div style="clear:both;"></div>
<div id="bottom">
<p class="footer">
Copyright (c) 2012 Teragon Audio. All Rights Reserved.
</p>
</div>
</div>
</div>
</body>
</html>