-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (79 loc) · 3.88 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>SEIF (UAM)</title>
<!-- <link rel="stylesheet" href="bootstrap.css"> -->
<link rel="stylesheet" href="fontawesome.css">
<link rel="stylesheet" href="reset.css">
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="stylesheet" href="seif.css">
<!-- <link rel="stylesheet" href="styles.css"> -->
<!-- Icons -->
<!-- <link rel="stylesheet" href="custom.css"> -->
<!-- Custom css -->
<link rel="icon" type="image/png" href="lock.png">
</head>
<body id="site-top">
<nav id="navbar">
<div class="centered-stuff">
<!-- <a id="navbar-brand" class="navbar-link" href="index.html">SEIF</a> -->
<ul class="navbar-list">
<li class="navbar-item navbar-brand"><a class="navbar-link" href="#">SEIF</a></li>
<li class="navbar-item"><a class="navbar-link" href="#reach-out-section">CONTACTO</a></li>
<li class="navbar-item"><a class="navbar-link" href="#about-section">SOBRE NOSOTROS</a></li>
</ul>
</div>
</nav>
<header id="landing-section">
<div class="landing-body container">
<!-- <h1 class="text-monospace heading-title">4r3 y0u <span class="seif" id="seif">531F</span>?</h1> -->
<h1 class="text-monospace heading-title" id="seif-intro">4r3 y0u 531F?</h1>
<a class="btn btn-down" href="#about-section"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</header>
<section id="about-section">
<div class="centered-stuff">
<h1 class="text-monospace">¿Qué es SEIF?</h1>
<p class="text-monospace">SEIF es una asociación de Seguridad Informática en la Universidad Autónoma de
Madrid, formada con el fin de aprender y realizar proyectos en grupo en el ámbito de la
ciberseguridad y ciberinteligencia.</p>
<a class="btn btn-down" href="#reach-out-section"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</section>
<section id="reach-out-section">
<div class="centered-stuff">
<h1 class="text-monospace">¡CONTÁCTANOS O <br>ÚNETE A SEIF!</h1>
<!-- <a href="https://t.me/joinchat/Da39UVJoqEmJPqvIiPOTgQ"><button class="btn reach-out-btn"> -->
<!-- <span class="fab fa-telegram"></span><br> -->
<!-- <span class="reach-out-name btn-text">GRUPO DE<br>TELEGRAM</span> -->
<!-- </button></a> -->
<a href="https://www.instagram.com/uamseif/"><button class="btn reach-out-btn">
<span class="fab fa-instagram"></span><br>
<span class="reach-out-name btn-text">INSTAGRAM</span>
</button></a>
<a href="https://twitter.com/uamseif"><button class="btn reach-out-btn">
<span class="fab fa-twitter"></span><br>
<span class="reach-out-name btn-text">TWITTER</span>
</button></a>
<a href="https://discord.gg/fe3QKeF58X"><button class="btn reach-out-btn">
<span class="fab fa-discord"></span><br>
<span class="reach-out-name btn-text">SERVIDOR DE<br>DISCORD</span>
</button></a>
<a href="https://github.com/uamseif"><button class="btn reach-out-btn">
<span class="fab fa-github"></span><br>
<span class="reach-out-name btn-text">ORGANIZACIÓN<br>DE GITHUB</span>
</button></a>
<br><br>
<!-- (Outdated email) <p class="text-monospace">Si lo deseas, también puedes escribirnos directamente a
<a href="mailto:[email protected]">[email protected]</a>.</p>-->
</div>
</section>
<footer>
<p class="text-monospace">Copyright © 2024 SEIF</p>
</footer>
<script src="anim.js"></script>
</body>
</html>