-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
56 lines (38 loc) · 1.87 KB
/
contato.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
<!DOCTYPE html>
<html>
<head>
<title>Engineers</title>
<link rel="stylesheet"
type="text/css"
href="bootstrap.css"/>
<link rel="stylesheet"
type="text/css"
href="stylecontato.css"/>
<link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet">
</head>
<body class="background">
<a class="button" href = "sobre.html">
Sobre Nós
</a><a class="button" href = "projetos.html">
Projetos</a><a class="button" href = "contato.html">
Contato</a>
<h1 style='text-align: center; font-family:Playball'>Contate-nos!</h1>
<p style='text-align:center'><img src='imagens/FotoGrupo.jpeg' width='650px' height='350px'/></p>
<h2 style='text-align:center;font-family:Arial'>Queremos trabalhar.</h2>
<p style="font-family:Arial"><font size='4'>Estamos interessados em propostas ou oportunidades de trabalhos/estágios para expandir nosso cumulativo de experiências e habilidades profissionais. Temos basntate experiência com programação, modelações e simulações. Além de ter conhecimento de aprendizado, o que permite captar novas habilidades essenciais ao trabalho com rapidez e eficiência ao quadrado.</font> </p>
<ul class='box'>
<li>Email 1: [email protected]</li>
<li>Email 2: [email protected]</li>
<li>Telefone: 11 992299499</li>
</ul>
<hr>
<p style='text-align:center'>
<a href='https://www.facebook.com/'>
<img src='http://www.iconninja.com/files/245/45/195/facebook-media-social-like-network-fb-icon.svg' width = 50px height = 50px align = 'center'/>
</a>
<a href='https://twitter.com/'>
<img src='https://cdn1.iconfinder.com/data/icons/iconza-circle-social/64/697029-twitter-512.png' width = 50px height = 50px align = 'center'/>
</a>
</p>
</body>
</html>