-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·84 lines (75 loc) · 3.4 KB
/
index.html
File metadata and controls
executable file
·84 lines (75 loc) · 3.4 KB
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
<!DOCTYPE HTML>
<!--
Astral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Who is Daniele De Angelis?</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#me" class="icon fa-home active"><span>Home</span></a>
<a href="#bio" class="icon fa-folder"><span>Bio</span></a>
<a href="mailto:deangelis.dnle@gmail.com" class="icon fa-envelope"><span>Contact</span></a>
<a href="https://www.facebook.com/deangelisdnle89" class="icon fa-facebook"><span>Facebook</span></a>
<a href="http://it.linkedin.com/pub/daniele-de-angelis/82/771/385/" class="icon fa-linkedin"><span>Linkedin</span></a>
<!--<a href="https://github.com/demarduk89" class="icon fa-github"><span>Github</span></a>-->
<a href="https://bitbucket.org/dan-de" class="icon fa-bitbucket"><span>BitBucket</span></a>
<a href="http://lug.uniroma2.it/" class="icon fa-linux"><span>Roma2LUG</span></a>
<a href="http://www.mapmytracks.com/demarduk89" class="icon fa-binoculars"><span>MapMyTracks</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="me" class="panel">
<header>
<h1>Daniele De Angelis</h1>
<p>Computer Engineer<br/>IT Security Consultant</p>
</header>
<a href="#bio" class="jumplink pic">
<span class="arrow icon fa-chevron-right"><span>See my bio</span></span>
<img src="images/photo.png" alt="" />
</a>
</article>
<!-- Bio -->
<article id="bio" class="panel">
<header>
<h2>Bio</h2>
</header>
<p>
Graduated with a Master degree in Computer Science 110/110 <i>cum laude</i> at University of Rome <i>Tor Vergata</i>, I'm working as an IT Security Consultant in Security Reply for SKY.
Linux user, co-founder of Roma2LUG, Linux User Group of University of Rome Tor Vergata, where I held an organizational and public relation role.
Programmer, with experience in C, C++, Java, Python, Bash and Javascript; good knowledge in networks and system administration.
During my free time I like to go mountain hiking; for now only in Italy, but in the future who knows...
</p>
<section>
<div class="12u">
<a href="#" class="image"><img src="images/mountain.jpg" alt=""></a>
</div>
</section>
</article>
</div>
</div>
<script type="text/javascript" id="cookiebanner"
src="http://cookiebanner.eu/js/cookiebanner.min.js"></script>
</body>
</html>