-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (204 loc) · 7.9 KB
/
Copy pathindex.html
File metadata and controls
205 lines (204 loc) · 7.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<title>data.aykhan.net</title>
<script>
// Apply saved theme before paint to avoid a flash. Dark is the default.
(function () {
try {
if (localStorage.getItem('aykhan-listing-theme') === 'light') {
document.documentElement.classList.add('light');
}
} catch (e) {}
})();
</script>
<style>
/* Palette mirrors aykhan.net/terminal so all three properties match. */
:root {
--bg: #0d1117;
--panel: #11161d;
--bar: #1c232c;
--text: #c9d1d9;
--muted: #6e7681;
--accent: #f06449;
--green: #3fb950;
--link: #58a6ff;
--border: #21262d;
--selection: #234a6b;
--mono: "SF Mono", "Fira Code", "JetBrains Mono", Menlo, Consolas, "Liberation Mono", monospace;
}
html.light {
--bg: #ffffff;
--panel: #f6f8fa;
--bar: #eaeef2;
--text: #1f2328;
--muted: #656d76;
--accent: #d03a1f;
--green: #1a7f37;
--link: #0969da;
--border: #d0d7de;
--selection: #ddf4ff;
}
* { box-sizing: border-box; }
body {
margin: 0;
min-height: 100vh;
background: var(--bg);
color: var(--text);
font-family: var(--mono);
font-size: 14px;
line-height: 1.55;
padding: 0;
}
::selection { background: var(--selection); }
.window {
width: 100%;
min-height: 100vh;
background: var(--panel);
border: 0;
border-radius: 0;
overflow: hidden;
}
.titlebar {
display: flex;
align-items: center;
gap: 8px;
padding: 11px 14px;
background: var(--bar);
border-bottom: 1px solid var(--border);
}
.dot { width: 12px; height: 12px; border-radius: 50%; flex: 0 0 auto; }
.dot.red { background: #ff5f56; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #27c93f; }
.titlebar-text {
margin-left: 6px;
color: var(--muted);
font-size: 12.5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.crumb {
padding: 16px 18px 8px;
}
.crumb h1 {
margin: 0;
font-size: 1em;
font-weight: 400;
line-height: 1.7;
color: var(--text);
word-break: break-word;
}
.crumb h1::before {
content: "$ ls ";
color: var(--green);
}
.crumb-current { color: var(--text); }
.crumb-sep { color: var(--muted); margin: 0 6px; }
table { width: 100%; border-collapse: collapse; }
thead th {
position: sticky;
top: 0;
text-align: left;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
background: var(--panel);
padding: 9px 14px;
border-bottom: 1px solid var(--border);
}
tbody td {
padding: 7px 14px;
border-bottom: 1px solid var(--border);
white-space: nowrap;
}
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: var(--selection); }
td.icon-col { width: 34px; text-align: center; }
td:nth-child(3) { color: var(--muted); }
td:nth-child(4) { color: var(--muted); font-size: 12.5px; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--accent); text-decoration: underline; }
.theme-toggle {
position: fixed;
bottom: 20px;
right: 20px;
background: var(--panel);
color: var(--text);
border: 1px solid var(--border);
border-radius: 8px;
padding: 8px 14px;
font-family: var(--mono);
font-size: 12.5px;
cursor: pointer;
z-index: 1000;
}
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 560px) {
thead th:nth-child(3), td:nth-child(3) { display: none; }
}
</style>
</head>
<body>
<!-- Auto-generated by Python script -->
<div class="window">
<div class="titlebar">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
<span class="titlebar-text">data.aykhan.net</span>
</div>
<div class="crumb">
<h1><span class="crumb-current">data.aykhan.net</span></h1>
</div>
<table>
<thead>
<tr>
<th class="icon-col">·</th>
<th>Name</th>
<th>Size</th>
<th>Last Modified</th>
</tr>
</thead>
<tbody>
<tr><td class="icon-col">📁</td><td><a href="data/index.html">data/</a></td><td>-</td><td>2026-08-02 17:43 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="404.html">404.html</a></td><td>472.0 B</td><td>2024-09-09 14:59 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="404.md">404.md</a></td><td>126.0 B</td><td>2024-08-30 12:52 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="CNAME">CNAME</a></td><td>16.0 B</td><td>2024-08-30 12:52 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="ENGINEERING_AUDIT.md">ENGINEERING_AUDIT.md</a></td><td>6.0 KB</td><td>2026-06-12 21:07 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="LICENSE">LICENSE</a></td><td>1.0 KB</td><td>2024-08-30 12:52 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="README.md">README.md</a></td><td>3.9 KB</td><td>2026-06-14 17:24 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="build-report.json">build-report.json</a></td><td>469.0 B</td><td>2026-08-02 17:43 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="data-index.json">data-index.json</a></td><td>15.3 KB</td><td>2026-08-02 17:43 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="generate_index.py">generate_index.py</a></td><td>17.1 KB</td><td>2026-06-12 21:07 UTC</td></tr>
<tr><td class="icon-col">📄</td><td><a href="test_generate_index.py">test_generate_index.py</a></td><td>4.9 KB</td><td>2026-06-12 21:07 UTC</td></tr>
</tbody>
</table>
</div>
<button class="theme-toggle" type="button" onclick="__toggleTheme()">☾ dark</button>
<script>
(function () {
var KEY = 'aykhan-listing-theme';
function label() {
var b = document.querySelector('.theme-toggle');
if (!b) return;
b.textContent = document.documentElement.classList.contains('light') ? '☀ light' : '☾ dark';
}
window.__toggleTheme = function () {
var light = !document.documentElement.classList.contains('light');
document.documentElement.classList.toggle('light', light);
try { localStorage.setItem(KEY, light ? 'light' : 'dark'); } catch (e) {}
label();
};
document.addEventListener('DOMContentLoaded', label);
})();
</script>
</body>
</html>