-
Notifications
You must be signed in to change notification settings - Fork 0
/
Published.html
70 lines (70 loc) · 3.31 KB
/
Published.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="CSS/Published.css"/>
<title>About Us</title>
</head>
<body>
<header>
<nav class="nav"><a href="index.html"><img class="nav__logo" src="Assets/Logo SocialJob.png" alt="Logo Social Job"/></a>
<ul class="nav__enlaces">
<li> <a href="Jobs.html">Jobs</a></li>
<li> <a href="Published.html">Published</a></li>
<li> <a href="AboutUs.html">About Us</a></li>
<li> <a class="nav__enlaces--a1" href="SignIn.html">Sign In</a><a class="nav__enlaces--a2" href="SignUp.html">Sign Up</a></li>
</ul>
<section class="nav__Button"><a class="nav__Button--a1" href="SignIn.html">Sign In</a><a class="nav__Button--a2" href="Registro.html">Sign Up</a><i class="burger-button" id="burger-menu"><img class="Icono-burger" src="Assets/icon-hamburger.svg" alt="Abrir Menu Movil"/><img class="Icono-close" src="Assets/icon-close.svg" alt="Cerrar Menu Movil"/></i></section>
</nav>
</header>
<script src="JS/index.js"></script>
<main class="main">
<section class="Banner">
<p>Published</p><img src="Assets/BannerPublished.PNG" alt="Banner Published"/>
</section>
<section class="published">
<section class="published__image"><img src="Assets/MovileSocialJobs.PNG" alt="Movil Social Jobs"/></section>
<section class="published__Text">
<h1>Fil in the form to post a vacancy</h1>
<div class="published__Text__Inputs">
<label>Position</label>
<input type="text" Placeholder="Position"/>
</div>
<div class="published__Text__Inputs">
<label>Company</label>
<input type="text" Placeholder="Company"/>
</div>
<div class="published__Text__Inputs">
<label>Salary</label>
<input type="text" Placeholder="Salary"/>
</div>
<div class="published__Text__Inputs">
<label>Location</label>
<input type="text" Placeholder="Location"/>
</div>
<div class="published__Text__Inputs">
<label>Job URL</label>
<input type="text" Placeholder="Job URL"/>
</div>
<div class="published__Text__Inputs">
<label>Image URL</label>
<input type="text" Placeholder="Image URL"/>
</div>
<div class="published__Text__Inputs">
<label>Description</label>
<textarea name="Description" cols="30" rows="5" Placeholder="Description"></textarea>
</div>
<div class="published__Text__Inputs">
<label>Skils</label>
<input type="text" Placeholder="Skills"/>
</div>
<section class="buttonText"><a href="Jobs.html">Post</a></section>
</section>
</section>
</main>
<footer class="footer"><a class="footer__AboutUs" href="AboutUs.html">About Us</a><a class="footer__DerechosReservados" href="#">2020 By Central Develop, All rights reserverd.</a>
<section class="footer__PlatziMaster"><img src="Assets/PlatziMaster.png" alt="Logo Platzi Master"/><a class="footer__PlatziMaster__Text" href="#">Platzi Master</a></section>
</footer>
</body>
</html>