Question: There will be two parts to this assignment: Your coded site, to include semantic HTML , appropriate CSS ( your site is not required to
There will be two parts to this assignment:
Your coded site, to include semantic HTML appropriate CSS your site is not required to be responsive and JS First, you'll have some required elements:
The site will be a single page, and should display properly at px wide
The page should look like a real, standalone website. Users should see all of the kind of content that they would expect from any professional website. No placeholder text is allowed, text and photos should be realistic and highquality, and everything you'd expect to see should be present header navigation even within the page footer, etc.
ALL of your files, including any JS HTML or CSS should be well organized, properly indented, wellcommented, and appropriate in terms of content and layout
Your HTML and CSS should validate without errors or warnings.
There should not be ANY JavaScript or CSS in your HTML no inline event handlers, no inline CSS only HTML goes in your HTML file
When viewing your site in the browser, no errors should be visible in the console.
Add the async or defer attribute to your script tag in the header to prevent errors on page load with the JS
Your JS should "use strict"; globally
These elements are required for the projectcode include all four items on your site:
jQuery WidgetPlugin Use at least one on your site. We practiced with the tabs and accordion in class, but you aren't limited to only using one of those two. Module More jQuery, with AJAX and Plugins
Use AjaxAPI Include a sectionarea where you load some kind of content to the page, either from a thirdparty API or from a JSON file that you create. The movie database activity shows loading content from an API and the cupcake page activity shows loading content from a JSON file using Postman You could allow the users to "page" through results in this section by only loading a few productsitems at a time, or you can display them all at once. It's up to you! This should include at least three pieces of content three movies, three portfolio projects, etc. Whatever your site topic is choose content to support thatModule JSON, AJAX, ThirdParty APIS andor Module More jQuery with AJAX and Plugins
Web Storage Use web storage on your site to storedisplay some info for the user. This could be content you write to their web storage and then retrievedisplay on page load or it could be content that you allow the user to enter into a form, then store in web storage and display to them. The web storage activity we downloaded starter files for that, you should have them on your computer shows how to write and retrievedisplay content in web storage. Module Web Storage, Canvas Drawing, Transformations, and Animation
SlideshowCarousel Include a slideshowcarousel of images that can also include text if you'd like using jQuery pluginwidget or another JavaScript library research and find one you like This should have at least three images in itModule JS Libraries: jQuery Introduction and Module More jQuery, with AJAX and Plugins
A plannedprepared Behance project that explains your process. If you aren't sure what this should look like, check out the winners in the Digital Products category on the GIT Awards websiteLinks to an external site. choose a semester, then view that category This should include these details:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
