Skip to content

Commit a91bf8c

Browse files
images
1 parent 49e4139 commit a91bf8c

7 files changed

Lines changed: 12 additions & 5 deletions

File tree

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ h1 {
200200
color:var(--muted);
201201
}
202202

203+
.imgph img {
204+
height:150px;
205+
}
206+
203207
.section { margin-top:60px }
204208

205209
.grid {

img/1.jpeg

104 KB
Loading

img/2.jpeg

129 KB
Loading

img/3.png

168 KB
Loading

img/phone.jpeg

236 KB
Loading

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,19 @@ <h1>Stop ruining clothes.<br />
135135
<div class="mono" style="color:rgba(229,231,235,.65)">online</div>
136136
</div>
137137
<div class="chat">
138-
<div class="bubble me">
139-
<div class="imgph">Label photo</div>
138+
<img alt="Example chat with Easy Ironing bot" src="/img/phone.jpeg" />
139+
<!-- <div class="bubble me">
140+
<div class="imgph">
141+
<img src="/img/3.png" title="Label" alt="Label photo" />
142+
</div>
140143
</div>
141144
<div class="bubble bot">
142145
🔥 Medium heat (max 150°C)<br>
143146
💨 Steam allowed<br>
144147
🔄 Iron inside out<br>
145148
⚠️ Avoid prints
146149
</div>
147-
<div class="bubble me">Finally clear instructions.</div>
150+
<div class="bubble me">Finally clear instructions.</div> -->
148151
</div>
149152
</div>
150153
</div>

light/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ <h1>Get ironing guidance with a photo</h1>
8383
<div class="box">
8484
<h2>📸 Send me a <span style="color: #FFBC5E;">photo </span> of the care label and the<span style="color: #7EBBFD;"> fabric composition</span><span style="color: #EAFF9B;"> of the clothes</span></h2>
8585
<p>No more stress or confusion. Just snap a photo and I'll do the rest.</p>
86-
<div class="screenshot"><img alt="Easy Ironing - Send a photo of a care label" src="/img/" /></div>
86+
<div class="screenshot"><img alt="Easy Ironing - Send a photo of a care label" src="/img/1.jpeg" /></div>
8787
</div>
8888
</div>
8989
<div class="right">
9090
<div class="box">
9191
<h2>🧠 I'll give you <span style="color: #7EBBFD;">temperature</span>, <span style="color: #EAFF9B;">steam</span> and <span style="color: #FFBC5E;">ironing instructions</span> with AI</h2>
9292
<p>Label the photo with fabric composition like: 80% cotton, 20% polyester.</p>
93-
<div class="screenshot"><img alt="Easy Ironing - Analyse a care label" src="/img/" /></div>
93+
<div class="screenshot"><img alt="Easy Ironing - Analyse a care label" src="/img/2.jpeg" /></div>
9494
</div>
9595
</div>
9696
</div>

0 commit comments

Comments
 (0)