Search This Blog
Bachelor of Design (Hons) in Creative Media ┃Taylor's University
Featured
- Get link
- X
- Other Apps
Interactive Design: Project 2
JUMPLINKS
LECTURE NOTES
Lecture 7: Box Model-Layout in CSS
Display Property
The display property is
one of the most important CSS properties for controlling the layout
of a web page. It determines how an element is displayed on the
screen and how it interacts with other elements.
Every HTML element has a default
display value depending
on its type. In general, elements are either
block-level or
inline by default.
The display property is
one of the most important CSS properties for controlling the layout
of a web page. It determines how an element is displayed on the
screen and how it interacts with other elements.
Every HTML element has a default
display value depending
on its type. In general, elements are either
block-level or
inline by default.
Block-Level Elements
A
block-level element
always starts on a new line and stretches out as far as it can
horizontally (by default, it takes up the full width of its
container). Common examples of block-level elements include:
-
<div>
-
<p>
-
<h1> to
<h6>
-
<section>
For example, a
<div> is a
standard block-level element often used as a container to group
other elements together.
A block-level element always starts on a new line and stretches out as far as it can horizontally (by default, it takes up the full width of its container). Common examples of block-level elements include:
-
<div> -
<p> -
<h1>to<h6> -
<section>
For example, a
<div> is a
standard block-level element often used as a container to group
other elements together.
Inline Elements
An
inline element
does not start on a new line. Instead, it only takes up as much
width as necessary and flows alongside other inline elements.
Examples include:
-
<span>
-
<a>
-
<strong>
-
<em>
For example, a
<span> is
commonly used to style a part of text inside a paragraph without
breaking the flow of the surrounding text.
An inline element does not start on a new line. Instead, it only takes up as much width as necessary and flows alongside other inline elements. Examples include:
-
<span> -
<a> -
<strong> -
<em>
For example, a
<span> is
commonly used to style a part of text inside a paragraph without
breaking the flow of the surrounding text.
Lecture 8: In-Class Exercise (Card Components)
<div>, and then style
them with CSS to display content such as images, titles, and descriptions in
a neat, visually appealing layout. These cards are essential in modern web
design, especially for showcasing services, products, or team members! We
also learned further about margin and padding to neaten up the
layout.
Lecture 8: In-Class Exercise (Dropdown Menu)
positioning,
display, and
hover
interactions work together to create a smooth, functional dropdown
effect.
:hover pseudo-class and is a
positive UX (user experience) feature. It gives clear
visual feedback to the
user, letting them know which item they're currently pointing to or about to
click.
INSTRUCTIONS
Project 2 | Website Re-design Prototype
Key Pages to Include:
User Experience (UX)
Considerations:
My main focus was to keep the layout simple and intuitive so visitors can easily understand the brand story and find what they need without distractions. You can see clear sections for the hero banner, company overview, team introduction, and a dedicated contact form — all designed to build trust and encourage direct communication.
Final Prototype
For this project, I focused on redesigning the website interface for PT Lumipack, a B2B packaging company specializing in customizable flexible packaging solutions. The goal of the prototype was to improve user navigation, highlight product categories more clearly, and present a more modern, responsive, and engaging user experience for prospective business clients. This writeup outlines the key features of the prototype, the design decisions made throughout development, and how the final prototype addresses the original objectives set in the redesign proposal.
Key Features of the Prototype
The redesigned prototype of PT Lumipack’s website includes several significant improvements, both in structure and visual presentation:
-
Clear Product Categorization: Each packaging type—Three Side Seal, Stand Pouch, Center Seal, and Spout Pouch—is clearly categorized and listed with variants such as "Three Side Seal with Zipper" or "Center Seal with Valve." This resolves the original issue of users not understanding the different formats offered by PT Lumipack.
-
Interactive Product Cards: Users can now browse packaging options with visually consistent product cards featuring product images, short titles in 24px bold Inter font, and a heart button that users can click to "favourite" a product. This feature mimics an e-commerce interface but stays within B2B expectations.
-
Responsive Layout: The prototype is fully responsive and works seamlessly across different devices—an essential feature for B2B clients who might be accessing the site from desktops or mobile phones.
-
Live Chat AI Integration Placeholder: A Live AI Chat icon is placed on the bottom-right corner of the screen, ready for integration with a chatbot like Noupe AI. This feature prepares the site for future automation of customer support and FAQ handling.
-
Consistent UI Elements: All text follows a consistent font family and sizing (Inter), spacing is optimized for readability, and color choices are clean and professional—primarily black (#000000) and grey (#676767), with red (#d93025) as an accent for interactive elements.
-
User Interaction Feedback: Hover effects, button animations (like the heart icon "popping" when clicked), and subtle transitions provide micro-interactions that enhance the user experience and make the interface feel responsive and lively.
Design Decisions Made
Throughout the development process, several key design decisions were made based on usability research and the goals defined in the proposal:
-
Visual Hierarchy: I established a consistent layout with bold headlines, clear product names, and enough white space to avoid clutter. I made sure important call-to-actions like “View Details” or heart buttons stood out visually.
-
Navigation Simplicity: Rather than overloading the header with dropdowns, I streamlined the main menu into four categories and allowed subcategories to expand on click or hover. This makes the experience feel more intuitive and less overwhelming.
-
Figma Prototyping Tools: I used interactive components in Figma to simulate real interactions. For example, the heart button not only changes color but also triggers a pop animation to give the feeling of responsiveness.
-
System Colors and Accessibility: I selected high-contrast text colors and buttons that meet accessibility guidelines, ensuring that the redesign is inclusive and easy to read for all users.
-
B2B-Specific Considerations: I made sure not to make the website look too “e-commerce-like” or playful, instead maintaining a balance between friendly interaction and corporate professionalism.
How the Prototype Meets the Redesign Objectives
The original proposal outlined four key objectives: (1) improve clarity in product offerings, (2) modernize the UI/UX, (3) increase user engagement, and (4) lay the foundation for future scalability (e.g., chatbot, multilingual support).
- Clarity in Product Offerings: The new card system and categorized layout now allow users to visually distinguish between product types and their variants. This aligns with the company’s need to showcase flexibility and customization.
-
Modern UI/UX: Through the use of a minimalist yet dynamic layout, consistent typography, and responsive design, the prototype offers a professional and modern interface that better reflects PT Lumipack’s global aspirations.
-
User Engagement: Interactive buttons, microanimations, and a placeholder for a live chatbot help keep users engaged while browsing, even in a business-centric environment.
-
Scalability: The modular design and clear navigation architecture make the site easily expandable. Future features like AI support, downloadable product spec sheets, or order tracking could be added with minimal structural changes.
Conclusion
This prototype is a significant step forward in transforming PT Lumipack’s digital presence. It bridges the gap between industrial packaging and contemporary user expectations while providing a solid, flexible design system that can adapt to future needs. Through careful design thinking and iterative development in Figma, I was able to create a prototype that not only looks polished but also serves as a meaningful interface for real users.


.png)
.png)

Comments
Post a Comment