-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
259 lines (247 loc) · 9.28 KB
/
software.html
File metadata and controls
259 lines (247 loc) · 9.28 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="img/site_icon.jpg" />
<title>Mike Quigley</title>
</head>
<body>
<header class="container">
<div class="row">
<h1 id="site-title" class="col-sm-4">
<a href="index.html">MIKE QUIGLEY</a>
</h1>
<nav class="col-sm-8">
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://quig.art" target="_blank">Art</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" href="#">Archive</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="album-art.html">Album Art</a>
<a class="dropdown-item" href="posters.html">Show Posters</a>
<a class="dropdown-item" href="misc.html">Misc.</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="audio.html">Audio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="software.html">Dev</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="container" id="portfolio">
<div class="album py-5 technology">
<h2>Audio Programming</h2>
<div class="row">
<!-- AUDIO PROGRAMMING -->
<!-- Toneblocks -->
<div class="col-md-4">
<a href="/toneblocks">
<div class="card mb-12 text-center">
<h5><strong>Toneblocks</strong></h5>
<div class="row justify-content-md-center">
<img width="50%" src="../img/tb.png" />
</div>
<p>musical creative coding environment</p>
</div>
</a>
</div>
<!-- SimpleEQ -->
<div class="col-md-4">
<a href="https://github.com/mdquigley/simpleeq">
<div class="card mb-12 text-center">
<h5><strong>SimpleEQ</strong></h5>
<div class="row justify-content-md-center">
<img width="70%" src="../img/simpleeq.gif" />
</div>
<p>C++ & JUCE audio plugin</p>
</div>
</a>
</div>
<!-- Mirror Music -->
<div class="col-md-4">
<a href="blog/posts/mirror-music">
<div class="card mb-12 text-center">
<h5><strong>Mirror Music</strong></h5>
<div class="row justify-content-md-center">
<img
class="mirror-music"
src="../img/mirror-music.png"
width="80%"
/>
</div>
<p>interactive camera-based synthesizer</p>
</div>
</a>
</div>
<!-- FUNCH -->
<div class="col-md-4">
<a href="blog/posts/funch">
<div class="card mb-12 text-center">
<h5><strong>FUNCH</strong></h5>
<div class="row justify-content-md-center">
<img
src="https://github.com/mdquigley/funch/raw/master/screenshots/funch-01.png"
width="60%"
/>
</div>
<p>audio effects processing</p>
</div>
</a>
</div>
<!-- Visual Feedback -->
<div class="col-md-4">
<a href="blog/posts/visual-feedback-in-a-laptop-instrument">
<div class="card mb-12 text-center">
<h5><strong>Visual Feedback</strong></h5>
<div class="row justify-content-md-center">
<img src="../img/visual-feedback.png" width="60%" />
</div>
<p>crossmodal feedback in a laptop instrument</p>
</div>
</a>
</div>
<!-- Zone Out -->
<div class="col-md-4">
<a href="blog/posts/zone-out">
<div class="card mb-12 text-center">
<h5><strong>Zone Out</strong></h5>
<div class="row justify-content-md-center">
<img src="../img/zone-out.png" width="60%" />
</div>
<p>generative ambient music written in java</p>
</div>
</a>
</div>
</div>
</div>
<h2>Web Development & Design</h2>
<div class="row">
<!-- WEB DEVELOPMENT & DESIGN -->
<!-- Invisible Hands -->
<div class="col-md-4">
<a
href="https://apps.apple.com/us/app/invisible-hands/id1545135201"
>
<div class="card mb-12 text-center">
<h5><strong>Invisible Hands</strong></h5>
<div class="row justify-content-md-center">
<img width="60%" src="../img/invisible-hands.png" />
</div>
<p>React Native & TypeScript mobile dev</p>
</div>
</a>
</div>
<!-- Get To The Gig -->
<div class="col-md-4">
<a href="blog/posts/get-to-the-gig/">
<div class="card mb-12 text-center">
<h5><strong>Get To The Gig</strong></h5>
<div class="row justify-content-md-center">
<img width="60%" src="../img/gttg.png" />
</div>
<p>browser-based musical quest game</p>
</div>
</a>
</div>
<!-- Bandname -->
<div class="col-md-4">
<a href="/bandname">
<div class="card mb-12 text-center">
<h5><strong>Bandname</strong></h5>
<div class="row justify-content-md-center">
<!-- <img width="55%" src="../img/bandname.png" /> -->
<img width="75%" src="../img/bandname.gif" />
</div>
<p>Bandcamp subdomain lookup</p>
</div>
</a>
</div>
<!-- washerfacts.com -->
<div class="col-md-4">
<a href="https://washerfacts.com" target="_blank">
<div class="card mb-12 text-center washerfacts">
<h5><strong>washerfacts.com</strong></h5>
<div class="row justify-content-md-center">
<img src="../img/washerfacts.png" width="60%" />
</div>
<p>web design</p>
</div>
</a>
</div>
<!-- macro-sound.com -->
<div class="col-md-4">
<a href="https://macro-sound.com" target="_blank">
<div class="card mb-12 text-center washerfacts">
<h5><strong>macro-sound.com</strong></h5>
<div class="row justify-content-md-center">
<img src="../img/macro.png" width="70%" />
</div>
<p>web design</p>
</div>
</a>
</div>
<!-- FCC Front End -->
<div class="col-md-4">
<a href="/fcc-frontend">
<div class="card mb-12 text-center">
<h5><strong>Front End Projects</strong></h5>
<div class="row justify-content-md-center">
<img width="60%" src="../img/calc.png" />
</div>
<p>React & Sass web dev</p>
</div>
</a>
</div>
</div>
</section>
<footer class="container">
<div class="row">
<p class="col-sm-12 text-center">© Mike Quigley <script>document.write(/\d{4}/.exec(Date())[0])</script>
</p>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"
></script>
</body>
</html>