-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit eff7a68
Showing
59 changed files
with
33,123 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> | ||
|
||
<title>ViviendaVisión</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
|
||
<!-- Additional CSS Files --> | ||
<link rel="stylesheet" href="assets/css/fontawesome.css"> | ||
<link rel="stylesheet" href="assets/css/innovision.css"> | ||
<link rel="stylesheet" href="assets/css/owl.css"> | ||
<link rel="stylesheet" href="assets/css/animate.css"> | ||
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/> | ||
<link rel="stylesheet" href="assets/css/asesoria.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- ***** Preloader Start ***** --> | ||
<div id="js-preloader" class="js-preloader"> | ||
<div class="preloader-inner"> | ||
<span class="dot"></span> | ||
<div class="dots"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- ***** Preloader End ***** --> | ||
|
||
<!-- <div class="sub-header"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-8"> | ||
<ul class="info"> | ||
<li><i class="fa fa-envelope"></i> [email protected]</li> | ||
<li><i class="fa fa-map"></i> Sunny Isles Beach, FL 33160</li> | ||
</ul> | ||
</div> | ||
<div class="col-lg-4 col-md-4"> | ||
<ul class="social-links"> | ||
<li><a href="#"><i class="fab fa-facebook"></i></a></li> | ||
<li><a href="https://x.com/minthu" target="_blank"><i class="fab fa-twitter"></i></a></li> | ||
<li><a href="#"><i class="fab fa-linkedin"></i></a></li> | ||
<li><a href="#"><i class="fab fa-instagram"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> --> | ||
|
||
<!-- ***** Header Area Start ***** --> | ||
<header class="header-area header-sticky"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<nav class="main-nav"> | ||
<!-- ***** Logo Start ***** --> | ||
<a href="index.html" class="logo"> | ||
<img src="./assets/images/ViviendaVisión.png" alt="ViviendaVisión" width="50" height="auto"> | ||
<span>ViviendaVisión</span> | ||
</a> | ||
<!-- ***** Logo End ***** --> | ||
<!-- ***** Menu Start ***** --> | ||
<ul class="nav"> | ||
<li><a href="property-details.html">Iniciar sesión</a></li> | ||
<button class="toggle-button" id="toggleButton">☰</button> | ||
</ul> | ||
<a class='menu-trigger'> | ||
<span>Menu</span> | ||
</a> | ||
<!-- ***** Menu End ***** --> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="header-bar"></div> | ||
</header> | ||
<!-- ***** Header Area End ***** --> | ||
|
||
<div class="main-container" id="mainContainer"> | ||
<!-- Botón para abrir/cerrar la sidebar --> | ||
<div class="container"> | ||
|
||
<div class="chat-window"> | ||
<div class="messages" id="chatMessages"> | ||
<!-- Mensajes del chat aparecerán aquí --> | ||
</div> | ||
</div> | ||
<div class="input-area"> | ||
<textarea id="userInput" placeholder="Escribe tu mensaje aquí..."></textarea> | ||
<button id="sendButton">Enviar</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Scripts --> | ||
<!-- Bootstrap core JavaScript --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
<script src="assets/js/isotope.min.js"></script> | ||
<script src="assets/js/owl-carousel.js"></script> | ||
<script src="assets/js/counter.js"></script> | ||
<script src="assets/js/custom.js"></script> | ||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Oops, something went wrong.