diff --git a/css/main.css b/css/main.css index e5505cc..5c4fc26 100644 --- a/css/main.css +++ b/css/main.css @@ -1005,6 +1005,9 @@ select[multiple] { .person--gheorghe { background-image: url("../img/gheorghe.jpeg"); } +.person--john { + background-image: url("../img/john.jpg"); } + .person:nth-child(1), .person:nth-child(4), .person:nth-child(7) { diff --git a/img/john.jpg b/img/john.jpg new file mode 100644 index 0000000..70b8c07 Binary files /dev/null and b/img/john.jpg differ diff --git a/index.html b/index.html index 8606a1e..32d30ac 100755 --- a/index.html +++ b/index.html @@ -409,9 +409,9 @@
-

Gheorghe Pinzaru

-

UI Engineer

-
+

John Lea

+

Product Strategy

+
@@ -568,7 +568,7 @@