Interactive Design - Exercises
Interactive Design
28.8.2023 - 1.12.2023
Johnny Lam Wee Zhe
(0363436)
Bachelor of Design in Creative Media
INSTRUCTION
EXERCISES
Week 1 - Web Analysis
From there, we will start exploring the website and review as a user and
determine what is good about the website and what can be improved on google
slides in not more that 500 words. For this exercise, I pick Makhno store
website and Ekos Genesis for my review.
Week 2 - Web Replication
For our second semester, we are tasked with replicating two websites from a selection of three websites in Adobe Illustrator; Morgan Stanley, Bandit Running and Ocean Health Index. I pick the first two for this week's assignment. Here are the finished exercise:
Week 6 - Creating a Recipe Card
For the third exercise of this semester in interactive design module. We are tasked with creating a food recipe card using HTML and CSS. Here are there instructions given for this exercise:
- Create an HTML file named
"recipe.html." "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.
Before I start coding recipe cards, I first look for recipes online and pick this bolognese spaghetti recipe found here. I copy the image and save them in an image file and copy the recipes and paste them onto a notepad.
Then using what I have learnt from previous class, I start to code in the content onto a notepad converted into a HTML file. Here is the result before applying CSS.
REFLECTION
When I first started interactive design module, I find it rather
intimidating at first especially knowing how complex the code looks from
previous experience or encounter with codes (or rather the lack thereof).
However, the way Mr. Shamsul explains how to do HTML and CSS makes it a
lot more digestible than I thought and I can understand how the tags work.
Of course, I would still need to refer back to the code and I have yet to
code thing from scratch without any references. However, the prospect of
knowing how code works and the potential website I can create after
understanding how basic coding works makes me look forward to what I can
do.









Comments
Post a Comment