-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 2 KB
/
index.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
<!DOCTYPE HTML>
<html lang="eng">
<head>
<title>Conversational Job Application</title>
<script src="https://use.fontawesome.com/cfa55986e8.js"></script>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="det-wrap">
<div id="details">
<div class="logo"><img src="images/invision-logo-pink.png" alt=""></div>
<a href="#"><i class="fa fa-angle-left"></i>Back to All Jobs</a>
<div class="job-title">Product Designer</div>
<div class="job-loc"><i class="fa fa-map-marker"></i>Anywhere</div>
<div class="job-summary">InVision offers an incredibly unique work environment. The company employs a diverse team all over the world. In the United States we have teams including hubs in New York, San Francisco, Austin, Portland, and Boston. Each InVision team member is given the freedom and tools to do their best work from wherever they choose. Among our benefits we offer competitive health plans, 401k, a flexible vacation policy, unlimited Starbucks cards for each employee, and unlimited books related to your profession.</div>
</div>
</div>
<div class="app-wrap">
<!-- Introduction -->
<div id="application">
<div class="title"><span>1</span>Introduce Yourself!</div>
Hello! My name is <span contenteditable="true"></span> and I’m a <span contenteditable="true"></span> from <span contenteditable="true"></span>. My skills include <span contenteditable="true"></span>, <span contenteditable="true"></span> and <span contenteditable="true"></span>.You can view my work at <span contenteditable="true"></span>. You can reach me by email at <span contenteditable="true"></span> and by phone at <span contenteditable="true"></span>.
</div>
<!-- Cover Letter -->
<div id="cover-letter">
<div class="title"><span>2</span>What makes you a good fit for this position?</div>
<div class="letter" placeholder="..." contenteditable="true" ></div>
</div>
<a class="submit-button" href="success.html">Submit Application</a>
</div>
<div class="clearfix"></div>
</body>
</html>