-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbubble.html
More file actions
74 lines (62 loc) · 3.48 KB
/
bubble.html
File metadata and controls
74 lines (62 loc) · 3.48 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bubble.css">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/npm/vega@5.9.1"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4.1.1"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.2.2"></script>
<title>Bubble chart</title>
</head>
<header id="header">
<div id="container">
<div id="image" style="display:inline;">
<a href="homepage.html">
<img src="https://static.wixstatic.com/media/8fcdf9_40b068417dc34e6eb585cd7425e44fb2~mv2.png/v1/fill/w_662,h_162,al_c,lg_1/8fcdf9_40b068417dc34e6eb585cd7425e44fb2~mv2.png" alt="logo"/>
</a>
</div>
<div id="texts" style="display:inline; ">
</div>
<img id="1" src="https://static.wixstatic.com/media/8fcdf9_310de16371894b13b3a4558fb93f43a9~mv2.png/v1/fill/w_1242,h_249,al_c,lg_1/8fcdf9_310de16371894b13b3a4558fb93f43a9~mv2.png" alt="search" align="right" style="width:440px;height:100px;">
</div>
</header>
<h1>Find jobs by Salary</h1>
<hr >
<div id="vis"></div>
<style media="screen">
.vega-actions a {
Align="right";
}
</style>
</div>
<div id="bub">
<script src="bubble.json"></script>
</div>
<style>
.vl {
border-left: 1px solid gray;
height: 100%;
position: absolute;
left: 58%;
margin-left: -3px;
top: 310px;
}
</style>
<div class="vl"></div>
<div class="split right">
<h2>Job Inventory: public service assistant $35/hour</h2>
<img src="https://static.wixstatic.com/media/8fcdf9_7f0f2fa450df43978079316844e59066~mv2.jpg/v1/fill/w_1480,h_888,al_c,q_90,usm_0.66_1.00_0.01/8fcdf9_7f0f2fa450df43978079316844e59066~mv2.jpg" width="400" height="200" alt="logo"/>
<p>Responsible for providing information, reference and readers advisory services in the Library and/or the community and/or mini-libraries, nursing homes and other locations.
Provides circulation and page services in the Library and/or the community and/or mini-libraries, nursing homes and other locations. Performs routine collection maintenance duties.
Promotes Library services. May be senior person in charge or exercises responsibility for the day-to-day operation of the library branch.</p>
<hr width="100%">
<h2>Food Service Attendant $23.45/hour</h2>
<img src="https://static.wixstatic.com/media/8fcdf9_d17ac594a5694c2b8768e20f5fcc1aa7~mv2.jpg/v1/fill/w_1000,h_750,al_c,q_90/8fcdf9_d17ac594a5694c2b8768e20f5fcc1aa7~mv2.jpg" width="400" height="300" alt="logo"/>
<p>Responsible for the preparation and/or serving of meals to residents, day centre clients, staff, and Meals-on-Wheels recipients, and for catering during special events;
for the cleaning and maintenance of Food Services equipment and utensils;
and for the disposal of waste, with an emphasis on resident safety and engagement.
Work is performed in accordance with Public Health regulations, Ministry of Long Term Care Act, 2007 and Food Premises Act.</p>
<hr width="100%">
</div>
</body>
</html>