0
Skip to Content
QuakeLab
Who We Are
Our Story
Our Team
Land Back
What We Do
What We Do
Coaching with Sharon
QuakeCare
QL Sprint
Case Studies
Resources
Contact
Subscribe
TOP 50 EQUITABLE FUNDERS 2024
QL resource Store
QuakeLab
Who We Are
Our Story
Our Team
Land Back
What We Do
What We Do
Coaching with Sharon
QuakeCare
QL Sprint
Case Studies
Resources
Contact
Subscribe
TOP 50 EQUITABLE FUNDERS 2024
QL resource Store
Folder: Who We Are
Back
Our Story
Our Team
Land Back
Folder: What We Do
Back
What We Do
Coaching with Sharon
QuakeCare
QL Sprint
Case Studies
Resources
Contact
Subscribe
TOP 50 EQUITABLE FUNDERS 2024
QL resource Store
QuakeLab Resource Store Equity and Returning to the Office
QL Back to work Launch SM post (Your Story) (2).png Image 1 of
QL Back to work Launch SM post (Your Story) (2).png
QL Back to work Launch SM post (Your Story) (2).png

Equity and Returning to the Office

CA$300.00

If you are starting to have this tough conversation, this toolkit might help!

This toolkit is designed to support informed and open conversations with your workforce to identify wants and needs of employees, as well as concerns and opportunities. Asking these questions can help understand the existing gaps in order to move forward with an equitable framework. This resource is for you if:

  • You are not interested or invested in creating structures that only benefit the majority;

  • You know there is no one-size-fits-all solution and are prepared to prioritize those who will be most disenfranchised by any one choice;

  • You want to understand what your team is most concerned about; e.g. commute, safety, work-life balance;

Add To Cart

If you are starting to have this tough conversation, this toolkit might help!

This toolkit is designed to support informed and open conversations with your workforce to identify wants and needs of employees, as well as concerns and opportunities. Asking these questions can help understand the existing gaps in order to move forward with an equitable framework. This resource is for you if:

  • You are not interested or invested in creating structures that only benefit the majority;

  • You know there is no one-size-fits-all solution and are prepared to prioritize those who will be most disenfranchised by any one choice;

  • You want to understand what your team is most concerned about; e.g. commute, safety, work-life balance;

If you are starting to have this tough conversation, this toolkit might help!

This toolkit is designed to support informed and open conversations with your workforce to identify wants and needs of employees, as well as concerns and opportunities. Asking these questions can help understand the existing gaps in order to move forward with an equitable framework. This resource is for you if:

  • You are not interested or invested in creating structures that only benefit the majority;

  • You know there is no one-size-fits-all solution and are prepared to prioritize those who will be most disenfranchised by any one choice;

  • You want to understand what your team is most concerned about; e.g. commute, safety, work-life balance;

 

Subscribe to updates from QuakeLab

Thank you!
 

Copyright 2020 © QuakeLab

import requests # Set the URL you want to access url = 'https://quakelab.ca/members-home' # Set the headers, including the SiteUserInfo cookie headers = { 'Cookie': 'SiteUserInfo=your_encoded_value_here', # Replace with the actual value 'User-Agent': 'Your User Agent Here', # Replace with your desired User Agent } # Make the request response = requests.get(url, headers=headers) # Check the response if response.status_code == 200: print("Access granted:") print(response.text) # or process the response as needed else: print(f"Failed to access the page. Status code: {response.status_code}")