-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobs.html
More file actions
111 lines (78 loc) · 3.36 KB
/
jobs.html
File metadata and controls
111 lines (78 loc) · 3.36 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
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
<!DOCTYPE html>
<html lang="pt-br">
<meta charset="UTF-8">
<title>Elbit | você, digital</title>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<link rel="canonical" href="https://elbit.com.br"/>
<meta property="og:url" content="https://elbit.com.br">
<meta property="og:type" content="website">
<meta property="og:title" content="Elbit | você, digital">
<meta property="og:description" content="Elbit Digital">
<meta property="og:image" content="/meta-image1.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="800">
<meta property="fb:pages" content="elbit_page_code">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@elbitdigital">
<meta name="twitter:title" content="Elbit | você, digital">
<meta name="twitter:description" content="Elbit Digital">
<meta name="twitter:image" content="/meta-image1.jpg">
<meta id="theme-color" name="theme-color" content="#eeeeee"/>
<script src="https://use.typekit.net/qvt3bhg.js"></script>
<script src="dist/js/villa.min.js"></script>
<link rel="stylesheet" href="dist/css/elbit.css"/>
<link rel="stylesheet" href="dist/css/villa.min.css"/>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="dist/css/material-colors.css"/>
<link rel="stylesheet" type="text/css" href="dist/css/villa-cross.min.css"/>
<script src="dist/js/html5shiv.js"></script>
<script src="dist/js/html5shiv-printshiv.js"></script>
<script src="dist/js/classList.min.js"></script>
<![endif]-->
<body class="tk-futura-pt grey-100">
<header class="Header">
<div class="Header-background"></div>
<div class="Header-inner container">
<div class="Logo Header-logo">
<div class="Logo-selectArea">
<div id="logo" class="Logo-inner"></div>
</div>
</div>
<nav class="Nav">
<ul class="NavList">
<li class="NavList-item">
<a href="/sobre">Sobre</a>
</li>
<li class="NavList-item">
<a href="/servicos">Serviços</a>
</li>
<li class="NavList-item">
<a href="/contato">Contato</a>
</li>
</ul>
</nav>
</div>
</header>
<section>
<!--
Do you:
understand what is written here?
have an overall knowledge of what is this source page?
have the desire to know new things?
have interest in being part of this?
If you answered 'yes' to all the above statements, send an email to contato(at)elbit.com.br with the following:
Subject: Interesse source-code
Body: Your name, your age, your current city and the translation of the below text to portuguese:
Structured data refers to kinds of data with a high level of organization, such as information in a relational database. When information is highly structured and predictable, search engines can more easily organize and display it in creative ways. Structured data markup is a text-based organization of data that is included in a file and served from the web. It typically uses the schema.org vocabulary—an open community effort to promote standard structured data in a variety of online applications.
-->
</section>
<script src="dist/js/elbit.js"></script>
<script>
var logo = new Logo(document.getElementById('logo'), 'dist/img/ElbitLogo--web.svg', function () {
// logo.cloneTo(document.getElementById('footer-logo'));
});
</script>
</body>
</html>