-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (470 loc) · 27.8 KB
/
index.html
File metadata and controls
528 lines (470 loc) · 27.8 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
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!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" />
<title>RØDE</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<nav class="py-2 ">
<div class="flex justify-between lg:border-b-[0.25px] lg:border-[#dedfe0] py-1 flex-wrap">
<div class="flex gap-2 items-center pl-4 md:pl-[90px] lg:pl-[130px]">
<svg width="13" height="18" viewBox="0 0 13 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M6.49992 0.557373C3.20963 0.557373 0.537109 3.22533 0.537109 6.49236C0.537109 11.0063 6.49992 17.4359 6.49992 17.4359C6.49992 17.4359 12.4627 11.0063 12.4627 6.49236C12.4627 3.22533 9.79021 0.557373 6.49992 0.557373Z"
stroke="#484848" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
<path
d="M6.50048 9.7315C8.28058 9.7315 9.72362 8.23449 9.72362 6.38784C9.72362 4.54119 8.28058 3.04419 6.50048 3.04419C4.72039 3.04419 3.27734 4.54119 3.27734 6.38784C3.27734 8.23449 4.72039 9.7315 6.50048 9.7315Z"
stroke="#484848" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<h5 class="text-black-900 lg:text-[#6b6b6b] text-[#6b6b6b] lg:text-[13px] md:text-[20px] text-[13px]">
EN
</h5>
<!-- <i class="fa-solid fa-caret-down w-1"></i>
<i class="fa-duotone fa-caret-down"></i> -->
</div>
<div class="pr-[130px] hidden lg:block">
<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M12.4023 5.21899C12.4023 2.88051 10.4828 1 8.07994 1C5.67702 1 3.76465 2.88051 3.76465 5.21899C3.76465 7.52973 5.68413 9.41023 8.08704 9.41023C10.49 9.41023 12.4023 7.52973 12.4023 5.21899Z"
stroke="#484848" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
<path
d="M1.14071 16.488C0.643067 17.6746 1.52461 19 2.85403 19H13.3117C14.6411 19 15.5226 17.6746 15.025 16.488C13.724 13.4626 11.1007 11.4155 8.0793 11.4155C5.04367 11.4155 2.41326 13.4626 1.14071 16.488Z"
stroke="#484848" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="lg:hidden">
<svg version="1.1" id="Rode_Logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 792.9 220.2" xml:space="preserve" style="height: 24px">
<g>
<path d="M179.8,69.2c0-39.4-38.8-63.6-74.9-63.6H0v208.7h62.8V113.4l48.4,99.2l0.8,1.5h71.3l-49.8-87.8
C162.2,118.2,179.8,96.5,179.8,69.2z M62.8,35.8h18.4c20,0,34,14.2,34,34.4c0,29.2-16.7,35-45.7,35h-6.9V35.8H62.8z">
</path>
<polygon points="717,181.1 717,123.8 785.4,123.8 785.4,90.5 717,90.5 717,39 789,39 789,5.6 654.3,5.6 654.3,214.3 792.9,214.3
792.9,181.1 "></polygon>
<path d="M525.4,5.6H433v208.7h101.9c62.5,0,102.8-39.4,102.8-100.5C637.4,51.1,590.3,5.6,525.4,5.6z M572.6,105.5
c0,38.8-15.4,80.1-58.8,80.1h-20.9V34.2h18.8C553.8,34.2,572.6,70,572.6,105.5z"></path>
<path d="M410.8,19.6L393.3,2.1l-21.5,21.5C353,8.9,328.8,0,302.3,0C240,0,191.4,48.3,191.4,110c0,26.7,9.2,50.9,24.6,69.8
l-21.1,21.1l17.5,17.5l21.3-21.3c18.8,14.4,42.5,23.1,68.6,23.1c62.3,0,110.9-48.2,110.9-109.9c0-26.3-8.8-50.2-23.8-68.8
L410.8,19.6z M302.4,27.3c19.4,0,30.7,12.7,37.3,28.6l-81.5,81.5c-1.5-10.4-1.9-20.4-1.9-27.5C256.3,85.2,260.9,27.3,302.4,27.3z
M346.6,83.8c1.3,10,1.7,19.2,1.7,26.1c0,24.8-4.4,82.6-46.1,82.6c-19,0-30.2-12.1-36.9-27.7L346.6,83.8z"></path>
</g>
</svg>
</div>
<div class="lg:hidden pr-4 md:pr-[90px] lg:pr-[130px]">
<svg data-v-084759c0="" width="27" height="27" viewBox="0 0 27 27" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M10.4629 20.0231C15.6892 20.0231 19.9259 15.7646 19.9259 10.5115C19.9259 5.25846 15.6892 1 10.4629 1C5.2367 1 1 5.25846 1 10.5115C1 15.7646 5.2367 20.0231 10.4629 20.0231Z"
stroke="#484848" stroke-width="2" stroke-miterlimit="10"></path>
<path d="M17.6455 17.6025L26.0002 26.0001" stroke="#484848" stroke-width="2" stroke-miterlimit="10"
stroke-linecap="round"></path>
</svg>
</div>
</div>
<div class="hidden lg:flex px-[130px] justify-between py-7">
<svg version="1.1" id="Rode_Logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 792.9 220.2" xml:space="preserve" style="height: 24px">
<g>
<path d="M179.8,69.2c0-39.4-38.8-63.6-74.9-63.6H0v208.7h62.8V113.4l48.4,99.2l0.8,1.5h71.3l-49.8-87.8
C162.2,118.2,179.8,96.5,179.8,69.2z M62.8,35.8h18.4c20,0,34,14.2,34,34.4c0,29.2-16.7,35-45.7,35h-6.9V35.8H62.8z">
</path>
<polygon points="717,181.1 717,123.8 785.4,123.8 785.4,90.5 717,90.5 717,39 789,39 789,5.6 654.3,5.6 654.3,214.3 792.9,214.3
792.9,181.1 "></polygon>
<path d="M525.4,5.6H433v208.7h101.9c62.5,0,102.8-39.4,102.8-100.5C637.4,51.1,590.3,5.6,525.4,5.6z M572.6,105.5
c0,38.8-15.4,80.1-58.8,80.1h-20.9V34.2h18.8C553.8,34.2,572.6,70,572.6,105.5z"></path>
<path d="M410.8,19.6L393.3,2.1l-21.5,21.5C353,8.9,328.8,0,302.3,0C240,0,191.4,48.3,191.4,110c0,26.7,9.2,50.9,24.6,69.8
l-21.1,21.1l17.5,17.5l21.3-21.3c18.8,14.4,42.5,23.1,68.6,23.1c62.3,0,110.9-48.2,110.9-109.9c0-26.3-8.8-50.2-23.8-68.8
L410.8,19.6z M302.4,27.3c19.4,0,30.7,12.7,37.3,28.6l-81.5,81.5c-1.5-10.4-1.9-20.4-1.9-27.5C256.3,85.2,260.9,27.3,302.4,27.3z
M346.6,83.8c1.3,10,1.7,19.2,1.7,26.1c0,24.8-4.4,82.6-46.1,82.6c-19,0-30.2-12.1-36.9-27.7L346.6,83.8z"></path>
</g>
</svg>
<ul class="list-none uppercase flex gap-[60px]">
<li>products</li>
<li>user guides</li>
<li>solutions</li>
<li>apparel</li>
<li>support</li>
</ul>
<svg data-v-084759c0="" width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.4629 20.0231C15.6892 20.0231 19.9259 15.7646 19.9259 10.5115C19.9259 5.25846 15.6892 1 10.4629 1C5.2367 1 1 5.25846 1 10.5115C1 15.7646 5.2367 20.0231 10.4629 20.0231Z"
stroke="#484848" stroke-width="2" stroke-miterlimit="10"></path>
<path d="M17.6455 17.6025L26.0002 26.0001" stroke="#484848" stroke-width="2" stroke-miterlimit="10"
stroke-linecap="round"></path>
</svg>
</div>
</nav>
<!-- bg -->
<!---------------------------------- Rode caster pro ---------------------------------->
<section
class="bg-black lg:bg-[url('https://edge.rode.com/images/page/1/modules/5813/rode-rodecaster-pro-II-home-page-1920x700-rgb.jpg')] bg-cover bg-no-repeat lg:h-[100vh] w-[100%] bg-center flex items-center justify-center flex-wrap">
<!-- contain -->
<div class="w-[100%] lg:w-[50%] ">
<img src="https://rodeui.netlify.app/assets/rode-rodecaster-pro-II-home-page-800x700-rgb.jpg"
class=" lg:hidden w-[100%]">
</div>
<div class="w-[100%] lg:w-[50%] bg-black lg:bg-none lg:bg-transparent text-center px-2 ">
<img src="https://edge.rode.com/images/page/1/modules/5813/RODECasterProII_PL_PI_01.svg" alt=""
class=" w-[90%] lg:w-[600px] block text-center m-auto " />
<h3 class="text-white text-[1.5rem] w-[100%] my-2">The Revolution Is Here</h3>
<p class="w-[100%] text-[hsla(0,0%,100%,.5)] my-2 ">
The RØDECaster Pro II is the world's most powerful all-in-one audio
solution for streamers, podcasters, musicians, and creators. Take your
content to the next level.
</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</section>
<!---------------------------------- NTH-100 ---------------------------------->
<section class="">
<div
class="hidden md:flex rode-nt-usb-mini-webheader-1920x700-rgb%20 bg-[url('https://edge.rode.com/images/page/1/modules/5873/rode-nth100-lifestyle-insitu-female-looking-down-grey-1920x700-rgb.jpg')] bg-cover bg-no-repeat bg-center h-[100vh] items-center justify-center ">
<div class="w-[100%] md:w-[50%] px-5">
<img src="https://edge.rode.com/images/page/1/modules/5873/NTH-100_PL_P_RGB_01.svg" alt=""
class="w-[500px] md:w-[800px] m-auto block ">
<p class="py-5 text-center">Your Search For The Perfect Headphones Is Over</p>
<p class="text-[rgba(0,0,0,.5)]">Experience sound like never before with the NTH-100s. Exceptional sonic
performance, superior comfort and iconic looks that inspires creativity.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
<div class=" hidden md:block w-[100%] md:w-[50%]">
</div>
</div>
<!-- --------------------------- Mobile ----------------------------- -->
<div class="md:hidden w-[100%] my-[100px] ">
<img src="https://edge.rode.com/images/page/1/modules/5873/NTH-100_PL_P_RGB_01.svg" alt=""
class="w-[800px] m-auto block ">
<div class="mx-10">
<p class="py-5 text-center text-[2rem]">Your Search For The Perfect Headphones Is Over</p>
<p class="text-[rgba(0,0,0,.5)]">Experience sound like never before with the NTH-100s. Exceptional sonic
performance, superior comfort and iconic looks that inspires creativity.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
</section>
<!---------------------------------- NT-USB y ---------------------------------->
<section>
<div
class=" hidden md:flex md:bg-[url('https://rodeui.netlify.app/assets/rode-nt-usb-webheader-v7-1920x700-rgb.jpg')] h-[100vh] bg-cover bg-no-repeat bg-center flex flex-wrap items-center justify-center ">
<div class=" md:w-[50%] ">
</div>
<div class="w-[50%] lg:text-center m-auto ">
<img src="https://rodeui.netlify.app/assets/NT-USB_PL_P_01.svg" alt="" class="w-[500px] md:w-[800px] m-auto ">
<p class="text-[1.5rem] text-center ">Studio-Quality Recording, Made Simple</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] m-auto">The NT-USB is a studio-quality USB condenser microphone
that offers impeccable audio, elegant looks and premium features, all in an easy-to-use form factor, the
NT-USB will have you sounding like a pro in seconds.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
<!-- -------------------- Mobile -------------------------- -->
<div class="md:hidden ">
<img src="https://rodeui.netlify.app/assets/rode-nt-usb-webheader-v7-800x700-rgb.jpg" alt="" class="w-[100%] ">
<div class=" px-10 my-[100px]">
<img src="https://rodeui.netlify.app/assets/NT-USB_PL_P_01.svg" alt="" class="w-[800px] m-auto ">
<p class="text-[2rem] text-center ">Studio-Quality Recording, Made Simple</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] m-auto">The NT-USB is a studio-quality USB condenser microphone
that
offers impeccable audio, elegant looks and premium features, all in an easy-to-use form factor, the NT-USB
will
have you sounding like a pro in seconds.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
</section>
<!---------------------------------- PODMIC ---------------------------------->
<section>
<div
class=" hidden md:flex bg-[url('https://rodeui.netlify.app/assets/rode-podmic-webheader-1920x700-rgb.jpg')] h-[100vh] bg-cover bg-no-repeat bg-center flex-wrap items-center justify-center py-8">
<div class="w-[100%] md:w-[50%] my-8 ">
<img src="https://rodeui.netlify.app/assets/PodMic_black01.svg" class="md:hidden" alt="">
<img src="https://rodeui.netlify.app/assets/PodMic_PL_PI_01.svg" alt=""
class="hidden md:block w-[500px] md:w-[800px] m-auto ">
<p class="text-[1.5rem] text-white w-[100%] text-center my-4">Broadcast-grade Dynamic Microphone</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] text-center m-auto ">Give your voice that rich, broadcast sound
with
the PodMic. Perfect for livestreaming, voice-over, podcasting and gameplay.
</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
<div class="w-[100%] md:w-[50%] ">
</div>
</div>
<!-- ---------------------------- Mobile -------------------------------------- -->
<div class=" md:hidden w-[100%] md:w-[50%] my-8 ">
<img src="https://rodeui.netlify.app/assets/rode-podmic-webheader-800x700-rgb-(2).jpg" class="md:hidden block">
<div class="my-10 ">
<img src="https://rodeui.netlify.app/assets/PodMic_black01.svg" class="md:hidden" alt="">
<p class="text-[2rem] text-black w-[100%] text-center my-4">Broadcast-grade Dynamic Microphone</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] text-center m-auto ">Give your voice that rich, broadcast sound
with
the PodMic. Perfect for livestreaming, voice-over, podcasting and gameplay.
</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
</section>
<!---------------------------------- WIRELESS GO ---------------------------------->
<section>
<div
class="hidden md:flex bg-[url('https://edge.rode.com/images/page/1/modules/314/WIGOII-WEBHEADER-02.jpg')] bg-cover bg-center h-[100vh] bg-no-repeat flex-wrap items-center justify-center">
<div class="w-[100%] md:w-[50%]">
</div>
<div class="w-[100%] md:w-[50%]">
<img src="https://edge.rode.com/images/page/1/modules/314/WIGO_II_PL_PI_01.svg" alt=""
class="hidden md:block w-[500px] md:w-[800px]">
<img src="https://edge.rode.com/images/page/1/modules/314/WIGO_II_PL_P_01_web-top-padding-01.svg" alt=""
class=" md:hidden">
<p class="text-[1.5rem] text-white w-[100%] text-center my-4">Next Generation Wireless Audio</p>
<p class="text-[hsla(0,0%,100%,.5)] md:w-[400px] text-center m-auto">The Wireless GO II is the world’s most
powerful and versatile wireless microphone. With an unparalleled feature set and ultra-compact form factor,
this
is next generation wireless audio for every creator.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
<!-- ------------------------- Mobile ----------------------- -->
<div class="md:hidden ">
<img src="https://edge.rode.com/images/page/1/modules/314/rode-wigo2-web-header-800x700.jpg" alt=""
class="block md:hidden">
<div class="w-[100%] md:w-[50%] my-[100px]">
<img src="https://edge.rode.com/images/page/1/modules/314/WIGO_II_PL_P_01_web-top-padding-01.svg" alt=""
class=" md:hidden">
<div class="px-10 my-[100px]">
<p class="text-[2rem] text-black w-[100%] text-center my-4">Next Generation Wireless Audio</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] text-center m-auto">The Wireless GO II is the world’s most
powerful and versatile wireless microphone. With an unparalleled feature set and ultra-compact form factor,
this
is next generation wireless audio for every creator.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
</div>
</section>
<!---------------------------------- NT-USB MINI ---------------------------------->
<section class="">
<div
class="hidden md:flex bg-[url('https://edge.rode.com/images/page/1/modules/5303/rode-nt-usb-mini-webheader-1920x700-rgb%20(2).jpg')] h-[100vh] bg-cover bg-center bg-no-repeat flex-wrap items-center justify-center">
<div class="w-[100%] md:w-[50%] ">
<img src="https://edge.rode.com/images/page/1/modules/5303/NT-USB_Mini_PL_PI_01.svg"
class="w-[500px] md:w-[800px]" alt="">
<p class="text-[1.5rem] text-white w-[100%] text-center my-4">Compact Sound, Incredibly Powerful</p>
<p class="text-[hsla(0,0%,100%,.5)] md:w-[400px] text-center m-auto">The NT-USB Mini brings pristine studio
sound
to a compact USB microphone, and with RØDE Connect unlocking more power, more features and more control, it’s
the perfect recording solution for podcasters, gamers and streamers.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
<div class="w-[100%] md:w-[50%]">
</div>
</div>
<!-- ------------------ Mobile ------------------------ -->
<div class=" md:hidden w-[100%] md:w-[50%] ">
<img src="https://rodeui.netlify.app/assets/NT-Usb-mini-mobile.jpg" alt="">
<img src="https://rodeui.netlify.app/assets/NT-USB_Mini_PL_P_01_web-top-padding-01.svg" class="w-[800px]" alt="">
<div class="px-10 my-[100px]">
<p class="text-[1.5rem] text-black w-[100%] text-center my-4">Compact Sound, Incredibly Powerful</p>
<p class="text-[rgba(0,0,0,.5)] md:w-[400px] text-center m-auto">The NT-USB Mini brings pristine studio sound
to a compact USB microphone, and with RØDE Connect unlocking more power, more features and more control, it’s
the perfect recording solution for podcasters, gamers and streamers.</p>
<div class="flex items-center gap-4 justify-center my-6">
<p class=" text-[#ad9970]">Learn More <i class="fa-solid fa-angle-right"></i></p>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold">Buy
now</i> </a>
</div>
</div>
</div>
</section>
<!---------------------------------- Explore The RØDE Range ---------------------------------->
<section>
<h3 class="text-[#767676] text-[2rem] text-center">Explore The RØDE Range</h3>
<div class="relative my-4 ">
<a href="">
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5357%2Fmicrophones-module-1200x300-rgb.png"
class="m-auto" alt="">
<div></div>
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5364%2Fmicrophones-text.svg" alt=""
class="absolute top-[50%] ">
</a>
</div>
<div class="relative my-4 ">
<a href="">
<img src="https://rode.com/assets/images%2Fpage%2F1%2Fmodules%2F5359%2Finterfaces-module-2022-1200x300-rgb.jpg"
class="m-auto" alt="">
<div></div>
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5366%2Finterfaces-text.svg" alt=""
class="absolute top-[50%] ">
</a>
</div>
<div class="relative my-4 ">
<a href="">
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5361%2Fsoftware-module-2021-1200x300-rgb.png"
class="m-auto" alt="">
<div></div>
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5365%2Fsoftware-text.svg" alt=""
class="absolute top-[50%] ">
</a>
</div>
<div class="relative my-4 ">
<a href="">
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5370%2Faccessories-module-2021-1200x300-rgb.png"
class="m-auto" alt="">
<div></div>
<img src="https://edge.rode.com/images%2Fpage%2F1%2Fmodules%2F5368%2Faccessories-text.svg" alt=""
class="absolute top-[50%] ">
</a>
</div>
</section>
<h3 class="text-[2.5rem] text-center font-bold text-[#ad9970]">Latest From The RØDE Blog</h3>
<!-- blog post -->
<section class="bg-[#f8f9fa] py-[70px] flex flex-wrap ">
<div class="w-[90%] md:w-[500px] lg:w-[600px] xl:w-[800px] m-auto text-center bg-white my-10">
<h5 class="text-[2rem]">XLR vs USB Microphones: Which is Best for You?</h5>
<img src="https://edge.rode.com/images/page/1/modules/6540/thumbnail2.jpg"
class="w-[100%] xl:w-[800px] md:w-[500px] lg:w-[800px] m-auto" alt="">
<div class="py-[40px]">
<p class="">We explore the differences between XLR and USB microphones, the advantages of each and which type is
best
suited to your needs.</p>
<a href=""
class=" mt-10 block my-5 bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold text-[1rem] w-[200px] m-auto">LEARN
MORE</i> </a>
</div>
</div>
<div class="w-[90%] md:w-[500px] lg:w-[600px] xl:w-[800px] m-auto text-center bg-white my-10">
<h5 class="text-[2rem]">The Difference Between Large-Diaphragm and Small-Diaphragm Condenser Microphones</h5>
<img src="https://edge.rode.com/images/page/1/modules/6459/thumbnail6.jpeg"
class="w-[100%] md:500px lg:w-[800px] xl:w-[800px] m-auto" alt="">
<div class="py-[40px]">
<p class="">We explore the difference between large- and small-diaphragm condenser microphones, and what each is
best used
for.</p>
<a href=""
class=" mt-10 block my-5 bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold text-[1rem] w-[200px] m-auto">LEARN
MORE</i> </a>
</div>
</div>
<div class="w-[90%] md:[500px] lg:w-[600px] xl:w-[800px] m-auto text-center bg-white my-10">
<h5 class="text-[2rem]">What is a Condenser Microphone and When to Use One</h5>
<img src="https://edge.rode.com/images/page/1/modules/6446/thumbnail.jpg"
class="w-[100%] md:w-[500px] lg:w-[800px] xl:w-[800px] m-auto" alt="">
<div class="py-[40px]">
<p class="">Learn more about the different types of condenser mics, how they work and the best applications for
using them..</p>
<a href=""
class=" mt-10 block my-5 bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold text-[1rem] w-[200px] m-auto">LEARN
MORE</i> </a>
</div>
</div>
<div class="w-[90%] md:[500px] lg:w-[600px] xl:w-[800px] m-auto text-center bg-white my-10">
<h5 class="text-[2rem]">Firmware Version 1.0.7 for the RØDECaster Pro II is Available Now</h5>
<img src="https://edge.rode.com/images/page/1/modules/6413/rode-rodecaster-pro-II-on-black-front-580x509.jpg"
class="w-[100%] xl:w-[800px] md:w-[500px] lg:w-[800px] m-auto" alt="">
<div class="py-[40px]">
<p class="">Firmware version 1.0.7 includes key feature additions, such as custom routing for USB and Bluetooth
outputs,
and more.</p>
<a href=""
class=" mt-10 block my-5 bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold text-[1rem] w-[200px] m-auto">LEARN
MORE</i> </a>
</div>
</div>
</section>
<!-- -------------------- footer --------------------- -->
<footer class="mt-[80px]">
<hr class=" py-10 border-t-[0.5px] border-[#dedfe0] ">
<div class="flex justify-around flex-wrap">
<img src="./images/RODE_logo_142x85_desktop_light_mode.svg" class="m-auto block my-5" alt="">
</div>
<div class="flex justify-between flex-wrap w-[700px] items-center m-auto">
<ul class="list-none text-[1.3rem] my-5">
<li class="font-bold">Products</li>
<li>Microphones</li>
<li>Headphones</li>
<li>Interfaces and Mixers</li>
<li>Accessories</li>
<li>Software</li>
<li>Apparel</li>
</ul>
<ul class="list-none text-[1.3rem] gap-[200px] my-5 ">
<li class="font-bold">Support</li>
<li>Contact RØDE</li>
<li>Service Centre</li>
<li>Warranty</li>
<li>Where to Buy</li>
</ul>
<ul class="list-none text-[1.3rem] my-5">
<li class="font-bold">Company</li>
<li>About RØDE</li>
<li>News and Info</li>
<li>Job Opportunities</li>
<li class="font-bold">Account</li>
<li>Manage your Account</li>
<li>Create Account</li>
</ul>
</div>
<div class="md:w-[100%] ">
<h2 class="text-[1.5rem] text-center my-5 ">Subscribe to our latest news and offers</h2>
<a href=""
class=" bg-[#ad9970] text-white rounded-full px-6 py-[9px] border-[#ad9970] border-[0.5px] hover:bg-white hover:text-[#ad9970] font-bold block w-[150px] text-center m-auto">Buy
now</i> </a>
</div>
</div>
</footer>
</body>
</html>