-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from G10-ISPC/Carla-Arévalo
dropdown de ingreso y cierre de sesión
- Loading branch information
Showing
3 changed files
with
57 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,9 @@ | |
rel="stylesheet" | ||
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" | ||
crossorigin="anonymous"> | ||
<script | ||
src="https://kit.fontawesome.com/d7af557b7e.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<script src="https://kit.fontawesome.com/d7af557b7e.js" | ||
crossorigin="anonymous"> | ||
</script> | ||
<link rel="stylesheet" href="./assets/css/style.css"> | ||
<link rel="icon" href="./assets/img/favicon.ico"> | ||
<title>RICCO BURGERS</title> | ||
|
@@ -31,25 +30,22 @@ | |
data-bs-target="#navbarnavaltmarkup" | ||
aria-controls="navbarnavaltmarkup" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div | ||
class="collapse navbar-collapse justify-content-end text-center" | ||
id="navbarnavaltmarkup" | ||
> | ||
<div class="collapse navbar-collapse justify-content-end text-center" id="navbarnavaltmarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link text-light" href="index.html">Home</a> | ||
<a class="nav-link text-light" href="pages/productos.html" | ||
>Productos</a | ||
> | ||
<a class="nav-link text-light" href="pages/nosotros.html" | ||
>Nosotros</a | ||
> | ||
<a class="nav-link text-light" href="pages/login.html" | ||
><i class="fa-solid fa-circle-user fa-2xl"></i | ||
></a> | ||
<a class="nav-link text-light" href="pages/productos.html">Productos</a> | ||
<a class="nav-link text-light" href="pages/nosotros.html">Nosotros</a> | ||
<div class="btn-group dropstart"> | ||
<a class="nav-link text-light" class="btn btn-secondary dropdown-toggle"role="button" aria-expanded="false" data-bs-toggle="dropdown"> | ||
<i class="fa-solid fa-circle-user fa-2xl" ></i></a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="pages/login.html">Ingresar</a></li> | ||
<li><a class="dropdown-item" href="https://acceso.ispc.edu.ar/course/view.php?id=2903">Cerrar sesión</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -59,37 +55,35 @@ | |
<div | ||
id="carouselExampleCaptions" | ||
class="carousel slide" | ||
data-bs-ride="carousel" | ||
> | ||
data-bs-ride="carousel"> | ||
<div class="carousel-indicators"> | ||
<button | ||
type="button" | ||
data-bs-target="#carouselExampleCaptions" | ||
data-bs-slide-to="0" | ||
class="active" | ||
aria-current="true" | ||
aria-label="Slide 1" | ||
></button> | ||
aria-label="Slide 1"> | ||
</button> | ||
<button | ||
type="button" | ||
data-bs-target="#carouselExampleCaptions" | ||
data-bs-slide-to="1" | ||
aria-label="Slide 2" | ||
></button> | ||
aria-label="Slide 2"> | ||
</button> | ||
<button | ||
type="button" | ||
data-bs-target="#carouselExampleCaptions" | ||
data-bs-slide-to="2" | ||
aria-label="Slide 3" | ||
></button> | ||
aria-label="Slide 3"> | ||
</button> | ||
</div> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img | ||
src="./assets/img/carousel1.jpg" | ||
class="d-block w-100" | ||
alt="..." | ||
> | ||
alt="..."> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h1>RICCO BURGERS</h1> | ||
<p>Estamos en tus gustos, en los sabores....</p> | ||
|
@@ -100,8 +94,7 @@ <h1>RICCO BURGERS</h1> | |
<img | ||
src="./assets/img/carousel2.jpg" | ||
class="d-block w-100" | ||
alt="..." | ||
> | ||
alt="..."> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h1>RICCO BURGERS</h1> | ||
<p>Estamos en tus gustos, en los sabores....</p> | ||
|
@@ -112,8 +105,7 @@ <h1>RICCO BURGERS</h1> | |
<img | ||
src="./assets/img/carousel3.jpg" | ||
class="d-block w-100" | ||
alt="..." | ||
> | ||
alt="..."> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h1>RICCO BURGERS</h1> | ||
<p>Estamos en tus gustos, en los sabores....</p> | ||
|
@@ -125,17 +117,15 @@ <h1>RICCO BURGERS</h1> | |
class="carousel-control-prev" | ||
type="button" | ||
data-bs-target="#carouselExampleCaptions" | ||
data-bs-slide="prev" | ||
> | ||
data-bs-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Anterior</span> | ||
</button> | ||
<button | ||
class="carousel-control-next" | ||
type="button" | ||
data-bs-target="#carouselExampleCaptions" | ||
data-bs-slide="next" | ||
> | ||
data-bs-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Siguiente</span> | ||
</button> | ||
|
@@ -152,8 +142,7 @@ <h1>RICCO BURGERS</h1> | |
<img | ||
src="./assets/img/bur2.jpg" | ||
class="card-img-top" | ||
alt="Steve Jobs" | ||
> | ||
alt="Steve Jobs"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Burgers Jobs</h5> | ||
<p class="card-text text-dark"> | ||
|
@@ -205,11 +194,9 @@ <h2 class="text-light">NUESTRO ESPACIO</h2> | |
</p> | ||
|
||
<a href="pages/nosotros.html"> | ||
<div | ||
class="btn btn-outline-light btn-sm" | ||
> | ||
<div class="btn btn-outline-light btn-sm"> | ||
Conocenos más | ||
</div> | ||
</div> | ||
</a> | ||
<br> | ||
<br> | ||
|
@@ -227,20 +214,18 @@ <h2 class="text-light">NUESTRO ESPACIO</h2> | |
class="btn btn-outline-light btn-floating m-1 btn-2xl" | ||
href="#!" | ||
role="button" | ||
><i class="fa-solid fa-location-dot fa-2xl"></i | ||
></a> | ||
<a | ||
class="btn btn-outline-light btn-floating m-1 btn-2xl" | ||
><i class="fa-solid fa-location-dot fa-2xl"></i> | ||
</a> | ||
<a class="btn btn-outline-light btn-floating m-1 btn-2xl" | ||
href="#!" | ||
role="button" | ||
><i class="fa-solid fa-mobile-screen fa-2xl"></i | ||
></a> | ||
<a | ||
class="btn btn-outline-light btn-floating m-1 btn-2xl" | ||
><i class="fa-solid fa-mobile-screen fa-2xl"></i> | ||
</a> | ||
<a class="btn btn-outline-light btn-floating m-1 btn-2xl" | ||
href="#!" | ||
role="button" | ||
><i class="fa-solid fa-envelope fa-2xl"></i | ||
></a> | ||
role="button"> | ||
<i class="fa-solid fa-envelope fa-2xl"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="text-center p-3"> | ||
|
@@ -251,8 +236,8 @@ <h2 class="text-light">NUESTRO ESPACIO</h2> | |
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" | ||
crossorigin="anonymous" | ||
></script> | ||
crossorigin="anonymous"> | ||
</script> | ||
<script src="../assets/js/login2.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters