-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreeze.html
76 lines (75 loc) · 3.87 KB
/
breeze.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
<!DOCTYPE html>
<html lang="en">
<head>
<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=Aldrich&family=Saira:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sponzi</title>
<link href="style.css" rel="stylesheet"/>
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
</head>
<body>
<div class="background">
<img class="background-left" src="images/stars.png">
<img class="background-right" src="images/stars.png">
</div>
<div class="left-bar">
<div class="sticky-container">
<h1 class="title-bar"><a href="index.html">sponzi</a></h1>
<img class="profile-pic" src="images\telescopic pfp.png">
<p>Lauro Borges</p>
<ul class="social-links">
<a href="https://www.youtube.com/@sponzimusic" target="_blank"><li><img src="images/icons8-youtube.svg">YouTube</li></a>
<hr>
<a href="https://sponzi.bandcamp.com/" target="_blank"><li><img src="images/icons8-bandcamp.svg">Bandcamp</li></a>
<hr>
<a href="https://open.spotify.com/artist/1d6HkR5OZlMk734T2gIjAz?si=_FwvslgPRLKbPCbcH6I3Dg" target="_blank"><li><img src="images/icons8-spotify.svg">Spotify</li></a>
<hr>
<a href="https://soundcloud.com/sponzi" target="_blank"><li><img src="images/icons8-soundcloud.svg">SoundCloud</li></a>
<hr>
<a href="https://x.com/sponzimusic" target="_blank"><li><img src="images/icons8-twitter.svg">Twitter</li></a>
<hr>
<a href="https://bsky.app/profile/sponzi.bsky.social" target="_blank"><li><img src="images/icons8-bluesky.svg">Bluesky</li></a>
</ul>
</div>
</div>
<div class="right-side">
<div class="top-bar">
<div class="categories">
<a href="index.html">Showcase</a>
<a href="music.html">Music</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="right-bar">
<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/bWbcfvCBvng?rel=0" allowfullscreen></iframe>
</div>
<div class="showcase-info">
<h2 class="showcase-title">Breeze</h2><h2 class="showcase-date">Nov 3, 2023</h2>
</div>
<hr>
<div class="profile-container" style="margin-top: 30px">
<div class="sidebar" style="background-color: #2c50b7"></div>
<img src="images/erkfir_pfp.webp" class="profile-pfp">
<div class="profile-description">
<p class="profile-description-text">Artwork by <b>Erkfir</b></p>
<div class="profile-socials-container">
<a href="https://x.com/erkfir" target="_blank"><img src="images/icons8-twitter.svg"></a>
<a href="https://www.instagram.com/erkfir" target="_blank"><img src="images/icons8-instagram.svg" id="instagram"></a>
</div>
</div>
</div>
<a href="https://erkfir.com/" target="_blank" style="color: rgb(200, 200, 200)">erkfir.com</a>
<div class="description-wrapper">
</div>
<footer>
<hr>
<p class="website-credit">Website by sponzi</p><p class="icons-credit">Social media icons by <a href="https://icons8.com/icons" target="_blank">Icons8</a></p>
</footer>
</div>
</div> <!--right-side-->
</body>
</html>