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
64 lines (61 loc) · 3.12 KB
/
about.html
File metadata and controls
64 lines (61 loc) · 3.12 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title> KEHLANI </title>
<meta charset="utf-8"/>
<link type='text/css' rel='stylesheet' href='css/style.css' />
</head>
<body>
<div class="navbar">
<h2 id="name">KEHLANI</h2
<ul class="nav">
<ol class="nav-item"><a href="index.html">Home</a></ol>
<ol class="nav-item"><a href="gallery.html"> Gallery</a></ol>
<ol class="nav-item"><a href="about.html">About</a></ol>
</ul>
</div>
<div class="aboutMain">
<div class="leftPane">
<h1 class="header"> More information </h1>
<p>Kehlani Ashley Parrish, recording mononymously as Kehlani, is an American singer, songwriter and dancer, signed to Atlantic Records. Kehlani is originally from Oakland, California, where she achieved initial fame as a member of the teen group Poplyfe. In 2014, she released her first commercial mixtape,</p>
<p>Born on April 24, 1995 in Oakland CA</p>
<p> She is 23 years old</p>
<p> She is mixed race of black, white, Native American, Filipino, and Spanish. Her father was African-American and her mother has been described as "mostly white, Spanish and Native American."</p>
</div>
<div class=flex>
<div class="socialmedia">
<a href="https://www.facebook.com/Kehlanimusic/"><img class="facebook" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png"/></a>
<a href="https://twitter.com/Kehlani?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><img class="facebook" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png"/></a>
<a href="https://www.instagram.com/kehlani/?hl=en"><img class="facebook" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png"/></a>
</div>
<div class="songs">
<h1 class="header"> Some Of Her Songs</h1>
<ol>
<li>Gangsta</li>
<li>Good life</li>
<li>Distraction</li>
<li>Honey</li>
<li>Piece of mind</li>
<li>Already won</li>
<li>In my feelings</li>
<li>Undercover</li>
<li>You should be here</li>
</ol>
<div class="tour">
<h1 class="header"> Albums</h1>
<ol>
<li>Kehlani SweetSexySavage<li>
<li>ELHAE All Have Fallen</li>
<li>Kehlani You Should Be Here</li>
<li>Kehlani Cloud 19</li>
<li>Shady Bo Remember Me (Deluxe Booklet Version)</li>
</ol>
</div>
</div>
</div>
<p>Copyright 2018 ©</p>
</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>