-
Notifications
You must be signed in to change notification settings - Fork 0
/
gear_images.html
38 lines (38 loc) · 1.54 KB
/
gear_images.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
<!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>Nathan's Gear (Images)</h2>
<figure>
<img class="gear"d src="images/drums.jpg" alt="The kit of destiny!">
<figcaption>The kit of destiny</figcaption>
</figure>
<figure>
<img class="gear"" src="images/strings.jpg" alt="A photo of a strat-style HSS electric guitar and a preci-style bass.">
<figcaption>The Bass of Ace, and the Guitar of Dreams</figcaption>
</figure>
<figure>
<br>
<img class="gear" src="images/Keys.jpg" alt="A (VERY BLURRY) photo of my keyboards and my amp">
<figcaption>The Amp of THUNDERS, and the keyboards of fire and rain</figcaption>
</figure>
<br>
<footer>Copyright (C) Fengari 2023 ---- JOIN OUR DISCORD! <a href="https://discord.gg/CbTQPNGjBM">Discord Link</a></footer>
</body>
</html>