-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemployees.html
48 lines (37 loc) · 1.63 KB
/
employees.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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TecnoWomen: O site de Networking feminino</title>
<link rel="stylesheet" href="list.css">
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="topnav" id: "topNav">
<a class="home" href="index.html">Home</a>
<a href="forum.html">Acompanhe quem você segue</a>
<a href="joboffer.html">Vagas disponíveis</a>
<a href="business.html">Sou empresa</a>
<a class="help" href="help.html">Ajuda</a>
<div class="login-container">
<form action="">
<input type="text" placeholder="Usuário" name="username">
<input type="text" placeholder="Senha" name="password">
<button type="submit">Entrar</button>
</form>
</div>
</div>
<h2>Vagas Disponíveis:</h2>
</header>
<section id="content">
</section>
<script type="text/javascript" src="employees.js"></script>
<div class="footer">
<h4>Contate-nos:</h4>
<a href="https://www.facebook.com/programaria/?locale=pt_BR" class="fa fa-facebook"></a>
<a href="https://twitter.com/programaria?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" class="fa fa-twitter"></a>
<h5>Projeto Desenvolvido por Priscila Araújo para Programaria</h5>
</div>
</body>
</html>