—
open calls
$52
JW scale/hr
—
Book 1
—
Book 2
No calls today.
No open job calls at this local as of the last update. Check directly: https://members.local134.org/scripts/members.dll/
Raw dispatch text (parser couldn't extract structured data)
Please Wait...
@media only screen and (min-width: 640px) {
body {
padding-top: 25px;
background-image: url("../css/IBEW/134/images/concrete_seamless.png");
background-repeat: repeat;
}
}
#header-row {
background-color: #FFF;
padding: 0px;
}
#union-logo {
width: 100%;
alt: IBEW Local 134;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 9px 0px 65px #797979, -9px 0px 65px #797979;
}
.contain-to-grid {
background-color: #FFF !important;
}
.off-canvas-wrap {
overflow: visible !important;
}
.left-off-canvas-menu {
position: fixed;
top: 45px;
height: fit-content;
overflow: auto;
}
.fi-list {
color: white;
cursor: pointer;
font-size: 2em;
padding-left: 0.3em;
}
.title {
display: inline-block;
vertical-align: top;
color: white;
}
.top-bar-logo {
vertical-align: top;
}
IBEW Local 134
@media only screen and (min-width: 640px) {
#mainContent {
box-shadow: 9px 0px 65px rgba(1,1,1,0.4), -9px 0px 65px rgba(1,1,1,0.4);
background-color: white;
z-index: 1;
}
.top-bar {
width: 100%;
margin: 0px;
border-top: 1px solid #999999;
z-index: 2;
}
.left a:hover {
text-decoration: underline;
text-shadow: none;
}
.left li {
text-transform: uppercase;
text-shadow: 1px 2px 2px #000;
font-size: 14px;
color: #fff;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
white-space: nowrap;
}
.contain-to-grid {
background-color: none !important;
background: none !important;
}
.top-bar-section .has-dropdown.not-click:hover>.dropdown {
height: 350px !important;
overflow: auto;
}
}
Important Documents
IBEW Local 134 Principal Agreement Video
IBEW Local 134 Communications Agreement Video
Contract Proposal Letter- A
Contract Proposal Letter- C (Communication)
Contract Proposal Letter- B (Maintenance)
NEIB
NEIB Explainer Video
Log In
Reset Password
Important Documents
Back
IBEW Local 134 Principal Agreement Video
IBEW Local 134 Communications Agreement Video
Contract Proposal Letter- A
Contract Proposal Letter- C (Communication)
Contract Proposal Letter- B (Maintenance)
NEIB
NEIB Explainer Video
Log In
Reset Password
.iosImg {
width: 50px;
}
.pwaModal {
/* display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.pwaModal-content {
background-color: white;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.pwaClose {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.pwaClose:hover,
.pwaClose:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
tr:nth-child(even) {background: white !important}
tr:nth-child(odd) {background: white !important}
.passwordToggleWrapper {
position: absolute; top: 0; right: 0;
}
.passwordWrapper {
position: relative;
}
×
IBEW Local 134
You can install this site as an app.
First click the "Share" icon
Then click "Add to Home Screen" icon
Don't ask me again.
OK
×
Mobile Texting Opt-In
Beginning February 29th, 2024, explicit opt-in is required to
receive text messages through IBEW 134's texting service.
Instructions are provided here:
How to use the mobile texting preferences website.
Don't ask me again.
Set Preferences
Continue
Set Preferences
Continue
User Login
User Name required
A User Name is required.
Password required
A Password is required.
Remember Me
console.log('B');
Login
.ula {
text-decoration: underline;
}
.appsc {
text-align: center;
}
#mobileApps {
margin-bottom: 1em;
}
#mobileapps p {
margin-top: 1em;
font-weight: 600;
}
.badge {
height: 49px;
}
.hide {
display: none;
}
.apple {
margin-top: 2px;
}
const androidBrowser = /Android/i.test(navigator.userAgent);
const appleBrowser = /iPhone|iPad|iPod/i.test(navigator.userAgent);
const mobileApp = false;
if (!mobileApp) {
document.getElementById('mobileApps').classList.remove('hide');
if (!androidBrowser) {
document.getElementById('appleBadge').classList.remove('hide');
}
if (!appleBrowser) {
document.getElementById('googleBadge').classList.remove('hide');
}
if (appleBrowser) {
const el = document.getElementById('appleBadge');
let url = el.href;
url = url.replace('https:','itms-apps:');
el.href = url;
}
}
Your username is your Card Number.
Your initial password is your last name and the last
3 digits of your SIN.
four digits of your SSN.
Your initial password is not case sensitive.
You will be required to change your password on your first login.
Don't have an account? Create one here.
If you have forgotten your password, you can
Reset it here.
Reset it here.
Passwords are case sensitive.
function ViewModel () {
var self = this;
self.USER_NAME = ko.observable("");
self.PASSWORD = ko.observable("");
self.PASSWORD_VIEWTYPE = ko.observable("password");
self.PASSWORD_VIEWTOGGLE_MESSAGE = ko.observable("Show Password");
self.LOGINCODE = ko.observable("yA9TQqhxcntsQDR0dV01c8gAW02ycHh7aWANTkBuD0A%3D");
self.RESET_NAME = ko.observable("");
self.REQUESTED_ACTION = ko.observable("");
self.REQUESTED_PARAMS = ko.observable("");
self.DEFERRED_RESET = ko.observable(true);
self.rememberMe = ko.observable(false);
self.saveChanges = function() {
ko.saveChanges(self);
};
self.passwordTextToggle = function() {
if (self.PASSWORD_VIEWTYPE() == "password")
{
self.PASSWORD_VIEWTYPE("text");
self.PASSWORD_VIEWTOGGLE_MESSAGE("Hide Password");
}
else {
self.PASSWORD_VIEWTYPE("password");
self.PASSWORD_VIEWTOGGLE_MESSAGE("Show Password");
}
};
self.afterSave = function (returnedData) {
// test if we are embedded in a <labor-power> custom component and look for an after-login attribute
if (
window.parent &&
window.parent.document &&