-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathago2020.html
82 lines (76 loc) · 3.45 KB
/
ago2020.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy"
content="default-src *;
style-src * 'self' 'unsafe-inline' 'unsafe-eval';
script-src * 'self' 'unsafe-inline' 'unsafe-eval';">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anuario Prepa Tec - Gen 2020</title>
<link rel="stylesheet" href="style.css">
<meta content="./img/Tec-de-Monterrey-Logo.png" itemprop="image" /> <!--- Favicon en inicio --->
<link rel="icon" type="image/png" href="./img/Tec-de-Monterrey-Logo.png" /> <!--- Favicon en general --->
<noscript><h1>Tu navegador no soporta JavScript</h1></noscript>
<style>
* {
font-family: 'Merriweather Sans', sans-serif;
}
</style>
</head>
<body>
<div class="anuario-outtab" id="TOP">
<image src="./img/tecnologico-de-monterrey-blue.png" id="logo" style="height: 3rem;"/>
<image type="image/png" src="./img/prepaTecLogo.png" style="height: 6rem;"/>
<h1 style="font-family: 'Merriweather Sans', sans-serif; text-align: right; font-size: 2.3rem; ">Campus Santa Fe</h1>
</div>
<div class="anuario-intab">
<a href="./index.html"><image type="image/png" src="./img/backArrow.png" height="100rem" style="float: left; margin-top: 3.5rem; margin-left: 2rem; position: absolute; transition: 0.3s;" id="arrow" /></a>
<section style="font-family: 'Merriweather Sans', sans-serif; text-align: center; color: white;" class="padd" id="padd">
<h3 class="padd" id="paddh">Anuario Prepa Tec</h3>
<h3 class="padd" id="paddh2" style="font-size: 1.5rem">Generación 2020</h3>
</section>
<div id="bar">
<br/>
</div>
</div><br/>
<h3 style="text-align: center; font-family: 'Merriweather Sans', sans-serif;">Filtro:</h3>
<div style="display: flex; justify-content: center;">
<div class="buttons" id="nofilter"><b>Todos</b></div>
<div class="buttons" id="PBB"><b>PBB</b></div>
<div class="buttons" id="PTM"><b>PTM</b></div>
<div class="buttons" id="PBI"><b>PBI</b></div>
<div class="buttons" id="DEV"><b>DEV</b></div>
</div>
<h3 id="load" style="text-align: center">Cargando...</h3>
<div id="images" style="justify-content: center"></div>
<footer style="font-size: 1rem; color: rgb(100, 100, 100); text-align: center;">
<p>
Made with 💙 by <a href="https://ctrl-alt-tec.hackclub.com">Ctrl Alt Tec</a>
</p><br/>
</footer>
<script src="./index.js"></script>
<script defer>
// :D
/* TEMPLATE
function imgLoad(){
for(let i=0;i<52;i++){
document.getElementById("images").innerHTML += `<a href="http://stemen.com" target="_blank" style="text-decoration: none;">
<div class="genCard" >
<image width="180px" src="./gifs/pruebaImagen.png" style="border-radius: 1.5rem; "/>
<h3 style="text-align: center; color: black; font-family: 'Merriweather Sans', sans-serif; size: 1rem;">Isabel Tellez</h3>
</div>
</a>`
}
}
imgLoad()*/
async function main(){
await studentBuilder("ago2020");
console.log(window.sessionStorage.getItem("allStudents"))
}
main()
</script>
<footer class="footer" id='footer'>
</footer>
</body>
</html>