Design and develop a personal website about yourself

Assignment Help Web Project
Reference no: EM133155481

ITECH2003 Web Design

Assignment: Website Development

Overview
In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You should avoid the mistakes made by the competition from your competitive analysis.

Learning Outcomes

Knowledge:
• Recognise the importance of user analysis, content organisation, interface design, interface usability and the accessibility issues associated with multimedia and web design;
• Identify, explain and apply the design principles that underlie good multimedia and webpage design, from both a visual & content design perspective.

Skills:
• Demonstrate the appropriate use of visual and content design tools, and multimedia and web authoring software;
• Develop a sophisticated web site from scratch, using information gathering and design techniques.

Application:
• Select appropriate design principles to design multimedia products and web pages that are align with project expectations;
• Operate appropriate software packages to build multimedia products and web pages that are align with project expectations.

Values:
• Appreciate ethical behaviour in relation to multimedia and web page design, in particular issues related to copyright.

Assignment Details

This semester you are required to design and develop a Personal Website about yourself and your future career ambitions. It should be:
- Small, unique and professional in appearance;
- A portfolio of your achievements; and
- A showcase to future potential employers.

This task runs the entire semester and is broken down into two assignments.

Assignments Overview

Assignment 2 Details
In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You should avoid the mistakes made by the competition from your competitive analysis. The requirements for building the website are listed below.

Website Overall Requirements
This website has a number of requirements which are detailed in the table below; you should adhere to these requirements when working on your assignments.

General Requirements
• You must not use any existing complete templates, or frameworks that assist (eg: bootstrap, wordpress, etc.)
o You will receive a ZERO score for the layout, website design, HTML and CSS marking criteria if you do so, and may even be considered as plagiarism.
• You are expected to create your website by yourself hand-coding HTML, CSS and JavaScript.
o (Lab and lecture materials and resources can be used to help you with your website, BUT your design should be your own, not for example the design/layout of lab exercise.)
• You may not develop the website using server-side scripting languages, such as PHP, ASP, etc.
• Your design should focus on design rules learned during this course such as
o Rules of good content and visual design;
o Usability guidelines related to Colour, Typography, Placement of objects, Readability and Balance.
o A solid understanding of the use of other elements such as; contrast, white space, layout, focal point, alignment, proximity, etc.
• All text should follow the rules of writing for the web, including appropriately "chunked" content, use of Plain Language and the "Inverted Pyramid" style of writing.
• Images, sound, and other media file sizes optimised for download and display.
• Well-designed unique and creative websites will be awarded appropriately.

HTML

• All html files must begin with the <!DOCTYPE html> declaration, to indicate HTML5 adherence.
• The structure of your website should be built using HTML5 tags styled with CSS where applicable:
o <header>, <nav>, <main>, <section>, <article>, <aside>, <footer>, <figure>, <figcaption>
o HTML <div>'s can be used for other structural elements.
o Do not use a <div> where a standard semantic tag would be appropriate, such as for example the <h1> to <h6> tags for headings, <nav> for primary navigation, etc.
o HTML <table>s should only be used to display tabular data, never to structure a site.
o Use id and class where necessary.
• Any HTML <form> used on the site should:
o Be well-designed and styled with CSS, and their intent must be clear;
o NOT use PHP or other server side technologies. Functionality of such forms may therefore be limited, and only have partial functionality (prototype stage), but should be fully designed, and;
o Contain data validation, error messages, user feedback etc. (using HTML5/JavaScript)
CSS • All content should be formatted and styled using an external cascading stylesheet (CSS).
o This is to keep content and style strictly separated.
o A max of 2 external stylesheets are allowed. Lower scores awarded if you exceed this.
o One to control styles for all 8 pages. One additional if required (eg: external gallery tutorial)
• Must incorporate at least THREE of the CSS3 styles below in a way that improves your web design:
o Flexbox, Gradients, Grid, Multi-Column, Opacity, Outline, Rounded Corners, Shadows, Transitions, or Transforms (scale, skew, and/or rotate),
o Embedded CSS3 @font-face Fonts (or using Google / Adobe Fonts API is also acceptable)
JavaScript / jQuery • JavaScript, jQuery and their libraries are allowed to be used (and some image galleries may require these languages) as long as it is all functional on the client side. No server-side scripting languages.
• You can use external sources of code/tutorials to help you with this, but you must reference the use of this code. To reference any code, use comments within the code.

