-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscography.html
71 lines (58 loc) · 2.07 KB
/
discography.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Discography</title>
</head>
<body>
<nav>
<a href="index.html">Start </a>
<a href="biography.html">Biography</a>
<a href="discography.html">Discography</a>
<a href="music.html">Music</a>
</nav>
<div class="image">
<img src="Plini.jpg" alt="image">
</div>
<div class="text-content">
<p>
<h1>Plini's discography</h1>
</p>
<ul>
<p>
<h3>Studio albums</h3>
<li>Handmade Cities (2016)</li>
<li>Impulse Voices (2020)</li>
<div class="albums_image">
<img src="handmade_cities.jpg" alt="albums_image">
<img src="impulse_voices.jpg" alt="albums_image">
</div>
</p>
<div>
<p>
<h3>Extend plays</h3>
<li>Pastures (as Halcyon) (2011)
<li>Other Things (2013)
<li>Sweet Nothings (2013)
<li>I (split EP with Sithu Aye) (2013)
<li>The End of Everything (2015)</li>
<li>Sunhead (2018)</li>
</p>
</div>
<p>
<h3>Singles</h3>
<li>"Moonflower" (2012)</li>
<li>"1745 7381 3265 2578" (2013)</li>
<li>"Cloudburst" (2013)</li>
<li>"Atlas" (2014)</li>
<li>"Ko Ki" (2014)</li>
<li>"Every Piece Matters" (2016)</li>
<li>"Salt + Charcoal" (2018)</li>
<li>"Birds / Surfers" (2020)</li>
<li>"I'll Tell You Someday" (2020)</li>
<li>"Papelillo" (2020)</li>
</p>
</ul>
</div>
<!-- <h1 style="color: rgb(114, 73, 73); margin: ; "> Heading </h1> -->
</body>