Posts

Showing posts from June, 2025

Advanced Typography: Task 3

 21.04.2025 - 12.05.2025 / Week 1- Week 4 Angelique Svetlana Pekasa / 0377365 Advanced Typography / Bachelors Of Creative Media / Taylor's University Task 1: Exercise 1  Table of contents Lectures Instructions Task 1 Feedback Reflections Further Reading Lectures  Instructions Task 1: Exercise 1  Feedback Week 9: General feedback: When designing a font make sure that the artboard is 1000pt in height, ideally the x-height is 500pt, assign the descender and ascender, also use grids.  Specific feedback: When using the first idea(expansion of task 2), there is a problem when creating an angle, as there will be awkward spacing between the letters. The idea could still be used however there need to be further exploration, maybe the angle don't need to be used in all letters. Idea 2 (expansion of task 1) could also be used. Reflections

Interactive Design: Project 2

Image
27.05.2025 - 16.06.2025 / Week 6- Week 9 Angelique Svetlana Pekasa / 0377365 Interactive Design / Bachelors Of Creative Media / Taylor's University Project 2: Table of contents Lectures Instructions Exercises Reflections Lectures Week 6 Notes Universal selector: selec all elements on the page, represented by * Element selector: targets HTML elements by their tag name.  ID selector: Targets an element with specific id attribute, represented by # followed by ID name. Class selector: Targets elements with a specific class attribute, represented by . followed by class name. Descendant selector: selects an element that is a descendant of another element,  Child selector: selects elements that are direct children of another element, use ul > li Pseudo-class selector: Selects elements based on their state or position in relation to other elements.   Placeholder: suggest wat to input in the text fill Week 7 Notes Pseudo-Class selector  Link have 4 states (need to be ...