-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 2.49 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="stylesheet" type="text/css" href="style/scrollpath.css" />
<link href="https://fonts.googleapis.com/css?family=Terminal+Dosis&subset=latin" rel="stylesheet" type="text/css">
<script type="text/javascript" src="script/lib/prefixfree.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="description" content="CV Sergio Razza" />
<title>Sergio Razza</title>
</head>
<body>
<nav>
<ul>
<li><a href="#start">1</a></li>
<li><a href="#description">2</a></li>
<li><a href="#syntax">3</a></li>
<li><a href="#scrollbar">4</a></li>
<li><a href="#rotations">5</a></li>
<li><a href="#rotations-rotated">6</a></li>
<li><a href="#source">7</a></li>
<li><a href="#follow">8</a></li>
</ul>
</nav>
<div class="settings">
<a href="" class="show-path">Show Path</a>
</div>
<div class="wrapper">
<div class="demo">
<h1>Sergio Razza</h1>
<a href="CV_Sergio_Razza.pdf" download>Bajar CV en formato PDF</a><br /><br />
<span class="arrow">↓</span> Ver Presentación <span class="arrow">↓</span>
</div>
<div class="description">
<span class="big">Full stack developer: ASP.NET, Html, Css, Javascript, Nodejs, C#</span>
</div>
<div class="syntax">
<span class="big">jQuery, Angular, Vuejs, ASP.NET MVC, PHP, SQL, Git, SuiteCRM</span>
</div>
<div class="scrollbar">
<span class="big">Experiencia en Análisis y Gestión de Proyectos.</span>
</div>
<div class="rotations">
<span class="big">Analista Programador</span>
<span class="upside-down big">Universitario</span>
</div>
<div class="source">
<span class="big">Más de 15 años de experiencia en desarrollo de software.<span>
</div>
<div class="follow">
<span class="big">Para más información o contacto, envie un email a <a href="mailto:srazza@gmail.com">
srazza@gmail.com</a><br /><br />Muchas Gracias por su visita.</span>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.pack.js"></script>
<script type="text/javascript" src="script/lib/jquery.easing.js"></script>
<script type="text/javascript" src="script/jquery.scrollpath.js"></script>
<script type="text/javascript" src="script/demo.js"></script>
</body>
</html>