-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeltlikethis.html
94 lines (94 loc) · 5.05 KB
/
feltlikethis.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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/7XFACW0nMUM?si=-bzUk_IARu5SHb4o" allowfullscreen></iframe>
</div>
<div class="showcase-info">
<h2 class="showcase-title">feltlikethis</h2><h2 class="showcase-date">Oct 26, 2024</h2>
</div>
<hr>
<p class="tracklist-title">Single</p>
<ol class="showcase-tracklist">
<li style="list-style-type: none">From Tanger's '<a href="https://www.youtube.com/watch?v=UbouNYelvoo" style="color: white" target="_blank">prefer not to say</a>' album</li>
</ol>
<hr>
<div class="profile-container">
<div class="sidebar" style="background-color: #a2bfa9"></div>
<img src="images/tanger_pfp.jpg" class="profile-pfp">
<div class="profile-description">
<p class="profile-description-text">Collab with <b>Tanger</b></p>
<div class="profile-socials-container">
<a href="https://www.youtube.com/@Tangermusic" target="_blank"><img src="images/icons8-youtube.svg"></a>
<a href="https://linktr.ee/Tangermusic" target="_blank"><img src="images/linktree.svg" id="linktree"></a>
</div>
</div>
</div>
<div class="description-wrapper">
<p>Tanger reached out to me at the same time as Glitch Cat, so we
started this right after I finished Flashpoint. Tanger totally
transformed the original idea that I had and carried a lot of
the project since I was really busy with university classes and
exams (THANKS TANGER!!). She does a quick overview of the project in the video below
(36:07).
</p>
<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/xIJvVSNPnmo?si=6Auibr3pkjNN1-SM&start=2167" allowfullscreen></iframe>
</div>
<p class="description-text">
It was really cool to be a part of this huge album and there are
some seriously incredible songs on there. Tanger did all the art
by the way! That's crazy.
</p>
</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>