Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ You can see the result here: https://w3schools-test.github.io/
We generally only have one condition:
We will not allow messages that are negative, or hurtful. Try to be welcome and positive!

# What should my message look like?
# my appreciation message

You can add almost anything to the index.html file between the indicated comments:
`<!-- i am grateful to w3schools for this opportunity to learn git and github. tho this is the beginning of my journey into data engineering -->`

`<!-- Insert your message below here -->`

`<!-- End user messages -->`
`<!-- message from MysteriousOracle -->`

So feel free to use your imagination!

Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ <h3>Contribute</h3>
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
</div>
<!-- Insert your message below here -->

<!-- Message from MysteriousOracle -->
<div style="max-width: 640px; justify-content: center; padding: 10px; margin: auto">
<h4>I'm Elijah, thanks for the GIT tutorials- this is insightful and educative</h4>
<div style="text-align:right">
<p>-MysteriousOracle from nigeria 06/03/2026</p>
</div>
</div>
<!-- End of message from MysteriousOracle -->

<h1>Tanbir.</h1>
<!-- Message from umermatov -->
<div style="margin: 20px 20px 20px 20px; border: solid 2px red; text-align: center;">
Expand Down