Guide to Kraków

This project was made to show what the city has to offer

Description

This is a website that I created as a project during my second year at RIT for a class called Web & Mobile II. For this website, I utilized HTML, CSS, JavaScript, and PHP. On the homepage, I implemented a JavaScript slideshow on the left side of the screen. The slideshow showcases images that I personally captured on my phone during my visit to Kraków. Every few seconds, the images transition to display another one. On the right side of the homepage, there is a map of Kraków. When you hover over it, another map of the city is shown, providing a top-down view of Kraków. In the header of the page, the symbol featured is the coat of arms of the city. 

 

 

 

 

 

The next couple of pages of the site, from Activities to Festivals follow the same structure as one another. On the left side of the pages you have three images with captions, and on the left side there is about a paragraph of information that is describing what's pictured to the left. There is also a hover effect on at least one of the images on each of these pages as well, where hovering over an image will make it change to a new image. 

 

 

 

 

 

 

 

 

The final page of the website is the Feedback page. This page is used to serve as a sort of review of the city given by tourists. The first question is asking how many people you went with, and if you try to submit the forum while leaving this blank, the box will appear red, indicating it needs to have some number in order to proceed with the submission. I used JavaScript here to ensure that someone cannot proceed with the submission unless they fill out this box. Next up, there is a calendar section where you select a day that you visited the city. Once again, if you leave this section blank, or enter an invalid date (i.e. the current date or any date in the future) a message will appear asking you to enter a valid date. A question asking what your favorite place to visit is followed after this, and after that an optional section is included that asks if you attended any of the two sporting events listed. The last section on the page is a slider asking you to rate your experience of the city out of 10. Upon clicking submit, you will be taken to a thank you page, and your answers will be recorded. The forum submission was handled using PHP, and the answers were placed in a database. 

Click here to view the site