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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# [SDF02]: Your First GitHub Repo

This project is designed for beginners to get hands-on experience with version control using Git and GitHub. By completing this project, students will learn how to fork a repository, make changes, commit these changes, and push them back to the repository. This practical exercise will also include updating personal information and images in a simple HTML page, providing a basic understanding of web development alongside version control skills.
Expand Down Expand Up @@ -34,4 +35,4 @@ This project is designed for beginners to get hands-on experience with version c
- [GitHub Help](https://help.github.com)

## Support
If you encounter any difficulties while working on this project, please reach out to your coach for assistance. Happy coding!
If you encounter any difficulties while working on this project, please reach out to your coach for assistance. Happy coding!
Binary file modified image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/cat-codespace.png
Binary file not shown.
Binary file added images/mphumu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<div class="container">
<div class="avatar">
<a href="">
<img src="./images/cat-codespace.png" alt="Skytsunami" />
<img src="./images/mphumu.jpg" alt="Profile Picture" />
</a>
</div>
<div class="content">
<h1>CodeSpace Cat</h1>
<h1>Mphumudzeni Tshiswaise</h1>
<p>Follow me on:</p>
<p>
<span><a href="https://github.com/CodeSpace-Academy"><img src="./images/icons8-github-96.png" alt="GitHub"></a></span>
Expand Down