Challenge Overview
Project Overview
The Gmail API Search and Delete Tool is an administrative tool that can search for and delete messages in a Google Apps user’s Gmail account. This application will also be responsible for OU based authorization and logging of applications actions.
Competition Task Overview
This challenge should convert the wireframe design to HTML prototype.
We don't have the storyboard design, please use some simple and clean look and feel.
Key Requirements
- Test in all the required browsers.
- Ensure your pages display correctly in all browsers. It is your responsibility to make sure the pages display correctly.
- Ensure you submission clear of HTML and CSS Validation error and warning.
Detailed Requirements
See the GUI part of https://docs.google.com/document/d/13ku81qH4JbFwoFh70AKqrjwFlsVdLmUcOHtxUn1Qx5E and follow the wireframes.
Specific HTML/CSS/JavaScript Requirements
- Validate your code - reviewers may accept minor validation errors, but please comment your reason for any validation errors. Use the validators listed in the scorecard.
- Use CSS to space out objects, not clear/transparent images (GIFs or PNGs) and use proper structural CSS to lay out your page. Only use table tags for tables of data/information and not for page layout.
- No inline CSS styles - all styles must be placed in an external stylesheet.
- Use semantically correct tags - use H tags for headers, etc. Use strong and em tags instead of bold and italic tags.
- Element and Attribute names should be in lowercase and use a "-" or camel naming to separate multiple-word classes (i.e.. "main-content", or "mainContent).
- Label all CSS, JavaScript, or HTML hacks with explanations so others will understand.
- Your code must render properly in all browsers listed in the scorecard in both Mac and PC environments.
Browser Requirements
- IE9, 10, 11
- Latest Firefox
- Latest Chrome
- Latest Safari
Final Submission Guidelines
- HTML Prototype