-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMisc.html
66 lines (55 loc) · 2.39 KB
/
Misc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>modularsamples.com</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img/favicon.png" type="image/png" />
</head>
<body>
<header>
<h1>modularsamples.com</h1>
<nav>
<a href="index.html">Home</a>
<a href="Plugins.html">Plugins</a>
<a href="Samples.html">Sample Libraries</a>
<a href="https://modularsamples.gumroad.com">Shop</a>
<a href="custom-projects.html">Custom Projects</a>
</nav>
</header>
<div class="projects-overview">
<p>Welcome to modularsamples.com! I create plugins, sample libraries and preset collections, the majority of which are are either open source or public domain.</p>
</div>
<main>
<section class="highlighted-project">
<h2><a href="Quetzalcoatl_VST_AU.html">Featured Project: Quetzalcoatl</a></h2>
<div>
<img src="img/Quetzalcoatl.jpg" alt="Featured Project" style="width: 100%; max-width: 600px;">
<p>Quetzalcoatl is an 8 layer wavetable/sample synthesiser (VST/AudioUnit) for Mac OS, Windows & Linux. </p>
</div>
</section>
<section class="highlighted-project">
<h2><a href="Xolotl_VST_AU.html">Xolotl</a></h2>
<div>
<img src="img/Xolotl.png" alt="Featured Project" style="width: 100%; max-width: 600px;">
<p>An open source "harmonic" synthesiser for Mac OS & Windows</p>
</div>
</section>
<section class="highlighted-project">
<h2><a href="OiGrandad_VST_AU.html">Oi, Grandad!</a></h2>
<div>
<img src="img/oigrandad.png" alt="Featured Project" style="width: 100%; max-width: 600px;">
<p> A 4 voice granular synthesiser for Mac OS, Windows & Linux</p>
</div>
</section>
</main>
<footer>
<p>© 2025 modularsamples.com</p>
<div>
<a href="mailto:[email protected]">Contact</a> | <a href="https://www.youtube.com/@modularsamples">YouTube</a> | <a href="https://www.instagram.com/modularsamples/">Instagram</a>
</div>
</footer>
</body>
</html>