-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (130 loc) · 9.53 KB
/
Copy pathindex.html
File metadata and controls
138 lines (130 loc) · 9.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#07070b"><meta name="description" content="Darkstar085 — Android, AOSP, Linux and open-source development.">
<title>Darkstar085 — Developer</title>
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="assets/favicon.png">
<link rel="stylesheet" href="assets/css/style.css"><script defer src="assets/js/script.js"></script>
</head>
<body>
<div class="cursor-glow"></div><div class="noise"></div>
<nav class="nav">
<a class="brand" href="#home"><span class="brand-mark">✦</span>DARKSTAR<em>085</em></a>
<div class="nav-links">
<a class="active" href="#home"><i data-icon="home" aria-hidden="true"></i><span>Home</span></a>
<a href="#about"><i data-icon="user-round" aria-hidden="true"></i><span>About</span></a>
<a href="#work"><i data-icon="layers-3" aria-hidden="true"></i><span>Work</span></a>
<a href="#projects"><i data-icon="folder-kanban" aria-hidden="true"></i><span>Projects</span></a>
<a href="#contact"><i data-icon="send" aria-hidden="true"></i><span>Contact</span></a>
</div>
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Switch to light theme" title="Switch theme">
<span class="theme-icon"><i data-icon="sun" aria-hidden="true"></i></span>
<span class="theme-label">Theme</span>
</button>
<button class="menu" aria-label="Open menu"><i data-icon="menu" aria-hidden="true"></i></button>
</nav>
<main id="home">
<section class="hero section">
<div class="hero-grid">
<div class="hero-copy reveal">
<div class="availability"><i></i> Available for open-source collaboration</div>
<p class="eyebrow">ANDROID · AOSP · LINUX · AUTOMATION</p>
<h1>Build.<br><span>Break.</span><br>Rebuild.</h1>
<p class="hero-text">I'm <strong>Sipun Ku Mahanta</strong>, known as <strong>Darkstar085</strong>. I build and maintain Android custom ROMs, device trees, Linux tooling and automation that make development faster and cleaner.</p>
<div class="hero-actions"><a class="btn primary" href="https://github.com/Darkstar085" target="_blank">Explore GitHub</a><a class="btn ghost" href="#work">View selected work</a></div>
</div>
<div class="hero-visual reveal"><div class="orb"></div><div class="terminal-card">
<div class="terminal-top"><div class="traffic"><i></i><i></i><i></i></div><span>darkstar@dev:~</span><b>●</b></div>
<div class="terminal-body"><p><span class="prompt">$</span> neofetch --developer</p><p class="indent"><span class="cyan">OS</span> Linux</p><p class="indent"><span class="cyan">Focus</span> Android / AOSP</p><p class="indent"><span class="cyan">Workflow</span> Git · Gerrit · CI</p><p class="indent"><span class="cyan">Tools</span> C++ · Python · Bash</p><p class="indent"><span class="cyan">Mode</span> Build / Debug / Repeat</p><br><p><span class="prompt">$</span> ./build-rom.sh <span class="purple">--clean</span></p><div class="progress"><span></span></div><p class="success">✓ Build environment ready</p><p class="success">✓ Device tree synced</p><p class="success">✓ Starting compilation...</p><p><span class="prompt">$</span> <span class="blink">█</span></p></div>
</div></div>
</section>
<section id="about" class="section">
<div class="section-head reveal"><div><p class="eyebrow">ABOUT</p><h2>Open source,<br><span>under the hood.</span></h2></div></div>
<div class="about-grid"><div class="about-copy reveal"><p>I enjoy working close to the system layer, where hardware, Android and Linux meet.</p><p>My work focuses on custom ROMs, device bring-up, device trees, build systems and automation that removes repetitive work.</p></div>
<div class="stats-grid reveal"><article><strong>25+</strong><span>Repositories</span></article><article><strong>19</strong><span>Stars</span></article><article><strong>AOSP</strong><span>Core focus</span></article><article><strong>∞</strong><span>Experiments</span></article></div></div>
</section>
<section id="work" class="section work-section">
<div class="section-head reveal"><div><p class="eyebrow">WORK + TOOLKIT</p><h2>What I work with<br><span>and how I build.</span></h2><p class="section-subtitle">The technologies and tools I use to build, customize, automate and ship.</p></div></div>
<div class="work-grid">
<a class="work-card android reveal" href="#stack"><span class="icon-badge android-badge"><i data-icon="smartphone" aria-hidden="true"></i></span><h3>Android</h3><p>Custom ROMs, Android internals, device trees and AOSP development.</p><div class="work-tags" aria-label="Android focus">
<span>AOSP</span><span>Custom ROMs</span><span>Device Trees</span>
</div></a>
<a class="work-card opensource reveal" href="https://github.com/Darkstar085" target="_blank"><span class="icon-badge github-badge" aria-label="GitHub">
<i data-icon="github" aria-hidden="true"></i>
</span><h3>Open Source</h3><p>Open-source projects, reusable code and community-driven development.</p><div class="work-tags" aria-label="Open source focus">
<span>GitHub</span><span>Open Source</span><span>Community</span>
</div></a>
<a class="work-card linux reveal" href="#stack"><span class="icon-badge linux-badge"><i data-icon="terminal" aria-hidden="true"></i></span><h3>Linux</h3><p>Linux tooling, command-line workflows, servers and build systems.</p><div class="work-tags" aria-label="Linux focus">
<span>Bash</span><span>Linux</span><span>Build</span>
</div></a>
<a class="work-card web reveal" href="#stack"><span class="icon-badge web-badge"><i data-icon="globe-2" aria-hidden="true"></i></span><h3>Web</h3><p>Clean interfaces, developer tools and responsive web experiences.</p><div class="work-tags" aria-label="Web focus">
<span>HTML</span><span>CSS</span><span>JavaScript</span>
</div></a>
</div>
<div id="stack" class="toolkit-block">
<div class="toolkit-heading reveal"><p class="eyebrow">TOOLS & TECHNOLOGIES</p><span>THE STACK BEHIND THE WORK</span></div>
<div class="tool-tiles reveal">
<div class="tool-tile code-tool"><i data-icon="code-2" aria-hidden="true"></i><strong>C / C++</strong><span>Systems</span></div>
<div class="tool-tile kotlin-tool"><i data-icon="code" aria-hidden="true"></i><strong>Kotlin</strong><span>Android</span></div>
<div class="tool-tile java-tool"><i data-icon="coffee" aria-hidden="true"></i><strong>Java</strong><span>Android</span></div>
<div class="tool-tile python-tool"><i data-icon="file-code-2" aria-hidden="true"></i><strong>Python</strong><span>Automation</span></div>
<div class="tool-tile shell-tool"><i data-icon="terminal" aria-hidden="true"></i><strong>Bash</strong><span>CLI / Build</span></div>
<div class="tool-tile git-tool"><i data-icon="git-branch" aria-hidden="true"></i><strong>Git</strong><span>Version control</span></div>
<div class="tool-tile gerrit-tool"><i data-icon="git-pull-request" aria-hidden="true"></i><strong>Gerrit</strong><span>Code review</span></div>
<div class="tool-tile actions-tool"><i data-icon="workflow" aria-hidden="true"></i><strong>GitHub Actions</strong><span>CI / Automation</span></div>
<div class="tool-tile html-tool"><i data-icon="file-code" aria-hidden="true"></i><strong>HTML</strong><span>Web</span></div>
<div class="tool-tile css-tool"><i data-icon="palette" aria-hidden="true"></i><strong>CSS</strong><span>Web</span></div>
<div class="tool-tile js-tool"><i data-icon="braces" aria-hidden="true"></i><strong>JavaScript</strong><span>Web</span></div>
<div class="tool-tile vscode-tool"><i data-icon="code-xml" aria-hidden="true"></i><strong>VS Code</strong><span>Editor</span></div>
</div>
</div>
</section>
<section id="projects" class="section">
<div class="section-head reveal"><div>
<p class="eyebrow">PROJECTS</p>
<h2>Latest things<br><span>I've built.</span></h2>
<p class="section-subtitle">Automatically synced from my GitHub repositories. The six latest-updated projects below are refreshed daily.</p>
</div></div>
<div id="project-grid" class="projects dynamic-projects" aria-live="polite">
<div class="project-loading">Loading projects…</div>
</div>
</section>
<section id="contact" class="contact section">
<div class="contact-inner reveal">
<div class="contact-copy">
<p class="eyebrow">CONTACT</p>
<h2>Let's build<br><span>something great.</span></h2>
<p>Open-source projects, Android development, tooling, or a good technical conversation.</p>
</div>
<div class="contact-cards">
<a class="contact-card x-card" href="https://x.com/Darkstar085" target="_blank" rel="noreferrer">
<span class="contact-icon x-icon" aria-label="X">
<i data-icon="x" aria-hidden="true"></i>
</span>
<span><b>X / Twitter</b><small>@Darkstar085</small></span>
</a>
<a class="contact-card insta-card" href="https://instagram.com/Darkstar085" target="_blank" rel="noreferrer">
<span class="contact-icon insta-icon" aria-label="Instagram">
<i data-icon="instagram" aria-hidden="true"></i>
</span>
<span><b>Instagram</b><small>@Darkstar085</small></span>
</a>
<a class="contact-card telegram-card" href="https://t.me/Darkstar085" target="_blank" rel="noreferrer">
<span class="contact-icon telegram-icon" aria-label="Telegram">
<i data-icon="telegram" aria-hidden="true"></i>
</span>
<span><b>Telegram</b><small>@Darkstar085</small></span>
</a>
<div class="contact-note">
<i data-icon="message-circle" aria-hidden="true"></i>
<span><b>Open to collaboration</b><small>Reach out through my social profiles.</small></span>
</div>
</div>
</div>
</section>
</main>
<footer><span>© 2026 DARKSTAR085</span><span>Code · Build · Optimize · Repeat.</span><a href="#home">Back to top</a></footer>
</body></html>