-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.html
47 lines (46 loc) · 2.4 KB
/
en.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
<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sergio Faraldo Graña - Links</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Sergio Faraldo Graña</h1>
<p>Bachelor's in Software Engineering/CompSci • Master's in Cybersecurity</p>
<p><i class="fa fa-map-marker" aria-hidden="true"></i> Vigo, Spain <i class="fa fa-envelope" aria-hidden="true"></i> <a href="mailto:[email protected]">[email protected]</a></p>
<p> <i class="fa fa-download" aria-hidden="true"></i> <a href="CV_en.pdf">Résumé</a></p>
<nav>
<ul>
<li><a href="https://www.github.com/sergio-faraldo/" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/sergio-faraldo" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://www.gitlab.com/sergio-faraldo" class="icon brands fa-gitlab"><span class="label">Gitlab</span></a></li>
<br>
<li><a href="https://www.credential.net/ce170a7f-3107-4bbd-ad37-545b072ed6ce" class="icon brands" style="display: flex;justify-content: center;"><img src="https://api.accredible.com/v1/frontend/credential_website_embed_image/badge/64824662" alt="OSDA Badge" class="icon brands" style="width: 200%;"><span class="label">Offensive security: OSDA</span></a></li>
</ul>
</nav>
</header>
<footer id="footer">
<span style="font-size:12pt;color:#333333;font-weight:600"><a href="index.html">Español</a></span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>