www.weareunion.org.au Open in urlscan Pro
2606:4700:7::a29f:8a2c  Public Scan

Submitted URL: http://www.weareunion.org.au/
Effective URL: https://www.weareunion.org.au/
Submission: On July 17 via manual from AU — Scanned from DE

Form analysis 3 forms found in the DOM

search

<form id="search" action="search">
  <div class="input-group">
    <input type="text" name="q" class="form-control text-primary-black button-focus-remove-styling" placeholder="Search" aria-describedby="btnGroupAddon">
    <div class="input-group-prepend">
      <a href="/search" class="input-group-text btn button-focus-remove-styling" id="btnGroupAddon">
        <i class="text-primary-black fa fa-search" aria-hidden="true"></i>
      </a>
    </div>
  </div>
</form>

POST /forms/signups

<form id="subscribe_page_new_signup_form" class="ajaxForm signup_form" method="POST" action="/forms/signups" enctype="multipart/form-data"><input name="authenticity_token" type="hidden" value="TgT40NTjc8Dww7bv0C3Cyh2neKwmduWGDSpgG//1bJk="><input
    name="page_id" type="hidden" value="13048"><input name="return_to" type="hidden" value="https://www.weareunion.org.au/subscribe">
  <div class="email_address_form" style="display:none;" aria-hidden="true">
    <p><label for="email_address">Optional email code</label><br><input name="email_address" type="text" class="text" id="email_address" autocomplete="off"></p>
  </div>
  <div class="row no-gutters">
    <div class="col-6 col-md-4 order-md-1 p-0">
      <div class="form-group floating-label" style="position: relative;">
        <label for="signup_first_name" class="floating"
          style="color: rgb(255, 255, 255); position: absolute; top: 0px; left: 8px; font-size: 16px; font-style: normal; text-transform: none; background-color: transparent; transform: none; margin: 0px; opacity: 0.8; padding: 7px;">First
          Name</label>
        <input class="text form-control" id="signup_first_name" name="signup[first_name]" type="text">
      </div>
    </div>
    <div class="col-6 col-md-4 order-md-2 p-0">
      <div class="form-group floating-label" style="position: relative;">
        <label for="signup_last_name" class="floating"
          style="color: rgb(255, 255, 255); position: absolute; top: 0px; left: 8px; font-size: 16px; font-style: normal; text-transform: none; background-color: transparent; transform: none; margin: 0px; opacity: 0.8; padding: 7px;">Last
          Name</label>
        <input class="text form-control" id="signup_last_name" name="signup[last_name]" type="text">
      </div>
    </div>
    <div class="col-12 col-md-8 order-md-4 p-0">
      <div class="form-group floating-label" style="position: relative;">
        <label for="signup_email" class="floating"
          style="color: rgb(255, 255, 255); position: absolute; top: 0px; left: 8px; font-size: 16px; font-style: normal; text-transform: none; background-color: transparent; transform: none; margin: 0px; opacity: 0.8; padding: 7px;">Email</label>
        <input class="text form-control" id="signup_email" name="signup[email]" type="text">
      </div>
    </div>
    <div class="col-6 col-md-4 order-md-5 p-0">
      <div class="form-group floating-label" style="position: relative;">
        <label for="signup_home_address_zip" class="floating"
          style="color: rgb(255, 255, 255); position: absolute; top: 0px; left: 8px; font-size: 16px; font-style: normal; text-transform: none; background-color: transparent; transform: none; margin: 0px; opacity: 0.8; padding: 7px;">Postcode</label>
        <input class="text form-control" id="signup_home_address_zip" name="signup[home_address_attributes][zip]" type="text">
      </div>
    </div>
    <div class="col-6 col-md-4 order-md-3 p-0">
      <div class="form-group floating-label" style="position: relative;">
        <label for="signup_mobile_number" class="floating"
          style="color: rgb(255, 255, 255); position: absolute; top: 0px; left: 8px; font-size: 16px; font-style: normal; text-transform: none; background-color: transparent; transform: none; margin: 0px; opacity: 0.8; padding: 7px;">Mobile
          Phone</label>
        <input class="text form-control" id="signup_mobile_number" name="signup[mobile_number]" type="tel">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-6 pt-2 pt-md-3">
      <!-- _labeled_tags.html -->
      <div class="form-group row">
        <div class="col-auto" style="white-space: nowrap;">
          <div class="custom-control custom-checkbox">
            <input type="checkbox" name="signup[labeled_tags][]" value="1080" id="checkbox_1080" class="custom-control-input">
            <label class="custom-control-label" for="checkbox_1080"> I want to volunteer </label>
          </div>
        </div>
      </div>
      <!-- /_labeled_tags.html -->
    </div>
    <div class="col-6 text-right">
      <div class="pt-2">
        <input class="submit-button btn btn-secondary-green p-0 px-3 px-md-4 py-md-2" type="submit" name="commit" value="I'm in!">
      </div>
    </div>
  </div>
