Skip to content

Commit

Permalink
correccion de git page
Browse files Browse the repository at this point in the history
  • Loading branch information
S4muel-Rodriguez committed Apr 14, 2024
1 parent 7750095 commit 799b410
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions pre-entregaN°2/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Novoo_Handerly_Beauty</title>
<link rel="icon" href="img/restaurante.ico">
<link rel="stylesheet" href="../pre-entregaN°2/css/paginainicial.css">
<link rel="stylesheet" href="./pre-entregaN°2/css/paginainicial.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
Expand All @@ -20,10 +20,10 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="html/nosotros.html" target="_blank">nosotros</a>
<a class="nav-link active" aria-current="page" href="../pre-entregaN°2/html/nosotros.html" target="_blank">nosotros</a>
</li>
<li class="nav-item">
<a class="nav-link" href="html/soporte.html" target="_blank">soporte</a>
<a class="nav-link" href="../pre-entregaN°2/html/soporte.html" target="_blank">soporte</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Expand All @@ -48,13 +48,13 @@
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/restaurante1.jpg" class="d-block w-100" alt="restaurante1" width="50px" height="600px">
<img src="./pre-entregaN°2/img/restaurante1.jpg" class="d-block w-100" alt="restaurante1" width="50px" height="600px">
</div>
<div class="carousel-item">
<img src="img/restaurante2.jpeg" class="d-block w-100" alt="restaurante2" width="50px" height="600px">
<img src="./pre-entregaN°2/img/restaurante2.jpeg" class="d-block w-100" alt="restaurante2" width="50px" height="600px">
</div>
<div class="carousel-item">
<img src="img/carta de comida.webp" class="d-block w-100" alt="carta de comida" width="50px" height="600px">
<img src="./pre-entregaN°2/img/carta de comida.webp" class="d-block w-100" alt="carta de comida" width="50px" height="600px">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
Expand All @@ -75,7 +75,7 @@ <h2 class="text-center">
</center>
<div class="row justify-content-center align-items-center">
<div class="col-auto">
<img src="img/menu2.png" class="img-fluid" alt="Imagen centrada">
<img src="./pre-entregaN°2/img/menu2.png" class="img-fluid" alt="Imagen centrada">
</div>
</div>
</div>
Expand All @@ -95,22 +95,22 @@ <h2>Lista de comida:</h2>
<h3 class="text-center">Comprar comida en línea</h3>
<div class="item-container">
<div class="item">
<img src="img/milanesa.jpeg" class="rounded float-start" alt="Milanesa">
<img src="./pre-entregaN°2/img/milanesa.jpeg" class="rounded float-start" alt="Milanesa">
<button type="button" class="btn btn-info">Comprar</button>
<p>valor:20$</p>
</div>
<div class="item">
<img src="img/papasfritas.jpeg" class="rounded float-end" alt="Papas Fritas">
<img src="./pre-entregaN°2/img/papasfritas.jpeg" class="rounded float-end" alt="Papas Fritas">
<button type="button" class="btn btn-info">Comprar</button>
<p>valor:40$</p>
</div>
<div class="item">
<img src="img/fideos.jpeg" class="rounded mx-auto d-block" alt="Fideos">
<img src="./pre-entregaN°2/img/fideos.jpeg" class="rounded mx-auto d-block" alt="Fideos">
<button type="button" class="btn btn-info">Comprar</button>
<p>valor:30$</p>
</div>
<div class="item">
<img src="img/carne.jpeg" class="rounded mx-auto d-block" alt="Carne" width="290px" height="200px">
<img src="./pre-entregaN°2/img/carne.jpeg" class="rounded mx-auto d-block" alt="Carne" width="290px" height="200px">
<button type="button" class="btn btn-info">Comprar</button>
<p>valor:50$</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pre-entregaN°2/html/contacto.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<header>
<nav class="barra-menu">
<ul class="nav-list">
<li><a href="../index.html">Inicio</a></li>
<li><a href="/index.html">Inicio</a></li>
<li><a href="../html/nosotros.html">Sobre Nosotros</a></li>
<li><a href="../html/soporte.html">soporte</a></li>
<li><a href="../html/contacto.html">Contacto</a></li>
Expand Down
2 changes: 1 addition & 1 deletion pre-entregaN°2/html/masrestaurantes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<nav class="navbar">
<ul class="nav-list">
<li><a href="../index.html">Inicio</a></li>
<li><a href="/index.html">Inicio</a></li>
<li><a href="../html/nosotros.html">Sobre Nosotros</a></li>
<li><a href="../html/soporte.html">soporte</a></li>
<li><a href="../html/contacto.html">Contacto</a></li>
Expand Down

0 comments on commit 799b410

Please sign in to comment.