-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (116 loc) · 4.09 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LucidPop</title>
<link rel="stylesheet" type="text/css" href="css/html5reset.css">
<link rel="stylesheet" type="text/css" href = "css/main.css">
</head>
<body>
<a class="skip-content" href="#content">Skip to main content</a>
<header>
<h1><a href = "index.html" class = "current">Lucid Pop</a></h1>
<nav>
<ul>
<li><a href = "album.html">Album</a></li>
<li><a href = "ep.html">EP</a></li>
<li><a href = "single.html">Single</a></li>
<li><a href = "live.html">Live</a></li>
<li><a href = "bestof.html">Best of</a></li>
<li><a href = "playlist.html">Playlist</a></li>
</ul>
</nav>
<ul>
<li>Search</li>
</ul>
</header>
<main id = "content">
<section><img src = "image/review_filler.jpg" alt = "gold lights representing nonreview content"/>
<h2><a href = "playlist.html">Playlist</a></h2>
<h3><a href = "playlist2019/0119.html">2019 Playlist</a></h3>
January 20, 2019
</section>
<section><img src = "image/wjsn_dreamscometrue_CA.jpg" alt = "WJSN Dream Your Dream album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>WJSN - "Dreams Come True"</h3>
April 20, 2019
</section>
<section><img src = "image/jhope_HopeWorld_CA.jpg" alt = "JHope Hope World album art"/>
<h2><a href = "mixtape.html">Mixtape</a></h2>
<h3>J-Hope - <i>Hope World</i></h3>
April 19, 2018
</section>
<section><img src = "image/kpetras_hearttobreak_CA.jpg" alt = "Kim Petras Heart to Break single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3><a href = "hearttobreak.html">Kim Petras - "Heart to Break"</a></h3>
March 29, 2018
</section>
<section><img src = "image/rlenae_CrushEP_CA.jpg" alt = "Ravyn Lenae Crush EP album art"/>
<h2><a href = "ep.html">EP</a></h2>
<h3>Ravyn Lenae - <i>Crush</i> EP</h3>
March 28, 2018
</section>
<section><img src = "image/penomeco_lie_CA.jpg" alt = "Penomeco L.I.E. single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>Penomeco - "L.I.E."</h3>
February 21, 2018
</section>
<section><img src = "image/tinashe_nodrama_CA.jpg" alt = "Tinashe No Drama single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>Tinashe - "No Drama" ft. Offset</h3>
February 16, 2018
</section>
<section><img src = "image/tsivan_mymymy_CA.jpg" alt = "Troye Sivan My My My! single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>Troye Sivan - "My My My!"</h3>
February 15, 2018
</section>
<section><img src = "image/review_filler.jpg" alt = "gold lights representing nonreview content"/>
<h2><a href = "playlist.html">Playlist</a></h2>
<h3>February 2018 Playlist</h3>
February 9, 2018
</section>
<section><img src = "image/mgmt_littledarkage_CA.jpg" alt = "MGMT Little Dark Age single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>MGMT - "Little Dark Age"</h3>
January 20, 2018
</section>
<section><img src = "image/dean_instagram_CA.jpg" alt = "DEAN Instagram single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>DEAN - "instagram"</h3>
January 19, 2018
</section>
<section><img src = "image/klamarsza_allthestars_CA.jpg" alt = "Kendrick Lamar & SZA All The Stars single album art"/>
<h2><a href = "single.html">Single</a></h2>
<h3>Kendrink Lamar & SZA - "All The Stars"</h3>
January 12, 2018
</section>
<section><img src = "image/review_filler.jpg" alt = "gold lights representing nonreview content"/>
<h2>Year in Review</h2>
<h3><a href = "top20of2017.html">Top 20 Songs of 2017</a></h3>
December 31, 2017
</section>
</main>
<footer>
<ul>
<li><a href = "#top">To the Top</a></li>
<li>Search</li>
</ul>
<nav>
<ul>
<li><a href = "album.html">Album</a></li>
<li><a href = "ep.html">EP</a></li>
<li><a href = "single.html">Single</a></li>
<li><a href = "live.html">Live</a></li>
<li><a href = "bestof.html">Best of</a></li>
<li><a href = "playlist.html">Playlist</a></li>
</ul>
</nav>
<ul>
<li><a href = "about.html">About</a></li>
<li><a href = "contact.html">Contact</a></li>
</ul>
<p>© Lucid Pop</p>
</footer>
</body>
</html>