forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (41 loc) · 2.6 KB
/
about.html
File metadata and controls
41 lines (41 loc) · 2.6 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Kid Cudi</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div class="header">Kid Cudi</div>
<div class=navbar>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="gallery.html">Gallery</a>
</div>
<div class="aboutMain">
<div class="leftPane">
<p> Scott Ramon Seguro Mescudi, better known as Kid Cudi was born January 30, 1984, in Cleveland, Ohio. An American rapper and actor, his style of music has brought much attention to him and his popularity has sky rocketed. The new Cleveland style of rapping has also brought other up coming rappers into the industry such as Chip the Ripper.I chose Kid Cudi becasue his rap in the early 2008, similar to Kanye, continued to let people discuss their feelings. Kid Cuid's release of <a href="https://open.spotify.com/album/47y3PbX8oIDCkYAFylCJz0" target="_top">Man On the Moon</a> and <a href="https://open.spotify.com/album/2tVx9iCMyJRhtM6VUGGD2u" target="_top">Kid Named Cudi</a> created a reminder that artists are allowed to be unapologetic in their music. As people began buying their music legal and ilegally online, it made his situaion easier as an unsigned artist to release music. </p>
</div>
<div class="rightPane"> <img class=smallpic src="https://media.gq.com/photos/5bca1887868f192da1b7613c/master/w_800/GQ-Nov-110118-KidCudi-04.jpg" >
</div>
</div>
<div class="footer">
<div class="social">
<a href="https://www.facebook.com/kidcudi/">
<img class="social-image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="https://twitter.com/KidCudi?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">
<img class="social-image" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="https://www.instagram.com/kidcudi/?hl=en">
<img class="social-image" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</a>
</div>
<div>
<p>Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>