Interactive design Project 2 / Website Redesign Prototype

24.04.2025 - .05.2025 (Week 06 – Week 08)

ZHOU YUTONG / 0378676

GCD61004 / Interactive design / Bachelor of Design (Honours) in Creative Media 

Project 2 / Website Redesign Prototype


TABLE OF CONTENT

REFLECTION


LECTURES

Week 7 | Box Model


1. Display Property

Controls how elements are laid out on the page.

Common types:

block: e.g., <div>, starts on a new line and takes up the full width.

inline: e.g., <span>, stays within a line and does not break text flow.

Others: inline-block, flex, grid.


2. Box Model

HTML elements are boxes, composed of:

Content

Padding

Border

Margin

Each part’s size can be set using CSS units (e.g., px, em, %).


3.Flexbox Layout

An advanced layout system based on the box model.

Flex Container: use display: flex to define it.

Flex Items: the child elements inside the flex container.

Common properties:

flex-direction

justify-content

align-items


INSTRUCTIONS



TASK 
Project 2 / Website Redesign Prototype

REQUIREMENTS: The objective of this assignment is to translate your website redesign proposal into a functional prototype. This prototype should visually and interactively represent the proposed changes, demonstrating your ability to apply design principles and UX strategies effectively.

Building upon your previous assignment (Website Redesign Proposal), you are now required to develop a prototype of the redesigned website. This prototype should reflect the proposed visual design and user experience improvements, providing a tangible representation of the final product.

On the basis of the draft of task 1, I used the software to make a viewable image, and asked the teacher about the feasibility of the website, and got the consent to start preparing for the production of project 2.My professor suggested that I shrink the font and change it back to the default font, which I'll do in the next figma design!



Overview of Penny Juice:

This prototype is the result of a redesign of the Penny Juice website, built in Figma based on a pre-proposed redesign proposal to present a more modern, clean and user-friendly interface. The goal of the design was to improve usability, aesthetics, and better communicate the brand's identity to a primary audience of childcare providers and parents.

The goals of the redesign included reducing visual clutter, optimizing the content structure, improving the user navigation experience, and creating a unified brand identity.

Key features of the prototype:

1. Simplified visual feel

The new prototype adopts a cleaner color scheme, reducing the highly saturated rainbow background of the original website, and using white space and soft colors as visual guides, while avoiding distraction to the user's attention.

2. Improved Navigation Structure

The top navigation bar has been redesigned into four clearer columns: Home, About, Products, and Contact Us. Each column points to an independent content block, avoiding the confusion of the original website, which is “one page full of all information”.

3. Modular layout

The home page uses a modular grid system, which divides the content into a number of card-type blocks (such as product categories, customer feedback, brand advantages, etc.) to improve navigability and facilitate responsive display on different devices.

4. Product display optimization

The “Select Product” section adopts a card-type layout with a combination of pictures and text, clearly presenting product images, names and brief descriptions, and is equipped with an obvious “Order Now” button. Compared with the original website where the product display was cluttered and unclear, the current design is more conducive to users' quick identification and selection.

5. Readable typography

The overall font size is in line with accessibility and mobile reading requirements.

6. Interactive Form

A simple order/inquiry form is embedded at the bottom of the page, which allows users to quickly fill in information such as: cell phone number, email, address, product selection, quantity, etc. The form is designed with rounded input boxes.

7. Consistent brand style

Through the use of the new logo and clear image selection, the overall brand image is more professional and friendly. The color tone and typography are also consistent with the style of a children's juice brand, reflecting the brand tone of trustworthiness and liveliness.

Design decisions during development:

Simplification of the rainbow background: Early on, we decided to abandon the original full-page rainbow background, which was childish but seriously affected readability. Instead, the new version uses local color accents to retain the sense of liveliness while improving visual comfort.

Grid Layout System: In order to ensure clean content and facilitate responsive design, it was decided early on to adopt a flexible grid layout, which is suitable for displaying on multiple terminals.

Component consistency: Unified buttons, cards, forms and other components were built in Figma to maintain interface consistency and improve development efficiency.

Image selection strategy: The images used in the new design focus on the freshness of juice and children's life scenes, avoiding the use of low-quality clipart images in the original version.

Objectives / and how the prototype achieves them:

Reduce clutter and optimize visual experience: use clear blocks, reduce color distractions, and enhance the hierarchy of headlines and body text.

Improve the clarity of product display: clearly display products through card categories with obvious buttons to guide the operation.

Optimize user navigation: streamline the menu structure, block page layout, and unify the flow of content.

Support responsive adaptation: grid layout, modular structure, good scalability of fonts and images.

Process

figma button interaction:


Page design

Change of design

Jump Interactive


Classroom exercise

week 4

The professor taught us to use Notepad to write code to make a simple web page to introduce ourselves

week 5

Change font, change background color, add submit button

week 6

Change the form of fonts and learn how to use css!

Homework

week 7

Insert images, do submission forms and overall layout.

week 8

Modify the code with last week's knowledge 

week 9

navigation bar


Finalienable outcome


FEEDBACK

week 9:

Compared to the initial page, my design has definitely improved, but that doesn't mean that my design is a good one.

The professor suggested that I change the size of the font and the width of the page, which he thought looked a bit small now, and create relevant information in the footer


REFLECTION

Through the development of Project 2, I gained a deeper understanding of web layout principles, especially the use of display properties, box models and Flexbox. Transitioning from the proposal stage to interactive prototyping helped me to apply my theoretical knowledge to practical design.

During this project, I received valuable feedback from my professor, who suggested adjusting the font size and suggested reverting to the default font to improve readability. I adopted these changes in the next version of Figma's design. In addition, I learned to pay closer attention to spacing and content structure by adjusting page widths and adding footer sections for additional information.

Over the course of several weeks, I improved my technical skills through classroom exercises-from writing basic HTML using Notepad, to styling with CSS, to finally implementing interactive elements such as buttons and navigation bars. These experiences have gradually increased my confidence in front-end development.

While the current prototype is a vast improvement over my initial work, I recognize that there is still room for improvement. Moving forward, my goal is to enhance the visual consistency of the design and ensure better responsiveness across devices.

Comments

Popular Posts