-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEQMaster.html
More file actions
77 lines (64 loc) · 2.31 KB
/
EQMaster.html
File metadata and controls
77 lines (64 loc) · 2.31 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="JScript.js" type="text/javascript">
</script>
<title>EQ and Master - Sean Lachhander - XHTML</title>
</head>
<body>
<div id="background">
<img id="image" src="BannerFinal.jpg" alt="Sean's Resume Banner"></img>
<div id="topHead">
<div id="navigationbar"> <!-- States the Navigation -->
<h2>Navigation</h2>
<p>
<a href="Home.html">
<img src="Home.png" style="border:1px solid black;max-width:100%;" alt="Home"></img>
</a>
</p>
<p>
<a href="BeatPattern.html">
<img src="BeatPattern.png" style="border:1px solid black;max-width:100%;" alt="Beat Pattern"></img>
</a></p>
<p>
<a href="VSTI.html">
<img src="VSTi.png" style="border:1px solid black;max-width:100%;" alt="VSTi"></img>
</a></p>
<p>
<a href="EQMaster.html">
<img src="EQMaster.png" style="border:1px solid black;max-width:100%;" alt="EQ Master"></img>
</a></p>
<p>
<a href="FinishedWork.html">
<img src="FinishedWork.png" style="border:1px solid black;max-width:100%;" alt="Finished Work"></img>
</a>
</p>
</div>
<div id="middleBox"> <!-- States my education -->
<h3>Waves Mastering VST Plugins</h3>
<p><a href="https://pixabay.com/p-301626/?no_redirect"><b><img src="KRK.jpg" height="125" width="200" alt="Finished Work"></img></b></a></p>
<p><b>What is Waves? (Picture by wjg)</b></p>
<p id="Waves"></p>
<p><input type="button" value="Answer" onclick="whatIsWaves()"></input></p>
</div>
<div id="firstBox">
<h3>iZotope Ozone VST</h3>
<p><a href="https://www.izotope.com/en/products/mixing-mastering/ozone/"><b><img src="iZotope.png" height="125" width="200" alt="Izotope"></img></b></a></p>
<dl>
<dt><a href="http://izotope.fileburst.com/guides/Mastering_With_Ozone.pdf">iZotope Ozone</a></dt>
<dd>is an example plug-in that provides mastering tools.
iZotope Ozone is a VST plug-in that provides a complete system for mastering.
iZotope Ozone provides audio processing, meters, etc.
</dd>
</dl>
<p>
</p>
</div>
<div id="footer"> <!-- This is where I will add my mail to my email link. -->
<p>Website Created by Sean Lachhander</p>
</div>
</div>
</div>
</body>
</html>