23/Apr/2024
ZHANG HANYUAN/0363727/Bachelor of Design (Honors) in Creative Media
Interactive Design /Taylors University
Task Exercise 1-4
INSTRUCTIONS
LECTURES
WEEK 1
During the first week we were given a brief overview of the module and the assignments we would be given throughout the semester. Our first assignment was to carry out a web analysis of two websites based on different asp's.Mr Shamsul gave us a brief introduction to usability in design, highlighting that a core aspect of design lies in its discoverability and how well they adapt to the needs of the user and the environment.
EXERCISES
Exercise 1 - Web Analysis
Requirements:
1. A brief report in Google Slides
2. Not more than 500 words for 2 analysis
3. Include a screen capture of each section or page of the website
4. Format should be clear (heading/subheadings)
What To Have in The Analysis:
1. Purpose and goals of the website - communication with the user
2. Visual design and layout of the website, including its use of color, typography, and imagery.
3. Functionality and usability of the website, including its navigation, forms, and interactive elements.
4. Quality and relevance of the website's content, including its accuracy, clarity, and organization.
5. Website's performance, including its load times, responsiveness, and compatibility with different devices and browsers.
Exercise 2
HTML and CSS Class Exercise
Exercise 3 - Creating a Recipe Card
In this exercise, you will create a recipe card using HTML and CSS. The goal is to design a basic webpage that displays a recipe's ingredients and instructions in a visually appealing format. Choose ONE Recipe from the link below
Create an HTML file named "index.html."
Create a section that displays the following information:
Recipe title
Include necessary images for the page
List of ingredients
Step-by-step cooking instructions
Create an external CSS file named "style.css."
Apply CSS rules to style your recipe card.
Use CSS selectors such as element selectors (e.g., body, h1, ul), class selectors (e.g., .recipe-title, .ingredient-list), and ID selectors (e.g., #instructions) to style different parts of the card.
Use your creativity to make the page look appealing and interesting
Comments
Post a Comment