-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrabalhe.html
More file actions
75 lines (74 loc) · 3.28 KB
/
trabalhe.html
File metadata and controls
75 lines (74 loc) · 3.28 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Trabalhe conosco| Farm Tech Innovate</title>
</head>
<body>
<!-- header -->
<header style="background-image: url(img/Lote.jpg)">
<!--container-->
<div class="container">
<nav>
<a href="index.html">
<img src="img/logomenor.png" alt="logo Farm Tech Innovate">
</a>
<ul class="ul">
<a href="solucoes.html">Nossas soluções</a>
<a href="trabalhe.html">Trabalhe conosco</a>
<a href="contato.html">Contato</a>
<a class="btn" href="login.html">Login</a>
<div class="close-icon" onclick="closeMenu()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16">
<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"/>
</svg>
</div>
</ul>
<div class="menu-icon" onclick="openMenu()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/>
</svg>
</div>
</nav>
<section class="banner">
<div class="banner-text">
<h1>Trabalhe conosco</h1>
</div>
</section>
</div>
<!--end container-->
</header>
<!-- end header -->
</section>
<section class="Trabalhe">
<div class="container">
<h1>Trabalhe conosco</h1>
<p>Agro modifica o mundo, e nós fazemos parte desta mudança</p>
<div class="rows-cards">
<!-- row card item1-->
<div class="row-card-item">
<p class="Nome Completo"><strong>Nome Completo</strong></p>
</div>
<!-- end row card item1-->
<!-- row card item2-->
<div class="row-card-item">
<p class="interesse"><strong>Áreas de interesse</strong></p>
</div>
<!-- end row card item2-->
<!-- row card item3-->
<div class="row-card-item">
<p class="e-mail"><strong>E-mail</strong></p>
</div>
<!-- end row card item3-->
<!-- row card item4-->
<div class="row-card-item">
<p class="sobre voce"><strong>Fale sobre você</strong></p>
</div>
<!-- end row card item4-->
</div>
</section>
<script src="js/main.js"></script>
</body>
</html>