-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (52 loc) · 2.42 KB
/
index.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
<!DOCTYPE html>
<!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</title>
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@500&display=swap" rel="stylesheet"> <!--Merriweather -->
<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 --->
<script src="./index.js"></script>
<noscript><h1>Tu navegador no soporta JavScript</h1></noscript>
<style>
* {
font-family: 'Merriweather Sans', sans-serif;
}
</style>
</head>
<body>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 1rem; height: 3rem;">
<image src="./img/tecnologico-de-monterrey-blue.png" 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 id="anuario-container">
<section style="font-family: 'Merriweather Sans', sans-serif; text-align: center; color: white;">
<h1>Anuario</h1>
<h2>Once Tec, Always Tec</h2>
</section>
<div id="bar">
<br/>
</div>
</div>
<div style="display: flex; justify-content: center;">
<!-- MODULE -->
<a href="./ago2020.html" style="text-decoration: none;">
<div class="altBlogCard" >
<h3 style="text-align: center; color: black; font-family: 'Merriweather Sans', sans-serif;">Generación 20XX - 20XX</h3>
<image src="./img/GeneraciónPrueba.jpg" style="border-radius: 1rem;"/>
</div>
</a>
</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>
</body>
</html>