Code Monkey home page Code Monkey logo

tourguide's Introduction

TourGuide πŸ–ΌοΈ ( OpenSourced for Hacktoberfest 2023 )

Star ⭐ the repository if you liked it!

A simple application made using HTML, CSS, JavaScript.

How you can Contribute?

There is always something to contribute for everyone. In this project, you can add your favourite place to visit as a card to the website! Or maybe you don't like the line that you are reading right now and want to change it! Well, why not?

We appreciate all kinds of contributions from core-code contributions to non-code contributions like fixing the site, suggesting a feature, raising an issue, etc.

How to Contribute?

Contributing to TourGuide is a cake-walk as long as you follow the steps below πŸ˜‰

  1. Choose a destination whose card you want to contribute, make sure it's not there on the site yet

  2. Fork the repository

  3. Download that place's image and upload it to the images folder. Make sure you provide a valid name to your image file

  4. Copy the Card template code given below & fill in the information as directed

    Note: Copy & paste the entire code as it is after filling the details of the character! πŸ™…β€β™‚οΈAtmost 3 cards in a row .Create a new row if you want to add moreπŸ™…β€β™€οΈ

        <div class="image">
           <img src="images/[Your Image]" alt="">
              <div class="details">
                 <h2>[Final Destination's Name] <span>[City or State Name]</span></h2>
                 <p>[Add some Info aout the place not more than 30 words] </p>
                  <div class="more">
                     <a href="[add a link which have more details about the place]" class="read-more">Read <span>More</span></a>
                     <a href="[add a link directing to its location]" class="read-more">See <span>Location</span></a>
                   </div>
              </div>
        </div>
  5. Paste the edited template code into the index.html file just below the last added card !

  6. Please notice if three images are already added in a row create a row class and add into that

       <!--image row start-->
       <div class="row">
            [Add your card here then ]
        </div>
       <!--image row end-->
  7. Each row div contains 3 image cards.

  8. Sync your Fork & then create a Pull Request. If there are any conflicts with the main branch then resolve them first.

    title: Name of the place added
    description: Issue no: #[Issue no here] (for adding a new place its #4)

That's it, you have successfully contributed to tourGuide. Your Place will appear on the site within minutes of your PR getting merged πŸ–‡οΈ

OUR AMAZING CONTRIBUTORS πŸ§‘β€πŸ’»πŸ‘©β€πŸ’»




Maintained with β™₯️ Harsh Vardhan

tourguide's People

Contributors

abhay-raj19 avatar abhishek-verma75230 avatar adarsh1114 avatar alfattaufik avatar amol-gits avatar ankit071105 avatar anniedebbie avatar anonymous372 avatar anshupathak-88825 avatar anupgupta09 avatar chaudhary-99 avatar das-amit avatar dellucifer avatar harshvardhansb avatar himanshuch8055 avatar im-anahata avatar its-kundan avatar kanikasingh0 avatar kprathamesh-27 avatar kumarshivam382 avatar nikzayn avatar rimjhim20 avatar sanketkale99 avatar sankn22 avatar satyamrs00 avatar shibs-01 avatar shivam04099 avatar shreyaprasad02 avatar tanishka-22 avatar vaishnavi-nawghare avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tourguide's Issues

Slider text Not visible

The information written on the main slider is not visible. I'll enhance by changing the style a bit and make it easy to read.

image

image

Assign me this and add Hacktoberfest and Hacktoberfest-accepted label.

Scroll bar bg. color

Scroll bar's background color should change with change in theme . and should also have same color as other page .
also try to add same js to make it smooth transition while changing with theme button .
Note: plz send a short video for review before pr

On mouse hover over social media Icon, It should show App Title.

image

I have done the mouse-hover over social media Icon at footer. It's not displaying the Social_Media_App Name.

Example: If user mouse-hover over Instagram, it should display Instagram.

I want to add title property in anchor tag to fix this.
For example:
<a href="https://www.instagram.com/harshvardhansb/" target="_blank" title="Instagram"> <i class="social-icon fa-brands fa-instagram"></i></a>
Hi @harshvardhansb I want to work on this issue. Can you assign it to me?

Image Slider

Replace the current image slider with something better and it should be responsive too.
Don't change the text and image*.

  • You can change images iff you get a better one in place of them

Contact US Form

Contact Us form is already present but not working ......
use mail to : [email protected]

You can also change the UI but it should function properly ....

Add some cards

If u can add some Places to Visit cards plz do
I won't assign this...
to do that just read README file ...all the details are there

Email Icon link is broken at Footer

image

When I clicked on Email icon link, It is redirected to a broken link:
image

Ideally, It should Open the Email App if users click on it.
I want to fix this issue.
Hi @harshvardhansb I want to work on this. Can you assign it to me.

Add an Image slider

An image slider is already present on the webpage u can modify that or could create a new from scratch ......
Plz try to create a minimal and elegant looking slider with smooth effects....

Add tourism in Maharashtra

Maharashtra comes with great history and tourist places visited by lacks of tourists across the globe. I'd like to add them to TouristGuide.
Please let me know your opinions on this issue :)

Modify the social icons in the footer

The social icons in the footer do show scaling effect on hovering, but I wanted to add some color changes on them too. Like the Facebook icon can take up the blue color on hovering, and Gmail icon red, it will look attractive, and make it easier to catch up the attention of the viewers.

footer

Header

Without header website is incomplete. i can add a beautiful header to your website which will match the website design.
please @harshvardhansb assign this task to me

Add custom Scrollbar

Hey, please assign it to me, i want to work upon this.
I will upload proper screenshots or GIFs during PR, so that you can judge easily.
Thank you!

BUG : Contact form section is not visible in Dark Mode

You Can spot this issue in dark mode on website
Steps to See :

  1. Go to Website
  2. Click on the Dark mode button
  3. Now click on the "Contact us form"
  4. then You Can see Contact us Section text Disappeared in Dark mode

I solved this issue please assign it to me.

Image cards row-div

Since a row div can contain only 3 image-card div .....and it was also clearly mentioned in readme file still many student add them in incorrect format .....
if you can find any row with not equal to 3-image card (except the last row) in desktop mode of web page .....
try to correct it........

Note ->> every 3 image div are packed inside a div with class row

bug in the page-number buttons

Sir @harshvardhansb ,
I noticed that on resizing the page for different devices the page-number buttons seem to overflow
and create an unnecessary scrolling.
image

May I be assigned this issue. Thank you.

Hacksquad.dev team invite

Hey, can you invite me to your hack squad as I have been planning to contribute and this is my alternate id . I am planning in doing 10-12 contributions and if we can do it together we would be able to get into top 60 squad .

Real ID : horizenight

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.