-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsong covers.html
63 lines (60 loc) · 3.28 KB
/
song covers.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bbjme's website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="icon" href="media/1998 halloween yellow teletubby.jpg">
</head>
<body>
<!-- Navbar -->
<div class="nav">
<div class="container flex">
<label class="logo">bbjme</label>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCAUbIF9g80E6phY1_KUtQeA" target="_blank"
rel="noopener noreferrer"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://soundcloud.com/bbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-soundcloud"></i></a></li>
<li><a href="https://www.instagram.com/officialbbjme/" target="_blank" rel="noopener noreferrer"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/officialbbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.twitch.tv/bbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-twitch"></i></a>
</li>
<li><a href="https://twitter.com/officialbbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://www.tiktok.com/@officialbbjme?lang=en" target="_blank" rel="noopener noreferrer"><i
class="fab fa-tiktok"></i></a></li>
<li><a href="https://www.keakr.com/en/profile/bbjme/keaks" target="_blank" rel="noopener noreferrer"><i
class="fab fa-kaggle"></i></a></li>
</ul>
<ul class="sections">
<li><a href="https://bbjme.com/">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="new-song.html">New Song</a></li>
<li><a href="song-covers.html">Song Covers</a></li>
<!-- <li><a href="albums.html">Albums</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<!-- Video -->
<div class="vidwrapper">
<!-- <h1>Here's a song cover that I performed!</h1> -->
<h1>I currently don't have any content, so here's a song that I like!</h1>
<div class="vidcontainer">
<iframe src="https://www.youtube.com/embed/Ka4BxFizU7I" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</body>
</html>