sahilsingh7735 / hacktoberfest-Traveling-the-7-wonders-of-the-world

Simple traveling website

Home Page:https://traveling-the-7-wonders-of-the-world.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Application ✨

create a landing page with

πŸ’Ž A landing page as main page :page
πŸ’Ž A section of photos captured by me πŸ“·
πŸ’Ž My experience πŸ“Ά
πŸ’Ž A resume page πŸ“‘
πŸ’Ž About section and
πŸ’Ž Social media handles πŸ“±

Anyone can use this repo and can make a proper landing page with little knowledge of programming πŸ‘¨β€πŸ’» :

This project was bootstrapped with Landing Page App.

Available Scripts 🧾

In the project directory, you can run:

How to Contribute

πŸ’Ž Fork this repositoryπŸ“‘ πŸ’Ž How to fork a repository
πŸ’Ž Clone the forked repository into local space
πŸ’Ž Do the changes
πŸ’Ž Optional πŸ’Ž You can add comments at the start of the file, if you want to share something, like steps to run the code etc
πŸ’Ž Add and commit the changes. πŸ“·(Please do not make changes in any other file, but if you want to work on bug/improvement then add an issue first)
πŸ’Ž Don't forget to add your name, image url, country and the language used in contributor file
πŸ’Ž Generate a Pull Request (Optional: add issue name in the title and url to the problem in description)
πŸ’Ž That's it, We are done!!

How to Sync Forked Repo from Upstream Repo πŸ€·β€β™‚οΈ

  1. Add the original repository as an upstream repository
$ git remote add upstream https://github.com/[Original Owner Username]/[Original Repository].git

Hence, in this repository it would be

$ git remote add upstream https://github.com/ows-ali/Hacktoberfest.git/
  1. Fetch all the changes from the repository. Note that commits to the original repository will be stored in a local branch called, upstream/master
$ git fetch upstream
  1. Make sure that you are on your fork's master or working branch
$ git checkout [working branch]

For example,

$ git checkout master
  1. Merge the changes from the upstream/master into your local master or working branch. This will sync the fork's master branch with the upstream repository without losing your local changes. If you have made any changes that create conflict, you will have to resolve the conflict before you can complete the merge
$ git merge upstream/master
  1. At this point, your local branch is synced with the upstream/master branch. In order to update the remote branch in Github, you need to push your changes
$ git push origin master



Learn More

You can learn more in the W3Schools HTML5 tutorial and HTML CSS.

Happy hacktoberfest :smile

About

Simple traveling website

https://traveling-the-7-wonders-of-the-world.netlify.app

License:MIT License


Languages

Language:JavaScript 82.3%Language:HTML 14.8%Language:CSS 2.9%