diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/css/estilos.css b/assets/css/estilos.css index dc713cd23..3c9a79591 100644 --- a/assets/css/estilos.css +++ b/assets/css/estilos.css @@ -2,22 +2,35 @@ body { font-family: "Raleway", sans-serif; } +/* navbar */ + +.navbar-brand img { + width: 150px; + height: auto; +} + + /* Hero Section */ #Hero-Section { - background-image: url("../img/bg-hero.jpg"); + background-image: url("../img/hero-img.jpg"); background-repeat: no-repeat; background-size: cover; - background-position: left; + background-position: center; } /* Mis trabajos */ +.card { + height: 100%; +} + #Mis-trabajos .image-top { - height: 250px; + height: 200px; background-repeat: no-repeat; background-size: cover; background-position: center; + object-fit: cover; } /* Contacto */ diff --git a/assets/img/cupones-page.png b/assets/img/cupones-page.png new file mode 100644 index 000000000..976a836f7 Binary files /dev/null and b/assets/img/cupones-page.png differ diff --git a/assets/img/hero-img.jpg b/assets/img/hero-img.jpg new file mode 100644 index 000000000..892bc59bb Binary files /dev/null and b/assets/img/hero-img.jpg differ diff --git a/assets/img/iguana-page.png b/assets/img/iguana-page.png new file mode 100644 index 000000000..ce4f4831d Binary files /dev/null and b/assets/img/iguana-page.png differ diff --git a/assets/img/landing-page.png b/assets/img/landing-page.png new file mode 100644 index 000000000..3b500327b Binary files /dev/null and b/assets/img/landing-page.png differ diff --git a/assets/img/logo-2.png b/assets/img/logo-2.png new file mode 100644 index 000000000..187230762 Binary files /dev/null and b/assets/img/logo-2.png differ diff --git a/index.html b/index.html index d96ee5a64..f7dec4932 100644 --- a/index.html +++ b/index.html @@ -1,227 +1,252 @@ - -
- - - - - - - -