Skip to content

Commit 4880976

Browse files
Merge pull request #3943 from abdutech1/master
Add Ethiopian-themed thank-you message to index.html
2 parents ad1aa50 + cf7dd00 commit 4880976

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

index.html

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,31 @@ <h3>Contribute</h3>
101101
</div>
102102

103103
<!-- Insert your message below here -->
104-
<!-- Message from Skybagel -->
105-
<div class="w3-container w3-padding">
106-
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
107-
<h3>Dear w3schools,</h3>
108-
<p>Thank you for the excellent tutorials!</p>
109-
<p class="w3-text-black w3-left"</p>
110-
</div>
111-
</div>
112-
<!-- End Message from Skybagel -->
104+
<!-- Message from Abdulkadir A. -->
105+
<div style="margin: 0; font-family: 'Segoe UI', sans-serif; background: linear-gradient(to bottom right, #ffc107, #28a745, #dc3545); color: white; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center;">
106+
<div style="background-color: rgba(0,0,0,0.6); padding: 40px; border-radius: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.3); max-width: 600px;">
107+
<h1 style="font-size: 2.5em; margin-bottom: 20px;">Thank You, W3Schools!</h1>
108+
<p style="font-size: 1.2em; line-height: 1.6;">
109+
From the first <strong>HTML tag</strong> to building fullstack applications,<br>
110+
W3Schools has been my guide from scratch to becoming a <strong>Fullstack Instructor</strong>.<br><br>
111+
I am Abdulkadir Akmel from <span style="color: #ffc107;">Ethiopia</span> 🇪🇹, and I am truly grateful.<br><br>
112+
<em>Keep inspiring the world!</em>
113+
</p>
114+
</div>
115+
</div>
116+
117+
118+
<!-- Message from Skybagel -->
119+
<div class="w3-container w3-padding">
120+
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
121+
<h3>Dear w3schools,</h3>
122+
<p>Thank you for the excellent tutorials!</p>
123+
<p class="w3-text-black w3-left"</p>
124+
</div>
125+
</div>
126+
<!-- End Message from Skybagel -->
113127

114-
<!-- Message from EfratA -->
128+
<!-- Message from EfratA -->
115129
<div class="w3-container w3-padding">
116130
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
117131
<h4>Dear w3schools,</h4>

0 commit comments

Comments
 (0)