i am ready to give partnership or any fee
- SPACING AND ALIGNMENT: There are spacing and alignment issues in this item. Please make sure that all elements are aligned properly and spacing is consistent from section to section. Here are some articles with more information regarding negative space and proper spacing: http://webdesign.tutsplus.com/articles/using-white-space-or-negative-space-in-your-designs--webdesign-3401, http://webdesign.tutsplus.com/articles/adding-space-to-your-designs--webdesign-14836 2. TRADEMARK: Your item appears to contain trademarked names or assets (logos, etc.) not adhering to our content policy. Please see this article for more info: https://help.market.envato.com/hc/en-us/articles/202501474-Trademark-Use-and-Real-World-Products 3. RESPONSIVE ISSUES: Your files are either inaccurately represented as responsive or have responsive layout issues. Please take a moment to make sure that your design layout looks correct at different breakpoints and that all text is scaled appropriately for smaller devices. 4. LATEST JQUERY: Make sure you are using the latest version of jQuery, i.e. if you are using jQuery 1.x make sure is the latest version. See more: https://code.jquery.com/jquery/ Include jQuery locally CDN links are not allowed. 5. - http://envato.d.pr/yfHAdZ 6. PLACEHOLDER IMAGES: Please delete the images from the main file and replace them with placeholders. http://placehold.it - Please mention this in the item description so that buyers understand photos are not included in the download. 7. Please don’t justify text in web it’s a bad practice because decrease readability 8. JAVASCRIPT LOAD LOCATION: All JavaScript files (besides critical exceptions such as Modernizr) should be placed at the bottom of your HTML pages. 9. CSS TABLE OF CONTENTS: Make sure the CSS file is well documented with proper table of contents. For more information, see: http://www.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/ 10. Inline CSS is only allowed for specific reasons, like a slider plugin that required them, please move the inline CSS code into files. 11. Please make sure that your code is correctly indented and consistent with the use of spaces or tabs for indentation of the code, we don’t have preferences for any but, we need the author to pick one and use it for all the code. 12. PROPER EVENT BINDING: Consider using the preferred .on() method rather than .click(), .bind(), .hover(), .load(), .resize(), etc. For best performance and concise code use event delegation whenever possible: https://codepen.io/32bitkid/post/understanding-delegated-javascript-events 13. STRICT EQUALITY COMPARISON: For better performance please use Strict Equality Comparison.