-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (21 loc) · 823 Bytes
/
about.html
File metadata and controls
22 lines (21 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-xho-ZA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>About Me</h1>
<p>I’m Akhanathi Zwelibanzi, a student from South Africa currently exploring the world of coding.
</p>
<p>I recently started learning Python and built my first small project (a number guessing game).
</p>
<p>Right now I’m focused on improving my problem-solving skills and getting comfortable with writing real code.
</p>
<p> I’m especially interested in building useful and creative projects as I grow, and eventually turning this into
a solid skill I can use in the future.
</p>
</body>
</html>