-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSamples.html
64 lines (56 loc) · 2.4 KB
/
Samples.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">
<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>
<section class="highlighted-project">
<a href="UntitledLoopProject.html"> <h2>Untitled Loop Project</h2>
<div>
<img src="img/ulp.png" alt="Featured Project" style="width: 100%; max-width: 600px;"></a>
<p> A collection of over 270 musical loops in various styles and timbres.</p>
</div>
</section>
<section class="highlighted-project">
<a href="ExcessiveHits.html"> <h2>Excessive Hits</h2>
<div>
<img src="img/ex.jpeg" alt="Featured Project" style="width: 100%; max-width: 600px;"></a>
<p>A collection of over 1000 one-shot drum, bass and chords.</p>
</div>
</section>
<section class="highlighted-project">
<a href="PublicDomainLibrary.html"><h2>Public Domain Library</h2>
<div>
<img src="img/PD.png" alt="Featured Project" style="width: 100%; max-width: 600px;"></a>
<p>A vast collection of public domain, vintage =synthesizer sample libraries.</p>
</div>
</section>
<section class="highlighted-project">
<a href="https://modularsamples.gumroad.com/l/hnwjrr?layout=profile"> <img src="img/Everything.png" alt="The everything collection" style="width: 100%; max-width: 600px;"></a>
</section>
</main>
<footer>
<p>© 2025 modularsamples.com</p>
<p><a href="contact.html">Contact</a> | <a href="policy.html">Policy</a></p>
<div>
<a href="#">Twitter</a> | <a href="#">Facebook</a> | <a href="#">Instagram</a>
</div>
</footer>
</body>
</html>