-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (125 loc) · 6.26 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<link rel='shortcut icon' type='image/x-icon' href='https://avatars2.githubusercontent.com/u/16293577?s=460&v=4' />
<title>Ignacio</title>
<title>Aguilera Martos</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="https://avatars2.githubusercontent.com/u/16293577?s=460&v=4" style="width:100%">
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-user w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="cv.html" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-id-card-o w3-xxlarge"></i>
<p>CV</p>
</a>
<a href="https://nacheteam.github.io/Lista-libros/lista_libros.html" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-book w3-xxlarge"></i>
<p>Lista de libros</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:40% heigth:50% !important">HOME</a>
<a href="#about" class="w3-bar-item w3-button" style="width:40% heigth:50% !important">ABOUT</a>
<a href="cv.html" class="w3-bar-item w3-button" style="width:40% heigth:50% !important">CV</a>
<a href="https://nacheteam.github.io/Lista-libros/lista_libros.html" class="w3-bar-item w3-button" style="width:40% heigth:50% !important">LISTA DE LIBROS</a>
</div>
</div>
<div class="parallax"></div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo">Ignacio Aguilera<span class="w3-hide-small">Martos</span></h1>
<p>Estudiante de Ingeniería informática y Matemáticas.</p>
<img src="https://avatars2.githubusercontent.com/u/16293577?s=460&v=4" alt="boy" class="w3-image" width="300" height="300">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey">¿Quién soy yo?</h2>
<hr style="width:200px" class="w3-opacity">
<p>
Soy Ignacio Aguilera Martos, actualmente estudiante de Ingeniería Informática y Matemáticas en la Universidad de Granada. Soy una persona activa en GitHub que le encanta
la ciberseguridad y la Inteligencia Artificial.
</p>
<p>
En referencia a mi atracción a la seguridad informática formo parte de un grupo local enfocado a la divulgación sobre ciberseguridad y a la concienciación de la gente
sobre los peligros que afrontan en Internet. En este grupo he dado una charla sobre <a href="https://vimeo.com/214392014">Tor</a> y tengo previsto dar otra sobre los
<a href="https://www.github.com/nacheteam/charla-ransomware">ransomware</a>. El nombre del grupo es <a href="https://interferencias.github.io">Interferencias</a>.
</p>
<h3 class="w3-padding-16 w3-text-light-grey">Competencias</h3>
<hr style="width:200px" class="w3-opacity">
<p class="w3-wide">C++</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:90%"></div>
</div>
<p class="w3-wide">C</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:70%"></div>
</div>
<p class="w3-wide">Python</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:65%"></div>
</div>
<p class="w3-wide">Java</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:80%"></div>
</div>
<p class="w3-wide">Cuckoo</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:60%"></div>
</div>
<h3 class="w3-padding-16 w3-text-light-grey">Idiomas</h3>
<hr style="width:200px" class="w3-opacity">
<p class="w3-wide">Español</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:100%"></div>
</div>
<p class="w3-wide">Inglés</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:85%"></div>
</div>
<p class="w3-wide">Francés</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:35%"></div>
</div><br>
<!-- Footer -->
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<center>
<a href="https://www.github.com/nacheteam"><i class="fa fa-github w3-hover-opacity" style="font-size:48px"></i></a>
<a href="https://www.linkedin.com/in/ignacio-aguilera-martos-3b4a92122/"><i class="fa fa-linkedin w3-hover-opacity" style="font-size:48px"></i></a>
<a href="https://www.ivoox.com/podcast-computinglife_sq_f1362921_1.html"><i class="fa fa-podcast w3-hover-opacity" style="font-size:48px"></i></a>
<p class="w3-medium">Hecho por <a href="https://www.github.com/nacheteam" target="_blank" class="w3-hover-text-green">mi.</a></p>
</center>
<!-- End footer -->
</footer>
<!-- END PAGE CONTENT -->
</div>
</body>
</html>