Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made some changes to index.html and the readme to add my own touch :) #3904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ We will not allow messages that are negative, or hurtful. Try to be welcome and
You can add almost anything to the index.html file between the indicated comments:

`<!-- Insert your message below here -->`
This is my message: I am Brent and I love GitHub!!!

`<!-- End user messages -->`

Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ <h2>Sauti Was Here.</h2>

</div>
<!-- End Message from shakti-kc -->

<div style="background-color: orange; color: #fff; padding: 20px; border-radius: 5px; margin: 2rem 0;">
<h1>Hellow World!!</h1>

<h2>This is Brent's message.</h2>

</div>

<!-- Message from TXW4326 -->
<div class="w3-panel w3-leftbar w3-light-grey">
Expand Down