diff --git a/index.html b/index.html index cdddb02..d7eafa5 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,11 @@

+ +
+ Programação + Programação +
\ No newline at end of file diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 867ff80..d4f1dca 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -25,7 +25,7 @@ header { /* SECTION 1 */ -.section1 img { +.section1 img, .section4 img { width: 100%; height: auto; } @@ -152,13 +152,13 @@ header { /* RESPONSIVIDADE -> CELULAR */ @media screen and (max-width: 425px) { - .fundo-desktop { + .fundo-desktop, .fundo-desktop2 { display: none; } } @media screen and (min-width: 426px) { - .fundo-mobile { + .fundo-mobile, .fundo-mobile2 { display: none; } } \ No newline at end of file diff --git a/src/assets/img/fundo-desktop2.png b/src/assets/img/fundo-desktop2.png new file mode 100644 index 0000000..080a3fa Binary files /dev/null and b/src/assets/img/fundo-desktop2.png differ diff --git a/src/assets/img/fundo-mobile2.png b/src/assets/img/fundo-mobile2.png new file mode 100644 index 0000000..7c42c45 Binary files /dev/null and b/src/assets/img/fundo-mobile2.png differ diff --git a/src/assets/img/notebook.png b/src/assets/img/notebook.png deleted file mode 100644 index 3fd3851..0000000 Binary files a/src/assets/img/notebook.png and /dev/null differ