assignment information 3 23 24 8 54 am gra 310 module four activity we
Question
Assignment Information
3/23/24, 8:54 AM
GRA 310 Module Four Activity Website Content Guidelines and Rubric
Overview
The header, footer, and navigation structure of a website are known as universal components. These components are standard for all webpages, irrespective of their location on a website.
After these universal components are designed, custom content is added to each page according to the purpose of that page. Examples of custom content include images, written content, call
to action, etc. Additionally, designers apply web design and UX principles to the page design to optimize the files for web performance and usability.
Scenario
You are a web designer who works at a small design firm. Your firm has been hired by a coffeehouse-Nebula Coffee-to design and build a functioning and compliant, service-based, responsive
website. One of your teammates has already added the boilerplate, header, and footer to some of the HTML pages. Now, your manager has asked you to add content to the About page of your
client's website to showcase as an example to the client.
Directions
Add content to the About page (about.html) of your client's website. The content has been provided in the Supporting Materials section. Also, apply web design and UX principles to inform the
webpage's design. Use code from the Bootstrap 5.3 framework to complete your work. Other versions may have steps and details that differ from the specific
requirements of this milestone.
Step-by-step instructions and a video (in the Required Resources section of this module and the Supporting Materials section of this activity) have been provided to guide you through this
assignment.
Note: You will use Visual Studio Code to complete this assignment. If you haven't done so already, refer to the Start Here area of the course for download instructions and guidance on
compressing (zipping) files.
Specifically, you must address the following rubric criteria:
Part 1: Design
Design your client's About page by adding content in the about.html file. Also, apply web design and UX principles to enhance the design. The website About page (about.html) and the source
content document have been provided in the client files linked in the Supporting Materials section. Please note that the root folder contains some additional HTML files that are blank. These
pages are meant to be placeholders only. You do not need to add any content or edit anything within these blank HTML files.
1. Include code for a responsive grid layout in the about.html file. Include the following details in your work:
A. Navigate to the Bootstrap (v5.3) website. In the main menu at the top, click on Docs and then find the Grid section in the left-side menu.
• Note: Bootstrap's grid system uses a series of pre-built responsive classes (containers, rows, and columns) to help you lay out content more easily and automatically
reorganize content based on screen size.
B. Create a responsive grid made of 12 columns. Complete the following steps:
i. Revisit the Grid section of the Bootstrap website.
ii. Copy the Mix and Match section of the Docs menu.
iii. Using your computer's paste function, paste the code snippet below the closing nav tag and above the