-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 4.87 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
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
95
96
97
98
99
100
<!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">
<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">
<a href="groove_adventure.html"><img class="showcase-image" src="images\image.png"></a>
<div class="showcase-info">
<a href="groove_adventure.html"><h2 class="showcase-title">Groove Adventure EP</h2></a><h2 class="showcase-date">Feb 9, 2024</h2>
</div>
<hr>
<p class="tracklist-title">Tracklist:</p>
<ol class="showcase-tracklist">
<li>Groove Adventure</li>
<li>Hima</li>
<li>Baguette</li>
<li>Departure</li>
</ol>
<hr>
<p class="tracklist-title">Others:</p>
<div class="others-gallery-container">
<a class="gallery-item" href="telescopic.html">
<img src="images/new ep cover.png">
<div class="img-hover-overlay">
<h1 class="img-overlay-title">Telescopic EP</h1>
</div>
</a>
<a class="gallery-item" href="flashpoint.html">
<img src="images/Floating_Leaves.jpg">
<div class="img-hover-overlay">
<h1 class="img-overlay-title">Flashpoint!! (with Glitch Cat)</h1>
</div>
</a>
<a class="gallery-item" href="feltlikethis.html">
<img src="images/GZfeUenXIAU8wbk.jpg">
<div class="img-hover-overlay">
<h1 class="img-overlay-title">feltlikethis (with Tanger)</h1>
</div>
</a>
<a class="gallery-item" href="breeze.html">
<img src="images/sponzi-shadow.png">
<div class="img-hover-overlay">
<h1 class="img-overlay-title">Breeze</h1>
</div>
</a>
<a class="gallery-item" href="https://x.com/flclreanimated/status/1830313862744465685" target="_blank">
<img src="images/question_mark.jpg">
<div class="img-hover-overlay">
<h1 class="img-overlay-title">FLCL Reanimated</h1>
</div>
</a>
</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>
</body>
</html>