-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (168 loc) · 8.57 KB
/
index.html
File metadata and controls
209 lines (168 loc) · 8.57 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Workforce Toolbox</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
.navbar {
overflow: hidden;
background-color: #333;
}
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: red;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body>
<div class="navbar">
<a href="#home">Home</a>
<div class="dropdown">
<button class="dropbtn">Career Pathways Explorer
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://cdn.traitify.com/video/Traitify+-+User+Accounts.mp4" target="_blank">Managing User Accounts</a>
<a href="https://cdn.traitify.com/video/Traitify+-+Overview+of+User+Experience.mp4" target="_blank">Overview of User Experience</a>
<a href="https://cdn.traitify.com/video/Traitify+-+Insights.mp4" target="_blank">Overview of Personality Insights</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Essential Ed
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=0d8df33ec11a4acb4a28778aeeb8e2ce" target="_blank">How to Access Resources on Essential Ed Website</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=045451c7f96f3526e56aa90618a3a7b7" target="_blank">How to Access the Essential Education Tools</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">The Academy
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://www.youtube.com/watch?v=AFFj1wzFeCU" target="_blank" >Introduction to ResCare Academy</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=3bcb345c1097dc773f46655b850168dc" target="_blank">How to Pull Reports in The Academy</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=3faa9af7d90f98dbbee8fe755f0a7f6f" target="_blank">How to Register a Jobseeker in The Academy</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=3303aacfd6fa4ddc35a7e035a1c8711f" target="_blank">How to Browse for Courses in The Academy</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=dc0066111a4111b6c355184d32eb2e19" target="_blank">Reporting Database</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=d84beb7ad13a9496716c74b7b9078eca" target="_blank">Online Training Status Report</a>
<a href=" https://brightspringhealth.webex.com/recordingservice/sites/brightspringhealth/recording/play/2b82c429460b43bdafe6ca39131ae732" target="_blank">How to Reset a Password</a>
<a href="https://brightspringhealth.webex.com/recordingservice/sites/brightspringhealth/recording/play/a7f7379cbb754fa1ae78db0a4efac290" target="_blank">How to Assign a Manager to a Jobseeker</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Talent Market
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=ff6278ea3bd6ed107e768d0c4f37c654" target="_blank">The Home Page</a>
<a href="https://www.youtube.com/watch?v=g1zyCA6HlXU" target="_blank">Overview of ResCare Talent Market</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=02f5765f16020a51d962b70ec1474c45" target="_blank">Tags as Identifiers</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=0e1faaadeb1cf5a5537f4794712fc2cd" target="_blank">Job Notifications</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=b76e167103e7d52ef30e6e433645fb3e" target="_blank">Job Share Job</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=919d4cf3222cd02e7ea4750cb191194a" target="_blank">Job Share Job Seeker</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=5eb9922e443298d1fade8d69d94ea9f6" target="_blank">Manage Circles</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=7b68f7ff4d3c3d8600e905eaa3bcdde5" target="_blank">Manage Jobs</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=b7a87e5ad08bf2cdad6ae9088aaa05a9" target="_blank">Manage Your Network</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=a06a414db1ef7a621651c86d9290faab" target="_blank">Questionnaire</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=c23a70771286245166cb2d16097d4cf8" target="_blank">Reports Training</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">LinkedIn Learning
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=9242fc5573e2748913711e4d027fed59" target="_blank" >How To Pull Reports in LinkedIn Learning</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Quick Base
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=e713f655b09417bc11c9a5c43934edec" target="_blank">How to Add an Expenditure</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=eb9a2c85811be7bbd2b1f930106400aa" target="_blank">How to Edit (or Update) the Project Briefing Sheet</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/ldr.php?RCID=91d46117db6dc0d21ac6caf292bb1d63" target="_blank">How to Record Monthly Performance</a>
<a href="https://brightspringhealth.webex.com/brightspringhealth/lsr.php?RCID=943c44eff56e26da2f90b37828c63303" target="_blank">How to Request a Voucher</a>
<a href="https://raw.githubusercontent.com/AdvantageIntegratedSolutions/workforce/master/ChangeEmailQuickbase.pdf" target="_blank"> How to Change your email address in Quick Base </a>
</div>
</div>
</div>
<div>
<h1><a name="top">Workforce Toolbox</a></h1>
<p style='font-size: 28px'>
Do You Need Assistance?
<a href="https://rescare-pages.advantagesoftware.net/enabling-tech/contact" target="_blank" >Contact Us</a>
<!-- <a href="http://wftoolbox.com/contact.htm">Contact Us</a> -->
</p>
<p style='font-size: 28px'>
Fresh Idea?
<a href="https://rescare-pages.advantagesoftware.net/fresh-ideas" target="_blank" >Let Us Know</a>
</p>
</body>
<div>
<img src="https://raw.githubusercontent.com/AdvantageIntegratedSolutions/workforce/master/img/workforce.JPG" style="width:100%;height:"100%";">
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24467439-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
</script>
</html>