-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (51 loc) · 2.2 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>The BadarBOX | About</title>
<meta name="description" content="This is the description">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="store.html">STORE</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</nav>
<h1 class="band-name band-name-large">The BadarBOX</h1>
</header>
<section class="content-section container">
<h2 class="section-header">ABOUT</h2>
<img class="about-band-image" src="Images/">
<p></p>
<p>Content Credit: <a style="color: blue;" href="https://en.wikipedia.org/wiki/The_Music">https://en.wikipedia.org/wiki/The_Music</a>
</p>
<p>Image Credit: <a style="color: blue;" href="https://www.pinterest.co.uk/pin/279997301812317609/">www.pinterest.co.uk</a></p>
<p>Image Credit: <a style="color: blue;" href="https://www.pinterest.co.uk/pin/279997301812317609/">www.pinterest.co.uk</a></p>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="band-name">The BadarBOX</h3>
<ul class="nav footer-nav">
<li>
<a href="https://www.youtube.com" target="_blank">
<img src="Images/YouTube Logo.png">
</a>
</li>
<li>
<a href="https://www.spotify.com" target="_blank">
<img src="Images/Spotify Logo.png">
</a>
</li>
<li>
<a href="https://www.facebook.com" target="_blank">
<img src="Images/Facebook Logo.png">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>