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

Elliot #4

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Format HTML
  • Loading branch information
gideonshaked committed Sep 21, 2021
commit 1ece77ed779b47c83ca000d6eaa04e2f636865c9
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,15 @@ It's just an example of the basic Git workflow described in [What is a Git Repos
```html
<!DOCTYPE html>
<html>

<body>

<h1>Your Name Here</h1>

<p>Your Message Here</p>

</body>

</html>
```

Expand Down
8 changes: 5 additions & 3 deletions contributors/example-contributor.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<html>

<body>

<h1>Your Name Here</h1>
<h1>Your Name Here</h1>

<p>Your Message Here</p>
<p>Your Message Here</p>

</body>
</html>

</html>
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html>

<body>

<h1>Welcome to Learn Git the Easy Way</h1>
<h1>Welcome to Learn Git the Easy Way</h1>

<p>

<p>

To see a contributor file, go to https://rept-org.github.io/learn-git/contributors/&#60;github username&#62;.
To see a contributor file, go to https://rept-org.github.io/learn-git/contributors/&#60;github username&#62;.

<br /><br />

For an example see <a href="https://rept-org.github.io/learn-git/contributors/example-contributor">the example contributor</a>.
</p>
<br /><br />

For an example see <a href="https://rept-org.github.io/learn-git/contributors/example-contributor">the example
contributor</a>.
</p>

</body>
</html>

</html>