You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example repository for the Git tutoial on https://www.w3schools.com
4
-
This tutoial focuses mainly on Git and using GitHub as its remote.
1
+
# Guestbook for w3schools.com Git tutorial
2
+
This is the public GitHub project that you can contribute to.
3
+
If you are just getting started, I suggest you start at the tutorial here: https://www.w3schools.com/git
5
4
6
-
This repository is built step by step in the tutorial.
5
+
# Leave a message for us!
6
+
This repository is ment to be a place where our users can leave messages for others to see.
7
7
8
-
It now includes steps for GitHub.
8
+
You can see the result here: https://w3schools-test.github.io/
9
+
10
+
We generally only have one condition:
11
+
We will not allow messages that are negative, or hurtful. Try to be welcome and positive!
12
+
13
+
# What should my message look like?
14
+
15
+
You can add almost anything to the index.html file between the indicated comments:
16
+
17
+
`<!-- Insert your message below here -->`
18
+
19
+
and
20
+
21
+
`<!-- End user messages -->`
22
+
23
+
So feel free to use your imagination!
24
+
25
+
If you are not feeling very creative, you can add a quote, or small text like the examples on this page: https://www.w3schools.com/w3css/w3css_quotes.asp
26
+
And add your name to it :)
27
+
28
+
# My change was not approved :(
29
+
30
+
We reserve the right remove, or not add, anything that we feel will not fit here.
31
+
Also, this page is a community page, and the content you add may be changed later.
<p>Learn how to use Git and GitHub from our <ahref="https://www.w3schools.com/git/default.asp" title="w3schools.com Git Tutorial" target="_blank" class="w3-hover-text-green">Git Tutorial</a>.</p>
<p>Fork and Clone this <ahref="https://github.com/w3schools-test/w3schools-test.github.io" title="Guestbook Git Repository" target="_blank" class="w3-hover-text-green">GitHub repository</a>, to your local Git or GitHub account.</p>
<p>Add a message, following the guidelines from the <ahref="https://github.com/w3schools-test/w3schools-test.github.io" title="Guestbook Git Repository" target="_blank" class="w3-hover-text-green">README.md</a>.</p>
<p>Add a <ahref="https://github.com/w3schools-test/w3schools-test.github.io/pulls" title="GitHub Pull Request" target="_blank" class="w3-hover-text-green">pull request</a>, and see if your change gets approved and added below!</p>
54
+
</div>
55
+
</div>
56
+
57
+
58
+
<!-- Grid -->
59
+
<divclass="w3-row-padding" id="about">
60
+
<divclass="w3-center w3-padding-64">
61
+
<spanclass="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
62
+
</div>
63
+
64
+
<!-- Insert your message below here -->
65
+
66
+
<!-- Example message -->
67
+
<divclass="w3-panel w3-leftbar w3-light-grey">
68
+
<pclass="w3-xlarge w3-serif"><i>"Make it as simple as possible, but not simpler."</i></p>
0 commit comments