-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (37 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>offxanass</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="about-me">
<h1 id="aboutTitle">
<div class="about-title-before"></div>
<span>
<span>offxanass</span>
</span>
<div class="about-title-after"></div>
</h1>
<img id="aboutImg" src="my.jpg" alt="Aditya Rai" />
<p id="aboutText">
<i>Welcome!</i>
<br />
I am Mohammad Anas Ansari.
<br/>
As a hobbyist ethical hacker, I delve into cybersecurity to uncover vulnerabilities and strengthen digital
defenses. I enjoy exploring the latest technologies, analyzing security flaws, and contributing to safer
online environments.My goal is to enhance system security while adhering to ethical practices and promoting
awareness about cybersecurity.
<br />
<br />
Some of projects are listed below:
</p>
<ul id="aboutProjects">
<li><a href="https://github.com/offxanass/Peppa-Pegged/">My Portfolio</a></li>
</ul>
</section>
</body>
</html>