Gam Jze Shin / 0353154
Interactive Design / Bachelor of Design in Creative Media
Exercises 1 & 2 & 3
1. Instructions
Instructions
Exercises 1
Exercise 1: Web Analysis
Choose TWO (2) websites from the link given. Review the website that we've selected
carefully. Write a brief report summarizing in not more
than 500 words. We can include a screen capture of each
section or page of the website to explain and make sure that
the formatting of the report is clear
(heading/subheadings).
What To Have in The Analysis:
- Purpose and goals - Are they effectively communicated to the user?
- Visual design and layout - What use of color, typography, and imagery?
- Functionality and usability - Navigation, forms, and interactive elements?
- Quality and relevance of content - Accuracy, clarity, and organization?
- Website's performance - Load times, responsiveness, and compatibility with different devices and browsers?
Exercise 2
- Using software such as Photoshop or Adobe Illustrator.
- Use any image from stock image or free stock icon. Free image: https://www.pexels.com/
- Use similar typefaces/fonts from Google Fonts. Google Fonts Link: https://fonts.google.com/
1. Ocean Health Index https://www.oceanhealthindex.org/?authuser=0
Exercise 3
- 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.
At first, I choose the recipe from the above link given. The recipe that I choose is BuburChacha. Then, I create a folder that named 'Recipe' in my desktop. I found a related image via online and saved in the folder.
Then, I started my html progress in Adobe Dreamweaver. Before I started doing it, I created css designer and link it to the html.
I include all of the content provided in the BuburChacha's website. For the listed ingredients, I used unordered list (ul) to arrange it.
Besides, I decided to use 'Lato' typeface for my recipe. I selected it in google fonts and copy the embedded link from google fonts to Adobe Dreamweaver.
Reflection
From exercise 1, I studied on how to analyze a website by understanding the organization and structure of web pages. There are a lot of details should be aware of. Besides, designers must consider the practicality of web pages from the user's perspective.
In exercise 2, the most challenging things for me is finding the suitable icons and images that can be used in the web page. In the other hands, the spacing and size of fonts also need to be noticed carefully.
When doing exercise 3, I need to step by step follow the instructions that taught by Mr. Shamsul in class. As this is my first time to complete a website by writing html and css myself, I noticed that I faced some problems such as unfunctional code. Luckily, after I checked it carefully, I had found the problem and I redo it and it works. The largest challenge for me in this exercise is to test our attentiveness.
Comments
Post a Comment