darrylmendonez / travel-site

Create a Travel Site Create a one page app that allows users to search for hotels. The search options should be: City Check In Date Check Out Date Star Rating (optional) Amenities (optional) Price (optional) Force the user to enter information for the required fields. Once the user hits “Search,” show the results (like Kayak.com, Expedia.com, Hotels.com, etc). When the user clicks “more information” on a particular listing, open a Modal with the listing’s details. In the modal, give them the ability to “hide the listing” from the search results. Use a Carousel on the initial Search Page with different cities that our wary travelers can visit. Use a mask or datepicker plugin to select dates. This is a PAIRED PROGRAMMING project so you must work with your partner. Both of you are expected to create issues, review each other’s pull requests, and contribute equally.
0 stars 0 forks source link

added more info buttons to the rest of search results data #48

Closed rmensah closed 8 years ago

rmensah commented 8 years ago

@MrMendonez please review. The rest of the buttons got rearranged. It appears it's due to the image sizes....we may have to modify the div class attribute in the html or keep it as is and change the other two. You will understand when you see it. Please let me know what you think after you get the chance to review it.

darrylmendonez commented 8 years ago

I was able to fix it. You had a typo. You had typed class="inliine"

I removed the extra i.

rmensah commented 8 years ago

Oops good catch. Sorry about that. Thanks for fixing it. On Nov 26, 2015 7:13 PM, "Mr. Mendonez" notifications@github.com wrote:

I was able to fix it. You had a typo. You had typed class="inliine"

I removed the extra i.

— Reply to this email directly or view it on GitHub https://github.com/MrMendonez/travel-site/pull/48#issuecomment-160008572 .