-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
270 lines (235 loc) · 8.59 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="src/style.css" />
<link rel="shortcut icon" href="./src/mac-icon.svg" type="image/x-icon" />
<title>Mac Miller - Blog</title>
</head>
<body>
<!-- Button Top -->
<a id="topButton"
><img src="./src/img/double-arrow-top-icon.svg" alt="Button Top"
/></a>
<!-- Header -->
<header class="header">
<div class="container">
<a class="header-logo" href="#"
><img src="./src/img/macmiller-logo.svg" alt="Mac Miller Blog"
/></a>
<nav class="header-nav">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#album">Albums</a></li>
<li><a href="#history">History</a></li>
<li><a href="#social">Social</a></li>
</ul>
</nav>
<div class="dropdown">
<button class="dropbtn">
<img
class="dropdown-img"
src="src/img/menu-svgrepo-com.svg"
alt="Dropdown Menu"
/>
</button>
<div id="myDropdown" class="dropdown-content">
<a href="#about">About</a>
<a href="#album">Albums</a>
<a href="#history">History</a>
<a href="#social">Social</a>
</div>
</div>
</div>
</header>
<!-- Home -->
<section class="home">
<h2>Who is Mac Miller?</h2>
<div class="container">
<div class="home-info">
<img
src="./src/img/macmiller-photo.jpg"
alt="Mac Miller Photo (Black/White)"
/>
<h3>Rapper, Singer & Producer</h3>
</div>
</div>
<a class="home-button" href="#about">Meet Him</a>
</section>
<!-- About -->
<section id="about" class="about js-scroll">
<h2 class="about-title">About</h2>
<div class="about-item container">
<div class="about-img">
<img src="src/img/macmiller-kid.jpg" alt="Mac Miller Kid" />
<img src="src/img/macmiller-adult.jpg" alt="Mac Miller Adult" />
</div>
<div class="about-info">
<h2>Malcolm McCormick</h2>
<h3>better known as mac miller.</h3>
<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.
Miller began his career in Pittsburgh's hip hop scene in 2007, at
the age of fifteen. In 2010, he signed a record deal with
independent label Rostrum Records and released his breakthrough
mixtapes K.I.D.S and Best Day Ever. Miller's debut studio album,
Blue Slide Park, became the first independently distributed debut
album to top the US Billboard 200 since 1995.
</p>
<div class="about-img-02">
<img src="src/img/macmiller-rapper.jpg" alt="Mac Miller Rapper" />
</div>
</div>
</div>
</section>
<!-- Albums -->
<section id="album" class="album js-scroll">
<h2 class="album-title">Albums</h2>
<div class="album-item container">
<div class="album-img">
<a
target="_blank"
title="Spotify link to Circles Album."
href="https://open.spotify.com/album/5sY6UIQ32GqwMLAfSNEaXb?si=o0Fqjg3sTQiqVP3mz7XUig"
><img src="./src/img/circles-art.jpg" alt="Circles"
/></a>
</div>
<div class="album-info">
<h2>Circles</h2>
<h3>2020, Mac Miller</h3>
<p>
The sequel to Swimming and the last album by Mac Miller. The sixth
and final studio release for the rapper was completed with the help
of Jon Brion.
</p>
<a
target="_blank"
title="Metacritic review about Circles Album."
href="https://www.metacritic.com/music/circles/mac-miller"
><img
src="./src/img/metacritic-logo-white.png"
alt="Metacritic Website"
/></a>
</div>
</div>
<div class="album-item container">
<div class="album-img">
<a
target="_blank"
title="Spotify link to Swimming Album."
href="https://open.spotify.com/album/5wtE5aLX5r7jOosmPhJhhk?si=4uHRBA8ISa2YWolZZ2s1MA"
><img src="./src/img/swimming-art.jpg" alt="Circles"
/></a>
</div>
<div class="album-info">
<h2>Swimming</h2>
<h3>2018, Mac Miller</h3>
<p>
The fifth full-length release for the Pittsburgh rapper features
guest appearances from Dām-Funk, Dicaprio, Dev Hynes, Snoop Dogg,
Syd, and Thundercat.
</p>
<a
target="_blank"
title="Metacritic review about Swimming Album."
href="https://www.metacritic.com/music/swimming/mac-miller"
><img
src="./src/img/metacritic-logo-white.png"
alt="Metacritic Website"
/></a>
</div>
</div>
<div class="album-item container">
<div class="album-img">
<a
target="_blank"
title="Spotify link to The Divine Feminine Album."
href="https://open.spotify.com/album/6f6tko6NWoH00cyFOl4VYQ?si=Ds1DSVIYTqCgwxRMJJjtpw"
><img
src="./src/img/the-divine-feminine-art.jpg"
alt="The Divine Feminine"
/></a>
</div>
<div class="album-info">
<h2>The Divine Feminine</h2>
<h3>2016, Mac Miller</h3>
<p>
The fourth full-length release for the Pittsburgh rapper feature
gusset appearances from Ariana Grande, Kendrick Lamar, Njomza,
Anderson .Paak, and Ty Dolla $ign.
</p>
<a
target="_blank"
title="Metacritic review about The Divine Feminine Album."
href="https://www.metacritic.com/music/the-divine-feminine/mac-miller"
><img
src="./src/img/metacritic-logo-white.png"
alt="Metacritic Website"
/></a>
</div>
</div>
</section>
<!-- Swimming in Circles History -->
<section id="history" class="history js-scroll">
<h2 class="history-title">Swimming in Circles: Duology</h2>
<div class="history-content container">
<blockquote class="twitter-tweet">
<p lang="pt" dir="ltr">
Swimming in Circles — A necessidade de expor seus sentimentos e a
procura por uma melhora de si.<br /><br />Como Mac Miller conseguiu
expressar seu mundo, seus vícios, desilusões e decepções.
<a target="_blank" href="https://t.co/BaxDPO1Rr7"
>pic.twitter.com/BaxDPO1Rr7</a
>
</p>
— victor. (@rovicz_)
<a
href="https://twitter.com/rovicz_/status/1668380071642447872?ref_src=twsrc%5Etfw"
>June 12, 2023</a
>
</blockquote>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
</div>
</section>
<!-- Social -->
<section id="social" class="social js-scroll">
<h2 class="social-title">Socials</h2>
<div class="social-item container">
<h2>You can visit Mac Miller<br />content here:</h2>
<div class="social-img">
<a target="_blank" href="https://twitter.com/MacMiller"
><img src="src/img/twitter-logo.png" alt="Twitter - Mac Miller"
/></a>
<a
target="_blank"
href="https://open.spotify.com/intl-pt/artist/4LLpKhyESsyAXpc4laK94U"
><img src="src/img/spotify-logo.png" alt="Spotify - Mac Miller"
/></a>
<a target="_blank" href="https://www.instagram.com/macmiller/"
><img src="src/img/instagram-logo.png" alt="Instagram - Mac Miller"
/></a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>
Site produced only for studies.<br />Any and all rights to images,
information and links belong to Mac Miller.
</p>
<div class="footer-img">
<img src="src/img/macmiller-logo.svg" alt="Brafé" />
</div>
</div>
</footer>
<script type="module" src="./src/js/script.js"></script>
</body>
</html>