-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop-pedal.html
More file actions
478 lines (446 loc) · 23.5 KB
/
workshop-pedal.html
File metadata and controls
478 lines (446 loc) · 23.5 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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DIY Guitar Pedal Building | Serious S.H.I.T.</title>
<meta name="description" content="Build your own fuzz, overdrive, or bitcrusher pedal from scratch. 8-session hands-on course in Haifa.">
<!-- Schema.org Course data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "DIY Guitar Pedal Building Workshop",
"description": "Build your own analog fuzz pedal from scratch. 8-session hands-on course covering soldering, circuit theory, enclosure building, and pedal design. Includes guest lecture by Anton Nota from Deaftone Audio.",
"provider": {
"@type": "Organization",
"name": "Serious S.H.I.T.",
"url": "https://willbearfruits.github.io/serious-shit/"
},
"instructor": {
"@type": "Person",
"name": "Yaniv Schonfeld"
},
"courseCode": "PEDAL-BUILD",
"numberOfCredits": "8 sessions",
"occupationalCategory": "Electronics / Music Technology",
"educationalLevel": "Beginner to Intermediate",
"teaches": ["Soldering", "Circuit theory", "Analog electronics", "Pedal enclosure building"],
"inLanguage": ["en", "he"],
"availableLanguage": ["English", "Hebrew"],
"locationCreated": {
"@type": "Place",
"name": "Haifa Makerspace",
"address": {
"@type": "PostalAddress",
"addressLocality": "Haifa",
"addressCountry": "IL"
}
},
"offers": {
"@type": "Offer",
"price": "2200",
"priceCurrency": "ILS",
"availability": "https://schema.org/InStock",
"validFrom": "2026-02-03"
},
"hasCourseInstance": {
"@type": "CourseInstance",
"courseMode": "onsite",
"startDate": "2026-02-03",
"locationCreated": {
"@type": "Place",
"name": "Haifa"
}
}
}
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://willbearfruits.github.io/serious-shit/workshop-pedal.html">
<meta property="og:title" content="DIY Guitar Pedal Building Workshop | Serious S.H.I.T.">
<meta property="og:description" content="Build your own fuzz, overdrive, or bitcrusher pedal from scratch. 8-session hands-on course in Haifa. Starts Feb 3rd.">
<meta property="og:image" content="https://willbearfruits.github.io/serious-shit/images/gallery/shit-pedal-red.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://willbearfruits.github.io/serious-shit/workshop-pedal.html">
<meta property="twitter:title" content="DIY Guitar Pedal Building Workshop | Serious S.H.I.T.">
<meta property="twitter:description" content="Build your own fuzz, overdrive, or bitcrusher pedal from scratch. 8-session hands-on course in Haifa. Starts Feb 3rd.">
<meta property="twitter:image" content="https://willbearfruits.github.io/serious-shit/images/gallery/shit-pedal-red.png">
<script>
(function(){
var lang = localStorage.getItem('sshit-lang') || 'he';
document.documentElement.setAttribute('data-lang', lang);
document.documentElement.setAttribute('dir', lang === 'he' ? 'rtl' : 'ltr');
})();
</script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container header-bar">
<a class="logo" href="index.html">SERIOUS S.H.I.T.</a>
<span class="logo-sub">Haifa, IL</span>
<button class="menu-toggle" aria-label="Menu">///</button>
<nav class="nav" id="main-nav">
<a href="workshops.html" class="active"><span class="lang-en">Workshops</span><span class="lang-he">קורסים</span></a>
<a href="sales.html"><span class="lang-en">Gear</span><span class="lang-he">ציוד</span></a>
<a href="gallery.html"><span class="lang-en">Gallery</span><span class="lang-he">גלריה</span></a>
<a href="about.html"><span class="lang-en">About</span><span class="lang-he">אודות</span></a>
<a href="contact.html"><span class="lang-en">Contact</span><span class="lang-he">צור קשר</span></a>
<button class="theme-toggle" aria-label="Toggle theme"></button>
<button class="lang-toggle" aria-label="Toggle language">EN/HE</button>
</nav>
</div>
</header>
<main>
<div class="container">
<!-- English -->
<section class="lang-en">
<a href="workshops.html" class="btn" style="margin-bottom: 2rem; display: inline-block;">← Back to Workshops</a>
<div class="course-section">
<div class="course-header" style="display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start;">
<div class="course-header-content">
<span class="badge badge-new">2,200 NIS - STARTING FEB 3</span>
<h1>DIY Guitar Pedal Building (Fuzz)</h1>
<p class="course-tagline">From zero to your own working pedal</p>
<p>Complete hands-on course taking you from basic electronics to a finished, boxed guitar pedal. Build a Fuzz, Overdrive, Buffer or Bitcrusher - your choice.</p>
<div class="course-meta">
<span><strong>Duration:</strong> 8 meetings (19:00 - 21:30)</span>
<span><strong>Participants:</strong> Up to 8</span>
<span><strong>Location:</strong> MEZO Haifa (Sirkin 3)</span>
<span><strong>Prerequisites:</strong> None</span>
</div>
<p class="course-audience"><strong>Target:</strong> Guitarists, bassists, the curious. No prior knowledge required.</p>
<div class="kit-box">
<strong>Bonuses:</strong> Makerspace open 4 hours a week for homework included.
</div>
</div>
<div class="course-header-image" style="border: 1px solid var(--border);">
<img src="images/gallery/shit-pedal-red.png" alt="Pedal Building Workshop" style="width: 100%; display: block;">
</div>
</div>
<h2>Meeting Breakdown</h2>
<div class="meetings-list">
<div class="meeting-item">
<div class="meeting-number">1</div>
<div class="meeting-content">
<h4>Basic Electronics & Sound Concepts</h4>
<ul>
<li>Circuit symbols and fundamentals</li>
<li>How speakers work, sound wave behavior</li>
<li>Building your first oscillator (square wave)</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">2</div>
<div class="meeting-content">
<h4>Fuzzes on Breadboard</h4>
<ul>
<li>Building transistor fuzz and logic fuzz (bitcrusher)</li>
<li>Binary logic and gates</li>
<li>Listening to parameter changes in real-time</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">3</div>
<div class="meeting-content">
<h4>Practical Planning</h4>
<ul>
<li>Choosing your personal pedal project</li>
<li>Circuit and enclosure planning</li>
<li>Design and schematic walkthrough</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">4</div>
<div class="meeting-content">
<h4>Exploration & Experiments</h4>
<ul>
<li>Building additional fuzzes for exploration</li>
<li>Final direction selection</li>
<li>Understanding circuit modifications</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">5</div>
<div class="meeting-content">
<h4>Enclosure Design & Finishing</h4>
<ul>
<li>Enclosure design principles and preparation</li>
<li>Professional finishing techniques</li>
<li>Drilling and painting overview</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">6</div>
<div class="meeting-content">
<h4>Soldering Fundamentals</h4>
<ul>
<li>Soldering safety and techniques</li>
<li>Preparing the circuit board</li>
<li>Soldering all circuit components</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">7</div>
<div class="meeting-content">
<h4>Integration</h4>
<ul>
<li>Jumpers, connecting external components</li>
<li>Preparation for enclosure integration</li>
<li>Testing and troubleshooting</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">8</div>
<div class="meeting-content">
<h4>Finalization & Assembly</h4>
<ul>
<li>Building the enclosure</li>
<li>Installing all components</li>
<li>Go home with a finished pedal</li>
</ul>
</div>
</div>
</div>
<div class="form-section" id="register">
<h2>Register Now</h2>
<p>Secure your spot for the February 3rd batch. <strong>Register for both courses and get 20% off!</strong></p>
<div style="margin-bottom: 2rem; padding: 1.5rem; background: #e8faf3; border: 1px solid #25d366; border-radius: var(--radius-sm); text-align: center;">
<a href="https://wa.me/972539263808?text=Hi%2C%20I%20would%20like%20to%20register%20for%20the%20DIY%20Guitar%20Pedal%20Course%20(Feb%203).%20Please%20send%20details." class="btn" style="background: #25d366; color: white; border: none;">
Register via WhatsApp
</a>
</div>
<p style="margin-bottom: 1rem; font-size: 0.9rem; color: var(--text-dim);">Or fill out the form below:</p>
<form action="https://formsubmit.co/Dogme84@gmail.com" method="POST" class="registration-form" data-form-name="workshop-pedal-en">
<input type="hidden" name="_next" value="https://willbearfruits.github.io/serious-shit/thank-you.html">
<input type="hidden" name="_replyto" value="">
<input type="hidden" name="_subject" value="Workshop Registration (Pedal)">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="table">
<input type="hidden" name="_autoresponse" value="Thank you for registering! We have received your registration for the Guitar Pedal Course. We will contact you shortly to confirm your spot. - Serious S.H.I.T.">
<div class="form-group">
<label for="name-pedal-en">Full Name *</label>
<input type="text" id="name-pedal-en" name="name" required placeholder="Your name">
</div>
<div class="form-group">
<label for="email-pedal-en">Email *</label>
<input type="email" id="email-pedal-en" name="email" required placeholder="your@email.com">
</div>
<div class="form-group">
<label for="phone-pedal-en">Phone (optional)</label>
<input type="tel" id="phone-pedal-en" name="phone" placeholder="+972-...">
</div>
<div class="form-group">
<label for="workshop-pedal-en">Workshop *</label>
<select id="workshop-pedal-en" name="workshop" required>
<option value="DIY Pedal (Feb 3, 2026)" selected>DIY Guitar Pedal - Feb 3, 2026</option>
<option value="ESP32 Synth (Feb 3, 2026)">ESP32 Digital Synth & AI - Feb 3, 2026</option>
<option value="Private Course">Private Course (1-on-1)</option>
</select>
</div>
<div class="form-group">
<label for="message-pedal-en">Questions/Comments (optional)</label>
<textarea id="message-pedal-en" name="message" rows="3" placeholder="Any questions about the workshop?"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">Submit Registration</button>
</form>
</div>
<div class="btn-group" style="margin-top: 2rem;">
<a href="workshops.html" class="btn btn-secondary">< Back to All Workshops</a>
</div>
</div>
</section>
<!-- Hebrew -->
<section class="lang-he">
<a href="workshops.html" class="btn" style="margin-bottom: 2rem; display: inline-block;">חזרה לקורסים →</a>
<div class="course-section">
<div class="course-header" style="display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start;">
<div class="course-header-content">
<span class="badge badge-new">2,200 ש"ח - מתחילים 3 בפברואר</span>
<h1>בניית פדל גיטרה או בס</h1>
<p class="course-tagline">שמונה מפגשים עם יניב שיינפלד ב-MEZO חיפה</p>
<p>למדו לבנות פדלי פאז, אוברדרייב, באפר וביטקראשר משלכם. צלילה מעשית לאלקטרוניקה וסאונד. בסיום הקורס תצאו עם פדל מתפקד שבניתם בעצמכם.</p>
<div class="course-meta">
<span><strong>משך:</strong> 8 מפגשים (19:00 - 21:30)</span>
<span><strong>משתתפים:</strong> עד 8</span>
<span><strong>מיקום:</strong> MEZO חיפה (סירקין 3)</span>
<span><strong>דרישות קדם:</strong> אין</span>
</div>
<p class="course-audience"><strong>קהל יעד:</strong> גיטריסטים, בסיסטים, סקרנים. לא נדרש ידע קודם.</p>
<div class="kit-box">
<strong>בונוסים:</strong> מעבדה פתוחה 4 שעות בשבוע לשיעורי בית (כלול). <strong>20% הנחה לנרשמים לשני הקורסים!</strong>
</div>
</div>
<div class="course-header-image" style="border: 1px solid var(--border);">
<img src="images/gallery/shit-pedal-red.png" alt="סדנת בניית פדאלים" style="width: 100%; display: block;">
</div>
</div>
<h2>פירוט המפגשים</h2>
<div class="meetings-list">
<div class="meeting-item">
<div class="meeting-number">1</div>
<div class="meeting-content">
<h4>יסודות אלקטרוניקה וסאונד</h4>
<ul>
<li>סמלי מעגלים, איך רמקול עובד, התנהגות גלי קול</li>
<li>בניית אוסילטור ראשון (גל מרובע)</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">2</div>
<div class="meeting-content">
<h4>פאזים על ברדבורד</h4>
<ul>
<li>בניית פאז טרנזיסטורי ופאז לוגי (ביטקראשר)</li>
<li>לוגיקה בינארית ושערים</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">3</div>
<div class="meeting-content">
<h4>תכנון מעשי</h4>
<ul>
<li>בחירת הפדל האישי</li>
<li>תכנון המעגל החשמלי והקופסה</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">4</div>
<div class="meeting-content">
<h4>חקירה וניסויים</h4>
<ul>
<li>בניית פאזים נוספים לחקירה</li>
<li>בחירה סופית של כיוון</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">5</div>
<div class="meeting-content">
<h4>עיצוב וגימור קופסאות</h4>
<ul>
<li>עקרונות עיצוב וגרפיקה לפדאלים</li>
<li>טכניקות גימור מקצועיות</li>
<li>קדיחה וצביעה - סקירה כללית</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">6</div>
<div class="meeting-content">
<h4>הלחמה</h4>
<ul>
<li>לימוד הלחמה והכנת לוח אלקטרוני</li>
<li>הלחמת כל רכיבי המעגל</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">7</div>
<div class="meeting-content">
<h4>אינטגרציה</h4>
<ul>
<li>ג'אמפרים, חיבור רכיבים חיצוניים</li>
<li>הכנה לחיבור לקופסה</li>
</ul>
</div>
</div>
<div class="meeting-item">
<div class="meeting-number">8</div>
<div class="meeting-content">
<h4>סיום והרכבה</h4>
<ul>
<li>בניית הקופסה, הכנסת הרכיבים</li>
<li>יוצאים הביתה עם פדל מוכן</li>
</ul>
</div>
</div>
</div>
<div class="form-section" id="register-he">
<h2>הרשמה עכשיו</h2>
<p>שריינו מקום במחזור של 3 בפברואר.</p>
<div style="margin-bottom: 2rem; padding: 1.5rem; background: #e8faf3; border: 1px solid #25d366; border-radius: var(--radius-sm); text-align: center;">
<a href="https://wa.me/972539263808?text=%D7%94%D7%99%D7%99%2C%20%D7%90%D7%A0%D7%99%20%D7%A8%D7%95%D7%A6%D7%94%20%D7%9C%D7%94%D7%99%D7%A8%D7%A9%D7%9D%20%D7%9C%D7%A7%D7%95%D7%A8%D7%A1%20%D7%A4%D7%93%D7%90%D7%9C%D7%99%D7%9D%20(%D7%A4%D7%91%D7%A8%D7%95%D7%90%D7%A8%203).%20%D7%90%D7%A9%D7%9E%D7%97%20%D7%9C%D7%A4%D7%A8%D7%98%D7%99%D7%9D" class="btn" style="background: #25d366; color: white; border: none;">
הרשמה בוואטסאפ
</a>
</div>
<p style="margin-bottom: 1rem; font-size: 0.9rem; color: var(--text-dim);">או מלאו את הטופס למטה:</p>
<form action="https://formsubmit.co/Dogme84@gmail.com" method="POST" class="registration-form" data-form-name="workshop-pedal-he">
<input type="hidden" name="_next" value="https://willbearfruits.github.io/serious-shit/thank-you.html">
<input type="hidden" name="_replyto" value="">
<input type="hidden" name="_subject" value="הרשמה לסדנה (Pedal)">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="table">
<input type="hidden" name="_autoresponse" value="תודה על הרשמתך! קיבלנו את פרטי ההרשמה לקורס פדאלים. ניצור קשר בקרוב לאישור המקום. - סיריוס ש.י.ט.">
<div class="form-group">
<label for="name-pedal-he">שם מלא *</label>
<input type="text" id="name-pedal-he" name="name" required placeholder="השם שלך">
</div>
<div class="form-group">
<label for="email-pedal-he">אימייל *</label>
<input type="email" id="email-pedal-he" name="email" required placeholder="your@email.com">
</div>
<div class="form-group">
<label for="phone-pedal-he">טלפון (אופציונלי)</label>
<input type="tel" id="phone-pedal-he" name="phone" placeholder="05X-XXX-XXXX">
</div>
<div class="form-group">
<label for="workshop-pedal-he">סדנה *</label>
<select id="workshop-pedal-he" name="workshop" required>
<option value="DIY Pedal (Feb 3, 2026)" selected>בניית פדאל גיטרה - 3 בפברואר 2026</option>
<option value="ESP32 Synth (Feb 3, 2026)">סינת' דיגיטלי ESP32 + AI - 3 בפברואר 2026</option>
<option value="Private Course">קורס פרטי (1 על 1)</option>
</select>
</div>
<div class="form-group">
<label for="message-pedal-he">שאלות/הערות (אופציונלי)</label>
<textarea id="message-pedal-he" name="message" rows="3" placeholder="יש לכם שאלות על הסדנה?"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">שליחת הרשמה</button>
</form>
</div>
<div class="btn-group" style="margin-top: 2rem;">
<a href="workshops.html" class="btn btn-secondary">> חזרה לכל הקורסים</a>
</div>
</div>
</section>
</div>
</main>
<footer>
<div class="container footer-grid">
<div>
<p class="footer-brand">SERIOUS S.H.I.T.</p>
<p class="footer-geo">Haifa, Israel</p>
<p class="footer-motto">Nothing Is Holy.</p>
</div>
<nav class="footer-nav">
<a href="workshops.html"><span class="lang-en">Workshops</span><span class="lang-he">קורסים</span></a>
<a href="sales.html"><span class="lang-en">Gear</span><span class="lang-he">ציוד</span></a>
<a href="gallery.html"><span class="lang-en">Gallery</span><span class="lang-he">גלריה</span></a>
<a href="about.html"><span class="lang-en">About</span><span class="lang-he">אודות</span></a>
<a href="contact.html"><span class="lang-en">Contact</span><span class="lang-he">צור קשר</span></a>
</nav>
<div class="footer-social">
<a href="https://www.instagram.com/shitisizers/" target="_blank" rel="noopener noreferrer">Instagram</a>
<a href="https://www.patreon.com/Seriousshit" target="_blank" rel="noopener noreferrer">Patreon</a>
<a href="https://wa.me/972539263808" target="_blank" rel="noopener noreferrer">WhatsApp</a>
</div>
<p class="footer-copy lang-en">© 2026 Serious S.H.I.T. // Nothing Is Holy.</p>
<p class="footer-copy lang-he">© 2026 סיריוס ש.י.ט. // שום דבר לא קדוש.</p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>