Responsive Web Design (COIT 20268) Portfolio 1 Report - Term 1, 2019

Verified

Added on  2023/01/23

|17
|1858
|89
Report
AI Summary
This report presents a student's portfolio for the COIT20268 Responsive Web Design course, focusing on the development of a website for Robot Expo. The portfolio includes a project proposal outlining the website's rationale, main elements, target audience, and design considerations. It details the site's specification, mission, and success measurement, addressing technical issues and the chosen website structure. The report also covers the implementation of CSS3, including body and header classes, type hierarchy styles, and hypertext links, and demonstrates the box model convention. References to design principles and user interface aspects further support the portfolio's analysis of responsive web design techniques.
Document Page
COIT 20268 - Responsive
Web Design (RWD) Term 1
2019
April 25
2019
Student ID:
Student Name: Portfolio 1
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Contents
Portfolio 1.1....................................................................................................................3
Portfolio 1.2....................................................................................................................5
Portfolio 1.3....................................................................................................................8
Portfolio 1.4..................................................................................................................10
Portfolio 1.5..................................................................................................................12
Portfolio 1.6..................................................................................................................15
References....................................................................................................................17
2 | P a g e
Document Page
Report
Portfolio 1.1
Project Proposal
Site title – Robot Expo
Developer – WIMP Engineering R&D Consultants
Rationale or focus – the main objective of the website is to demonstrate
different types of robots e.g. domestic robots, industrial robots, military
robots, educational robots etc. The website is giving complete information
about Robot Expo. The floor plan of the exhibition, the business hours etc. all
are being displayed on the website.
Planning the Site
Main elements–
Following pages are having main elements of the Robot Expo-
Home Page: the home page of the website is the main page that is representing all the
important stuff which is available on the Robot Expo. All types of robots are being
shown on the home page. The business hours and Robot Expo floor plan both are
being displayed at the home page.
Navigation Bar: the navigation bar is containing the links of all pages which are
available on the Robot Expo website to demonstrate the robots and all other things
available at Robot Expo. Domestic robots, industrial robots, military robots,
educational robots, About and Contact Us pages are linked in the navigation bar.
The domestic robots page is showing all the domestic robots, their name, image etc.
The military robots page is showing all the military robots, their name, image etc.
The educational robots page is showing all the educational robots, their name, image
etc.
The industrial robots page is showing all the industrial robots, their name, image etc.
The About page is showing information regarding Robot Expo.
The Contact Us page is showing the contact detail of Robot Expo and showing the
location of Robot Expo on Google Map also.
3 | P a g e
Document Page
Content– the website is containing 8 pages that are showing complete information
regarding Robot Expo. All types of robots, business hours, about Robot Expo, Contact
detail etc. are being displayed on the website.
Target Audience– Robot Expo is very interesting for all age group members. The
website is showing different types of robots which are very interesting for all age
group persons.
Design Considerations– there are so many design standards which should be
followed while designing the website. In designing the Robot Expo website,
following design standards are considered-
- It should work well in all browsers like Google Chrome, Safari, and Internet
Explorer etc.
- It should be developed in HTML 5 and CSS 3.
- The website’s resolution should be 1024x768 to 1280x1024 pixels.
- There is static content being used only on the website. No dynamic content
from database will be used on the website.
- The layout should be very easy to understand, attractive and familiar.
- The navigation should be very clear and visible.
Limiting Factors– there are some limitations in the website like below-
- No other language can be used except HTML and CSS.
- No database can be used.
- No Visual design tools can be used.
4 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Portfolio 1.2
Main Page
The above image is the home page of the Robot Expo website. It is showing all the
available robots on Robot Expo, business hours and floor map. Each robot image will
redirect to the specific page.
In footer section, copy right information will be shown.
5 | P a g e
Document Page
Section Page
The above image is the section page of the Robot Expo website like Domestic Robots,
Industrial Robots etc.
6 | P a g e
Document Page
Content Page
The above image is the section page of the Robot Expo website like “About” page.
7 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Portfolio 1.3
Site Specification
Client- Robot Expo.
Client Specification- there are some specification which are given by client to implement in
the website. The website should follow these specifications mentioned below-
- The website should contain Robot Expo logo on every page.
- Business hours should be shown in new window and it should be on the
home page only.
- Use images which are given by the client only and do not edit or crop any
image.
- The web pages can use dummy content for clarity in spite of related content.
- The navigation should connect all pages except business hours and the home
page should connect all pages including business hours page.
Mission- the main objective of the website is to demonstrate different types of robots
e.g. domestic robots, industrial robots, military robots, educational robots etc. The
website is giving complete information about Robot Expo. The floor plan of the
exhibition, the business hours etc. all are being displayed on the website
Site’s Success Measurement- the measurement of website success is like below-
- The business growth is the direct measurement of the site’s success. If the
business growth is high as compared to previous years, the site is successful.
- If the website traffic is increasing every day, it is the best point for the
website and the website is successful.
- If users are giving good feedback about the website that means the website
is successful.
Intended Audience- the audience for the Robot Expo may be of any age group
because every age group person enjoys the robotics and takes interest in it.
User Satisfaction- user satisfaction is very important and useful and the users are
satisfied or not may be known by following ways-
- By taking user’s reviews.
- By taking feedbacks from users.
8 | P a g e
Document Page
Technical Issues in the Site’s Development- following technical issues may occur in
the website during development-
- The server may down.
- The website may not work on any browser properly.
- DNS error may occur.
Flowchart –
Flowchart Description-
- The Home page is the main page of Robot Expo website and is connecting
all the pages.
- It is showing the internal links of the website.
- The same navigation is on all the pages of the website.
Reason to Choose the Particular Structure- the reason behind the chosen website
structure is following-
- It is very attractive and familiar.
- It is easy to use.
- The content used on the website is very easy and readable.
- All pages are interlinked with each other.
- All pages are following same structure.
9 | P a g e
Domestic Industrial Military Educational About Contact
Robot Expo |
HOME
Document Page
Portfolio 1.4
Implementation of CSS3- CSS (Cascading Style Sheet) is used as external CSS in
the Robot Expo website. All the design is handled by the CSS only. It is very
beneficial to use same CSS on all pages because if there is some change in all pages,
only one change is required in CSS> there is no need to change all pages separately.
The CSS classes, divs, tags etc. are used as follows-
Body Class
body{
width:80%;
max-width:1280px;
min-width:700px;
font-family:Droid Serif;
margin:0 auto;
min-height:100%;
position:relative;
background:#CCCCCC;
}
Header Classes
header {
padding:0;
}
header h1 {
margin:0 30%;
width:20%;
text-align:center;
display:inline;
font-size:26px;
}
10 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Footer Class
footer {
background:#666666;
padding:1% 0;
position:absolute;
bottom:0;
font-size:13px;
width:100%;
}
footer ul {
list-style:none;
padding:0;
margin:0 auto;
width:25%;
text-align:center;
}
footer ul li {
display:inline;
margin:5%;
}
footer ul li a {
text-decoration:none;
color:#FFFFFF;
}
footer ul li a:hover {
border-bottom:solid 1px #000000 ;
}
11 | P a g e
Document Page
Portfolio 1.5
Type Hierarchy
Styles and Typefaces: all styles and typefaces which are implemented in the website
are made by the CSS only. Different styles are managed by CSS like below-
Body Style
body{
width:80%;
max-width:1280px;
min-width:700px;
font-family:Droid Serif;
margin:0 auto;
min-height:100%;
position:relative;
background:#CCCCCC;
}
Header Style
header {
padding:0;
}
header h1 {
margin:0 30%;
width:20%;
text-align:center;
display:inline;
font-size:26px;
}
12 | P a g e
chevron_up_icon
1 out of 17
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]