-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (207 loc) · 6.6 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/normalize.css" />
<link rel="stylesheet" href="./css/styles.css" />
<title>Mac Miller</title>
</head>
<body>
<header id="header">
<div class="header__div-nav">
<nav id="navbar">
<ul class="navbar__ul">
<li><a href="#tribute-info">About</a></li>
<li><a href="#albums">Albums</a></li>
<li><a href="#pics">Cool Pics</a></li>
</ul>
</nav>
</div>
</header>
<main id="main">
<div class="main__title_container">
<h1 id="title">Mac Miller</h1>
<div id="img-div">
<figcaption id="img-caption">Mac Miller Photo</figcaption>
<img id="image" src="./images/circles.jpg" alt="mac miller photo" />
</div>
</div>
<article id="tribute-info">
<h2>About</h2>
<p>
Malcolm James McCormick (January 19, 1992 – September 7, 2018), known
professionally as Mac Miller, was an American rapper, singer,
songwriter, and record producer from Pittsburgh, Pennsylvania.
</p>
<p>
In early 2010, Miller signed a record deal with Pittsburgh-based indie
record label Rostrum Records. He subsequently began recording his
debut studio album Blue Slide Park, and released it on November 8,
2011.
</p>
<p>
In early 2013, Miller launched REMember Music, his own record label
imprint, named after a friend who died.
</p>
<p>
<a
id="tribute-link"
href="https://en.wikipedia.org/wiki/Mac_Miller"
target="_blank"
>More Info</a
>
</p>
</article>
<article id="albums">
<h2>Albums</h2>
<div class="albums__image-container">
<div class="albums__image">
<h3>Blue Slide Park</h3>
<img
src="./images/albums/blue-slide-park.jpeg"
alt="blue slide park album"
/>
</div>
<div class="albums__image">
<h3>Watching Movies With The Sound Off</h3>
<img
src="./images/albums/WatchingMovieswiththeSoundOff.jpeg"
alt="watching movies with the sound off album"
/>
</div>
<div class="albums__image">
<h3>GOOD:AM</h3>
<img src="./images//albums//GOODAM.jpg" alt="goodam album" />
</div>
<div class="albums__image">
<h3>The Divine Femine Album</h3>
<img
src="./images/albums/TheDivineFeminine.jpg"
alt="the divine femine album"
/>
</div>
<div class="albums__image">
<h3>Swimming</h3>
<img src="./images/albums/Swimming.jpg" alt="swimming album" />
</div>
<div class="albums__image">
<h3>Circles</h3>
<img src="./images/circles.jpg" alt="cicrlces album" />
</div>
</div>
</article>
<article id="pics">
<h2>Cool Pics</h2>
<div class="cool-picks-container">
<div class="cool-picks">
<img
src="./images/cool/anagrama2.jpg"
alt="mac miller in anagrama festival"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/mac-concert1.jpg"
alt="mac miller on concert"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/Mac-Miller-anagrama.jpg"
alt="mac miller in anagrama festival"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/mac-miller-circles-deluxe-edition.jpg"
alt="mac miller circles picture"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/mac-miller-kids-mixtape-deluxe-cover.jpg"
alt="mac miller kids album photo"
/>
</div>
<div class="cool-picks">
<img src="./images/cool/mac-paint.jpg" alt="mac miller paint" />
</div>
<div class="cool-picks">
<img
src="./images/cool/mac-yellow-sueter.jpeg"
alt="mac miller using a yellow sweater"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/mac-yellow.jpg"
alt="mac miller using a yellow sweater"
/>
</div>
<div class="cool-picks">
<img
src="./images/cool/tiny-desk.jpg"
alt="mac miller tiny desk concert"
/>
</div>
</div>
</article>
<article id="songs">
<h2>Albums</h2>
<div class="container__music">
<div
class="panel active"
style="
background-image: url('./images/albums/blue-slide-park.jpeg');
"
>
<h3>Blue Slide Park</h3>
</div>
<div
class="panel"
style="
background-image: url('./images/albums/WatchingMovieswiththeSoundOff.jpeg');
"
>
<h3>Watching Movies With The Sound Off</h3>
</div>
<div
class="panel"
style="background-image: url('./images/albums/GOODAM.jpg')"
>
<h3>GOOD:AM</h3>
</div>
<div
class="panel"
style="
background-image: url('./images/albums/TheDivineFeminine.jpg');
"
>
<h3>The Divine Femine Album</h3>
</div>
<div
class="panel"
style="background-image: url('./images/albums/Swimming.jpg')"
>
<h3>Swimming</h3>
</div>
<div
class="panel"
style="background-image: url('./images/circles.jpg')"
>
<h3>Circles</h3>
</div>
</div>
</article>
</main>
<script src="script.js"></script>
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
</body>
</html>