-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (165 loc) · 5.83 KB
/
index.html
File metadata and controls
216 lines (165 loc) · 5.83 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AK Pandey</title>
<!-- Basic SEO -->
<meta name="description" content="This is a developer dashboard showcasing open-source projects, GitHub repositories, and experiments in programming, security, and system design.">
<meta name="author" content="AK Pandey">
<meta name="color-scheme" content="dark light">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="jNyoClG1h_tSsWukMFLMN9aBzh7UzkscUcpaVIfzP8A" />
<!-- Canonical URL -->
<link rel="canonical" href="https://akpandey-dev.github.io/">
<!-- Theme color (mobile browsers) -->
<meta name="theme-color" content="#060416">
<!-- Performance: prepare GitHub API connection -->
<link rel="preconnect" href="https://api.github.com">
<link rel="dns-prefetch" href="https://api.github.com">
<!-- Open Graph (Discord / WhatsApp / Facebook previews) -->
<meta property="og:title" content="AK Pandey">
<meta property="og:description" content="Open-source projects, GitHub repositories, and developer experiments from AK Pandey.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://akpandey-dev.github.io/">
<meta property="og:image" content="https://akpandey-dev.github.io/assets/icons/logo-1024.png">
<meta property="og:site_name" content="AK Pandey">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<!-- Twitter preview -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AK Pandey">
<meta name="twitter:description" content="Open-source projects and developer experiments from AK Pandey.">
<meta name="twitter:image" content="https://akpandey-dev.github.io/assets/icons/logo-1024.png">
<!-- Favicons -->
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/logo-32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/logo-192.png">
<!-- Apple / mobile icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/logo-256.png">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "AK Pandey",
"url": "https://akpandey-dev.github.io",
"sameAs": [
"https://github.com/akpandey-dev"
]
}
</script>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div id="overlay" class="overlay"></div>
<div class="app">
<!-- SIDEBAR -->
<div class="sidebar" id="sidebar">
<h2 class="name-holder">AK Pandey</h2>
<a data-page="home">Home</a>
<a data-page="projects">Projects</a>
<a data-page="repos">Repositories</a>
<a data-page="about">About</a>
<a data-page="contact">Contact</a>
<hr style="margin:20px 0;border-color:var(--border)">
<a id="theme-toggle" data-action="theme-toggle">Toggle Theme</a>
</div>
<!-- MAIN -->
<div class="main">
<!-- CUSTOM POPUP -->
<div id="popup-overlay" class="popup-overlay">
<div id="popup-box">
<p id="popup-message"></p>
<div id="popup-btns-container">
<button id="popup-ok">OK</button>
<button id="popup-cancel">Cancel</button>
</div>
</div>
</div>
<div id="sidebar-toggle" class="sidebar-toggle">
<div class="bar a"></div>
<div class="bar b"></div>
<div class="bar c"></div>
</div>
<header>
<div class="topbar">
<strong><span class="name-holder">AK's</span> Portfolio</strong>
<div id="topbar-nav"></div>
</div>
</header>
<div class="container">
<section id="home" class="active">
<div class="profile">
<img id="avatar" alt="AK Pandey Avatar">
<h1 class="name-holder">AK Pandey</h1><br>
<p class="tagline">
Developer • Ethical Hacker • Building Experimental Systems
</p>
<p class="subtagline">
I build tools, break systems, and explore how things work under the hood.
</p><br>
<div id="bio"></div>
<br>
<p>Github:</p>
<p id="stats"></p>
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<br>
<h3>Projects I'm working on or will be working on soon and that are open source:</h3>
<!-- grid container -->
<div id="projects-container" class="project-grid">
<div class="project-card">Loading projects...</div>
</div>
</section>
<section id="repos">
<h2>GitHub Repositories</h2>
<div id="repo-container" class="repo-grid">Loading...</div>
<div class="gist-reference">
<a id="gist-link" target="_blank" rel="noopener noreferrer">
<p>Also check out my GitHub Gists for smaller code snippets and experiments!</p>
</a>
</div>
</section>
<section id="about">
<h2>About Me</h2>
<p class="paragraph" id="about-me">
Loading...
</p>
<br>
<h3>GitHub Stats:</h3>
<div class="github-stats-container"><img alt="GitHub Stars" id="github-stats"></div>
<div class="github-streak-container"><img alt="GitHub Streak" id="github-streak"></div>
</section>
<section id="contact">
<h2>Contact Information</h2>
<div id="contact-information">
Loading...
</div><br>
<h3>Contact me:</h3><br>
<form id="form">
<!-- Web3Forms access key -->
<input type="hidden" name="access_key" value="b5b5cea3-baf9-47e6-8f5f-c44de3083a25">
<!-- Spam protection -->
<input type="checkbox" name="botcheck" style="display:none">
<input type="text" name="name" autocomplete="name" placeholder="Your Name" required>
<input type="email" name="email" autocomplete="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Type your message..." required></textarea>
<button class="submit" type="submit">Submit</button>
<!-- status message -->
<p id="form-status" class="paragraph"></p>
</form>
</section>
</div>
<footer>© <span id="year"></span> <span class="name-holder">AK Pandey</span></footer>
</div>
</div>
<script>
console.log("Dashboard initialized");
</script>
<script src="assets/js/script.js"></script>
</body>
</html>