</form>

all_events

<form id="search" action="all_events">
  <div class="form-bg row align-items-end mt-4 mb-3">
    <div class="col">
      <div class="input-group pl-3 pl-md-4 floating-label" style="width: max-content; position: relative;">
        <div style="width: 180px; position: relative;" class="floating-label">
          <input id="address_lookup" type="text" class="form-control pt-0 pl-3 pl-md-4 pr-0 w-100 pac-target-input" aria-describedby="btnGroupAddon" style="color:#333!important" placeholder="Suburb or postcode" autocomplete="off">
        </div>
        <input id="locality_autocomplete" type="text" name="location" class="form-control d-none" aria-describedby="btnGroupAddon">
        <div class="input-group-prepend">
          <button href="/all_events" class="input-group-text btn btn-transparent pl-1 pl-md-2" id="btnGroupAddon"><span class="fa fa-search"></span></button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Skip navigation
By Victorian Trades Hall Council
main menu
   
   Join your union Donate Get involved
 * About
   Victorian Trades Hall Council
   
   Workers Museum & Tours
   
   Venue Hire
   
   Publications
   
   Venue Access
 * Campaigns
   Organise for Equality
   
   Climate Jobs & Justice
   
   OHS
   
   Megaphone
   
   COVIDSafe
   
   Safe Apprentices
   
   Past Victories
 * Events
   What's on?
   
   Local Activist Groups
   
   Training Events
 * Training
   Training Calendar
   
   OHS Training Unit
   
   Safe Respectful Workplaces
   
   Candidate School
   
   Union Summer/Winter
   
   Anna Stewart Memorial Project
   
   Women Onsite
 * Rights at work
   Young Workers Centre
   
   Union Assist
   
   Migrant Workers Centre
   
   Workmate
   
   OHS
   
   COVIDSafe
   
   Join your union
 * Shop
 * News
   All News
   
   OH&S
   
   Women
   
   Young Workers
   
   Politics & Elections
   
   Climate Justice
   
   Arts & Culture
   
   SUBSCRIBE
   
   Media contact
   
   
   

 * 
   cart
 * 
   follow
 * 
   follow
 * 
   follow
 * 
   subscribe
 * 
   follow
 * 
   connect

Sign up for updates!
Keep up to date with all union news

Optional email code


First Name
Last Name
Email
Postcode
Mobile Phone
I want to volunteer



TO: THE VICTORIAN GOVERNMENT WE NEED SAFE APPRENTICESHIPS

These days, some apprenticeships can be like the Wild West, with cowboy
operators not properly training us, leaving us unsupervised, stealing our wages
or - worst of all - putting our lives at risk by forcing us to do unsafe work.
It's got to change.

Sign Now!
Powered By


Organise your community

What's on?
All events
Mon
18 Jul
6pm -
7pm

IWSN DIGITAL GROUP MEETING

This is the campaigning meeting led for and by the injured...
RSVP
Tue
19 Jul
4pm -
5pm

INJURED WORKERS SUPPORT NETWORK - SOCIAL HANGOUT

Join the Injured Workers Support Network as we hang out and...
Zoom

