-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
43 lines (40 loc) · 1.07 KB
/
Copy pathprofile.html
File metadata and controls
43 lines (40 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>profile</title>
<link rel="stylesheet" href="profile.css">
</head>
<body>
<div class="container">
<div class="header">
<img src="IMG_20240227_000329.jpg">
<h1>Na-Allah Dyeris Zakka</h1>
<p>Web Developer | Designer | student</p>
</div>
<div class="content">
<div class="section">
<h2>About Me</h2>
<p>Hello! I am a passionate individual who loves building websites and learning new technologies . I enjoy solving problems and creating beautiful user experience.</p>
</div>
<div class="section">
<h2>Skills</h2>
<div class="Skills">
<span>HTML</span>
<span>CSS</span>
<span>python</span>
</div>
</div>
<div class="section">
<h2>Contact</h2>
<p>Email: nazteeemba@gmail.com</p>
<p>Phone: +2348124209565</p>
</div>
<div class="footer">
© 2026 nazteeemba
</div>
</div>
</div>
</body>
</html>