-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPA9-emp.html
More file actions
95 lines (84 loc) · 3.53 KB
/
PA9-emp.html
File metadata and controls
95 lines (84 loc) · 3.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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">
<title>PA9</title>
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="PA9.css">
</head>
<body onLoad="CopyRight(); todayDate();">
<script src="PA9.js"></script>
<div class="navbar">
<a href="PA9.html">Home</a>
<div class="dropdown">
<button onclick="navigateCat();" class="dropbtn">Category
<i class="fa fa-caret-down"></i>
</button>
<div class=" dropdown-content">
<a href="PA9-link.html">Hats</a>
<a href="PA9-link.html">Shirts</a>
<a href="PA9-link.html">Jackets</a>
<a href="PA9-link.html">Rocket Launches</a>
<a href="PA9-link.html">Flame throwers</a>
</div>
</div>
<div class="dropdown">
<button onclick="navigateDeal();" class="dropbtn">Deals
<i class="fa fa-caret-down"></i>
</button>
<div class=" dropdown-content">
<a href="PA9-link.html">Basic Package</a>
<a href="PA9-link.html">Advanced Package</a>
<a href="PA9-link.html">Super Social Media Package</a>
<a href="PA9-link.html">Reddit DDOS package</a>
<a href="PA9-link.html">Elon Musk endorsement</a>
</div>
</div>
<a href="PA9-emp.html">Employment</a>
</div>
<div class="w3-container w3-dark-gray w3-center">
<div class="w3-padding">
<img height="170px;" width="auto;" src="logoT.png" alt="logo company logo (it is supposed to be lame for irony)">
</div>
</div>
<div class="w3-row">
<div class="w3-container w3-half w3-mobile">
<img width="100%" height="auto" src="job.jpg" alt="job">
</div>
<div class="w3-container w3-half w3-mobile">
<p>Does your dream job involve playing with flame throwers and launching cars into space? Do you enjoy constantly
being featured on the news and having your work called moronic but doing it anyway? If so, you should consider
working with us. We don't pay much, but its more like a hangout than a job, so there is that.
</p>
</div>
</div>
<div class="w3-row">
<div class="w3-container w3-half w3-mobile">
<br>
<br>
<h1>Notice to current employees:</h1>
<p>There have been repeated questions about when we will start paying them. As we have said before, we will pay
you when we make money. Any accusations that the executives are hoarding money in the board room is false.
The chairs were always that fluffy, it is not cash. Now, will the employees please stop barricading the board
room? We are running out of interns to send out to negotiate.
</p>
</div>
<div class="w3-container w3-half w3-mobile">
<img width="100%" height="auto" src="money.jpg" alt="money">
</div>
</div>
<div class="w3-row">
<div class="w3-rest w3-dark-gray">
<div class="w3-container">
<p> </p>
<!-- Last date modified -->
<div style="text-align:center;" id="dateModified">
</div>
<br>
</div>
</div>
</div>
</body>
</html>