Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17364,8 +17364,28 @@ <h3>From Ukraine</h3>
<small>27 Nov 2025</small>
<!-- End Message from Matthew -->

<!-- Insert message from Oleg -->
<div style="background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
border: 2px solid #4CAF50;
border-radius: 10px;
padding: 20px;
margin: 20px auto;
max-width: 600px;
text-align: center;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);">

<h2 style="color: #2e8b57; font-family: 'Segoe UI', sans-serif;">
Thank you w3school!<br>
I learned a lot about git as well github , i have clear understanding about both git/github
</h2>

<h3 style="color: #555; font-style: italic; font-family: 'Georgia', serif;">
It is good platform to learn – <b>Oleg from Belarus (2025-Dec-02)</b>
</h3>
</div>
<!-- End Oleg message -->

<!-- End user messages -->

</div>
</div>

Expand Down