eman19-meet / y2l-bootstrap-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Y2l-bootstrap-lab

Before you start: Fork and clone this repository

  1. Fork this repository by clicking "Fork" on this page: forking

  2. Copy this repository's url by clicking the green clone button: copying url

Part 1: Bootstrap Grid

Edit exercise.html for this portion of the lab

  1. Create a table layout using bootrstrap grid that includes 3 types of animals of your choice. The table layout should look similar to this for all types of screens:
Name Image
Cat
Red Panda
Dolphin
  1. Show your work to an instructor or TA!

Bonus Open the website you made then right click and inspect element. As you notice, the image isn't compatible with the screen size and can sometimes get out of the borders of the column that includes it. Google how to fix that. (hint: you need to make the image's width compatible with its parent)

Part 2: Bootstrap Components

Edit exercise.html for this portion of the lab

  1. Make a carousel that displays the images of the animals you listed previously.
  2. Add a "Primary" Button with the text Next, and a "Secondary"Button with the text "Previous"
  3. Show your work to an instructor or TA

Part 3: Bootstrap Calculator

Part 3.1

Edit calculator.html for this portion of the lab

  1. Open the calculator.html file in your browser (Chrome/ Firefox). What do you see?
  2. You are right! it's the ugliest thing you've seen all day. You're job is to make it look more like a calculator
  3. Using your knowledge about the Grid layout(rows, columns) and Bootstrap components (Buttons, inputs), make an interface for a calculator (out of inspiration? click here or here)
  4. The must haves for the calculator are, having buttons from 0-9, buttons for addition, subtraction, division, and multiplication, and textbox for showing the result

Part 3.2

Using Javascript, make the calculator work!

About


Languages

Language:HTML 100.0%