-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
30 lines (30 loc) · 971 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
</head>
<body>
<div>
<h1>My Bio Data</h1>
<p>Name: Victor Onoja</p>
<p>Email: Damanygt@gmail.com</p>
<p>Mobile No: +2348142469400</p>
<p>Date of Birth: 24th October 1999</p>
<p>Nationality: Nigerian</p>
<p>Religion: Christianity</p>
<p>Marital Status: Single</p>
<p>Education: Bachelor in Technology</p>
<p>
Experience: Mobile Dev Intern At Zkyte Technology, Wuse 2, Abuja,
Nigeria
</p>
<p>Skills: MS Office, Java, Kotlin, Flutter, Html, Css, Js</p>
<p>Hobbies: Reading books, Going out with friends</p>
<p>Languages Known: English, Igala, Hausa</p>
<p>Address: 1st Avenue, FHA, Lugbe, Abuja</p>
</div>
</body>
</html>