-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (87 loc) · 2.82 KB
/
index.html
File metadata and controls
89 lines (87 loc) · 2.82 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!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>ABOUT ME</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;1,400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="navbar">
<a href="">
<h1><span class="hee">Hee</span><span class="mah">Mah</span><span class="flower">🌷</span></h1>
</a>
<div class="menu">
<ul>
<li><a href="index.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="register.html">REGISTER</a></li>
<li><a href="login.html">LOGIN</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="nick">
<h1 >HeemahMuslad</h1>
<h1 id="name"> Hello, so good to see you <span>😊</span> I'm Rohimat Mustapha </h1>
<p class="about"> A student of Federal University of technology Minna studying Crop Production | Tech Enthusiast| Nature lover| Calm & Softhearted| Accomodating|Introvert
</p>
</div>
<section class="intro">
<div class="myself">
<div class="aboutme">
<div class="hobbies">
<h2 class="details">HOBBIES</h2>
<hr>
<ul class="list">
<li>Smiling</li>
<li>Dancing</l>
<li>Sleeping</li>
<li>Staying Informed</li>
<li>Investing</li>
</ul>
</div>
<br>
<div class="priorities">
<h2 class="details">PRIORITIES</h2>
<hr>
<ul class="list">
<li>Family</li>
<li>Relationship</li>
<li>friendship</li>
<li>Wellbeing</li>
</ul>
</div>
<br>
<div class="skills">
<h2 class="details">SKILLS</h2>
<hr>
<ul class="list">
<li>Web Development</li>
<li>Graphic Design</li>
<li>Photography</li>
<li>Entrepreneurship</li>
<li>Taking Risk</li>
</ul>
</div>
</div>
<a href="contact.html" class="contact"> CONTACT ME</a>
</div>
<div class="photo">
<img src="10607.jpg" alt="HEEMAH" >
</div>
<section>
</main>
<footer>
<div class="navbardown"></div>
</footer>
</body>
</html>