Responsive Design

(Advanced Challenge) • This is an advanced challenge for capable students seeking higher marks in this assignments.
• WARNING: It is highly recommended that beginners and those not confident in their abilities do not take on this advanced challenge and instead focus on a fixed centred or flexible design (as outlined in lecture 3), as incorrectly planned and developed responsive websites may function and look worse than a well-designed fixed or flexible website, affecting your overall marks
• This challenge involves making your website responsive using @media queries and will require research on your behalf to complete, as only an introduction to responsive design is in this course.
• Use two to three common breakpoints, each changing the styles to suit the new resolution width. For example: 600 pixels and lower, 601 pixels to 960 pixels, and 960 pixels and higher
o Three functional well-styled breakpoints will score higher than two breakpoints.
Global content requirements for all webpages on your website
Header • To identify the website as a website dedicated to you personally, provide:
o A relevant heading / title banner and/or image/logo
Footer • An appropriate and intuitive footer must be included on your website.
Navigation • There should be a clear, intuitive and consistent navigation structure on the website.
• You need to think about how you will provide navigation to the user, and whether some pages may be categorised together or not. Consider the 5 ± 2 content guideline!
• Example: "Education" and "Career" pages may be appropriately categorised together under a main page called "About" - with the 2 pages linking from it locally, or within a menu drop-down function.
• Types you can include (if applicable for your design and requirements):
• Global (Primary and maybe Secondary), Local, Footer, In-text, Utility.

Home Page Requirements
• Filename should be named "index.html".
• Home page should indicate the purpose and identity of your website immediately via:
o Short blurb of your name and your career ambition.
- Example: "Joe Bloggs. Web Designer. I create beautiful websites."
o Short paragraph (15-45 words) providing more detail regarding your career ambition.
o No other text should be present, unless providing homepage guidance/appetisers.
• It can be more creative than the rest of your web pages, but it should try to professionally represent yourself through:
o Image(s) and Visual design (Composition, Colour and Typography)
• Remember this design is to reflect your style and personality (with the focus on your career ambitions), but not at the expense of good design. First impressions count!

Contact Page Requirements
• Give this page an appropriate filename, title, heading (and subheading if required).
• You should include relevant text with links to contact you such as email and social media.
• This page must have an HTML Contact Form using the <form> element: It must:
o Be well-designed and styled with CSS, and its intent must be clear;
o Use HTML5 built-in form validation and/or JavaScript to validate the data;
o Output error messages/user feedback when there is user input errors or form submission success.
Requirements of SIX additional web pages
• In addition to the home and contact pages, you are given creative freedom to design and develop the rest of your personal website yourself with only a few specific requirements.
• You need to design and develop six more web pages for your personal website for a total of eight that specifically reflect the career focused purpose of the website.
• Some suggestions (but you may think of your own) are shown below:
o About, Achievements, Bio, Blog, Career, Design, Education, Experience, Gallery, Hobbies, Journal, Ideas, Photography, Portfolio, Testimonials, Travel.
o Note that some of these suggestions above would technically require server-side scripting to fully function. In these cases (such as a blog), create a prototype of this web page, focusing on design and layout, with sample content in place.
Content • Each web page should have:
o Appropriate filenames, titles, headings (and subheadings if required) related to their content.
o Appropriate text to complement the additional media.
o At least one relevant piece of media (image/video/audio).
Gallery

One of your six additional web pages must include an image gallery of at least six images • The gallery must be dynamic, meaning it has an interactive visual feature such as:
o Lightbox: Thumbnail images that when clicked display a larger version of that image and fades out the rest of the webpage until the image is closed.
o Rollover: Thumbnail images that when the mouse hovers over it, displays the larger version of that image.
o Slideshow: The first image displays large and the user can cycle through the images.
o Any other Dynamic Gallery that is designed and presented well.
• You may need to incorporate code (using CSS, JavaScript and/or jQuery) from:
o One of the lab exercises - the labs have 4 different galleries which you can adapt.
o Free image gallery tutorials (make sure to reference code that is not yours).
• Galleries that function well and suit the design of your website will be awarded higher marks.

