-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (63 loc) · 2.94 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
<!DOCTYPE HTML>
<!--
Hecho con mucho amor por Devscola y Nolegaltech <3
-->
<html>
<head>
<title>Test Barbulescu</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/jquery.dropdown.css" />
<link rel="stylesheet" href="assets/css/jquery.dropdown.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.translate.js"></script>
<script type="text/javascript" src="assets/js/translations.js"></script>
<script type="text/javascript" src="assets/js/jquery.dropdown.min.js"></script>
<script type="text/javascript" src="assets/js/translate.js"></script>
</head>
<body class="homepage">
<div id="page-wrapper">
<section id="header">
<section class="container">
<div class="row">
<div class="col-2 off-9">
<a href="#" id="dropdown-translate-index" class="trn" data-jq-dropdown="#jq-dropdown">Traducciones</a>
<div id="jq-dropdown" class="jq-dropdown jq-dropdown-anchor-right jq-dropdown-tip">
<ul class="jq-dropdown-menu">
<li><a href="#en" id="en">English</a></li>
<li><a href="#fr" id="fr">Francais</a></li>
<li><a href="#it" id="it">Italiano</a></li>
<li><a href="#de" id="de">Deutsch</a></li>
<li><a href="#es" id="es">Español</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2>Barbulescu,</h2>
<p class="trn">o el rollo del Derecho a la intimidad en el trabajo.</p>
</header>
</section>
<section id="intro" class="container">
<footer>
<ul class="actions">
<li>
<a href="survey.html" id="start-button" class="button large trn">Empieza el test</a>
</li>
</ul>
<div class="signature">
<span class="trn">Hecho con </span><i class="fas fa-heart" id="icons"></i> & <i class="fas fa-coffee"> </i> <span class="trn">por </span><a href="http://www.devscola.org">Devscola </a> <span class="trn">y </span><a href="http://www.Nolegaltech.com">:NO{legaltech}</a>.
Fork me on <a href="https://github.com/devscola/barbulescu/" class="black"><i class="fab fa-github"></i></a>
</div>
</footer>
</section>
</section>
</div>
</body>
</html>