-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aubrey Drake Graham</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="inner">
<div class="content">
<h1>Aubrey Drake Graham</h1>
<img src="https://i.lensdump.com/i/ABghq1.jpg" width="250px" alt="Profile Picture" class="box-img">
<h2>a.k.a Drake, Drizzy, 6ix God, champagnepapi</h2>
<p>Born in Toronto on October 24th, 1986, Drake is the son of Sandi and Dennis Graham, a drummer who worked with Jerry Lee Lewis. Drake's interest in performing began at an <a href="https://www.youtube.com/watch?v=OofNYuXIYo4">early age</a>. From
summers spent with his dad in Memphis, he gained an appreciation and understanding for music that would later influence the sound he would create in years to come. Since first being recognized for his role on the highly-successful television
series <i>Degrassi: The Next Generation</i>, and going on the road with rap star Lil Wayne after hearing Drake's music in the summer of 2008, Drake has asserted himself as a trailblazer in the creative world. Drake released his mixtape <i>So Far Gone in 2009</i>
and his massive influence in the hip-hop and contemporary music space has commanded the market since, with no end in sight. <b>Drake now holds the record for the most number one hits on <i>Billboard's R&B/Hip-Hop Chart.</i></b></p>
<a href="https://www.twitter.com/Drake"><i class="fa fa-twitter fa-4x"></i></a>
<a href="https://www.instagram.com/champagnepapi"><i class="fa fa-instagram fa-4x"></i></a>
<a href="https://www.youtube.com/channel/UCByOQJjav0CUDwxCk-jVNRQ"><i class="fa fa-youtube fa-4x"></i></a>
<a href="https://soundcloud.com/octobersveryown"><i class="fa fa-soundcloud fa-4x"></i></a>
</div>
</div>
</div>
</body>
</html>