Brief Report
• Together with the website, you must provide a brief report with the following details:
• Tested Browsers: Indicate the browser(s) you have tested your website in.
• Page Layout: Indicate the page layout your website has been developed in, and if your website is:
o Fixed, also indicate the minimum pixel width your fixed website fits within.
o Flexible, also indicate the minimum width the browser window can be, before the content no longer comfortably fits and feels squashed. Also indicate the optimal resolution.
o Responsive, also indicate each of the breakpoints and their width in pixels.
• Changes to Design Document: List in dot point, any changes you made to your design document and the reason you made that change.
• CSS3 Requirements: Indicate exactly where in your website you incorporated the minimum of three of the specific CSS3 visual requirements:
o Flexbox, Gradients, Grid, Multi-Column, Opacity, Outline, Rounded Corners, Shadows, Transitions, Transforms (scale, skew, and/or rotate), or Embedded Fonts.
o This will make it easier for markers to assess this requirement.

Attachment:- Website Development.rar

Reference no: EM133155481

Questions Cloud

Discuss the future applications of information technology : Discuss the future applications of information technology for this business. You can find similar scenarios in the course contents.
What amount should ashton recognize as part of net income : During 2018, Jeffrey declared and paid dividends of $3 per share to all common shareholders. What amount should Ashton recognize as part of net income
Determine the current prices of firm as and firm bs shares : Assume that the income tax rate is 40 per cent and capital gain tax rate is 20 per cent. Determine the current prices of Firm A's and Firm B's shares
How much gain must mark recognize : Assume the fair market value of the land is $28,500 rather than $64,450. How much gain must Mark recognize (if any) as a result of the distribution
Design and develop a personal website about yourself : Design and develop a Personal Website about yourself and your future career ambitions - You must not use any existing complete templates, or frameworks
Calculate partial operational productivity of direct labor : Calculate the partial operational productivity of Direct Materials and Direct Labor for 2021 and 2020 (round answers to four decimals)
Calculate the depreciation expense on the garage : Calculate the 2025 depreciation expense on the garage using the straight-line method and assuming a 10-yearlife and a $38,043 salvage value
Calculate the effect of these journal entries : Calculate the effect of these journal entries on 2021 net income, and the amount at which the investment is carried in the December 31, 2021, balance sheet
What is the ocf for this project : The project is estimated to generate $1,675,000 in annual sales, with costs of $645,000. If the tax rate is 21 percent, what is the OCF for this project

Reviews

len3155481

5/31/2022 4:25:30 AM

This is the website development assignment In this one have to develop a personal website… the content of the website will be about myself as it’s a personal website development assignment

Write a Review

Web Project Questions & Answers

  Create a movie with soundtrack using movie maker

Using digits-movie.avi as source material, create a movie using Movie Maker consisting of the following elements: A title screen consisting of black text with Movie Maker's "Stretch" title animation with a white background.

  Discuss the apache web server

Discuss the Apache Web server in regard to cost, functionality, and compatibility. Are there certain implementations were it may not be suitable?

  Web application assignment

300582: Technologies for Web Applications - Design the web pages with ease of navigation and operation, attractiveness and accessibility in mind.

  Demonstrate analytical skills to design quality multimedia

ITECH2003 Web Design - Federation University - Prepare a "Design document" in the format of a report which will cover most of the analysis, planning, content

  What can a developer do to help the end user learn

What can a developer do to help the end user learn the interface more easily and more rapidly

  Write, test and debug javascript for the problems

Write, test and debug (if necessary JavaScript for the problems that follow- When required to write a function, you must include a script to test the function with at least two different data set

  Design an application that works as shopping cart system

Design an application that works as shopping cart system. The user should be able to add any of the following items to his or her shopping cart: Print Books (books on Paper)

  Handle sign-ups for a municipal tree-planting event

Handle sign-ups for a municipal tree-planting event and consist of two pages. The initial page will handle sign-ups and a second page will thank the volunteer

  Create a personal web page using html

You will create a personal web page using HTML. HTML (HyperText Markup Language) is a standard markup language used to format web pages.

  Designing and implementing a web application

The task in this assignment is to design a web application that enables a scientist to search for and select publications through a XML-based publication database using XML, Servlets and JSP.

  What is the appropriate way to close the head tag

What is the appropriate way to close the head tag - aspects of XHTML are characteristics of well formed XHTML code

  Describe the organization of the site

Describe the organization of the site? Why do you think they organized it this way? Based off of the website, describe the purpose of the site?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd