Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

primer commit #124

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ body {
}

/* Mis trabajos */
.bgvariation {
background-color: blueviolet;

}
#Mis-trabajos .image-top {
height: 250px;
background-repeat: no-repeat;
Expand Down
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/img/logo.png" class="img-fluid">
Marcos Quinteros
<!-- <img src="assets/img/logo.png" class="img-fluid"> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -49,7 +50,7 @@
<div class="container">
<div class="ms-auto col-12 col-md-7 ">
<h1 class="display-1 fw-bold my-5">
Comidas del fin <br> del mundo
Comiendo antes del fin <br> del mundo
</h1>
<p class="my-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis, accusamus iusto quibusdam
Expand Down Expand Up @@ -111,16 +112,16 @@ <h3 class="my-3 fw-bold">Bloggera de viajes</h3>
</section>


<section id="Mis-trabajos" class="my-5 p-5 bg-info">
<section id="Mis-trabajos" class="my-5 p-5 bgvariation">

<h2 class="display-4 fw-bold text-center text-light mb-3">Mis trabajos</h2>
<h2 class="display-4 fw-bold text-center text-light mb-3">Mis platillos favoritos</h2>

<div class="row">
<div class="col-12 col-sm-4 py-2">
<div class="card">
<div class="image-top" style="background-image: url(assets/img/card-1.jpg)"></div>
<div class="card-body">
<h5 class="card-title fw-bold">Asado en la Patagonia</h5>
<h5 class="card-title fw-bold">Costillitas al pil pil</h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Explicabo iure sint, perspiciatis distinctio molestias nihil
Expand Down Expand Up @@ -215,7 +216,7 @@ <h2 class="display-4 fw-bold text-center my-4">Contáctame</h2>


<footer class="bg-dark text-center text-light p-4">
<p class="mb-0">Olivia Ros 2019. Todos los derechos reservados.</p>
<p class="mb-0">Marcos 2024. Sin derechos reservados.</p>
</footer>


Expand Down