-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (79 loc) · 2.95 KB
/
index.html
File metadata and controls
91 lines (79 loc) · 2.95 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Karthigaiselvam R - Security Researcher & Software Developer. Specializing in penetration testing, web application security, and building secure applications." />
<meta name="keywords"
content="Karthigaiselvam, Security Researcher, Penetration Testing, Web Security, Developer, Python, C++, Linux" />
<meta name="author" content="Karthigaiselvam R" />
<meta name="theme-color" content="#00ff88" />
<!-- Open Graph -->
<meta property="og:title" content="Karthigaiselvam R | Security Researcher" />
<meta property="og:description"
content="Security Researcher & Software Developer specializing in penetration testing and building secure applications." />
<meta property="og:type" content="website" />
<!-- Fonts - Optimized for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Preload critical font weights for faster FCP -->
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=JetBrains+Mono:wght@400;500&display=swap">
<!-- Non-blocking font loading -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap"
rel="stylesheet" media="print" onload="this.media='all'">
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet">
</noscript>
<title>Karthigaiselvam R | Security Researcher & Developer</title>
</head>
<body>
<div id="root">
<!-- Skeleton Intro (Instant LCP) -->
<style>
body {
margin: 0;
background: #000;
color: #fff;
overflow: hidden;
}
.skeleton-intro {
position: fixed;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 0;
font-family: 'Inter', sans-serif;
}
.skeleton-name {
font-size: clamp(3rem, 10vw, 9rem);
font-weight: 900;
background: linear-gradient(90deg, #fff, #00ffcc);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
opacity: 0;
animation: fade-in 0.5s ease-out forwards 0.2s;
}
@keyframes fade-in {
to {
opacity: 0.3;
}
}
/* Subtle preview */
</style>
<div class="skeleton-intro" aria-hidden="true">
<h1 class="skeleton-name">KARTHIGAISELVAM R</h1>
</div>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>