-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgear.html
81 lines (67 loc) · 2.47 KB
/
gear.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
<!Doctype HTML>
<html lang=en-us>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Faengari</title>
<link rel= stylesheet href=styles.css>
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<a href="index.html"><img id="banner" src="banner.png" alt="banner"></a>
<div><a href="bios.html"><img id="bios" src="bios.png" alt="Bios" height="24" width="24">Bios</a>
<span>|</span>
<a href=gear.html><img class="icon" src="gear.png" alt="Gear" height="24" width="24">Gear</a>
<span>|</span>
<a href=tour.html><img class="icon" src="tour.png" alt="Tour" height="24" width="24">Tour</a>
<span>|</span>
<a href=lyrics.html><img class="icon" src="lyrics.png" alt="Lyrics" height="24" width="24"> Lyrics</a>
<span>|</span>
<a href="music.html" >What we're working on ATM</a>
</div>
<h2><a href="gear_images.html">Gear Images Here</a></h2>
<h2>Nathan's Gear</h2>
<h3>DRUMS</h3>
<p>Zildjian I Series Ride (20 Inch) </p>
<p>Tama Hats and Crash </p>
<p>Wuhan Splash</p>
<p>14" Swingstar snare with an Emperor batter head</p>
<p>12in, 14in, 16in toms with Evans Genera G2 heads </p>
<p>20in kick with Evans Emad2 batter head </p>
<p>Various cymbal stands</p>
<p>PDP Double Kick Pedal</p>
<h3>Stringed Instruments</h3>
<p>Knockoff Kit Super Strat (HSS) with aftermarket pickups</p>
<p>Knockoff P-Bass (Stock pickups)</p>
<h3>Keyboards</h3>
<p>Korg Microkorg</p>
<p>Yamaha CVP35</p>
<h3>Cables, effects, amps, and strings</h3>
<p>Ernie Ball Strings and cables, effects provided by Spark and the Spark 40 Amp, and FIVE BILLION CABLES</p>
<h3>Software</h3>
<p>Ardour</p>
<p>FL Studio Mobile</p>
<p>Audacity</p>
<h2>Hex/Blue's Gear</h2>
<h3>Mics</h3>
<p>Blue Spark SL</p>
<p>iPhone X Mic</p>
<h3>Instruments</h3>
<p>Harmoniica UK-201EQ (Nylon Strings)</p>
<p>Custom Eelctric-acoustic Ukulele with Steel Strings*</p>
<p>A guitar that cannot be named (Not copyright, we literally do NOT know the name of it!)</p>
<p>Young-Chang Upright Piano with a funky issue on the mute pedal</p>
<p>Williams Electric Piano*</p>
<p>Artiphon Instrument One*</p>
<p>Freedrum FD1 v1*</p>
<h3>Amps and Effects</h3>
<p>Fender Acustasonic Tm-15 Amp</p>
<p>Boss Me-33 Effects Pedal</p>
<p>Akai LPD8 Drumpad*</p>
<h3>Software</h3>
<p>Audacity</p>
<p>Garageband*</p>
<p>Auxy</p>
<em>*Indicates an instrument not currently in use due to GarageBand issues.</em>
<footer>Copyright (C) Fengari 2023 ---- JOIN OUR DISCORD! <a href=https://discord.gg/CbTQPNGjBM>Discord Link</a></footer>
</body>
</html>