-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwoman.html
27 lines (23 loc) · 868 Bytes
/
woman.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Woman-vision</title>
<link rel="stylesheet" href="assets/css/general.css">
</head>
<body onload="onLoadWoman()">
<div id="woman">
<h1>michael jackson</h1>
<h2>#woman</h2>
<p>Cantidad imágenes: 1514</p>
<p>Cantidad de imágenes con el tag "beauty": 16% (263)</p>
<img>
<button onclick="showhidetags('show')">Show other Tags</button><button onclick="showhidetags('hide')">Hide other tags</button><button onclick="showAll('woman','true')">Show all</button><button onclick="showAll('woman','false')">Show Beauty</button>
</div>
<div id="general-woman"></div>
<div style="width: 1280px; overflow: hidden;" id="js-beauty-woman"><h3>Beauty</h3>
</div>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>