Putting it all together
Creating Your web site
Finishing Your web site
Set your Learning Objectives to red.
Open up your PowerPoint from last lesson it should be called 'Web Design'.
Save your PowerPoint as 'Web Design'
Click on the image below to go to the W3 Shools website
The language for building web pages
Click on the link below to log into your edublocks account.
When you have logged in open create a new page for the navigation bar you are going to make later.
We now need ready to turn our code into a web page you can view in your web browser.
Firstly we need to make sure we have a folder to store our web page
Create a folder for you web pages.
In order to create our web page we need to use a text editor
Copy your HTML code from Edublocks into your notepad++ file.
Save your file
Now either go back to your file explorer page double click on your index.html file and it will open up in a web browser for you to see
Or do the following in notepad++
Before we add in our own page banner let's first see how we add an image to our website. To add an image we need to put a link to it in the img src tag. Copy the link below and paste it into the img src tag.
https://www.freewebheaders.com/wp-content/gallery/computer/colorful-tablet-computer-tech-creative-web-header.jpg
if you haven't made a banner use the one below just so you have a banner image to use. Right click on it and save it as banner.png
We cannot give edublocks a link to our banner as it is on our computer, so we will have to copy our code into our notepad ++ page to see this working.
You must put your banner and web page inside the same folder, "Web Design", for this to work.
If your dividers start to move about when you add text to them you will need to add in the styling below to the bottom of your style for the divider class
Screenshot your code into your PowerPoint
In order to complete our web page template we need to have some way of navigating between pages
Create a navigation bar using the code below.
Change the colours of the buttons to your own colours.
This is where things can get a little tricky as we have created our navigation bar on a seperate page. The reason for this is that things get a little difficult to follow on Edublocks when we have so much code on a single page. So we are going to start using edublocks to create page parts like we did with the navigation bar and then copy them into our main page using the HTML code.
Add the navigation bar code to your main page code using the example below to help you.
Lets look at the learning outcomes and decide which one best describes our current level of understanding :
Tick the one you feel is closest to your level