1. Implementation URL:
www.cpdarobotics.com/Aquarium/
2. Browser:
Implementation tested in Firefox and Chrome.
3. Contributions:
3.1 - Alejandro:
3.2 - Claudia:
Graphic design and layout for the site (html and css), menu fixed in the top, navigation.
Search page, autocomplete. Search within the list of animals in the aquarium.
Search result page, showing animal information, linking to map in the right floor. Detects search not found.
Team coordination.
I used html5, javascript, jquery, css, bootstrap.
3.3 - Yihua:
For GR5, I implement the map part of the aquarium site. The map consists of three floors and allows the users to click on a tank to see the list of animals inside.
3.4 - Yixin:
I did the "Tickets" section. So basically I created a form that has two parts: ticket information and billing information. To check for the inputs in the form, I used the jQuery library so that only after you have filled in all the information correctly will the “purchase” button lead you to the confirmation page. And I also implement this confirmation page.