-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (56 loc) · 2.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>s(M)exoscope | Armando Montanez</title>
<meta name="keywords" content="scope, audio, AU, AudioUnit, VST, MacOS, plugin, waveform">
<meta name="description" content="The coding endeavors of Armando Montanez">
<meta name="author" content="Armando Montanez">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="icon" href="favicon.png">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8182185016038502",
enable_page_level_ads: false
});
</script>
</head>
<body>
<div id="menu">
<div id="menuElements">
<a href="http://www.armandomontanez.com/"><img id ="homeImg" src="resources/home.png" alt="Home" height="30" width="30"></a>
<a id="homeButton" href="http://www.armandomontanez.com/">Return to Site Home</a>
</div>
</div>
<div id="main">
<div id="mainContent">
<img id ="featured" src="resources/smexoscope_Logic.png" alt="s(m)exoscope image" height="427" width="829">
<h1>s(M)exoscope. Now available for 64-bit macOS and Windows.</h1>
<h6>64-bit Port by Armando Montanez. <a href="http://bram.smartelectronix.com/plugins.php?id=4">s(M)exoscope © Bram DeJong and Sean Evans</a>, released under GPL. <a href="https://github.com/bdejong/smartelectronix/tree/master/Smexoscope">Original source</a></h6>
<a id="downloadButton" href="files/smexoscope_release.zip">Download</a>
</div>
</div>
<!-- Start of SimpleHitCounter Code -->
<div id="counter" align="center"><a href="http://www.simplehitcounter.com" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid=2171235&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a><br><a href="http://www.simplehitcounter.com" target="_blank" style="text-decoration:none;">web counter</a></div>
<!-- End of SimpleHitCounter Code -->
<div id = "ad">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BottomLeftLB -->
<ins class="adsbygoogle"
style="display:inline-block;width:100%;height:90px"
data-ad-client="ca-pub-8182185016038502"
data-ad-slot="1357546074"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="foot">
<p class="footertext">Copyright © 2016 Armando Montanez</p>
</div>
<script src="js/scripts.js"></script>
</body>
</html>