Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a tourist spot #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 21 additions & 0 deletions hactoberexplor-master/hactoberexplor-master/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Swaraj Laha

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
46 changes: 46 additions & 0 deletions hactoberexplor-master/hactoberexplor-master/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# hactoberexplor
![](https://hacktoberfest.digitalocean.com/assets/logo-hf19-header-8245176fe235ab5d942c7580778a914110fa06a23c3d55bf40e2d061809d8785.svg)
Happy Hacktoberfest 2019! 🔥

HacktoberExplor is for people who love to travel, explore and let others know about the beautiful places which they've visited, alongwith a photo and a short description about that place. Also you can add about yourself, your interests and your social media links, etc.

Link to the webpage: https://swarajlaha.github.io/hactoberexplor/

## Contributing

If this is your first pull request, please read this article: [How To Create a Pull Request on GitHub](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)

### Step 1

Fork the repo by pressing the "Fork" button on the top right side of the
repository and clone your forked repository.

### Step 2

In your forked repository, edit "index.html" and add your place's picture, place's name and a short dscription about it. Also add something interesting about yourself and a picture of yours. Please read the simple instructions (comments) carefully, while editing the html file.

1. In _index.html_, start copying from the line with _div class="col-1-of-3"_ till the end of the div (also marked in the file), in order to add content in it.
2. Go to _img/places/_ folder and add your Place Pic in the naming format, _place[no.].jpg_, like, _place1.jpg_, _place2.jpg_ and so on and mention the path, in the _img_ tag.
3. Add the Name of your Place, in place of _Place Demo_, inside the _span tag_.
4. Add a short description about your place, in place of the random text, inside the _p tag_.
5. For the _About Contributors_ section, add an image of yours in _img/contributors/_ folder, in the naming format, _contributor[no.].jpg_, like _contributor1.jpg_, _contributor2.jpg_ and so on and mention the path, in the _img_ tag, like you did for the places.
6. In the _figcaption tag_, mention your name.
7. In the _h3 tag_, give a tile about yourself.
8. In the _p tag_, write something interesting about yourself, alongwith some social media links, for people to find you.
**That's it!**

### Step 3

Commit your changes and submit a pull request! After your pull request gets accepted, you will be able to see your very own profile on the [HacktoberExplor](https://swarajlaha.github.io/hactoberexplor/) !!

### Step 4

Please star the repo, if you like this fun little Hacktoberfest project :heart:

## Credits

Photo by Joshua Earle on Unsplash.

## License

[MIT](LICENSE)
Loading