-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (180 loc) · 7.02 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Khaled Allam | Cybersecurity Engineer & DFIR Specialist" />
<meta property="og:description" content="Cybersecurity Engineer specializing in Digital Forensics and Incident Response (DFIR). I create DFIR labs and challenges for platforms like BTLO, HTB, and CyberDefenders, focusing on cutting-edge cybersecurity threats and solutions." />
<meta property="og:url" content="https://a1l4m.github.io/index.html" />
<meta property="og:image" content="https://a1l4m.github.io/labs/images/mainthumbnail.png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:type" content="website" />
<link rel="icon" href="https://a1l4m.github.io/favicon.ico" type="image/x-icon">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DNJN1PF3CS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-PK6NYWT73S');
</script>
<title>a1l4m</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Added Font Awesome -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="normalize.css" />
<style>
/* General Styles */
body, h1 {
font-family: "Roboto", Arial, sans-serif; /* Use the same font as your site */
background-color: #1d1e20;
color: #dadadb;
margin: 0;
padding: 0;
}
h1 {
letter-spacing: 2px; /* Reduced letter spacing for a cleaner look */
color: #FFA500; /* Bright orange to match the theme */
margin-bottom: 10px;
}
.titleme{
color: #dcdcdc;
font-size: 25px;
}
/* Navbar Styles */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
height: 50px;
padding: 10px 20px;
}
.navbar .left, .navbar .right {
flex: 1;
display: flex;
justify-content: center;
}
.navbar .center {
flex: 0.5;
text-align: center;
}
.navbar a {
color: #dcdcdc; /* Off-white color */
text-decoration: none;
font-size: 22px;
font-weight: bold;
cursor: pointer;
transition: color 0.3s;
}
.navbar a:hover {
color: #ffffff; /* Bright white on hover */
}
.navbar .right a {
margin-left: 40px; /* Adds space between MyLabs and Blog */
}
.navbar .left a {
background-color: #4D3C2E; /* Dark brown color */
color: #FFA500; /* Bright orange color */
padding: 5px 10px;
border-radius: 5px;
font-family: monospace; /* Similar font */
font-size: 24px;
font-weight: 600; /* Slightly bold to match the Premium style */
transition: background-color 0.3s, color 0.3s;
}
.navbar .left a:hover {
background-color: #5B4736; /* Slightly lighter dark brown on hover */
color: #FF8C00; /* Brighter orange on hover */
}
/* Main Content */
.main-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: calc(100vh - 120px); /* Adjust for navbar and footer */
padding: 20px;
text-align: center;
}
/* Profile Picture */
.profile-picture-wrapper {
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 20px;
}
.profile-picture {
width: 100%;
height: 100%;
background-image: url('Main.png'); /* Replace with the actual image path */
background-size: 140%; /* Adjust size to zoom */
background-position: center -13px; /* Adjust vertical positioning */
background-repeat: no-repeat;
transform: scale(1.2); /* Adjust this scale to control the zoom level */
transform-origin: center center;
}
.main-content h1 {
margin: 0;
}
.main-content p {
color: #dcdcdc;
max-width: 800px;
margin: 20px 0;
font-size: 18px;
}
/* Social Icons */
.social-icons {
margin-top: 20px;
}
.social-icons a {
color: #dcdcdc; /* Match text color */
font-size: 24px;
margin: 0 10px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #FFA500; /* Bright orange on hover */
}
</style>
</head>
<body>
<div class="navbar-container">
<!-- Navbar -->
<nav class="navbar">
<div class="left">
<a href="/index.html">a1l4m</a>
</div>
<div class="center"></div>
<div class="right">
<a href="/research/index.html">Research</a>
<a href="/labs/index.html">Labs</a>
<a href="https://a1l4m.medium.com" target="_blank">Blog</a>
</div>
</nav>
</div>
<!-- Main Content -->
<div class="main-content">
<div class="profile-picture-wrapper">
<div class="profile-picture"></div>
</div>
<h1>Khaled Allam</h1>
<h1 class="titleme" >Cyber Security Engineer</h1>
<!-- Short Description -->
<p>
I am a passionate and innovative Computer and Control System Engineer with a strong focus on cybersecurity, particularly in Digital Forensics and Incident Response (DFIR). I specialize in designing DFIR labs and developing challenges for top platforms like BTLO, HTB, and CyberDefenders, which sharpens my research skills and keeps me on the cutting edge of emerging threats. With a blend of technical expertise and creative problem-solving abilities, I hold certifications across TH-DFIR-SOC domains and am dedicated to advancing the field through leading and contributing to pioneering cybersecurity projects.
</p>
<!-- Social Icons -->
<div class="social-icons">
<a href="https://a1l4m.medium.com/" target="_blank"><i class="fa fa-medium"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/a1l4m" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/a1l4m" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>