Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit


Assignment 2 – FNDS015 IT

Website Development - Basic


Objectives:

Design and develop a basic website using HTML and CSS.


Assignment Instructions:

1. You will create a website using HTML and CSS.

2. Your website will consist of one webpage; the Home page.

3. To create your website, we will be using Visual Studio Code (https://code.visualstudio.com/). Your teacher can assist you if you need.

4. Ensure that you read the requirements down below.


Submission Instructions:

1. Ensure that the HTML file for your Home webpage is named home.html. Failure to follow these instructions will cost you marks!

2. Zip your website files together (create a .zip file). Remember to also include in your zip any extra files needed, such as image files.

3. Submit the zipped website files to the Assignment 2 Submission link.

Late submissions will incur a 5% penalty each day for up to 5 days. After 5 days, you will receive a 0 mark. 


Plagiarism and Collusion

This assignment is strictly an individual assignment only. Please do not copy or share answers from other class mates.

If we suspect that you have shared or copied answers, you will automatically receive a zero for the assignment.

You are very welcome to use the weekly slides, and do additional research on Google (although do not copy from websites).


The Business

Victoria’s Vegetarian Cafe is a cafe that offers vegetarian and vegan meals. They have stores in the following locations:

● Melbourne

● Geelong

● Hobart

They pride themselves on healthy food that is delicious and interesting. They offer the following meals:

  Meal Name
  Description
Price
  Flatbread Pizza
  A delicious, thin crust pizza with mushrooms, tomatoes, cheese and basil.
$5
  Falafel Sandwich
  Yummy felafel filled wrap with cucumber, onion, and Greek yogurt.
$7
  Tofu Stir-Fry
  A mixture of flavours, with tofu, broccoli, capsicum, and green peas.
$4
  Lasagna
  All the way from Italy, this lasagna has cheese, pastry, spinach and tomatoes.
$9

The business offers pickup and delivery. Delivery is a $5 fee.

You can visit the following similar websites for ideas of what to include in your own website:

● https://www.redsparrowpizza.com/

● https://cafego.com.au/


1.1 Home Page - Content

The Home page should welcome visitors and explain the business. Create a new HTML file called home.html

The page needs to have the following information:

1. Name of the business

2. A logo for the business

3. Some paragraphs explaining what the business is and what they offer

4. A brief history about who owns the business (just make it up)

The page should also:

● Be well organised; there should be a good layout, such as:

○ a heading at the top

○ content in the middle

○ content should be in the center of the page

● Use good colours

● Have important welcome information. Think about what information you would like to include to welcome the customers.

An example of how you might organise your page:


1.3 Home Page - HTML Requirements

On your page, you must use HTML tags so it has:

1. At least 1 heading

2. At least 3 paragraphs

3. At least 1 unordered list

4. At least 3 images


1.4 Home Page - CSS Requirements

On your page, you must use CSS so it has:

1. Different colours for fonts and headings

2. Styles for your images, such as a border, rounded edges, a shadow effect, etc

3. Images have appropriate sizes (width and height)


Marking