-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
375 lines (368 loc) · 14.6 KB
/
404.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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Oops! - KARTHIK LAL</title>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
name="description"
content="Greetings! I am Karthik Lal, a 23-year-old cybersecurity researcher based in Kerala, India. I am enthusiastic about web development, graphic design, and cybersecurity, and continuously strive to improve my skills in these areas."
/>
<meta
name="keywords"
content="Cybersecurity Expert | Threat Intelligence Specialist | Certified Ethical Hacker | Web Development | Graphic Design | Linux Kernel Development | Cybercrime Prevention | Cybersecurity Education | Network Security | DDOS Mitigation | Phishing Defense | Cyberattack Response | Information Security | Penetration Testing"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content=" days" />
<meta name="author" content="KARTHIK LAL" />
<meta name="copyright" content="KARTHIK LAL" />
<meta
property="og:title"
content="KARTHIK LAL - Certified Ethical Hacker"
/>
<meta
property="og:description"
content="I am Karthik Lal, a 23-year-old cybersecurity researcher based in Kerala, India. I am enthusiastic about web development, graphic design, and cybersecurity, and continuously strive to improve my skills in these areas.!"
/>
<meta
property="og:image"
content="https://karthiklal.in//assets/img/intro/img.jpg"
/>
<meta property="og:url" content="https://karthiklal.in/" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="KARTHIK LAL - Certified Ethical Hacker"
/>
<meta
name="twitter:description"
content="Cybersecurity Expert | Threat Intelligence Specialist | Certified Ethical Hacker | Web Development | Graphic Design | Linux Kernel Development | Cybercrime Prevention | Cybersecurity Education | Network Security | DDOS Mitigation | Phishing Defense | Cyberattack Response | Information Security | Penetration Testing"
/>
<meta
name="twitter:image"
content="https://karthiklal.in//assets/img/intro/img.jpg"
/>
<meta name="twitter:site" content="@karthiklal_in" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://karthiklal.in",
"name": "Karthik Lal",
"logo": "https://karthiklal.in/assets/img/logo-dark.png",
"sameAs": [
"https://www.instagram.com/_karthiklal",
"https://behance.net/karthik558",
"https://www.facebook.com/karthik5588",
"https://github.com/karthik558",
"https://www.linkedin.com/in/karthiklal"
],
"potentialAction": {
"@type": "SearchAction",
"target": "https://karthiklal.in/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Mobile Meta -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Favicon -->
<link
rel="shortcut icon"
href="assets/img/favicon/favicon.ico"
type="image/x-icon"
/>
<link rel="icon" href="assets/img/favicon/favicon.ico" type="image/x-icon" />
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link rel="stylesheet" href="assets/plugins/normalize/normalize.min.css" />
<link
rel="stylesheet"
href="assets/plugins/fontawesome/css/fontawesome-all.min.css"
/>
<link
rel="stylesheet"
href="assets/plugins/swiper/css/swiper-bundle.min.css"
/>
<link
rel="stylesheet"
href="assets/plugins/lightgallery/css/lightgallery.min.css"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link id="tt-themecss" rel="stylesheet" href="assets/css/dark-style.css" />
</head>
<body
id="body"
class="tt-transition tt-boxed tt-smooth-scroll tt-magic-cursor is-404-page"
>
<main id="body-inner">
<div id="page-transition">
<div class="ptr-overlay"></div>
<div class="ptr-preloader">
<div class="ptr-prel-content">
<img
src="assets/img/logo-light.png"
class="ptr-prel-image tt-logo-light"
alt="Logo"
/>
</div>
</div>
</div>
<!--Magic cursor-->
<div id="magic-cursor">
<div id="ball"></div>
</div>
<div id="scroll-container">
<header id="tt-header" class="tt-header-fixed">
<div class="tt-header-inner">
<div class="tt-header-col">
<div class="tt-logo">
<a href="index.html">
<img
src="assets/img/logo-light.png"
class="tt-logo-light magnetic-item"
alt="Logo"
/>
<img
src="assets/img/logo-dark.png"
class="tt-logo-dark magnetic-item"
alt="Logo"
/>
</a>
</div>
</div>
<div class="tt-header-col">
<div id="tt-ol-menu-toggle-btn-wrap">
<div class="tt-ol-menu-toggle-btn-text-wrap hide-cursor">
<div class="tt-ol-menu-toggle-btn-text">
<span class="text-menu" data-hover="Open">Menu</span>
<span class="text-close">Close</span>
</div>
</div>
<div class="tt-ol-menu-toggle-btn-holder">
<a href="#" class="tt-ol-menu-toggle-btn magnetic-item"
><span></span
></a>
</div>
</div>
<nav class="tt-overlay-menu tt-ol-menu-count">
<div class="tt-ol-menu-holder">
<div class="tt-ol-menu-inner tt-wrap">
<div class="tt-ol-menu-content">
<ul class="tt-ol-menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#service">Service</a></li>
<li>
<a href="index.html#testimonial">Testimonial</a>
</li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="tt-ol-menu-social">
<li>
<h6 class="tt-ol-menu-social-heading">
Social Links:
</h6>
</li>
<li>
<a
href="https://www.facebook.com/karthik5588"
target="_blank"
rel="noopener"
>Facebook</a
>
</li>
<li>
<a
href="https://behance.net/karthik558"
target="_blank"
rel="noopener"
>Behance</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/karthiklal"
target="_blank"
rel="noopener"
>Linkedin</a
>
</li>
<li>
<a
href="https://github.com/karthik558"
target="_blank"
rel="noopener"
>Github</a
>
</li>
<li>
<a
href="https://www.instagram.com/_karthiklal"
target="_blank"
rel="noopener"
>Instagram</a
>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</div>
</header>
<div id="content-wrap">
<div
id="page-header"
class="ph-full ph-cap-xxlg ph-bg-image ph-image-cover-4"
>
<div class="page-header-inner tt-wrap">
<div class="ph-image">
</div>
<div class="ph-caption max-width-1000">
<h1 class="ph-caption-title">
<div class="ph-appear">Oops!</div>
</h1>
<div class="ph-caption-title-ghost">
<div class="ph-appear">404!</div>
</div>
<div class="ph-caption-subtitle">
<div class="ph-appear">
This page seems to have wandered off.
</div>
</div>
</div>
</div>
</div>
<footer id="tt-footer" class="footer-absolute">
<div class="tt-footer-inner">
<div class="footer-col tt-align-center-left">
<div class="footer-col-inner">
<a href="index.html" class="tt-btn tt-btn-link">
<div data-hover="Back to Home">Back to Home</div>
<span class="tt-btn-icon"><i class="tt-btn-line"></i></span>
</a>
</div>
</div>
<div class="footer-col tt-align-center order-m-last">
<div class="footer-col-inner">
<div class="tt-copyright text-gray">
<a
href="https://github.com/karthik558"
target="_blank"
rel="noopener"
class="tt-btn tt-btn-link"
>
<span class="tt-btn-icon"
><i class="far fa-copyright"></i
></span>
<div
data-hover="2024. Designed & Developed by KARTHIK LAL"
>
2024. Designed & Developed by KARTHIK LAL
</div>
</a>
</div>
</div>
</div>
<div class="footer-col tt-align-center-right">
<div class="footer-col-inner">
<div class="footer-social">
<div class="footer-social-text">
<span>Follow</span><i class="fas fa-share-alt"></i>
</div>
<div class="social-buttons">
<ul>
<li>
<a
href="https://www.facebook.com/karthik5588"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-facebook-f"></i
></a>
</li>
<li>
<a
href="https://behance.net/karthik558"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-behance"></i
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/karthiklal"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a
href="https://github.com/karthik558"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a
href="https://www.instagram.com/_karthiklal"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-instagram"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</main>
<!--Scripts-->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/gsap/gsap.min.js"></script>
<script src="assets/plugins/gsap/ScrollToPlugin.min.js"></script>
<script src="assets/plugins/gsap/ScrollTrigger.min.js"></script>
<script src="assets/plugins/smooth-scrollbar.js"></script>
<script src="assets/plugins/swiper/js/swiper-bundle.min.js"></script>
<script src="assets/plugins/isotope/imagesloaded.pkgd.min.js"></script>
<script src="assets/plugins/isotope/isotope.pkgd.min.js"></script>
<script src="assets/plugins/isotope/packery-mode.pkgd.min.js"></script>
<script src="assets/plugins/lightgallery/js/lightgallery-all.min.js"></script>
<script src="assets/plugins/jquery.mousewheel.min.js"></script>
<script src="assets/js/block.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>