-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (238 loc) · 10 KB
/
index.html
File metadata and controls
249 lines (238 loc) · 10 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
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GY2SLFM479"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GY2SLFM479');
</script>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Easy Ironing — Stop guessing. Start ironing.</title>
<meta name="description" content="Send a care-label photo on Telegram. Get practical ironing settings in seconds. No signup. No email. Premium monthly via Stripe.">
<link rel="canonical" href="https://easyironing.chat/" />
<meta name="robots" content="index, follow">
<meta name="author" content="Cássio Batista Pereira">
<meta name="keywords"
content="ironing bot, care label symbols, ironing temperature guide, steam settings, telegram bot ironing, fabric care assistant, care label assistant">
<meta property="og:type" content="website">
<meta property="og:title" content="Easy Ironing — Stop guessing. Start ironing.">
<meta property="og:description" content="Care-label photo → safe, practical ironing settings in seconds. No signup. Premium via Stripe.">
<meta property="og:url" content="https://easyironing.chat/">
<meta property="og:site_name" content="Easy Ironing">
<meta property="og:image" content="https://easyironing.chat/img/logo.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Easy Ironing — Stop guessing. Start ironing.">
<meta name="twitter:description" content="Send a label photo on Telegram and get safe ironing settings instantly. No signup.">
<meta name="twitter:image" content="https://easyironing.chat/img/logo.png">
<meta property="og:locale" content="en_US">
<meta name="theme-color" content="#0b1020">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/style.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Easy Ironing",
"applicationCategory": "Utility",
"operatingSystem": "Telegram",
"description": "Telegram bot that analyzes care labels and returns practical ironing settings.",
"url": "https://easyironing.chat/"
}
</script>
<script>
function getVariant() {
const match = document.cookie.match(/ab=(main|light)/);
return match ? match[1] : "unknown";
}
window.abVariant = getVariant();
</script>
</head>
<body>
<div class="wrap">
<div class="top">
<div class="brand">
<div class="mark" aria-hidden="true"></div>
<div>Easy Ironing</div>
</div>
<nav class="nav">
<a href="#how">How</a>
<a href="#features">Features</a>
<a href="#faq">FAQ</a>
<a href="https://cassiodeveloper.featurebase.app/en">Ideas + Bugs</a>
</nav>
</div>
<section class="hero" aria-label="Hero">
<div class="hero-inner">
<div>
<div class="tag">🧺 Telegram bot · ⚡ Instant · 🔒 Private by default</div>
<h1>Stop ruining clothes.<br />
<span class="soft">Iron with precision.</span>
</h1>
<p class="sub">
Send a care-label photo on Telegram.<br>
Get fabric-aware instructions in seconds.<br>
No signup. No email.
</p>
<div class="cta">
<a id="telegram-cta" class="btn primary" href="https://t.me/EasyIroningBot" target="_blank" rel="noreferrer">
🚀 Open in Telegram <small>Free (1 image)</small>
</a>
<a class="btn ghost" href="#how">See how it works</a>
</div>
<div style="margin-top:10px; font-size:13px; color:rgba(229,231,235,.55)">
✓ No personal data stored
✓ Payments handled by Stripe
✓ Photos not saved
</div>
<div style="margin-top:14px; font-size:13px; color:rgba(229,231,235,.55)">
By using Easy Ironing you agree to our
<a href="/terms.html" style="text-decoration:underline">Terms</a>
and
<a href="/privacy.html" style="text-decoration:underline">Privacy Policy</a>.
</div>
<div class="pills">
<span class="pill">🧵 Fabric-aware</span>
<span class="pill">🔥 Temperature guidance</span>
<span class="pill">💨 Steam tips</span>
<span class="pill">⚠️ Important alerts</span>
<span class="pill">🧾 chatId only</span>
</div>
<div class="steps" id="how">
<div class="step">
<b>1) 📸 Photo</b>
<span>Take a clear photo of the label.</span>
</div>
<div class="step">
<b>2) ✅ Send</b>
<span>Send it directly in Telegram.</span>
</div>
<div class="step">
<b>3) 🧺 Iron</b>
<span>Follow the safe instructions.</span>
</div>
</div>
</div>
<div class="phone" aria-label="Example chat">
<div class="phone-top">
<div class="phone-title">Easy Ironing</div>
<div class="mono" style="color:rgba(229,231,235,.65)">online</div>
</div>
<div class="chat">
<img alt="Example chat with Easy Ironing bot" src="/img/phone.jpeg" />
<!-- <div class="bubble me">
<div class="imgph">
<img src="/img/3.png" title="Label" alt="Label photo" />
</div>
</div>
<div class="bubble bot">
🔥 Medium heat (max 150°C)<br>
💨 Steam allowed<br>
🔄 Iron inside out<br>
⚠️ Avoid prints
</div>
<div class="bubble me">Finally clear instructions.</div> -->
</div>
</div>
</div>
</section>
<section id="features" class="section grid" aria-label="Features">
<div class="card">
<div class="pad">
<div class="kicker">Practical</div>
<h2>Precise temperature</h2>
<p>Heat levels based on actual fabric rules, not guesswork.</p>
</div>
</div>
<div class="card">
<div class="pad">
<div class="kicker">Safe</div>
<h2>Damage prevention</h2>
<p>Warnings for prints, synthetics and delicate fibers.</p>
</div>
</div>
<div class="card">
<div class="pad">
<div class="kicker">Private</div>
<h2>Privacy by design</h2>
<p>We use only your Telegram chatId. No account. No profile.</p>
</div>
</div>
<div class="card">
<div class="pad">
<div class="kicker">Premium</div>
<h2>Unlimited with Premium</h2>
<p>Simple monthly subscription. Cancel anytime.</p>
</div>
</div>
</section>
<section id="faq" class="section card" aria-label="FAQ">
<div class="pad">
<div class="kicker">FAQ</div>
<h2>Do you store my photos?</h2>
<p>
Photos are processed to generate instructions and are not stored as permanent history.
</p>
<h2 style="margin-top:18px;">What data do you store?</h2>
<p>
Only your Telegram chatId to manage usage limits and Premium access.
We do not collect name, email, or personal details.
</p>
<h2 style="margin-top:18px;">How are payments handled?</h2>
<p>
Payments are processed securely by Stripe.
We do not store card details and we do not have access to payment credentials.
</p>
<h2 style="margin-top:18px;">Free vs Premium?</h2>
<p>
Free allows 1 image. Premium unlocks unlimited usage.
</p>
</div>
</section>
<section class="final">
<div>
<div class="kicker">Ready?</div>
<h2 style="margin:8px 0 6px">
Iron correctly. Every time.
</h2>
<p>Stop guessing and start ironing safely.</p>
</div>
<div class="cta">
<a class="btn primary" href="https://t.me/EasyIroningBot" target="_blank" rel="noreferrer">
🧺 Open Easy Ironing
</a>
</div>
</section>
<footer>
<div>© <span id="y"></span> Easy Ironing</div>
<div style="display:flex; gap:14px; flex-wrap:wrap">
<a href="/privacy.html">Privacy</a>
<a href="/terms.html">Terms</a>
<a href="https://t.me/EasyIroningBot" target="_blank" rel="noreferrer">Telegram</a>
<a href="https://cassiodeveloper.featurebase.app/en">Ideas + Bugs</a>
</div>
</footer>
<a target="_blank" class="featurebase" href="https://cassiodeveloper.featurebase.app/en">💡 Ideas + 🪲 Bugs</a>
</div>
<script src="js/script.js" type="text/javascript"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const btn = document.getElementById("telegram-cta");
if (!btn) return;
btn.addEventListener("click", function () {
gtag('event', 'telegram_click', {
event_category: 'engagement',
event_label: window.abVariant,
variant: window.abVariant
});
});
});
</script>
</body>
</html>