-
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
1 parent
d023682
commit f5fda53
Showing
7 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,2 @@ | ||
User-agent: * | ||
Disallow: / |