-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.46 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
<!DOCTYPE html>
<!---Coding By Kangogo!--->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Vivian Tallam </title>
<!---Custom Css File!--->
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="main">
<div class="profile-card">
<div class="image">
<img src="images/profile.jpg" alt="" class="profile-pic">
</div>
<div class="data">
<h2>Vivianah 🌹</h2>
<span><i>A Timeline on the contriare tragetic beauty</i></span>
</div>
<div class="row">
<div class="info">
<h3><u>Her Personality:</u></h3>
<span>
<ul>
<li>
<h5>Integrity & Caring🤩</h5>
</li>
<li>
<h5>Humility</h5>
</li>
<li><h5>Honesty</h5></li>
</ul>
</span>
</div>
</div>
<div class="buttons">
<a href="vivian.html" class="btn">About Vivianah</a>
<a href="about.html" class="btn">About Her🌹</a>
</div>
</div>
</section>
</body>
</html>