-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
166 lines (158 loc) · 8.89 KB
/
about.html
File metadata and controls
166 lines (158 loc) · 8.89 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
<!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 | About</title>
<meta name="description" content="About Bikram Gole (Aura Farmer) — AI-focused student builder from Gongabu, KTM with chaotic fun energy." />
<meta name="author" content="Bikram Gole" />
<meta name="keywords" content="Bikram Gole, Aura Farmer, AI, open source, Linux, developer profile, Nepal" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://devxtechnic.github.io/about.html" />
<meta property="og:title" content="Bikram Gole | About" />
<meta property="og:description" content="About Bikram Gole (Aura Farmer) — AI-focused student builder from Gongabu, KTM." />
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://devxtechnic.github.io/about.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 | About" />
<meta name="twitter:description" content="About Bikram Gole (Aura Farmer) — AI-focused student builder from Gongabu, KTM." />
<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="contact.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="about">
<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="#identity-snapshot" data-section="identity-snapshot"><span class="rail-label">Identity</span></a>
<a href="#strengths" data-section="strengths"><span class="rail-label">Strengths</span></a>
<a href="#influence-stack" data-section="influence-stack"><span class="rail-label">Influence</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">About Neo 🐧</p>
<h1 id="hero-name" data-name="Aura Farmer Profile">Aura Farmer Profile</h1>
<span class="name-underline" aria-hidden="true"></span>
<p class="subtitle">From Gongabu, KTM, Nepal. I am building toward AI Engineering with chaotic fun energy.</p>
<p class="status-line">Shivapuri Secondary School | Grade 10 | ISTJ-A</p>
</section>
<section id="identity-snapshot" class="panel reveal delay-1 skew-right">
<h2>Identity Snapshot</h2>
<div class="about-grid tilt-zone">
<article class="glass-card tilt"><h3>Name</h3><p>Bikram Gole</p></article>
<article class="glass-card tilt"><h3>Age</h3><p>15</p></article>
<article class="glass-card tilt"><h3>Height</h3><p>5'7"</p></article>
<article class="glass-card tilt"><h3>Base</h3><p>Gongabu, KTM, Nepal</p></article>
<article class="glass-card tilt"><h3>Distro</h3><p>Arch + Hyprland</p></article>
<article class="glass-card tilt"><h3>Goal</h3><p>Become an AI Engineer</p></article>
<article class="glass-card tilt"><h3>Relationship Status</h3><p>Complicated (with code and deadlines).</p></article>
</div>
</section>
<section id="strengths" class="panel reveal delay-2 skew-left">
<h2>Strengths</h2>
<div class="fact-grid tilt-zone">
<article class="fact-card tilt"><h3>Communication</h3><p>Great English speaker.</p></article>
<article class="fact-card tilt"><h3>Debate</h3><p>Can debate almost any topic.</p></article>
<article class="fact-card tilt"><h3>Mindset</h3><p>Self improvement + consistency.</p></article>
<article class="fact-card tilt"><h3>Energy</h3><p>Low sleep, high intensity.</p></article>
</div>
</section>
<section id="influence-stack" class="panel reveal delay-3 skew-right">
<h2>AI + Influence Stack</h2>
<div class="favorite-grid tilt-zone">
<article class="favorite-card tilt"><h3>YouTube</h3><p>AI Explained, Matt Wolfe, Luke Smith, Mental Outlaw, Linus Tech Tips, IN-Depth Story, HowToMen, The Linux Experiment, Fireship</p></article>
<article class="favorite-card tilt"><h3>People</h3><p>Sam Altman, Dario Amodei, Elon Musk, Linus Torvalds, Terry A. Davis</p></article>
<article class="favorite-card tilt"><h3>Crypto</h3><p>BTC, Ethereum, Monero, Solana</p></article>
<article class="favorite-card tilt"><h3>Ideas</h3><p>Open source, AI tools, Libertarian, Privacy by default, Free speech, Permissionless innovation</p></article>
</div>
</section>
</main>
<footer class="site-footer">
<p id="page-footer-line" data-text="Aura Farmer: thinking deep, building fast.">Aura Farmer: thinking deep, building fast.</p>
</footer>
<script src="script.js"></script>
</body>
</html>