diff --git a/img/20190509_155243.jpg b/img/20190509_155243.jpg deleted file mode 100644 index 1d88fab..0000000 Binary files a/img/20190509_155243.jpg and /dev/null differ diff --git a/img/20190509_155259.jpg b/img/20190509_155259.jpg deleted file mode 100644 index cdbcd6f..0000000 Binary files a/img/20190509_155259.jpg and /dev/null differ diff --git a/img/20190509_155312.jpg b/img/20190509_155312.jpg deleted file mode 100644 index c229947..0000000 Binary files a/img/20190509_155312.jpg and /dev/null differ diff --git a/img/Anh.png b/img/Anh.png new file mode 100644 index 0000000..364de9d Binary files /dev/null and b/img/Anh.png differ diff --git a/img/Loc.png b/img/Loc.png new file mode 100644 index 0000000..9547074 Binary files /dev/null and b/img/Loc.png differ diff --git a/img/Phil.png b/img/Phil.png new file mode 100644 index 0000000..5671456 Binary files /dev/null and b/img/Phil.png differ diff --git a/img/platypus-environment.jpg b/img/platypus-environment.jpg new file mode 100644 index 0000000..00a1939 Binary files /dev/null and b/img/platypus-environment.jpg differ diff --git a/img/platypus-food.webp b/img/platypus-food.webp new file mode 100644 index 0000000..63290d1 Binary files /dev/null and b/img/platypus-food.webp differ diff --git a/img/platypus-tips.jpg b/img/platypus-tips.jpg new file mode 100644 index 0000000..b2945bb Binary files /dev/null and b/img/platypus-tips.jpg differ diff --git a/index.html b/index.html index a44f5f3..507e4d1 100644 --- a/index.html +++ b/index.html @@ -51,55 +51,55 @@

"Because the platypus both lays eggs and produces mi
-
+
- ... -
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere + Platypus and Food +
+
FOOD
+

- platypus are carnivores
- they feed on annelid worms, insect larvae, freshwater shrimp, and freshwater yabby (crayfish)
- platypus eats 20% of its body weight (equivalent to a 150lb human eating 30lbs of food)

+ More Info
-
- Featured -
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere + Platypus Environment +
+
ENVIRONMENT
+

-platypus needs a constant source of water (i.e. freshwater lakes, rivers, lagoons, farm dams, and streams)
- they are considered nocturnal and are non-sociable. They tend to only gather during mating season.

+ More Info
-
- Featured -
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere + Some Tips +
+
EXTRA TIPS
+

- platypus have venomous barb. Be careful when handling them
- it’s actually ILLEGAL to own a platypus, bylaw according to Australian wildlife
- Those with a license to handle platypus can rescue them. After rehab platypus + are released back into the wild.

+ More Info
-
-
- ... +
+
+ Phil's Avatar
-

Some quick example text to build on the card title and make up the bulk of the card's content.

+
PHIL
+

Product Owner

-
- ... +
+ Loc's Avatar
-

Some quick example text to build on the card title and make up the bulk of the card's content.

+
LOC
+

Developer

-
- ... +
+ Anh' Avatar
-

Some quick example text to build on the card title and make up the bulk of the card's content.

+
ANH
+

Scrum Master

diff --git a/style.css b/style.css index b6615c3..7e1eea1 100644 --- a/style.css +++ b/style.css @@ -111,4 +111,31 @@ footer { font-family: 'Sanomat Grab Web Regular', sans-serif; letter-spacing: 1px; padding-bottom: 20px; +} + + +/* environment-style */ + +.card-body-flex { + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; +} + + +/* employees-style */ + +.employee-name { + font-size: 2em; + font-weight: 600; +} + +.no-border { + border: none; +} + +.avatar { + border-radius: 50%; + width: 200px; } \ No newline at end of file