-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
219 lines (205 loc) · 11 KB
/
contact.html
File metadata and controls
219 lines (205 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact | Serious S.H.I.T.</title>
<meta name="description" content="Get in touch for gear mods, pedals, or workshop bookings.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://willbearfruits.github.io/serious-shit/contact.html">
<meta property="og:title" content="Contact | Serious S.H.I.T.">
<meta property="og:description" content="Get in touch for gear mods, pedals, or workshop bookings.">
<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/contact.html">
<meta property="twitter:title" content="Contact | Serious S.H.I.T.">
<meta property="twitter:description" content="Get in touch for gear mods, pedals, or workshop bookings.">
<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">
</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"><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" class="active"><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 class="container">
<div class="page-header">
<div class="lang-en">
<h1 class="page-title">Contact</h1>
<p class="page-desc">Have a question about a workshop, a custom build, or a repair? Direct lines open.</p>
</div>
<div class="lang-he">
<h1 class="page-title">צור קשר</h1>
<p class="page-desc">יש לכם שאלה על סדנה, בנייה מותאמת אישית או תיקון? הקווים פתוחים.</p>
</div>
</div>
<!-- English Content -->
<div class="lang-en">
<div class="contact-grid">
<a href="https://wa.me/972539263808?text=Hello%2C%20I%20have%20a%20question%20regarding%20Serious%20S.H.I.T." class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">WA</div>
<div>
<div class="contact-label">WhatsApp</div>
<div class="contact-detail">+972-53-926-3808</div>
</div>
</a>
<a href="mailto:Dogme84@gmail.com" class="contact-card">
<div class="contact-icon">@</div>
<div>
<div class="contact-label">Email</div>
<div class="contact-detail">Dogme84@gmail.com</div>
</div>
</a>
<a href="https://www.instagram.com/shitisizers/" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">IG</div>
<div>
<div class="contact-label">Instagram</div>
<div class="contact-detail">@shitisizers</div>
</div>
</a>
</div>
<div class="form-section">
<h3 style="margin-bottom: var(--space-md);">Send a Message</h3>
<form action="https://formsubmit.co/Dogme84@gmail.com" method="POST" class="registration-form" data-form-name="contact-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="Contact Form Inquiry">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="table">
<input type="hidden" name="_autoresponse" value="Thank you for contacting Serious S.H.I.T. We have received your inquiry and will respond shortly.">
<div class="form-group">
<label for="contact-name-en">Name *</label>
<input type="text" id="contact-name-en" name="name" required placeholder="Your name">
</div>
<div class="form-group">
<label for="contact-email-en">Email *</label>
<input type="email" id="contact-email-en" name="email" required placeholder="your@email.com">
</div>
<div class="form-group">
<label for="contact-subject-en">Subject *</label>
<select id="contact-subject-en" name="subject" required>
<option value="">Select a topic...</option>
<option value="General Inquiry">General Inquiry</option>
<option value="Workshops">Workshops</option>
<option value="Gear / Sales">Gear / Sales (Fuzilator etc.)</option>
<option value="Mods / Repairs">Mods / Repairs</option>
<option value="Private Course">Private Course (1-on-1)</option>
</select>
</div>
<div class="form-group">
<label for="contact-message-en">Message *</label>
<textarea id="contact-message-en" name="message" rows="5" required placeholder="How can we help?"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">Send Message</button>
</form>
</div>
</div>
<!-- Hebrew Content -->
<div class="lang-he">
<div class="contact-grid">
<a href="https://wa.me/972539263808?text=%D7%94%D7%99%D7%99%2C%20%D7%99%D7%A9%20%D7%9C%D7%99%20%D7%A9%D7%90%D7%9C%D7%94%20%D7%9C%D7%92%D7%91%D7%99..." class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">WA</div>
<div>
<div class="contact-label">וואטסאפ</div>
<div class="contact-detail">053-926-3808</div>
</div>
</a>
<a href="mailto:Dogme84@gmail.com" class="contact-card">
<div class="contact-icon">@</div>
<div>
<div class="contact-label">אימייל</div>
<div class="contact-detail">Dogme84@gmail.com</div>
</div>
</a>
<a href="https://www.instagram.com/shitisizers/" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">IG</div>
<div>
<div class="contact-label">אינסטגרם</div>
<div class="contact-detail">@shitisizers</div>
</div>
</a>
</div>
<div class="form-section">
<h3 style="margin-bottom: var(--space-md);">שליחת הודעה</h3>
<form action="https://formsubmit.co/Dogme84@gmail.com" method="POST" class="registration-form" data-form-name="contact-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="פנייה מהאתר">
<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="contact-name-he">שם *</label>
<input type="text" id="contact-name-he" name="name" required placeholder="השם שלך">
</div>
<div class="form-group">
<label for="contact-email-he">אימייל *</label>
<input type="email" id="contact-email-he" name="email" required placeholder="your@email.com">
</div>
<div class="form-group">
<label for="contact-subject-he">נושא *</label>
<select id="contact-subject-he" name="subject" required>
<option value="">בחרו נושא...</option>
<option value="General Inquiry">פנייה כללית</option>
<option value="Workshops">קורסים</option>
<option value="Gear / Sales">ציוד / מכירות (פוזילטור וכו')</option>
<option value="Mods / Repairs">מודס / תיקונים</option>
<option value="Private Course">קורס פרטי (1 על 1)</option>
</select>
</div>
<div class="form-group">
<label for="contact-message-he">הודעה *</label>
<textarea id="contact-message-he" name="message" rows="5" required placeholder="במה נוכל לעזור?"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">שליחת הודעה</button>
</form>
</div>
</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>