www.weareunion.org.au Open in urlscan Pro
162.159.128.45  Public Scan

Submitted URL: http://vthc.org.au/
Effective URL: https://www.weareunion.org.au/
Submission: On October 20 via manual from AU — Scanned from AU

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="GFIdfIvOKtFcmdxTlVCGDjlFfFqzy/1v29FVMsUyjlw="><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 & Paddy's Gallery
   
   Publications
   
   Venue Hire
   
   Contact
   
   Art Prize 23
   
   Venue Access
   
   Tours
 * Campaigns
   YES! A Voice to Parliament
   
   Organise for Equality
   
   Climate Jobs & Justice
   
   OHS
   
   Start a campaign
   
   COVIDSafe
   
   Ban Bad Bosses
   
   Past Victories
 * Events
   What's on?
   
   Womens Events
   
   Voice Events
   
   Highlight events
 * Training
   Training Calendar
   
   OHS Training Unit
   
   Safe Respectful Workplaces
   
   Anna Stewart Memorial Project
   
   Union Summer/Winter
   
   Women Onsite
 * Rights at work
   Young Workers Centre
   
   Union Assist
   
   Pride Network
   
   Migrant Workers Centre
   
   OHS
   
   Workmate
   
   Join your union
 * Shop
 * News
   SUBSCRIBE
   
   All News
   
   OH&S
   
   Women
   
   Young Workers
   
   Politics & Elections
   
   Climate Justice
   
   Arts & Culture
   
   Media
   
   
   

 * 
   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



WE NEED THE RIGHT TO CLOCK OFF AND SWITCH OFF!

We call on the Federal Government to legislate the right to disconnect to ensure
limits around working times are fundamental for all workers, to end unpaid
overtime, to protect workers from negative consequences for refusing contact
outside of working hours, and to safeguard people from being pressured to be
constantly connected or available to their employers.

Sign Now!
Powered By


Organise your community

What's on?
All events
Tue
24 Oct
4pm -
5pm

INJURED WORKERS SUPPORT NETWORK SOCIAL HANGOUT

Come along to the Injured Workers Support Network social hangout. This...
RSVP
Thu
26 Oct
2pm -
3pm

INJURED WORKERS SUPPORT NETWORK CAMPAIGN MEETING

Injured Workers Support Network Campaign Group This is the meeting for...
RSVP
Thu
26 Oct
2pm -
3pm

INJURED WORKERS SUPPORT NETWORK CAMPAIGN MEETING

This is the meeting for the Injured Workers Support Network Campaigning...
RSVP
Thu
26 Oct
4pm -
5pm

OHS LIVESHOW: THE HEALTH AND SAFETY IMPACTS OF AI AND INTRUSIVE WORKPLACE
SURVEILLANCE

The use of technology, including ever more sophisticated forms of
surveillance,...
RSVP
Shop union gear!
Shop all

ART & GIFTS

Shop


SOCKS

Shop


CLOTHING

Shop


ACCESSORIES

Shop

All News
Read all

INGHAMS WORKERS FLY TOGETHER

September 28, 2023

Workers at Inghams in South Australian and Western Australia have won a stunning
victory and returned to work five days after starting their strike. Standing
together - migrant and Aussie-born, across two states and a dozen languages -
the workers forced their billion dollar employer to listen to their concerns...
Industrial
Read

HOW IS "ABORIGINAL" DEFINED?

September 28, 2023

Who is Aboriginal or Torres Strait Islander for the purposes of...
Voice to Parliament
Read

I'M CONFUSED, IS THE "VOICE" RACIST?

September 11, 2023

Pauline Hanson says it's racist! Who am I supposed to believe?...
Racial Justice | Auspol | Voice to Parliament
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 & Paddy's Gallery
 * Publications
 * Venue Hire
 * Contact

 * Campaigns
 * YES! A Voice to Parliament
 * Organise for Equality
 * Climate Jobs & Justice
 * OHS
 * Start a campaign

 * Events
 * What's on?
 * Womens Events
 * Voice Events
 * Highlight events

 * Training
 * Training Calendar
 * OHS Training Unit
 * Safe Respectful Workplaces
 * Anna Stewart Memorial Project
 * 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
 * Pride Network
 * Migrant Workers Centre
 * OHS

 * Shop

 * News
 * SUBSCRIBE
 * All News
 * OH&S
 * Women
 * Young Workers

 * 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