-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-projects.html
53 lines (40 loc) · 2.05 KB
/
custom-projects.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
<!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>
<main>
<h2>Custom Projects</h2>
<div class="projects-overview">
<p>I’ve spent years working with sound. As a musicain, through public domain sample libraries and now with plugin development. My focus is on the more unusual side of things: experimental tools, esoteric effects, and ideas that don’t fit neatly into the mainstream.</p>
<p>If you have a concept for a plugin but aren’t sure how to bring it to life, I can help with development, consulting, or just refining the idea into something workable. Whether it’s an offbeat effect, a left-field instrument, or something entirely unclassifiable, I’m always interested in projects that explore new ground.</p>
<p>If that sounds like what you need, feel free to get in touch.</p>
</div>
<section class="highlighted-project">
<a href="https://modularsamples.gumroad.com/l/esioxy"> <img src="img/PluginPack.png" alt="The Plugin Pack" style="width: 100%; max-width: 600px;"></a>
</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>