RSVP
Wed
20 Jul
2pm -
3pm

INJURED WORKERS SUPPORT NETWORK - BALLARAT LOCAL GROUP

A meeting of injured workers in Ballarat. RSVP to join
Ballarat Regional Trades & Labour Council
24 Camp St, Ballarat , VIC 3350, Australia,
RSVP
Fri
22 Jul
5pm -
8pm

MARY LOU MCDONALD AT SOLIDARITY HALL

Sinn Fein President, Mary Lou McDonald, visits the newly restored Solidarity...
Solidarity Hall

RSVP
Shop union gear!
Shop all

ART & GIFTS

Shop


SOCKS

Shop


CLOTHING

Shop


ACCESSORIES

Shop



WOMEN'S RIGHTS AT WORK CONFERENCE

Join working women & folk from across industries and unions, as we take over
Trades Hall for 2 full days. We’ll be celebrating our wins, talking about what’s
next, and building solidarity to keep fighting. This year’s conference has a
packed Friday of panels and discussion, followed by a post-conference mingle. On
Saturday, we’ll get our hands dirty with practical workshops for activists and
organisers.

Register now!

All News
Read all

THE NATIONAL ENERGY MARKET

July 11, 2022

If the recent crisis in the Australian energy system has left you angry at the
price you are paying for electricity and confused about how the whole system
works, don’t worry – you’re not alone. The National Electricity Market is
incredibly complex and not designed with the interests of ordinary...
Climate
Read

MINIMUM WAGE 2022

June 29, 2022

New minimum wage rates - check your pay and superannuation. Avoid...
Read

CAMPAIGNING FOR SAFE APPRENTICESHIPS

June 28, 2022

Apprentices are being put at risk and are dropping out of...
OHS | YWC | Apprentices
Read
Read all

We stand united as part of a great movement of workers.

Our diversity is our strength.
Our solidarity is our power.

We respect and take care of each other.
Prejudice and discrimination – including misogyny, racism, homophobia and all
other hatreds have no place in our movement.

We rise together.

Today and every day we commit ourselves to achieving justice, fairness, equality
and dignity for all workers.

Solidarity forever.

Donate!
Every donation helps in the fight to ensure every working has the secure job and
living wage that we all deserve.
We have a world to win!
 * About
 * Victorian Trades Hall Council
 * Workers Museum & Tours
 * Venue Hire
 * Publications
 * Venue Access

 * Campaigns
 * Organise for Equality
 * Climate Jobs & Justice
 * OHS
 * Megaphone
 * COVIDSafe

 * Events
 * What's on?
 * Local Activist Groups
 * Training Events

 * Training
 * Training Calendar
 * OHS Training Unit
 * Safe Respectful Workplaces
 * Candidate School
 * Union Summer/Winter

 * Donate
 * Get involved
 * Local Activist Groups

 * Trades Hall
 * VTHC
 * Affiliated Unions
 * Tenants
 * Rally resources

 * Rights at work
 * Young Workers Centre
 * Union Assist
 * Migrant Workers Centre
 * Workmate
 * OHS

 * Shop

 * News
 * All News
 * OH&S
 * Women
 * Young Workers
 * Politics & Elections

 * Sponsors
   
   

    

Victorian Trades Hall Council acknowledges the Traditional Custodians of the
land on which it stands; the Wurundjeri people of the mighty Kulin nation. We
pay our respect to their elders past, present and emerging. We extend that
respect to all Aboriginal and Torres Strait Islander peoples today. This land
was stolen and never ceded. This always was and always will be Aboriginal land.

Our privacy terms and conditions

Victorian Trades Hall Council acknowledges the Traditional Custodians of the
land on which it stands; the Wurundjeri people of the mighty Kulin nation. We
pay our respect to their elders past, present and emerging. We extend that
respect to all Aboriginal and Torres Strait Islander peoples today. This land
was stolen and never ceded. This always was and always will be Aboriginal land.

Our privacy terms and conditions

Built by Code Nation on NationBuilder | Authorised by L. Hilakari, 54 Victoria
St Carlton Victoria 3053