diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a0b146d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+### VisualStudioCode ###
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+
+### Bits n bobs ###
+.DS_Store
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 6f3a291..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "liveServer.settings.port": 5501
-}
\ No newline at end of file
diff --git a/Contributing Guidelines.md b/Contributing Guidelines.md
index bc9292a..ac1abb2 100644
--- a/Contributing Guidelines.md
+++ b/Contributing Guidelines.md
@@ -1,13 +1,13 @@
# How to Contribute to this Project
You can contribute to this project for:
+
1. Resolving issues
2. Feature suggestion
-Follow the guidelines mentioned in PR_Template.md file
-
+Follow the guidelines mentioned in [PR_Template.md](https://github.com/Evie-Skinner18/happy_hacktoberfest_19/blob/master/PR_Template.md) file
-## Working on Issues ##
+## Working on Issues
- If you want to contribute by working on resolving issues, please state the same as a comment for the Issue.
- Wait for repo maintainers to assign that issue to you.
@@ -16,60 +16,62 @@ Follow the guidelines mentioned in PR_Template.md file
-## Basics ##
+## Basics
+
1. Create an account on GitHub
2. Fork this repository to your own GitHub by clicking on the 'Fork' button (on the right)
3. Now you have your own remote copy of the project! Clone this remote repository to your machine so you'll have a local copy:
-
-`git clone https://github.com/Evie-Skinner18/happy_hacktoberfest_19.git`
+ ```markdown
+ git clone https://github.com/Evie-Skinner18/happy_hacktoberfest_19.git
+ ```
4. Open up the code in a code editor (e.g Atom, Visual Studio Code, Sublime Text, Notepad... ;-> ). Add your meaningful
contribution!
5. Commit your changes from the root directory of the project (happy_hacktoberfest_19):
- `git add .`
- `git commit -m "[Write a message that briefly explains the change you've made]"`
+ ```markdown
+ git add .
+ git commit -m "[Write a message that briefly explains the change you've made]"
+ ```
6. Push your changes from the local repository on your machine to the forked remote repository on your GitHub:
- `git push`
+ ```markdown
+ git push
+ ```
-7. Make a pull request to ask for your changes to be integrated (merged) into the original happy_hacktoberfest_19 that you forked
- from Evie-Skinner18 back in step 2. On your GitHub, click the 'Pull Request' button and ensure that the base fork is 'base
- fork: Evie-Skinner18/happy_hacktoberfest_19' and the head fork is '[your GitHub name]/happy_hacktoberfest_19'.
+7. Make a pull request to ask for your changes to be integrated (merged) into the original happy_hacktoberfest_19 that you forked from Evie-Skinner18 back in step 2. On your GitHub, click the `Pull Request` button and ensure that the base fork is `base fork: Evie-Skinner18/happy_hacktoberfest_19` and the head fork is `[your GitHub name]/happy_hacktoberfest_19`.
8. I will review your contribution and merge it into the original master branch!
If these instructions are unclear, here is an excellent video from the lads at Lingonsaft who organised a cracking Hacktoberfest
-website last year: https://www.youtube.com/watch?v=DIj2q02gvKs&t=133s
+website last year: [youtube video "How to pull request with git and github"](https://www.youtube.com/watch?v=DIj2q02gvKs&t=133s)
-_Remember hackers, Hacktoberfest is about quality over quantity. However, this repository is aimed mostly at those who are
-beginners to open source and to coding in general, so if this is your first ever open source contribution, don't hesitate to correct
-a spelling mistake or change something very small. Enjoy!_
+_Remember hackers, Hacktoberfest is about quality over quantity. However, this repository is aimed mostly at those who are beginners to open source and to coding in general, so if this is your first ever open source contribution, don't hesitate to correct a spelling mistake or change something very small. Enjoy!_
-<<<<<<< HEAD:Contributing Guidelines.md
=======
# List of contributors:
-- Evie-Skinner18
-- mssreerag
-- Ischaan
-- ferlu
-- devnoorfatima
-- askhilsinghal1234
-- ViktorKauter
-- KamleshSilag
-- MikailSeremet
-- WorkInProgress-Development
-- jerilMJ
->>>>>>> 2032f0ed5de7610a6a1e6ebfb7625f43a0a4d083:contributing.md
+- [Evie-Skinner18](https://github.com/Evie-Skinner18)
+- [mssreerag](https://github.com/mssreerag)
+- [Ischaan](https://github.com/Ischaan)
+- [ferlu](https://github.com/ferlu)
+- [devnoorfatima](https://github.com/devnoorfatima)
+- [askhilsinghal1234](https://github.com/askhilsinghal1234)
+- [ViktorKauter](https://github.com/ViktorKauter)
+- [KamleshSilag](https://github.com/KamleshSilag)
+- [MikailSeremet](https://github.com/MikailSeremet)
+- [WorkInProgress-Development](https://github.com/WorkInProgress-Development)
+- [jerilMJ](https://github.com/jerilMJ)
+
## More Help
-- How to make a pull request on GitHub: https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github
-- GitHub git flow: https://guides.github.com/introduction/flow/
-- Git cheat sheet: https://www.git-tower.com/blog/git-cheat-sheet/
+- [How to make a pull request on GitHub](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)
+- [GitHub git flow](https://guides.github.com/introduction/flow/)
+- [Git cheat sheet](https://www.git-tower.com/blog/git-cheat-sheet/)
+- [Git Documentation](https://git-scm.com/doc)
# Happy coding!
\ No newline at end of file
diff --git a/Contributors.md b/Contributors.md
index d4e6c07..95aba9e 100644
--- a/Contributors.md
+++ b/Contributors.md
@@ -16,3 +16,9 @@
- Fabrizvi
- Erfaniaa
- Sanjulapro
+- ElisePlecnik
+- Elvensmile
+- daniellaskinner
+- anth-dev
+- haileyb0311
+- Themvp07
\ No newline at end of file
diff --git a/about.html b/about.html
index ae473ea..dae1ac9 100644
--- a/about.html
+++ b/about.html
@@ -38,7 +38,7 @@
Eventsarrow_drop_down
About
BEACH TIME WOOHOO
- GitHub
+ GitHub