-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (124 loc) · 4.75 KB
/
index.html
File metadata and controls
187 lines (124 loc) · 4.75 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="pt-br">
<meta charset="UTF-8">
<!--
_____ _ _ _ _ ____ _ _ _ _
| ____| | |__ (_) |_ | _ \(_)___ _(_) |_____ _| |
| _| | | _ \| | _| | | | | | _` | | _| _` | |
| |___| | |_| | | |_ | |_| | | |_| | | |_| |_| | |
|_____|_|_.__/|_|\__| |____/|_|\__,_|_|\__|\__,_|_|
|____|
Hey curious, we're hiring!
https://elbit.com.br/jobs
-->
<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="dist/img/meta-facebook.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="dist/img/meta-twitter.jpg">
<meta id="theme-color" name="theme-color" content="#eeeeee"/>
<script src="//use.typekit.net/qvt3bhg.js"></script>
<script>try{Typekit.load({async:true});}catch(e){}</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">
<!--TODO: testar filtro glow no #border branco (mais fiel ao logo que o preto)-->
<div class="Logo Header-logo">
<a href="/" class="Logo-selectArea">
<div id="logo" class="Logo-inner"></div>
</a>
</div>
<nav class="Nav">
<!--TODO: mesma fonte que o logo-->
<!--DONE: typekit não estava carregando -->
<!--TODO: testar novo estilo de hover (background fill like pill)-->
<ul class="NavList">
<li class="NavList-item">
<a href="/sobre">Sobre</a>
</li>
<li class="NavList-item">
<a href="/projetos">Projetos</a>
</li>
<li class="NavList-item">
<a href="/contato">Contato</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="Hero" style="text-align: center;">
<!--<h2>Acreditamos no futuro, e queremos<br> que você faça parte dele também.</h2>-->
</section>
<section class="container">
</section>
<footer class="Footer">
<div class="Footer-background blue-grey-50"></div>
<div class="Footer-inner container">
<div class="Logo Logo--footer Footer-logo">
<!--TODO: retirar escrita (apenas símbolo) e redimensionar-->
<!--DONE: por enquanto manter assim (ou substituir por apenas simbolo)-->
<a href="/" class="Logo-selectArea">
<div id="footer-logo" class="Logo-inner"></div>
</a>
</div>
<p class="Footer-message">
Imagine algum texto interessante escrito nessa parte do rodapé. O mal do mundo é ser muito mundano, ser mudo e mudar. Mudança em manada, desmatando manto de montanha. Matando com morteiro e morrendo na maresia.
</p>
<!--TODO: posicionar responsivamente o padding do nav footer-->
<!--DONE: texto justificado >>tablet-->
<nav class="FooterNav">
<ul class="FooterNavList link--list">
<li class="FooterNavList-item">
<a href="#">Blog</a>
</li>
<li class="FooterNavList-item">
<a href="/styleguide">Style Guide</a>
</li>
<li class="FooterNavList-item">
<a href="https://twitter.com/elbitdigital" target="_blank">Twitter</a>
</li>
<li class="FooterNavList-item">
<a href="https://facebook.com/elbitdigital" target="_blank">Facebook</a>
</li>
<li class="FooterNavList-item">
<a href="#">Instagram</a>
</li>
<li class="FooterNavList-item">
<a href="https://github.com/elbitdigital" target="_blank">Github</a>
</li>
</ul>
</nav>
</div>
</footer>
<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>