Skip to content

Commit

Permalink
Merge pull request #245 from abisummers/master
Browse files Browse the repository at this point in the history
 updated README
  • Loading branch information
sudz123 authored Oct 9, 2018
2 parents 6dffa2d + 45105f4 commit 8ce4652
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 372 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ Let's have a productive Hacktoberfest. Submit 5 PRs to this account after regist

My name is Sudarshan Kamath and I am hosting this repository for the month of October, 2018. The idea is to create a website over the month, about Open-Source Programming. This site is open to all forms of suggestions. Happy contributing!

Iff you want to see what the site looks like you can through github.
All you need to do it click the HTML file you want to view, click the button Raw and then change the url. You need to remove ".githubusercontent" and replace it with just "git" so the link looks like this - https://rawgit.com

Here is what our homepage looks like!
https://rawgit.com/sudz123/Happy_Hacking/master/src/home.html

# :bookmark: IMPORTANT :bookmark:

Since this repository is gaining some momentum, I expect good grammar in all PRs. I also expect proper comments in the code. The code could be trivial with a small change, that is totally fine. **When making changes to existing files, make sure you do not add more than one feature or change more than one component in a PR!** Also these file descriptions should be helpful:
Since this repository is gaining some momentum, I expect good grammar in all PRs. I also expect proper comments in the code. The code could be trivial with a small change, that is totally fine. **When making changes to existing files, make sure you do not add more than one feature or change more than one component in a PR!** Also these file descriptions should be helpful:

- [*src*](src) contains all the code.
- *.html* files like these should not have css or javascript code ideally. If they do then remove it and add to respective folders.
- [*styles*](src/style) I want all the css files in this folder with proper nomenclature.
- [*Images*](img) I want all images in this within sub-folders in this folder, according to the page they are on.
- [_src_](src) contains all the code.
- _.html_ files like these should not have css or javascript code ideally. If they do then remove it and add to respective folders.
- [_styles_](src/style) I want all the css files in this folder with proper nomenclature.
- [_Images_](img) I want all images in this within sub-folders in this folder, according to the page they are on.
- **THE MORE THE STRUCTURED YOUR CODE IS, THE EASIER IT IS FOR ME TO REVIEW, THE HIGHER CHANCES THAT IT WILL BE MERGED**.

## :building_construction: How it works
Expand All @@ -34,7 +40,7 @@ Create a pull request that will be merged to the main repo.
:rotating_light:
**Don't forget to add your name to Contributors.md(AN EASY PR)**:rotating_light:

:white_check_mark:*You can check your progress here after every merged PR* : https://hacktoberfest.digitalocean.com/stats
:white_check_mark:_You can check your progress here after every merged PR_ : https://hacktoberfest.digitalocean.com/stats

:white_check_mark:Your code will be reviewed and approved.

Expand All @@ -56,9 +62,8 @@ A few other tutorial links:
1. [Build a website](https://www.w3schools.com/howto/howto_website.asp)
2. [Hosting the website](https://gist.github.com/TylerFisher/6127328)


## Additional Resources

* [Running HTML pages](./src/README-HTML.md)
* [Styling with CSS](./src/style/README-CSS.md)
* [Functionality with JavaScript](./src/scripts/README-JS.md)
- [Running HTML pages](./src/README-HTML.md)
- [Styling with CSS](./src/style/README-CSS.md)
- [Functionality with JavaScript](./src/scripts/README-JS.md)
1 change: 1 addition & 0 deletions src/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ <h4>Contributors</h4>
<li><a href="siliwangi.html">Ricky Sukma</a></li>
<li><a href="https://github.com/colinschindler">Colin Schindler</a></li>
<li><a href="https://github.com/sarthak-trivedi">Sarthak Trivedi</a></li>
<li><a target="_blank" href="https://github.com/abisummers">Abi Summers</a></li>
</ul>
</div>
<div class="contributors">
Expand Down
333 changes: 0 additions & 333 deletions src/menu-bar.css

This file was deleted.

Loading

0 comments on commit 8ce4652

Please sign in to comment.