diff --git a/assets/css/style.css b/assets/css/style.css index c5c31f1..b5670ae 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -629,7 +629,7 @@ section { } .about .image { - background: url("../img/me.jpg") center center no-repeat; + background: url("../img/me2-low.jpg") top center no-repeat; background-size: cover; min-height: 500px; } @@ -759,6 +759,7 @@ section { # My Skills --------------------------------------------------------------*/ .skills #skills-filters { + list-style: none; margin-bottom: 20px; overflow-x: auto; diff --git a/assets/img/me2-low.jpg b/assets/img/me2-low.jpg new file mode 100644 index 0000000..0fd1f8b Binary files /dev/null and b/assets/img/me2-low.jpg differ diff --git a/assets/img/me2.jpg b/assets/img/me2.jpg new file mode 100644 index 0000000..1141935 Binary files /dev/null and b/assets/img/me2.jpg differ