-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (344 loc) · 14.2 KB
/
index.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
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Studio Moo Moo, Boutique recording and
audio production facility in the north-west of Ireland, Recording studio,
Carrick-On-Shannon, Co. Leitrim">
<meta name="keywords" content="recording studio, Music, Recording, musicians, audio">
<!--Title-->
<title>Studio Moo Moo</title>
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="preconnect" href="https://kit.fontawesome.com/1e7673fa14.js">
<!-- Load the stylesheet that will reference the LCP image. -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Preload the LCP image with a high fetchpriority so it starts loading with the stylesheet. -->
<link rel="preload" fetchpriority="high" as="image" href="assets/images/gallery/stone.webp " type="image/webp">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init({publicKey: "MP4UQC8Sqt-nQvyHM",});
})();
</script>
<script src="jquery-3.7.1.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>head>
<body>
<!--Header-->
<header>
<div id="logo">
<img src="assets/images/SMM_logotext_WHT_THK_TRANS.png" id="image-logo" class="head" alt="Studio Moo Moo Logo">
<a href="index.html" aria-label="Text Logo Studio Moo Moo">
<h1 id="text-logo">Studio<br>Moo Moo</h1>
</a>
<input type="checkbox" id="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label"><i class="fa-solid fa-bars"></i></label>
<nav>
<ul id="menu">
<li><a href="#hero" aria-label="Go to the top of the page." class="active">Home</a></li>
<li><a href="#gallery" aria-label="Go to gallery section.">Gallery</a></li>
<li><a href="#equipment-title" aria-label="Go to the equipment section.">Equipment</a></li>
<li><a href="#contact" aria-label="Go to contact section.">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!--main content-->
<main>
<section id="hero">
<img id="hero-logo" src="assets/images/SMM_logotext_WHT_THK_TRANS.png" alt="Studio Moo Moo Logo">
<h2>BOUTIQUE RECORDING AND AUDIO PRODUCTION FACILITY IN THE NORTH-WEST OF IRELAND</h2>
</section>
<div id="about-us">
<section class="text-container">
<h2>About Us</h2>
<br>
<p>Welcome to Studio Moo Moo, an idyllic recording haven in rural north-west Ireland, just a short drive from
Dublin and Knock international Airport. This 16-track studio, a labour of love by creator Mat Warren, offers a
retreat for intimate songwriting and recording. Its one-room design seamlessly integrates live tracking with
fostering a fluid creative process. Meticulous attention to lighting, decor, and top-notch acoustic design
creates a cozy and inspiring atmosphere. Whether you're a solo artist or a group, Studio Moo Moo provides the
perfect backdrop for your musical journey in the serene landscapes of rural Ireland.
</p>
<br>
</section>
</div>
<div class="divider-image">
<img src="assets/images/gallery/roof1.webp" alt="wooden slatted internal roof">
</div>
<br>
<div id="gallery">
<section class="text-container">
<h2>Gallery</h2>
<p>A selection of images from the studio</p>
<br>
</section>
<div id="gallery-photos">
<img src="assets/images/gallery/cables.webp" alt="Cables stacked on a wall">
<img src="assets/images/gallery/amps.webp" alt="Amplifiers in cordner of room">
<img src="assets/images/gallery/pbass.webp" alt="Bass guitar hanging on wall">
<img src="assets/images/gallery/modular.webp" alt="close up of modular syth rack">
<img src="assets/images/gallery/roof1.webp" alt="detail of wooden roof">
<img src="assets/images/gallery/upsteps.webp" alt="looking up an alternating tread staircase">
<img src="assets/images/gallery/drums.webp" alt="Close up of dark blue drum kit">
<img src="assets/images/gallery/sofa.webp" alt="sofa in upstairs area of studio">
<img src="assets/images/gallery/roof.webp" alt="Detail of wooden studio roof">
<img src="assets/images/gallery/fenderamp.webp" alt="close up of fender amplifier">
</div>
</div>
<!-- Equipment -->
<section class="text-container" id="equipment-title">
<h2>Equipment</h2>
</section>
<section id="equipment">
<div id="equipment-items">
<div>
<h3>Monitoring</h3>
<hr>
<ul>
<li>Neumann KH80 Stereo Pair</li>
<li>Neumann KH805 Subwoofer</li>
<li>Avantone Mono Reference Monitor</li>
<li>JBL Platinum Series "Grotbox" Reference Monitors</li>
<li>Mackie Big Knob Studio Command System</li>
<li>JBL EOS15 with Crown XLi 2500 Power Amp PA System</li>
<li>Multi room referencing system</li>
</ul>
</div>
<div>
<h3>Plugins & Software</h3>
<hr>
<h4>DAW</h4>
<ul>
<li>HP Z420 Workstation</li>
<li>Cockos Reaper</li>
<li>Ableton Suite</li>
<li>Bitwig Studio</li>
<li>Renoise</li>
</ul>
<h4>Plugins</h4>
<ul>
<li>Waves - Selected</li>
<li>Soundtoys 5 Suite</li>
<li>Fabfilter - Selected </li>
<li>Softube Console 1</li>
</ul>
<h4>VST Instruments</h4>
<ul>
<li>uHe Zebra II</li>
<li>uHe Repro</li>
<li>Arturia Pigments</li>
</ul>
<p>And Many More...</p>
</div>
<div>
<h3>Microphones</h3>
<hr>
<h4>Dynamic Microphones</h4>
<ul>
<li>Shure SM7B</li>
<li>Shure SM57</li>
<li>AKG D112 mkII</li>
<li>Beyerdynamic TG-X 48 - Super-Cardiod</li>
<li>Sennheiser e865 - Super Cardiod/li>
<li>Sennheiser MD 421-II - Cardiod</li>
<li>Audix i5 Cardiod</li>
</ul>
<h4>Condensor Microphones</h4>
<ul>
<li>Audio Technica AT2050 - Multi Pattern</li>
<li>Audio Tecnica AT4033a - Cardiod</li>
<li>Oktava MK-012 Stereo Pair with omni, cardiod, Hyper-cardiod and attenuation attachments (Silver)</li>
<li>Oktava MK-012 Single (Black)</li>
</ul>
<h4>Ribbon Microphones</h4>
<ul>
<li>Bumblebee Audio RM6 Pair - Figure 8</li>
</ul>
</div>
<div>
<h3>Instruments</h3>
<hr>
<h4>Guitars</h4>
<ul>
<li>Fender Roadworn '59 Stratocaster</li>
<li>Squier Silver Series Telecaster (1992)</li>
<li>Gibson SG Special - Worn Brown (2012)</li>
<li>Fender Japan P-Bass</li>
</ul>
<h4>Acoustic Stringed Instruments</h4>
<ul>
<li>Taylor Baby Taylor</li>
<li>Nylon String Classical Guitar</li>
<li>Mandolin (No Name)</li>
<li>Violin (No Name)</li>
<li>Various Ukeleles</li>
</ul>
<h4>Keys</h4>
<ul>
<li>M-Audio Keystation 49</li>
<li>John Brinsmead Upright Piano</li>
</ul>
<h4>Drums</h4>
<ul>
<li>Tama Rockstar 80's Japanese 24" Kit</li>
<li>Turkish, Hand lathed Cymbals</li>
<li>Sonar 14"x8" feromanganese Snare (80's) </li>
</ul>
</div>
<div>
<h3>Outboard</h3>
<hr>
<h4>Interface and Preamps</h4>
<ul>
<li>Focusrite Clarett 8pre USB</li>
<li>Behringer Ultragain ADA8200</li>
</ul>
<h4>Processors</h4>
<ul>
<li>Yamaha SPX90 Multi Effects</li>
<li>Lexicon MPX Multi Effects</li>
</ul>
<h4>Effects Pedals</h4>
<ul>
<li>Boss DS-2</li>
<li>Boss SD-1</li>
<li>Boss SD-1 - Tubescreamer Mod</li>
<li>Boss TR-2 Tremelo</li>
<li>Boss BF-2 Flanger</li>
<li>Electro-Harmonix Small Stone Phaser</li>
<p>and many more...</p>
</ul>
</div>
<div>
<h3>Electronics</h3>
<hr>
<h4>Eurorack Modular</h4>
<ul>
<li>Make Noise DPO</li>
<li>Make Noise Maths</li>
<li>Make Noise Morphagene</li>
<li>Instruo Lubadh</li>
<li>Make Noise Mimiophon</li>
<li>Mutable Instruments Plaits</li>
<li>Mutable Instruments Beads</li>
<li>Make noise QPAS</li>
</ul>
<h4>Synths</h4>
<ul>
<li>Elektron Octatrack</li>
<li>Elektron Model Cycles</li>
<li>Behringer Model D</li>
<li>Behringer TD3</li>
<li>Korg Volca FM</li>
</ul>
<h4>Midi Controllers</h4>
<ul>
<li>Ableton Push 2</li>
<li>Novation Launch Control</li>
<li>Novation Zero SL MKII</li>
<li>Arturia Keystep</li>
<li>Softube Console 1</li>
<li>Presonus Faderport</li>
</ul>
</div>
<div>
<h3>Amplifiers and Speaker Cabinets</h3>
<hr>
<h4>Amplifiers</h4>
<ul>
<li>Marshall Vintage Modern Head - 100W</li>
<li>Orange cr120 Solid state Head - 100W</li>
<li>Vox Nighttrain Head - 15W</li>
<li>Fender 62' Reissue Princeton Reverb - 15W</li>
<li>Marshall IBS Bass Combo</li>
</ul>
<h4>Cabinets</h4>
<ul>
<li>Marshall Vintage Modern 2x12 Cabinet</li>
<li>Homemade rear audio deflector 1x12 Cabinet - Celestion Redback</li>
</ul>
</div>
</div>
</section>
<div class="divider-image">
<img src="assets/images/gallery/pbass.webp" alt="Fender Jazz Bass On Stone Wall">
</div>
<section id="contact">
<form id="contact-form" onsubmit="return sendMail(this);">
<h2><i class="fa-solid fa-address-card"></i> Contact Us</h2>
<div>
<p>Get in touch with us if you have any questions. We look forward to hearing from you.</p>
<br>
<h3><i class="fa-solid fa-location-dot"></i> Studio Moo Moo, Curraghmartin, Drumsna, Co Leitrim, N41 Y635</h3>
<br>
<h3><i class="fa-solid fa-phone"></i> +353 894518613</h3>
<br>
</div>
<!--
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScoeLzCM5WSdjwKY7IePpEjtj2_SsKKXDQ5QqdUoM5qJam96A/viewform?embedded=true"
width="100%" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<br>
-->
<label for="first_name">Name</label>
<input type="text" name="name" id="fullname" class="text-input" placeholder="Name"
aria-label="Enter your first name" required>
<br>
<label for="email_address">Email Address</label>
<input type="email" name="emailaddress" id="email_address" class="text-input" placeholder="Email Address"
aria-label="Enter your email address" required>
<br>
<label for="message">Message</label>
<input type="text" name="message" id="message" class="text-input" placeholder="Type your message here..."
aria-label="Enter your message here" required>
<p>By clicking Send I agree that Studio Moo Moo processes my message and personal data in order to contact me
and provide information. I am aware that I have the right to withdraw my consent at any time by sending an
e-mail to [email protected], and that I don’t need to justify my withdrawal. Find further information in
our
Privacy Policy.</p>
<button type="submit" class="send-button" aria-label="Submit your information">Submit</button>
<br>
</form>
</section>
<div>
<iframe title="Google map of studio location"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2953.2193774360244!2d-7.99780362267999!3d53.95126407247096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x485e87007a06a2a7%3A0xfcc852a1ff7d2703!2sStudio%20Moo%20Moo!5e1!3m2!1sen!2sie!4v1702676006888!5m2!1sen!2sie"
id="google-map" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</main>
<!--Footer-->
<footer class="footer">
<div>
<ul id="social-networks">
<li>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://www.youtube.com/" target="_blank" rel="noopener"
aria-label="Visit our Youtube page (opens in a new tab)"><i class="fa-brands fa-youtube"></i></a>
</li>
<li>
<a href="https://www.instagram.com/studio_moomoo/" target="_blank" rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)"><i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
<ul id="footer-text">
<li>Copyright © Studio Moo Moo <span id="copyright"></span></li>
</ul>
</div>
</footer>
<!--Email Form Script-->
<script src="assets/js/sendEmail.js"></script>
<!--Font Awesome Kit-->
<script src="https://kit.fontawesome.com/1e7673fa14.js" crossorigin="anonymous"></script>
<script>$("#copyright").text(new Date().getFullYear());</script>
</body>
</html>