-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (93 loc) · 3.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.135.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<title>Bavly Nady</title>
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/home.css">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about-me/">About Me</a>
<a href="/are-you-a-hr/">Are You a HR?</a>
<a href="/write-ups/">Write-ups</a>
<a href="/exam-preparations/">Exam Preparations</a>
</nav>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bavly's Portfolio</title>
<link rel="stylesheet" href="/css/home.css">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about-me/">About Me</a>
<a href="/are-you-a-hr/">Are You a HR?</a>
<a href="/write-ups/">Write-ups</a>
<a href="/exam-preparations/">Exam Preparations</a>
</nav>
<header>
<div class="intro">
<div class="intro-left">
<h1>Hi There,<br>I'm Bavly</h1>
<p>Certified Professional web & network penetration tester.</p>
<button onclick="location.href='\/are-you-a-hr\/'">are you hiring?</button>
</div>
<div class="intro-right">
<div class="profile-container">
<div class="profile-pic">
<div class="rectangle-button" id="rect1">TryHackMe top 10</div>
<div class="rectangle-button" id="rect2">eCPPTv3</div>
<div class="rectangle-button" id="rect3">eWPTv2</div>
</div>
</div>
</div>
</div>
<img src="/images/home/Star1.png" alt="Star 1" class="star" id="star1">
<img src="/images/home/Star2.png" alt="Star 2" class="star" id="star2">
</header>
<div class="certificates-section">
<h2>Certifications</h2>
<p>A brief description of your certifications and achievements.</p>
<div class="certificates">
<div class="certificate">
<img src="/images/about-me/eCPPTv3.jpg" alt="eCPPTv3 Certification">
</div>
<div class="certificate">
<img src="/images/about-me/eWPTv2.jpg" alt="eWPTv2 Certification">
</div>
</div>
<button class="yellow-button" onclick="location.href='\/certifications\/'">View All</button>
</div>
<div class="profile-section">
<div class="profile-left">
<img class="profile-pic2" src="photo2.jpg" alt="Bavly Nady">
</div>
<div class="profile-right">
<h2>About Me</h2>
<p>I bring together cutting-edge AI tools with the extensive knowledge I've gained from over three years of studying well-known cybersecurity courses and practicing through 120 real-world, hands-on labs on platforms like INE, TryHackMe, and VulnHub. Staying updated on cybersecurity news and new vulnerabilities is a priority for me; I follow leading industry professionals and use software alerts to notify me whenever a new issue is identified in any technology I monitor.</p>
</div>
</div>
<div class="blog-section">
<h2>My Blog</h2>
<div class="blog-posts">
<div class="blog-post">
<img src="/images/blog1.jpg" alt="Blog Post 1">
</div>
<div class="blog-post">
<img src="/images/blog2.jpg" alt="Blog Post 2">
</div>
</div>
</div>
</body>
</html>
<footer>
<a href="https://linkedin.com/in/bavlynady" target="_blank">
<img src="/images/linkedin-icon.png" alt="LinkedIn" width="30">
</a>
</body>
</html>