Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ In the index file, look for the 'ol' tag. Then insert a 'li' tag with your link


- Click on the fork on the top to fork this repo.
- Go to your repo where you fork the project.
- Go to your repo where you forked the project.
- Hit the clone button on your forked repo and copy the given link.
- On your terminal / command prompt, type "git clone [put the link here]".
- Change the index file in the folder.
- Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '.
- Push the commit. For example, type "git push origin master".
- Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
- Push the commit. For example, type "git push [remote-name] master".
- Go back to the original repo.
- Hit "new pull request" and compare between forks.
- Confirm the pull request and that's it!
Expand Down
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ <h2></br>October 2017</h2>
<!--
In this format:
<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>
-->
<li><a href="https://github.com/jumbobae">Jumbobae</a></li>
-->
<li><a href="https://github.com/reeechi">Reeechi</a></li>
<li><a href="https://github.com/jumbobae">Jumbobae</a></li>
<li><a href="https://github.com/daksh249">daksh249</a></li>
<li><a href="https://github.com/darkxangel84">darkxangel84</a></li>
<li><a href="https://github.com/sanjulamadurapperuma">Sanjula Madurapperuma</a></li>
Expand Down Expand Up @@ -120,7 +121,6 @@ <h2></br>October 2017</h2>
<li><a href="https://github.com/ostyq">Veronika</a></li>
<li><a href="https://github.com/carloslahrssen">Carlos Lahrssen</a></li>
<li><a href="https://github.com/Bazooo">Bazooo</a></li>
<li><a href="https://github.com/FranRomeroMal">Fran R</a></li>
<li><a href="https://github.com/MisterBiggs">MisterBiggs</a></li>
<li><a href="https://github.com/Justinborzi">MysticSeagull</a></li>
<li><a href="https://github.com/apuayush">Apurva Nitanjay</a></li>
Expand All @@ -131,7 +131,15 @@ <h2></br>October 2017</h2>
<li><a href="https://github.com/caiocall">Caio Calderari</a></li>
<li><a href="https://github.com/arcruiton">Mayank Gupta</a></li>
<li><a href="https://github.com/sagar-kalra">Sagar Kalra</a></li>
<li><a href="https://github.com/rohittm">Rohit Motwani</a></li>
<li><a href="https://github.com/iCueto">Alex Cueto</a></li>
<li><a href="https://github.com/techytushar">Tushar Mittal</a></li>
<li><a href ="https://github.com/Busterz">Busterz</a></li>
<li><a href="https://github.com/chaostools">Ansh Sachdeva</a></li>
<li><a href="https://github.com/miltoskat">Miltos</a></li>



</ol>


Expand Down