-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·369 lines (362 loc) · 11.7 KB
/
index.html
File metadata and controls
executable file
·369 lines (362 loc) · 11.7 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!doctype html>
<html lang="en">
<head>
<title>BitDevs Melbourne</title>
<meta
name="description"
content="BitDevs Melbourne is an in-person meetup held monthly for discussing: Bitcoin software, tools, research, protocol upgrades (BIPs), mining and more."
/>
<meta property="og:title" content="BitDevs Melbourne" />
<meta
property="og:description"
content="BitDevs Melbourne is an in-person meetup held monthly for discussing: Bitcoin software, tools, research, protocol upgrades (BIPs), mining and more."
/>
<meta property="og:url" content="https://melb.bitdevs.com.au" />
<meta name="twitter:title" content="BitDevs Melbourne" />
<meta
name="twitter:description"
content="BitDevs Melbourne is an in-person meetup held monthly for discussing: Bitcoin software, tools, research, protocol upgrades (BIPs), mining and more."
/>
<!-- Common head includes -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css" />
<script>
// Apply Tailwind config from external stylesheet
if (
typeof tailwind !== "undefined" &&
typeof tailwind.config === "object"
) {
tailwind.config = {
theme: {
extend: {
colors: {
primary: "#00ffff",
secondary: "#ff9900",
tertiary: "#888",
background: "#0a0a0f",
surface: "#1a1a2e",
text: "#e0e0e0",
accent: "#7c3aed",
muted: "#404040",
},
fontFamily: {
mono: ["Source Code Pro", "monospace"],
},
},
},
};
}
</script>
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="bitcoin, bitdevs, melbourne, cryptocurrency, blockchain, meetup, developer, socratic seminar"
/>
<meta name="author" content="BitDevs Melbourne" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://melb.bitdevs.com.au/header.jpg"
/>
<meta property="og:site_name" content="BitDevs Melbourne" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://melb.bitdevs.com.au/header.jpg"
/>
</head>
<body class="font-mono bg-background text-text min-h-screen">
<div class="container mx-auto px-4 py-8 max-w-4xl">
<!-- Header -->
<header class="mb-12 relative">
<div
class="hex-accent inline-block p-4 rounded-lg bg-surface/50 backdrop-blur-sm mb-4"
>
<h1 class="text-4xl font-semibold text-primary mb-2 relative">
<a href="/" class="hover:text-secondary transition-colors"
>BitDevs Melbourne</a
>
</h1>
</div>
<nav class="text-lg flex flex-wrap gap-6">
<a
href="about.html"
class="hex-accent px-3 py-1 rounded text-primary hover:text-secondary transition-colors border border-primary/20 hover:border-secondary/40"
>About</a
>
<a
href="https://github.com/MelbourneBitDevs/MelbBitDevs/issues"
class="hex-accent px-3 py-1 rounded text-primary hover:text-secondary transition-colors border border-primary/20 hover:border-secondary/40"
target="_blank"
rel="noopener"
>Next Month's Topics</a
>
</nav>
</header>
<!-- Main Content -->
<main>
<div class="mb-8">
<div
class="bg-surface/50 backdrop-blur-sm rounded-lg p-6 border border-primary/10 relative overflow-hidden"
>
<p class="text-lg mb-6 leading-relaxed text-text relative z-10">
BitDevs Melbourne is an in-person meetup held on the last thursday
of every month to discuss: Bitcoin software, tools, research,
protocol upgrades (BIPs), mining and more.
</p>
<div
class="mb-8 p-4 bg-background/80 rounded border border-secondary/20 relative"
>
<div
class="absolute top-1 left-1 w-2 h-2 bg-secondary rounded-full opacity-60"
></div>
<p class="text-sm text-text/80 ml-4">
Please suggest any noteworthy topics for next month in the
<a
href="https://github.com/MelbourneBitDevs/MelbBitDevs/issues"
class="text-secondary hover:text-primary transition-colors underline decoration-secondary/40 hover:decoration-primary/60"
target="_blank"
rel="noopener"
>GitHub issue</a
>! We're open to discussing pretty much anything Bitcoin or
Bitcoin-adjacent!*
</p>
<p class="text-xs text-text/60 mt-2">
*Except shitcoins or scams unless technically relevant.
</p>
</div>
</div>
</div>
<!-- All Events -->
<section>
<div class="flex items-center mb-6">
<h2 class="text-2xl font-semibold text-primary">Recent Meetups</h2>
<div
class="flex-1 ml-4 h-px bg-gradient-to-r from-primary/40 to-transparent"
></div>
</div>
<div class="bg-surface/30 rounded-lg p-6 border border-primary/10">
<div class="space-y-1" id="all-posts">
<!-- Posts will be populated by JavaScript -->
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer
class="mt-16 pt-8 border-t border-primary/20 text-center relative"
>
<a
href="https://utxo.club"
class="text-xl hover:scale-110 transition-transform inline-block"
target="_blank"
rel="noopener"
>🧡</a
>
</footer>
</div>
<script>
const allPosts = [
{
date: "2026-01-29",
title: "January 2026",
url: "posts/2026-01-29-January.html",
},
{
date: "2025-12-18",
title: "December 2025",
url: "posts/2025-12-18-December.html",
},
{
date: "2025-11-27",
title: "November 2025",
url: "posts/2025-11-27-November.html",
},
{
date: "2025-10-30",
title: "October 2025",
url: "posts/2025-10-30-October.html",
},
{
date: "2025-09-25",
title: "September 2025",
url: "posts/2025-09-25-September.html",
},
{
date: "2025-08-28",
title: "August 2025",
url: "posts/2025-08-28-August.html",
},
{
date: "2025-07-31",
title: "July 2025",
url: "posts/2025-07-31-July.html",
},
{
date: "2025-06-26",
title: "June 2025",
url: "posts/2025-06-26-June.html",
},
{
date: "2025-05-29",
title: "May 2025",
url: "posts/2025-05-29-May.html",
},
{
date: "2025-04-24",
title: "April 2025",
url: "posts/2025-04-24-April.html",
},
{
date: "2025-03-28",
title: "March 2025 (Beechworth Bushbash)",
url: "posts/2025-03-28-March.html",
},
{
date: "2025-02-27",
title: "February 2025",
url: "posts/2025-02-27-February.html",
},
{
date: "2025-01-30",
title: "January 2025",
url: "posts/2025-01-30-January.html",
},
{
date: "2024-12-19",
title: "December 2024",
url: "posts/2024-12-19-December.html",
},
{
date: "2024-11-28",
title: "November 2024",
url: "posts/2024-11-28-November.html",
},
{
date: "2024-10-31",
title: "October 2024",
url: "posts/2024-10-31-October-24.html",
},
{
date: "2024-09-26",
title: "September 2024",
url: "posts/2024-09-26-September-24.html",
},
{
date: "2024-08-29",
title: "August 2024",
url: "posts/2024-08-29-August-24.html",
},
{
date: "2024-06-27",
title: "June 2024",
url: "posts/2024-06-27-June-24.html",
},
{
date: "2024-05-30",
title: "May 2024",
url: "posts/2024-05-30-May-24.html",
},
{
date: "2024-04-25",
title: "April 2024",
url: "posts/2024-04-28-April-24.html",
},
{
date: "2024-03-28",
title: "March 2024",
url: "posts/2024-03-28-March-24.html",
},
{
date: "2024-02-29",
title: "February 2024",
url: "posts/2024-02-29-Feb-24.html",
},
{
date: "2024-01-25",
title: "January 2024",
url: "posts/2024-01-25-January-24.html",
},
{
date: "2023-11-30",
title: "November 2023",
url: "posts/2023-11-30-November-30.html",
},
{
date: "2023-10-26",
title: "October 2023",
url: "posts/2023-10-26-October-23.html",
},
{
date: "2023-09-28",
title: "September 2023",
url: "posts/2023-09-28-September-23.html",
},
{
date: "2023-08-31",
title: "August 2023",
url: "posts/2023-08-31-August-23.html",
},
{
date: "2023-07-27",
title: "July 2023",
url: "posts/2023-07-27-July-23.html",
},
{
date: "2023-06-29",
title: "June 2023",
url: "posts/2023-06-29-June-23.html",
},
{
date: "2023-05-25",
title: "May 2023",
url: "posts/2023-05-25-May-23.html",
},
{
date: "2023-05-18",
title: "New Melbourne Bitdevs Website!",
url: "posts/2023-05-18-new-site.html",
},
{
date: "2023-04-27",
title: "April 2023",
url: "posts/2023-04-27-April-23.html",
},
{
date: "2023-03-30",
title: "March 2023",
url: "posts/2023-03-30-March-23.html",
},
{
date: "2023-02-23",
title: "February 2023",
url: "posts/2023-02-23-Feb-23.html",
},
{
date: "2022-10-20",
title: "October 2022",
url: "posts/2022-10-20-Oct-22.html",
},
];
const postsContainer = document.getElementById("all-posts");
allPosts.forEach((post, index) => {
const postElement = document.createElement("div");
postElement.className =
"py-3 px-4 rounded hover:bg-background/50 transition-colors border-l-2 border-transparent hover:border-secondary/60 group";
postElement.innerHTML = `
<div class="flex items-center">
<span class="text-secondary text-sm mr-3 opacity-80 group-hover:opacity-100 transition-opacity">-</span>
<a href="${post.url}" class="text-primary hover:text-secondary transition-colors font-medium text-base">${post.title}</a>
</div>
`;
postsContainer.appendChild(postElement);
});
</script>
</body>
</html>