diff --git a/about-us.html b/about-us.html index 6442391..23cbdb7 100644 --- a/about-us.html +++ b/about-us.html @@ -49,12 +49,12 @@ -
+

WHO ARE WE ?

-
+
Phil 's Avatar
PHIL
@@ -63,7 +63,7 @@
PHIL

Or do you guys think we should make-up our info about what we did in this "save the platypus campaign"

-
+
Anh ' Avatar
ANH
@@ -74,7 +74,7 @@
ANH
-
+
Loc's Avatar
LOC
@@ -83,7 +83,7 @@
LOC

Or do you guys think we should make-up our info about what we did in this "save the platypus campaign"

-
+
Vy's Avatar
Vy
diff --git a/img/about-us-bg.png b/img/about-us-bg.png new file mode 100644 index 0000000..64ca7b8 Binary files /dev/null and b/img/about-us-bg.png differ diff --git a/index.html b/index.html index 7e775dd..b78fc91 100644 --- a/index.html +++ b/index.html @@ -121,8 +121,8 @@

WHAT IS A
- < -
+ +
Platypus and Food

@@ -140,7 +140,7 @@

WHAT IS A

-
+
Platypus Environment

@@ -158,7 +158,7 @@

WHAT IS A

-
+
Some Tips

@@ -210,28 +210,28 @@

RESCU

-
+
Phil 's Avatar
PHIL

Product Owner

-
+
Loc's Avatar
LOC

Developer

-
+
Vy's Avatar
Vy

Developer

-
+
Anh ' Avatar
ANH
diff --git a/style.css b/style.css index 01913f1..50cc0a4 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ nav { header { background-color: white; - min-height: 400px; + min-height: 600px; background-image: url("img/platypus-hero2.jpg"); background-attachment: fixed; background-repeat: no-repeat; @@ -26,6 +26,14 @@ header { background-size: cover; } +.header-aboutus { + background-image: url("img/about-us-bg.png"); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: center; + background-size: cover; +} + .environment-section { background-image: url("img/environment-background.jpg"); background-attachment: fixed; @@ -38,6 +46,7 @@ header { min-height: 300px; display: flex; justify-content: space-around; + flex-wrap: wrap; text-align: center; position: relative; overflow: hidden; @@ -48,6 +57,7 @@ header { display: flex; justify-content: space-around; text-align: center; + flex-wrap: wrap; } footer { @@ -146,8 +156,8 @@ nav ul { align-items: center; position: relative; color: #F09048; - border: 2px solid rgba(48, 24, 24, .9); - background-color: rgba(48, 24, 24, .9); + border: 2px solid rgba(48, 24, 24, .8); + background-color: rgba(48, 24, 24, .8); padding: 20px 0px; margin: 100px auto 30px auto; width: 60rem; @@ -247,6 +257,7 @@ a:hover { flex-direction: column; justify-content: space-between; align-items: center; + background-color: rgba(0, 0, 0, .7); } .environment-text { @@ -255,7 +266,7 @@ a:hover { } .environment-card { - background-color: rgba(0, 0, 0, .7); + background-color: rgba(0, 0, 0, 0); border: none; z-index: 2; } @@ -320,8 +331,8 @@ a:hover { .avatar { border-radius: 50%; - width: 200px; - height: 200px; + width: 75%; + height: auto; border: 8px solid #D86000; } @@ -501,6 +512,10 @@ s } .aboutus-card { + min-width: 25%; +} + +.aboutus-page-card { min-width: 50%; }