-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.97 KB
/
index.html
File metadata and controls
50 lines (46 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ajeesh Mathai | Cloud Infrastructure & Cybersecurity Engineer
</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header>
<h1>Ajeesh Mathai</h1>
<p class="subtitle">Cloud Infrastructure & Cybersecurity Engineer</p>
<nav>
<a href="index.html">Home</a>
<a href="projects/">Projects</a>
<a href="labs/">Labs</a>
<a href="study-notes/">Notes</a>
<a href="resume.html">Resume</a>
<a href="motivation/">Motivation</a>
<a href="about.html">About</a>
</nav>
</header>
<main>
<section class="intro">
<h2>Welcome</h2>
<p>I'm Ajeesh Mathai, a passionate Cloud Infrastructure and Cybersecurity Engineer. This portfolio showcases my professional work, hands-on labs, technical notes, and career path. It’s both a personal reference and a public resource to help others break into the field.</p>
</section>
<section class="highlights">
<h2>Portfolio Highlights</h2>
<ul>
<li><strong>💼 Projects:</strong> Real-world cloud security, automation, and infrastructure deployments</li>
<li><strong>🔐 Labs:</strong> Ethical hacking, SIEM, firewalls, and threat analysis walkthroughs</li>
<li><strong>📘 Notes:</strong> AWS, Azure, DevOps, Security Engineering, and Linux administration</li>
<li><strong>📄 Resume:</strong> Downloadable PDF resume with certifications & experience</li>
</ul>
</section>
<section class="call-to-action">
<p>👉 <a href="projects/">Explore My Projects</a> | <a href="study-notes/">Read Technical Notes</a> | <a href="labs/">Try Labs</a></p>
</section>
</main>
<footer>
<p>© 2025 Ajeesh Mathai · <a href="https://github.com/AMathew0" target="_blank">GitHub</a> | <a href="mailto:amathai.prof@outlook.com">Contact</a></p>
</footer>
</body>
</html>