-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (23 loc) · 759 Bytes
/
about.html
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset="utf-8">
<!DOCTYPE html>
<title>About</title>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
</head>
<body>
<a class="button bkbtn" href="index.html"> Home </a>
<br><br>
<h1 >Abhinand Santhosh Kumar</h1>
<p>Vulnerability Management | Security Automation | Digital Forensics</p>
<br>
<p>
Hardworking individual who is madly in love with Cybersecurity.
Currently working on improving my skills and preparing for OSCP.<br>
Enjoys doing CTFs and is now waist deep in tryhackme.com</p>
<br><br>
<h2>Contact</h2>
<p> Email : <a href="mailto: abhinandsb27@gmail.com"> abhinandsb27@gmail.com </a> </p>
<p> Github Profile : <a href="https://github.com/randomSapien"> randomSapien </a> </p>
</body>
</html>