diff --git a/README.md b/README.md
index 31edd18..fac8f5e 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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.
@@ -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)
diff --git a/src/home.html b/src/home.html
index 56244ee..93db763 100644
--- a/src/home.html
+++ b/src/home.html
@@ -152,6 +152,7 @@