Skip to content

Commit

Permalink
create docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francheskajcg committed Dec 28, 2024
1 parent d023682 commit f5fda53
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 0 deletions.
Binary file added docs/assets/disney-32a4bb12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/index-60e8d416.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Binary file added docs/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="es">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Evaluacion-Modulo2-Francheska</title>


<link rel="icon" href="./images/favicon.png" />

<link
href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">

<script src="https://kit.fontawesome.com/1395535f34.js" crossorigin="anonymous"></script>

<link rel="stylesheet" href="./assets/index-60e8d416.css">
</head>

<body>

<header class="header">

</header>
<main>
<form class="search">
<input class="js_inputSearch search__input" type="text" placeholder="Ejemplo: Minnie Mouse">
<button class="js_btnSearch search__btn" type="submit">Buscar</button>
</form>

<section class="characters">
<div class="characters__container">
<h2 class="characters__title"> Personajes de Disney </h2>
<ul class="js_charactersUl characters__list"></ul>
</div>

<div class="characters__favorites">
<h2 class="characters__titleFav">Mis personajes favoritos ♥</h2>
<ul class="js_favoritesUl characters__listF"></ul>
<button class="js_btnDeleteAll search__btn" type="submit">Borrar favoritos</button>
</div>
</section>
</main>
<footer>
<p class="footer">"Si puedes soñarlo, puedes lograrlo." Walt Disney</p>
</footer>


<script src="./js/main.js"></script>
</body>

</html>
15 changes: 15 additions & 0 deletions docs/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit f5fda53

Please sign in to comment.