forked from Laboratoria/DEV013-dataverse
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Korin
committed
Feb 7, 2024
1 parent
c2a7105
commit 7e8ad21
Showing
7 changed files
with
166 additions
and
130 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -1,69 +1,67 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Data Verse</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"/> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Data Verse</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" | ||
rel="stylesheet" /> | ||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<header> | ||
<h1>ART PLACE</h1> | ||
</header> | ||
<div id="banner"> | ||
<h2>GALERIA</h2> | ||
<article> | ||
<div class="select-menu"> | ||
<label for ="artist-filter">Artista</label> | ||
<select data-testid="select-filter" name = "artist-filter" id = "artist-filter"> | ||
<div class="select-menu"> | ||
<label for="artist-filter">Artista</label> | ||
<select data-testid="select-filter" name="artist-filter" id="artist-filter"> | ||
</select> | ||
<label for="artmovement-filter">Corrientes</label> | ||
<label for="artmovement-filter">Corrientes</label> | ||
<select data-testid="select-filter" id="artmovement-filter" name="artmovement-filter"> | ||
</select> | ||
<label for ="alphabetical-order">Ordenar</label> | ||
<label for="alphabetical-order">Ordenar</label> | ||
<select data-testid="select-sort" id="alphabetical-order" name="alphabetical-order"> | ||
<option value="Ordenar" disabled selected>Ordenar</option> | ||
<option value="asc">A - Z</option> | ||
<option value="desc">Z - A</option> | ||
</select> | ||
</div> | ||
<div class ="buttons"> | ||
<button data-testid="button-stats" id="button-stats"> | ||
<span class="material-symbols-outlined"> | ||
bar_chart | ||
</span> | ||
</button> | ||
<button data-testid="button-clear" id = "button-clear">Limpiar | ||
</button> | ||
</div> | ||
<div class="buttons"> | ||
<button data-testid="button-stats" id="button-stats"> | ||
<span class="material-symbols-outlined"> | ||
bar_chart | ||
</span> | ||
</button> | ||
<button data-testid="button-clear" id="button-clear">Limpiar | ||
</button> | ||
</div> | ||
</article> | ||
</div> | ||
<section id="movementEstadistic"> | ||
<div id="iconContainer"></div> | ||
<div id = "stats"></div> | ||
<div id = "graphs"></div> | ||
<section id="movementEstadistic"> | ||
<div id="titulo">Porcentaje de Obras por Corriente</div> | ||
<div id="iconContainer"> | ||
<div id="stats"></div> | ||
<div id="graphs"></div></div> | ||
</section> | ||
<section id="root"> | ||
<!-- <ul id = "artCard" itemscope itemtype="https://schema.org/VisualArtwork"> | ||
<li id = "cardContainer" itemscope itemtype="https://schema.org/VisualArtwork"></li> | ||
</ul> --> | ||
</section> | ||
<section id="root"></section> | ||
<section id="detailCard"></section> | ||
<!-- <section class="chart" id="statsCard"> | ||
<ul class= "bars"></ul> --> | ||
</section> | ||
|
||
</main> | ||
|
||
</main> | ||
|
||
<footer>Korin Amador y Diana Vilchez</footer> | ||
<script src="main.js" type="module"></script> | ||
<footer>Korin Amador y Diana Vilchez</footer> | ||
<script src="main.js" type="module"></script> | ||
|
||
</body> | ||
</html> | ||
</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
Oops, something went wrong.