-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 2.14 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap">
<title>Birds Of Vale</title>
</head>
<body>
<header>
<nav class="social">
<a href="https://open.spotify.com/artist/5JDklELUGxgEth1DwQF7M6?si=tgAGnE-7SuiZdediUe0W8g" class="fa fa-spotify"></a>
<a href="https://www.instagram.com/birds_of_vale/" class="fa fa-instagram"></a>
<a href="https://www.facebook.com/birdsofvale" class="fa fa-facebook"></a>
</nav>
</header>
<section class="top-photo-container">
<img src="./assets/birds-of-vale.png">
<img src="./assets/onstage.png">
</section>
<section class="middle-photo-container">
<iframe
style="border-radius:12px"
class="album"
src="https://open.spotify.com/embed/album/6kGv0szq0249kmTULmjQ3Z?utm_source=generator&theme=0"
frameBorder="0"
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</section>
<iframe
class="youtube"
style="border-radius:12px"
src="https://www.youtube.com/embed/jb5i5P9xAWY?si=Rn_6mF3YJO2MHTCT"
frameborder="0"
loading="lazy"
allow="accelerometer; encrypted-media; gyroscope; fullscreen"
allowfullscreen>
</iframe>
<section class="bottom-photo-container">
<img src="./assets/beautiful-girl.png" class="half-width">
<img src="./assets/devil-in.png" class="half-width">
</section>
<footer>
<p>© 2024 Birds of Vale. All rights reserved.</p>
</footer>
</body>
</html>