-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsanciscodisco.html
48 lines (48 loc) · 1.89 KB
/
sanciscodisco.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>San Cisco Discography</title>
<link rel="stylesheet" href="scstyles.css">
</head>
<body>
<h1><b>Discography</b></h1>
<div class="navbar">
<b><a href="sancisco.html">Home</a></b>
<b><a href="sanciscobio.html">Biography</a></b>
<b><a href="sanciscodisco.html">Discography</a></b>
<b><a href="sanciscomusic.html">Music</a></b>
</div>
<div class="navbarhome">
<b><a href="index.html">Sid Al Hussaini Home Page</a></b>
<b><a href="assignments.html">Sid Al Hussaini Assignments Page</a></b>
</div>
<div class="paragraph">
<br>
<h2><b>Albums</b></h2>
<br>
<div class="albums">
<img src="album1.jpeg" width="500" height="500">
<div class="desc">San Cisco (2012)</div>
</div>
<div class="albums">
<img src="album2.jpeg" width="500" height="500">
<div class="desc">Gracetown (2015)</div>
</div>
<div class="albums">
<img src="album3.jpeg" width="500" height="500">
<div class="desc">The Water (2017)</div>
</div>
<div class="albums">
<img src="album4.jpeg" width="500" height="500">
<div class="desc">Between You and Me (2020)</div>
</div>
<br>
<h2><b>Other Links</b></h2>
<br>
<p><a href="https://www.sancisco.com/">Website</a></p>
<p><a href="https://en.wikipedia.org/wiki/San_Cisco">Wikipedia</a></p>
<p><a href="https://www.instagram.com/sanciscodisco/">Instagram</a></p>
<p><a href="https://open.spotify.com/artist/0Ou0138wEd8XWebhc4j7O0">Spotify</a></p>
</div>
</body>