Skip to content

Commit b7a8b67

Browse files
Update website
1 parent 31f00e5 commit b7a8b67

10 files changed

+15
-9
lines changed

index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,25 @@
8181
.screenshots {
8282
display: flex;
8383
flex-wrap: wrap;
84-
gap: 20px;
84+
gap: 40px;
8585
justify-content: center;
8686
}
8787

8888
.screenshots img {
89-
width: 300px;
90-
height: 200px;
89+
width: 290px;
90+
/*
91+
height: 240;
92+
width: 160;
93+
height: 120;
94+
*/
9195
object-fit: cover;
9296
border-radius: 10px;
9397
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
9498
transition: transform 0.3s ease;
9599
}
96100

97101
.screenshots img:hover {
98-
transform: scale(1.05);
102+
transform: scale(1.10);
99103
}
100104

101105
.github-link {
@@ -221,10 +225,12 @@ <h2>Possibilities</h2>
221225
<section>
222226
<h2>Screenshots</h2>
223227
<div class="screenshots">
224-
<!-- Placeholder images for screenshots -->
225-
<img src="https://via.placeholder.com/300x200.png?text=Screenshot+1" alt="Screenshot 1">
226-
<img src="https://via.placeholder.com/300x200.png?text=Screenshot+2" alt="Screenshot 2">
227-
<img src="https://via.placeholder.com/300x200.png?text=Screenshot+3" alt="Screenshot 3">
228+
<img src="screenshots/0.0.4_launcher1.png" alt="Screenshot 1">
229+
<img src="screenshots/0.0.4_drawer.png" alt="Screenshot 2">
230+
<img src="screenshots/0.0.4_launcher2.png" alt="Screenshot 3">
231+
<img src="screenshots/0.0.4_wifi_password.png" alt="Screenshot 3">
232+
<img src="screenshots/0.0.4_appstore_uninstall_draw.png" alt="Screenshot 3">
233+
<img src="screenshots/0.0.4_imu1.png" alt="Screenshot 3">
228234
</div>
229235
</section>
230236

@@ -236,7 +242,7 @@ <h2>Screenshots</h2>
236242
</div>
237243

238244
<div class="contact">
239-
<p>Contact us: <a href="mailto:info@MicroPythonOS.com">info@MicroPythonOS.com</a></p>
245+
<p>Contact: <a href="mailto:info@MicroPythonOS.com">info@MicroPythonOS.com</a></p>
240246
</div>
241247
</div>
242248

10.2 KB
Loading
10.2 KB
Loading
11.1 KB
Loading

screenshots/0.0.4_draw1.png

2.06 KB
Loading

screenshots/0.0.4_drawer.png

7.4 KB
Loading

screenshots/0.0.4_imu1.png

3.82 KB
Loading

screenshots/0.0.4_launcher1.png

26.9 KB
Loading

screenshots/0.0.4_launcher2.png

23.9 KB
Loading
9.83 KB
Loading

0 commit comments

Comments
 (0)