-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
150 lines (145 loc) · 7.58 KB
/
contact.html
File metadata and controls
150 lines (145 loc) · 7.58 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
<!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>Contact Neo | Aura Farmer</title>
<meta name="description" content="Contact Bikram Gole for AI, Linux, open source, and collaboration." />
<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">
<script>
(() => {
try {
const validThemes = new Set(["neo", "mint", "sunset", "midnight", "ember", "arctic", "grape", "toxic", "ocean", "bloodmoon", "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(savedTheme) ? savedTheme : (validThemes.has(urlTheme) ? urlTheme : null);
if (selected) {
document.documentElement.dataset.theme = selected;
document.body.dataset.theme = selected;
if (selected !== savedTheme) {
window.localStorage.setItem(themeKey, selected);
}
if (validThemes.has(savedTheme) && selected !== urlTheme) {
const url = new URL(window.location.href);
url.searchParams.set("theme", selected);
window.history.replaceState(null, "", url.toString());
}
}
} 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>
<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="neo">Neo Blue</option>
<option value="mint">Mint Matrix</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="liquidglass">Liquid Glass</option>
<option value="material3">Material 3</option>
<option value="paper">Paper Link</option>
<option value="blackflag">Black Flag Uprising</option>
</select>
</div>
</header>
<main>
<section class="hero compact reveal skew-left">
<p class="tag">Contact 📡</p>
<h1 id="hero-name" data-name="Open Channel ✉️">Open Channel ✉️</h1>
<p class="subtitle">For AI ideas, open source builds, Linux setup talk, and serious debates.</p>
</section>
<section 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://smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU" 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">
<g clip-path="url(#sxClip)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.13863 6.06633L6.08626 10.0138L10.1445 5.95657L12.1177 7.92916L8.05926 11.9862L12.0074 15.9333L9.97913 17.9614L6.031 14.0143L1.9731 18.0715L0 16.0989L4.05845 12.0419L0.11081 8.09448L2.13863 6.06633Z" fill="#023789"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.94745 18L11.9601 15.9875L11.9593 15.9869L15.9857 11.9628L12.0371 8.01663L12.0375 8.01624L10.0625 6.04177L6.11361 2.09393L8.12687 0.0814148L12.0758 4.02925L16.1011 0.00585938L18.0757 1.98032L14.0504 6.00392L17.999 9.95053L22.0252 5.92637L24 7.90084L19.9739 11.925L23.9238 15.873L21.9105 17.8855L17.9606 13.9375L13.9353 17.9615L17.8852 21.9097L15.8719 23.9222L11.922 19.974L7.89749 23.998L5.92291 22.0235L9.94745 18Z" fill="url(#sxGradient)"/>
</g>
<defs>
<linearGradient id="sxGradient" x1="9.061" y1="-0.49" x2="6.736" y2="22.188" gradientUnits="userSpaceOnUse">
<stop stop-color="#01F1FF"/>
<stop offset="1" stop-color="#0197FF"/>
</linearGradient>
<clipPath id="sxClip">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
</span>
SimpleX
</h3>
<p>smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU</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>