-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
57 lines (57 loc) · 3.11 KB
/
dev.html
File metadata and controls
57 lines (57 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Red Vault | Developer</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown-dark.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
<script src="config/sidebar-config.js"></script>
<script src="js/sidebar-manager.js"></script>
</head>
<body>
<nav class="navbar">
<div class="navbar-title">Red Vault</div>
<ul class="navbar-links">
<li><a href="home.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="dev.html" class="active" aria-current="page">Dev</a></li>
</ul>
<button id="open-search-modal" class="search-icon-btn" title="Search" style="display:none;">
<svg width="22" height="22" viewBox="0 0 20 20" fill="none">
<circle cx="9" cy="9" r="7" stroke="#e0e0e0" stroke-width="2"/>
<line x1="14.2" y1="14.2" x2="19" y2="19" stroke="#e0e0e0" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
</nav>
<div class="container">
<aside class="sidebar">
<ul id="md-list">
</ul>
</aside>
<main class="main-content">
<div id="main-content" class="markdown-body">
<section class="dev-profile-card">
<img class="dev-profile-img" src="profile.jpg" alt="Liyander Rishwanth">
<div class="dev-profile-info">
<h1 class="dev-title">Liyander Rishwanth</h1>
<div class="dev-role">Full Stack Developer & Elite Red Teamer</div>
<a class="dev-linkedin-btn" href="https://www.linkedin.com/in/liyanderrishwanth/" target="_blank">
View LinkedIn Profile
</a>
</div>
</section>
<section class="dev-bio">
<p>
I am a passionate cybersecurity Student, DevSecOps Developer, full-stack developer, and OSINT practitioner with a strong foundation in ethical hacking, network security, and web application security. With expertise in Python, C, Java, and the MERN stack, I have worked on various projects, including malware analysis automation tools, AI-powered verification systems, and cybersecurity auditing tools.
</p>
<p>
I have solved 7 ProLabs from Hack The Box and completed multiple TCM Security certifications, demonstrating my skills in penetration testing, incident response, and API security. Cyber Ghost is also a team leader, having led teams in the Smart India Hackathon, and is dedicated to building innovative security solutions and automation tools.
</p>
</section>
</div>
</main>
</div>
</body>
</html>