-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 2.63 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unix Developers Job Posting</title>
<style>
body {
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 20px;
}
h1 {
font-size: 18px;
margin-bottom: 10px;
}
.header-info {
display: flex;
justify-content: space-between;
align-items: center;
}
.date {
font-size: 14px;
color: #555;
text-decoration: none;
}
p {
margin: 10px 0;
}
.contact-info {
margin: 15px 0;
}
.quote {
margin-top: 20px;
font-style: italic;
}
</style>
</head>
<body>
<h1>Well-capitalized Seattle start-up seeks Unix developers</h1>
<div class="header-info">
<p><strong>Jeff Bezos</strong></p>
<span class="date">8/22/94</span>
</div>
<p>
Well-capitalized start-up seeks extremely talented C/C++/Unix developers to help pioneer commerce on the Internet.
You must have experience designing and building large and complex (yet maintainable) systems, and you should be
able to do so in about one-third the time that most competent people think possible. You should have a BS, MS,
or PhD in Computer Science or the equivalent. Top-notch communication skills are essential. Familiarity with
web servers and HTML would be helpful but is not necessary.
</p>
<p>
Expect talented, motivated, intense, and interesting co-workers. Must be willing to relocate to the Seattle area
(we will help cover moving costs).
</p>
<p>Your compensation will include meaningful equity ownership.<br><br></p>
<div class="contact-info">
<p>Send resume and cover letter to Jeff Bezos:</p>
<p><strong>Mail:</strong> be...@netcom.com<br>
<strong>Fax:</strong> 206/828-0951<br>
<strong>US Mail:</strong><br>
Cadabra, Inc.<br>
10704 N.E. 28th St.<br>
Bellevue, WA 98004
</p>
</div>
<p>We are an equal opportunity employer.</p>
<p>----------------------------------------------------------------------<br>
<span class="quote">"It's easier to invent the future than to predict it." — Alan Kay</span><br>
----------------------------------------------------------------------</p>
</body>
</html>