-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
329 lines (304 loc) ยท 15.9 KB
/
Copy pathindex.html
File metadata and controls
329 lines (304 loc) ยท 15.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>grug-group420 | Ship Simple Code</title>
<meta name="description" content="grug-group420 - A collective of developers building simple tools. Try the grugbot420 playground!">
<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=JetBrains+Mono:wght@400;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="background-grid"></div>
<div class="glow-orb orb-1"></div>
<div class="glow-orb orb-2"></div>
<header>
<nav>
<div class="logo">
<span class="logo-icon">๐ฆด</span>
<span>grug-group420</span>
</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#playground">Playground</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#install">Install</a></li>
<li><a href="https://github.com/grug-group420" target="_blank" class="btn-github">GitHub</a></li>
</ul>
<button class="mobile-menu-btn" aria-label="Menu">โฐ</button>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-badge">๐ฆด Open Source Collective</div>
<h1>grug-group<span class="highlight">420</span></h1>
<p class="tagline">Building <span class="typed-text"></span><span class="cursor">|</span></p>
<p class="subtitle">Complexity bad. Simple good. Ship code.</p>
<div class="hero-buttons">
<a href="#playground" class="btn btn-primary">
<span>๐ฎ</span> Try grugbot420
</a>
<a href="#projects" class="btn btn-secondary">
<span>๐ฆ</span> View Projects
</a>
<a href="https://github.com/grug-group420" target="_blank" class="btn btn-outline">
<span>โญ</span> Star Us
</a>
</div>
<div class="hero-stats">
<div class="stat"><span class="stat-num">0</span><span class="stat-label">Dependencies*</span></div>
<div class="stat"><span class="stat-num">โ</span><span class="stat-label">Simplicity</span></div>
<div class="stat"><span class="stat-num">๐</span><span class="stat-label">Ships/Day</span></div>
</div>
<p class="stat-note">*we try, anyway</p>
</div>
<div class="hero-visual">
<div class="terminal">
<div class="terminal-header">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
<span class="terminal-title">grug@group420 ~</span>
</div>
<div class="terminal-body">
<div class="terminal-line"><span class="prompt">$</span> <span class="cmd">node grugbot420.js</span></div>
<div class="terminal-line output">๐ค grugbot420 v4.2.0 initialized</div>
<div class="terminal-line output">๐ฆ Dependencies: 0</div>
<div class="terminal-line output">๐ง Complexity: LOW</div>
<div class="terminal-line output">โ
Ready to ship!</div>
<div class="terminal-line"><span class="prompt">$</span> <span class="cursor-blink">_</span></div>
</div>
</div>
</div>
</section>
<!-- Philosophy Section -->
<section id="about" class="philosophy">
<h2>๐ง The Grug Way</h2>
<p class="section-intro">We follow the sacred teachings of <a href="https://grugbrain.dev" target="_blank">The Grug Brained Developer</a></p>
<div class="philosophy-grid">
<div class="philosophy-card do">
<h3>โ
Grug Do</h3>
<ul>
<li>Write simple code</li>
<li>Ship early and often</li>
<li>Delete unnecessary code</li>
<li>Use boring technology</li>
<li>console.log for debugging</li>
<li>Read error messages</li>
</ul>
</div>
<div class="philosophy-card dont">
<h3>โ Grug No Do</h3>
<ul>
<li>Over-engineer solutions</li>
<li>Add "just in case" features</li>
<li>Create deep abstractions</li>
<li>Chase new frameworks</li>
<li>Premature optimization</li>
<li>Clever one-liners</li>
</ul>
</div>
</div>
<blockquote class="grug-quote">
"Complexity very very bad. Say again: complexity very bad. Want to say again but then paragraph too long and complex."
<cite>โ The Grug Brained Developer</cite>
</blockquote>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<h2>๐ฆ Our Projects</h2>
<p class="section-intro">Simple tools built the grug way</p>
<div class="project-grid">
<article class="project-card featured">
<div class="project-badge">โญ Featured</div>
<div class="project-icon">๐ค</div>
<h3>grugbot420</h3>
<p>A simple bot that embodies grug philosophy. No bloat, no complexity, just works.</p>
<div class="project-meta">
<span class="tag">JavaScript</span>
<span class="tag">Bot</span>
<span class="tag">Zero Deps</span>
</div>
<div class="project-links">
<a href="https://github.com/grug-group420/grugbot420" target="_blank" class="btn btn-sm">View Code</a>
<a href="#playground" class="btn btn-sm btn-primary">Try Demo</a>
</div>
</article>
<article class="project-card">
<div class="project-icon">โจ๏ธ</div>
<h3>grug-cli</h3>
<p>Command line tools the grug way. Simple commands, no magic.</p>
<div class="project-meta">
<span class="tag">Node.js</span>
<span class="tag">CLI</span>
</div>
<div class="project-links">
<a href="https://github.com/grug-group420/grug-cli" target="_blank" class="btn btn-sm">View Code</a>
</div>
</article>
<article class="project-card">
<div class="project-icon">๐</div>
<h3>grug-templates</h3>
<p>Starter templates with minimal setup. No config hell.</p>
<div class="project-meta">
<span class="tag">Templates</span>
<span class="tag">Starter</span>
</div>
<div class="project-links">
<a href="https://github.com/grug-group420/grug-templates" target="_blank" class="btn btn-sm">View Code</a>
</div>
</article>
<article class="project-card">
<div class="project-icon">๐น</div>
<h3>Bindboss</h3>
<p>Go bindings made simple. Already in the org.</p>
<div class="project-meta">
<span class="tag">Go</span>
<span class="tag">Bindings</span>
</div>
<div class="project-links">
<a href="https://github.com/grug-group420/Bindboss" target="_blank" class="btn btn-sm">View Code</a>
</div>
</article>
</div>
</section>
<!-- Playground Section -->
<section id="playground" class="playground">
<h2>๐ฎ grugbot420 Playground</h2>
<p class="section-intro">Try grugbot420 right here. No install. No signup. Just type.</p>
<div class="playground-container">
<div class="playground-sidebar">
<h4>Quick Commands</h4>
<div class="quick-commands">
<button class="quick-cmd" data-cmd="help">help</button>
<button class="quick-cmd" data-cmd="wisdom">wisdom</button>
<button class="quick-cmd" data-cmd="ship">ship</button>
<button class="quick-cmd" data-cmd="think">think</button>
<button class="quick-cmd" data-cmd="debug">debug</button>
<button class="quick-cmd" data-cmd="joke">joke</button>
<button class="quick-cmd" data-cmd="complexity">complexity</button>
<button class="quick-cmd" data-cmd="coffee">coffee</button>
<button class="quick-cmd" data-cmd="server">server</button>
</div>
</div>
<div class="playground-main">
<div class="playground-output">
<div class="output-header">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
<span>grugbot420 v4.2.0</span>
<button id="clear-btn" class="clear-btn">Clear</button>
</div>
<div id="output" class="output-content">
<p class="welcome-msg">๐ค grugbot420 ready.</p>
<p class="welcome-msg dim">Type a command or click one on the left.</p>
<p class="welcome-msg dim">Try: help, wisdom, ship, joke</p>
</div>
</div>
<div class="playground-input">
<span class="input-prompt">grug@bot420 $</span>
<input type="text" id="user-input" placeholder="type command..." autocomplete="off" autofocus>
<button id="run-btn" class="btn btn-primary">Run</button>
</div>
</div>
</div>
</section>
<!-- Install Section -->
<section id="install" class="install">
<h2>๐ป Run Locally</h2>
<p class="section-intro">Run grugbot420 on your machine with full CLI power</p>
<div class="install-steps">
<div class="install-card">
<div class="step-number">1</div>
<h4>Install Bun</h4>
<div class="code-block">
<code>curl -fsSL https://bun.sh/install | bash</code>
<button class="copy-btn" data-copy="curl -fsSL https://bun.sh/install | bash">๐</button>
</div>
</div>
<div class="install-card">
<div class="step-number">2</div>
<h4>Clone & Run</h4>
<div class="code-block">
<code>git clone https://github.com/grug-group420/grugbot-server.git<br>cd grugbot-server<br>bun run serve</code>
<button class="copy-btn" data-copy="git clone https://github.com/grug-group420/grugbot-server.git && cd grugbot-server && bun run serve">๐</button>
</div>
</div>
<div class="install-card">
<div class="step-number">3</div>
<h4>Open Browser</h4>
<p class="install-url">http://localhost:3420</p>
<p class="install-note">๐ข Playground connects to your local CLI!</p>
</div>
</div>
<a href="https://github.com/grug-group420/grugbot-server" target="_blank" class="btn btn-outline">
<span>๐</span> Full Documentation
</a>
</section>
<!-- Team Section -->
<section id="team" class="team">
<h2>๐ฆด The Tribe</h2>
<p class="section-intro">Developers united by simplicity</p>
<div class="team-grid">
<div class="team-card founder">
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/marshalldavidson61" alt="marshalldavidson61">
<h4>marshalldavidson61</h4>
<p>Founder</p>
<a href="https://github.com/marshalldavidson61" target="_blank">GitHub โ</a>
</div>
<div class="team-card">
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/sleepthegod" alt="sleepthegod">
<h4>sleepthegod</h4>
<p>Core Contributor</p>
<a href="https://github.com/sleepthegod" target="_blank">GitHub โ</a>
</div>
<div class="team-card">
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/bad-antics" alt="bad-antics">
<h4>bad-antics</h4>
<p>Core Contributor</p>
<a href="https://github.com/bad-antics" target="_blank">GitHub โ</a>
</div>
<div class="team-card join">
<div class="team-avatar">โ</div>
<h4>Join Us</h4>
<p>Contribute to any project</p>
<a href="https://github.com/grug-group420" target="_blank">Get Started โ</a>
</div>
</div>
</section>
</section>
<!-- CTA Section -->
<section class="cta">
<h2>Ready to Ship Simple?</h2>
<p>Join the grug-group420 tribe. Contribute to our projects or start using our tools.</p>
<div class="cta-buttons">
<a href="https://github.com/grug-group420" target="_blank" class="btn btn-primary btn-lg">
<span>๐ฆด</span> Join the Tribe
</a>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-brand">
<span class="logo-icon">๐ฆด</span>
<span>grug-group420</span>
</div>
<p>Open source. Simple code. Ship fast.</p>
<div class="footer-links">
<a href="https://github.com/grug-group420" target="_blank">GitHub</a>
<a href="https://grugbrain.dev" target="_blank">Philosophy</a>
</div>
<p class="footer-quote">"Complexity is the enemy of execution."</p>
<p class="copyright">ยฉ 2026 grug-group420 | MIT License</p>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>