-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexSite.html
More file actions
62 lines (57 loc) · 2.58 KB
/
indexSite.html
File metadata and controls
62 lines (57 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="estilosite.css">
<title>Lading</title>
</head>
<body>
<header>
<div class="menu">
<p><span>Two</span> <span>bytes</span></p>
<p><span>consulting</span></p>
<nav class="menu">
<a href="www.google.com">HOME</a>
<a href="www.google.com">ABOUT US</a>
<a href="www.google.com">JOBS</a>
<a href="www.google.com">CLIENTS</a>
<a href="www.google.com">EMPLOYERS</a>
<a href="www.google.com">CONTACT US</a>
</nav>
</div>
<!-- <img src= "imagem/work.jpg" alt="Fundo no menu com mesa/computador"> -->
<div>
<h2>I'm looking for..</h2>
<div class="opcao">
<input type="text" name="job" placeholder=" Enter a Job Description">
<label><input type="checkbox" name="time">Full time</label>
<label><input type="checkbox" name="estilo">Part Time / Casual / Freelance </label>
<select name="plataforma">
<option value="">Select your location</option>
<option value="br">Brazil</option>
<option value="us">United State</option>
<option value="es">Espanã</option>
</select>
<button type="submit"> <img src="imagem/lupa.png " alt="lupa">Search</button>
</div>
</div>
</header>
<h2>We're leaders in</h2>
<h2>Creative Digital Recruitment</h2>
<h2>Based in Surry Hills, the creative hub of Sysdney we are surrounded by creativity
and that reflects on the type of jobs we recruit for.<h2>
<div>
<button type="submit">FIND OUT MORE ABOUT US!</button>
<h3>Subscribe to out Seeker Mailing List</h3>
<button type="submit"> <img src="imagem/carta.png " alt="Email do usuario">Enter Your Email Address</button>
</div>
<footer>
<p> <span> Copyright © 2014 Two Bytes Consulting.</span> <span> Terms & Policies. </span> </p>
<img src="imagem/like.jpg" alt="facebook">
<img src="imagem/Tweet.png" alt="twitter">
</footer>
</body>
</html>