-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmods.html
More file actions
123 lines (110 loc) · 5.83 KB
/
mods.html
File metadata and controls
123 lines (110 loc) · 5.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mods | Serious S.H.I.T.</title>
<meta name="description" content="Custom modifications for synthesizers, pedals, and toys. Circuit bending services.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://willbearfruits.github.io/serious-shit/mods.html">
<meta property="og:title" content="Mods & Repairs | Serious S.H.I.T.">
<meta property="og:description" content="Custom modifications for synthesizers, pedals, and toys. Circuit bending services.">
<meta property="og:image" content="https://willbearfruits.github.io/serious-shit/images/products/fuzilator.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://willbearfruits.github.io/serious-shit/mods.html">
<meta property="twitter:title" content="Mods & Repairs | Serious S.H.I.T.">
<meta property="twitter:description" content="Custom modifications for synthesizers, pedals, and toys. Circuit bending services.">
<meta property="twitter:image" content="https://willbearfruits.github.io/serious-shit/images/products/fuzilator.jpg">
<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">
<style>
.maintenance-screen {
min-height: 60vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
font-family: var(--font-mono);
}
.error-code {
font-size: 5rem;
font-weight: 900;
color: var(--text);
line-height: 1;
margin-bottom: 1rem;
}
.blink { animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
</style>
</head>
<body>
<header>
<div class="container header-inner">
<a href="index.html" class="brand mono">SERIOUS S.H.I.T. <span style="color: var(--accent)">//MODS</span></a>
<nav class="nav-links uppercase mono">
<a href="index.html"><span class="lang-en">Home</span><span class="lang-he">בית</span></a>
<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="mods.html" class="coming-soon"><span class="lang-en">Mods</span><span class="lang-he">מודס</span></a>
<a href="contact.html"><span class="lang-en">Contact</span><span class="lang-he">צור קשר</span></a>
<a href="https://www.patreon.com/Seriousshit" target="_blank" rel="noopener noreferrer">Patreon</a>
<a href="#" class="theme-toggle">LIGHT/DARK</a>
<a href="#" class="lang-toggle">EN/HE</a>
</nav>
</div>
</header>
<main class="container maintenance-screen">
<!-- English -->
<div class="lang-en">
<div class="error-code">404<span style="color: var(--accent)">_MODS</span></div>
<p style="margin-bottom: 2rem;">> SYSTEM STATUS: UNDER_CONSTRUCTION<br>> We are busy breaking things.</p>
<div style="border: 1px dashed var(--border); padding: 1rem; display: inline-block;">
<p style="font-size: 0.8rem; color: var(--text-dim);">The Mod Shop is offline. Check back later for circuit bending services.</p>
</div>
<div style="margin-top: 3rem;">
<a href="index.html" class="pane-cta">< RETURN_ROOT</a>
</div>
</div>
<!-- Hebrew -->
<div class="lang-he">
<div class="error-code">404<span style="color: var(--accent)">_מודים</span></div>
<p style="margin-bottom: 2rem;">> סטטוס מערכת: בבנייה<br>> אנחנו עסוקים בלשבור דברים.</p>
<div style="border: 1px dashed var(--border); padding: 1rem; display: inline-block;">
<p style="font-size: 0.8rem; color: var(--text-dim);">חנות המודים לא זמינה כרגע. חזרו מאוחר יותר לשירותי כיפוף מעגלים.</p>
</div>
<div style="margin-top: 3rem;">
<a href="index.html" class="pane-cta">< חזרה_לבית</a>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="footer-inner">
<div class="footer-links">
<a href="index.html"><span class="lang-en">Home</span><span class="lang-he">בית</span></a>
<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="mods.html" class="coming-soon"><span class="lang-en">Mods</span><span class="lang-he">מודס</span></a>
<a href="contact.html"><span class="lang-en">Contact</span><span class="lang-he">צור קשר</span></a>
<a href="https://www.patreon.com/Seriousshit" target="_blank" rel="noopener noreferrer">Patreon</a>
<a href="https://www.instagram.com/shitisizers/" target="_blank" rel="noopener noreferrer">Instagram</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>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>