INTERACTIVE DESIGN - PROJECT 2

7.6.2022 - 18.6.2022 (Week 11 - Week 12)
Hansel Ribowo / 0350008 / BDCM
Interactive Design
Project 2 / Working Landing Page


Lectures
Week 12 / Bootstrap demonstration

This week, we are given a live demonstration on how to use Bootstrap by Mr. Shamsul. We used the v4.4 of Bootstrap documentation

Linking HTML to Bootstrap

Fig 1.1 Bootstrap starter template

Since Bootstrap is an external code and style sheet, it has to be linked in our HTML using the <link> tag so that Bootstrap elements can be used. The starter template in Bootstrap website can be copied and pasted on our HTML. Though, the Javascript links should be at the very bottom of our HTML. 

Navigation bar

Fig 1.2 Bootstrap navigation bar template

Carousel 

Fig 1.3 Bootstrap carousel template

Cards

Fig 1.4 Bootstrap card template

Fig 1.5 Using the card template in multiple columns

All Bootstrap codes can be customised using our own CSS style sheet. For example, the background colour of the webpage and navigation bar can be changed, the style and colour of the buttons can be changed and the font used can be changed as well. But remember to link the fonts from Google Fonts to change the fonts. We would only require to find the class name and indicate it in CSS to customise the appearance. The class name can be found by looking at the HTML or by using the inspect function in the web browser. 

Instructions

Progress
In this project i use visual studio code to make my landing page working.
In my landing page i just use bootstrap for the navigation.



Fig 1.6 HTML 

Fig 1.7 CSS

Reflections
In this project i confuse about using bootsrap maybe because its new to me, but i still like the proses when i do the code and theres a trouble ofcourse when making the landing page working but i manage to figure it out.

Comments

Popular posts from this blog

APPLICATION DESIGN II - EXERCISE 1

APPLICATION DESIGN II - LECTURE