INTERACTIVE DESIGN - PROJECT 01
20/5/2023-3/6/2023 (Week 04-06)
Chan Suet Yee 0358427
Bachelor of Design (Honours) in Creative Media
Interactive Design | GCD60904 | Sec 04
Project 01
LIST
TABLE OF CONTENTS:
- ID Attribute
- Every HTML element can have an ID attribute
- Used to uniquely identify elements on the page
- IDs must be unique within the page
- Allows unique styling via CSS
- Example use : assign a unique style to a specific paragraph
- Class Attribute
- Every HTML element can have a class attribute
- Identifies multiple element as distinct from others
- Example use : Style certain paragraphs differently due to their importance
- Multiple elements can share the same class name
- Block Elements
- Always start on a new line
- Examples : '<h1>', '<p>', '<u1>', '<li>'
- Inline Elements
- Continue on the same line as neighbouring elements.
- Cascading Style Sheet (CSS)
- Allows creation of rules to style HTML content
- CSS Rule Structure
- Selector
- Targets the HTML elements
- Declaration
- Specific styling, consists of :
- Property : Aspect to change ( e.g : colour, fonts)
- Value : Desired setting for the property
- Selectors
- Indicate which elements the rules apply to
- Declarations
- Specify the style properties and values
- External CSS
- Use '<link>' element inside the '<head>' element
- Attributes : 'href' ( path to CSS file ), 'type' ( 'text'/'css' ), 'red' ('stylesheet')
- Multiples CSS file can be linked
- Internal CSS
- Use '<style>' element inside of the '<head>' element
- Attribute : 'type' ( 'text'/'css' )
- Best Practices
- Use external CSS for multiple pages for consistencies and easier maintenance
- Colour
- Set background and text colours, border colours
- Background
- Set background colour, image, repeat, attachment, shorthand
- Text Formatting
- Text colour, alignment, decoration, transformation, spacing
- Specific properties : 'text-indent', 'letter-spacing', 'word-spacing', 'text-shadow'
- Fonts
- Web safe fonts : Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT
- Add customs font using Google Fonts
To add a personal touch and make the page visually appealing, I have included a photo of myself at the bottom right corner of the hero section. This not only humanizes the introduction but also helps to create a connection with the viewers. Through this design, I aim to provide a clear, concise, and visually appealing snapshot of who I am and what I do.
For the main part of the resume page, I carefully selected the content to include in my resume to create a comprehensive and visually appealing layout. The sections I chose are contacts, social media links, skills, experience, education, and awards.
Understanding that experience is often the most critical part of a resume, I placed this section prominently in the middle row. This strategic placement ensures that it stands out and immediately catches the viewer's eye.
On the left side of the page, I included essential information, starting with my contact details at the top, followed by my social media links, and then my skills. This arrangement ensures that vital information is readily accessible.
On the right side, I placed my education details at the top and followed them with my awards at the bottom. While both education and awards are significant, they serve as complementary information rather than the primary focus. This thoughtful layout prioritizes key sections while presenting a balanced and organized overview of my qualifications.
To enhance the overall design of my resume and address the issue of it looking a bit boring and empty, I decided to add another section at the bottom of the main part of the resume. In this section, I placed another image of myself to add a personal touch and create visual continuity.
To ensure cohesion, I added a rectangle filled with the same background color as the hero section, creating a seamless connection between the sections. Inside this rectangle, I included my date of birth, providing additional personal information in a visually appealing manner. This thoughtful addition not only fills the empty space but also enhances the overall aesthetic and cohesiveness of the resume design.
Comments
Post a Comment