-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
192 lines (187 loc) · 10.6 KB
/
contact.html
File metadata and controls
192 lines (187 loc) · 10.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#020305" />
<meta name="darkreader-lock" />
<title>Bikram Gole | Contact</title>
<meta name="description" content="Contact Bikram Gole for AI, Linux, open source, and collaboration." />
<meta name="author" content="Bikram Gole" />
<meta name="keywords" content="Bikram Gole, contact, AI, open source, Linux, developer, Nepal" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://devxtechnic.github.io/contact.html" />
<meta property="og:title" content="Bikram Gole | Contact" />
<meta property="og:description" content="Contact Bikram Gole for AI, Linux, open source, and collaboration." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devxtechnic.github.io/contact.html" />
<meta property="og:image" content="https://devxtechnic.github.io/og-image.svg" />
<meta property="og:site_name" content="DevXTechnic" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Bikram Gole | Contact" />
<meta name="twitter:description" content="Contact Bikram Gole for AI, Linux, open source, and collaboration." />
<meta name="twitter:image" content="https://devxtechnic.github.io/og-image.svg" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="favicon.svg" />
<link rel="prefetch" href="index.html" />
<link rel="prefetch" href="about.html" />
<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=Space+Grotesk:wght@400;500;700&family=Syne:wght@700;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body data-page="contact">
<a class="skip-link" href="#main-content">Skip to content</a>
<script>
(() => {
try {
const validThemes = new Set(["neo", "mint", "sunset", "midnight", "ember", "arctic", "grape", "toxic", "ocean", "bloodmoon", "zen", "liquidglass", "material3", "paper", "blackflag"]);
const themeKey = "neoThemeVariant.v1";
const params = new URLSearchParams(window.location.search);
const urlTheme = params.get("theme");
const savedTheme = window.localStorage.getItem(themeKey);
const selected = validThemes.has(urlTheme) ? urlTheme : (validThemes.has(savedTheme) ? savedTheme : "mint");
if (selected) {
document.documentElement.dataset.theme = selected;
document.body.dataset.theme = selected;
if (selected !== savedTheme) {
window.localStorage.setItem(themeKey, selected);
}
}
} catch (error) {
// ignore
}
})();
</script>
<canvas id="starfield" aria-hidden="true"></canvas>
<div class="noise" aria-hidden="true"></div>
<header class="site-header">
<a class="brand-name" href="index.html">Neo</a>
<nav aria-label="Primary">
<a href="index.html" data-nav="home">Home</a>
<a href="about.html" data-nav="about">About</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
<div class="header-tools">
<label for="header-theme-select" class="theme-top-label">Theme</label>
<select id="header-theme-select" class="theme-top-select" aria-label="Theme switcher">
<option value="mint">Mint Matrix</option>
<option value="neo">Neo Blue</option>
<option value="sunset">Sunset Warp</option>
<option value="midnight">Midnight Ice</option>
<option value="ember">Ember Core</option>
<option value="arctic">Arctic Pulse</option>
<option value="grape">Grape Nebula</option>
<option value="toxic">Toxic Lime</option>
<option value="ocean">Ocean Drift</option>
<option value="bloodmoon">Blood Moon</option>
<option value="zen">Zen Temple</option>
<option value="liquidglass">Liquid Glass</option>
<option value="material3">Material 3</option>
<option value="paper">Paper Link</option>
<option value="blackflag">Black Flag Uprising</option>
</select>
<button id="theme-cycle-btn" class="theme-cycle-btn" type="button" aria-label="Cycle theme">↻</button>
</div>
</header>
<div class="scroll-progress" aria-hidden="true">
<span class="scroll-progress-bar"></span>
</div>
<nav class="section-rail" aria-label="Section navigator">
<a href="#hero-zone" data-section="hero-zone"><span class="rail-label">Hero</span></a>
<a href="#direct-links" data-section="direct-links"><span class="rail-label">Links</span></a>
</nav>
<button id="back-to-top" class="back-to-top" type="button" aria-label="Back to top">
<span aria-hidden="true">↑</span>
</button>
<main id="main-content">
<section id="hero-zone" class="hero compact reveal skew-left">
<span class="hero-pulse" aria-hidden="true"></span>
<svg class="hero-motif" viewBox="0 0 220 140" aria-hidden="true">
<path class="motif-line" d="M10 110 L60 40 L120 70 L170 25 L210 60" />
<path class="motif-line secondary" d="M20 25 L70 60 L140 20 L200 100" />
<circle class="motif-node" cx="10" cy="110" r="3" />
<circle class="motif-node" cx="60" cy="40" r="3" />
<circle class="motif-node alt" cx="120" cy="70" r="3" />
<circle class="motif-node" cx="170" cy="25" r="3" />
<circle class="motif-node alt" cx="210" cy="60" r="3" />
<circle class="motif-node" cx="20" cy="25" r="3" />
<circle class="motif-node alt" cx="70" cy="60" r="3" />
<circle class="motif-node" cx="140" cy="20" r="3" />
<circle class="motif-node alt" cx="200" cy="100" r="3" />
</svg>
<p class="tag">Contact 📡</p>
<h1 id="hero-name" data-name="Open Channel ✉️">Open Channel ✉️</h1>
<span class="name-underline" aria-hidden="true"></span>
<p class="subtitle">For AI ideas, open source builds, Linux setup talk, and serious debates.</p>
</section>
<section id="direct-links" class="panel reveal delay-1 skew-right">
<h2>Direct Links</h2>
<div class="contact-list tilt-zone">
<a class="contact-item tilt" href="mailto:Bikramgole.genius@keemail.me">
<h3 class="contact-title">
<span class="contact-logo" aria-hidden="true">
<svg class="mono-icon" viewBox="0 0 24 24" role="img" focusable="false">
<path d="M3 6h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1Zm9 7L4.8 8h14.4L12 13Z"/>
</svg>
</span>
Primary Email
</h3>
<p>Bikramgole.genius@keemail.me</p>
</a>
<a class="contact-item tilt" href="mailto:Develope.genius@gmail.com">
<h3 class="contact-title">
<span class="contact-logo" aria-hidden="true">
<svg class="mono-icon" viewBox="0 0 24 24" role="img" focusable="false">
<path d="M3 6h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1Zm9 7L4.8 8h14.4L12 13Z"/>
</svg>
</span>
Backup Email
</h3>
<p>Develope.genius@gmail.com</p>
</a>
<a class="contact-item tilt" href="https://github.com/DevXtechnic" target="_blank" rel="noopener noreferrer">
<h3 class="contact-title">
<span class="contact-logo" aria-hidden="true">
<svg class="mono-icon" viewBox="0 0 24 24" role="img" focusable="false">
<path d="M12 .5a12 12 0 0 0-3.79 23.4c.6.11.82-.26.82-.58v-2.2c-3.34.72-4.04-1.61-4.04-1.61a3.17 3.17 0 0 0-1.33-1.75c-1.08-.75.08-.74.08-.74a2.5 2.5 0 0 1 1.82 1.23 2.54 2.54 0 0 0 3.47 1 2.54 2.54 0 0 1 .76-1.59c-2.66-.3-5.47-1.33-5.47-5.92a4.63 4.63 0 0 1 1.24-3.22 4.3 4.3 0 0 1 .12-3.17s1.01-.32 3.3 1.23a11.4 11.4 0 0 1 6.01 0c2.28-1.55 3.3-1.23 3.3-1.23a4.3 4.3 0 0 1 .12 3.17 4.62 4.62 0 0 1 1.23 3.22c0 4.6-2.81 5.61-5.49 5.91a2.84 2.84 0 0 1 .81 2.2v3.27c0 .32.22.69.83.58A12 12 0 0 0 12 .5Z"/>
</svg>
</span>
GitHub
</h3>
<p>github.com/DevXtechnic</p>
</a>
<a class="contact-item tilt" href="https://leetcode.com/u/bikramgole/" target="_blank" rel="noopener noreferrer">
<h3 class="contact-title">
<span class="contact-logo" aria-hidden="true">
<svg viewBox="0 0 24 24" role="img" focusable="false" aria-hidden="true">
<path d="M9.2 6.2 4.4 12l4.8 5.8" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8 6.2 19.6 12l-4.8 5.8" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.7 18.4 13.3 5.6" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"/>
</svg>
</span>
LeetCode
</h3>
<p>leetcode.com/u/bikramgole</p>
</a>
<a class="contact-item tilt" href="https://discord.com/users/1471849836931190945" target="_blank" rel="noopener noreferrer">
<h3 class="contact-title">
<span class="contact-logo" aria-hidden="true">
<svg class="mono-icon" viewBox="0 0 24 24" role="img" focusable="false">
<path d="M20.32 4.37A19.8 19.8 0 0 0 16.4 3.1a.07.07 0 0 0-.08.04c-.17.31-.37.73-.5 1.05a18.26 18.26 0 0 0-5.63 0c-.13-.32-.33-.74-.5-1.05a.07.07 0 0 0-.08-.04 19.74 19.74 0 0 0-3.93 1.27.06.06 0 0 0-.03.03C3.16 8.16 2.46 11.83 2.8 15.45a.08.08 0 0 0 .03.05 19.9 19.9 0 0 0 4.83 2.44.08.08 0 0 0 .09-.03c.38-.52.72-1.06 1.01-1.64a.08.08 0 0 0-.04-.11 13 13 0 0 1-1.55-.74.08.08 0 0 1-.01-.14c.1-.07.2-.15.3-.22a.07.07 0 0 1 .08-.01c3.26 1.5 6.79 1.5 10 0a.07.07 0 0 1 .09.01c.1.08.2.16.3.22a.08.08 0 0 1-.01.14c-.5.29-1.02.54-1.55.74a.08.08 0 0 0-.04.11c.3.58.63 1.12 1.01 1.64a.08.08 0 0 0 .09.03 19.84 19.84 0 0 0 4.84-2.44.08.08 0 0 0 .03-.05c.41-4.19-.68-7.83-2.85-11.05a.06.06 0 0 0-.03-.03ZM9.55 13.24c-.98 0-1.78-.9-1.78-2s.79-2 1.78-2c1 0 1.8.9 1.79 2 0 1.1-.79 2-1.79 2Zm4.9 0c-.98 0-1.78-.9-1.78-2s.79-2 1.78-2 1.8.9 1.79 2c0 1.1-.79 2-1.79 2Z"/>
</svg>
</span>
Discord
</h3>
<p>discord.com/users/1471849836931190945</p>
</a>
</div>
</section>
</main>
<footer class="site-footer">
<p id="page-footer-line" data-text="Fastest response: keemail.">Fastest response: keemail.</p>
</footer>
<script src="script.js"></script>
</body>
</html>