-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio-programs.html
More file actions
100 lines (96 loc) · 4.03 KB
/
Copy pathaudio-programs.html
File metadata and controls
100 lines (96 loc) · 4.03 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Audio Programs</title>
<meta name="description" content>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<a href="index.html">
<p>GDR</p>
</a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contributing.html">Contribute</a></li>
</ul>
</header>
<main>
<h1 class="std_header">Audio/Music Programs</h1>
<p class="std_desc">Create your sound</p>
<ul id="content_list">
<li class="fade_up">
<a href="https://www.tracktion.com/products/waveform-free"
target="_blank">
<img src="assets/images/waveform-logo.png"
alt="waveform-logo">
</a>
<div>
<a
href="https://www.tracktion.com/products/waveform-free"
target="_blank"><h2>Waveform Free</h2></a>
<p>Free and unlimited DAW</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://www.reaper.fm/" target="_blank">
<img src="assets/images/reaper-logo.png"
alt="reaper-logo">
</a>
<div>
<a href="https://www.reaper.fm/"
target="_blank"><h2>Reaper</h2></a>
<p>DAW with flexible feature set</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://www.audacityteam.org/" target="_blank">
<img src="assets/images/audacity-logo.png"
alt="audacity-logo">
</a>
<div>
<a href="https://www.audacityteam.org/"
target="_blank"><h2>Audacity</h2></a>
<p>Open source audio editing and recording app</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://www.ocenaudio.com/" target="_blank">
<img src="assets/images/ocenaudio-logo.png"
alt="ocenaudio-logo">
</a>
<div>
<a href="https://www.ocenaudio.com/"
target="_blank"><h2>ocenaudio</h2></a>
<p>Easy to use and fast audio editor</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://www.beepbox.co/" target="_blank">
<img src="assets/images/beepbox-logo.png"
alt="beepbox-logo">
</a>
<div>
<a href="https://www.beepbox.co/"
target="_blank"><h2>BeepBox</h2></a>
<p>Online tool for sketching and sharing instrumental
music</p>
</div>
</li>
</ul>
</main>
</body>
</html>