Components
35
Accordion Buttons Image Callout Centered Content Collaboration Carousel Community Partners Carousel Community Partners Map Contact Callout Bar Contact Form Conversation Grid Donate Featured Image Content Featured Products Hero Home Hero Image Content Large Callout Bar Latest News Logo Carousel Meet The Team Cta Products Intro Related Articles Say Hey Sectors Intro Shop Hero Shop Listing Simple Product Calculator Single Testimonial Stats Highlight Tabbed Content Team Listing Thin Buttons Callout Thin Newsletter Callout Timeline Carousel Trio Testimonials Vertical Content Carousel Video Popup Wholesale Signup Form

Team Listing

Celia

Founder & Chair of the Board

"Chat to me if you want…To know about setting up a business for social purpose and what I wish I’d known then that I do now."

photo of Celia Founder of Hey Girls

Kate

Co-Founder & CEO

"Chat to me if you want…To become one of our amazing donation partners and offer free period products to people in need."

Chris

Managing Director

"Chat to me if you want…To know more about the world of Hey Girls and the world of social enterprise."

Steve

Head of Operations

"Chat to me if you want…To know about accounting, stock control, business operations, WooCommerce."

photo of Steve Head of Operations

Amy

Finance Manager

"Chat to me if you want…To know how we budget, manage and keep check of the finances here at Hey Girls."

photo of Amy Finance Manager

Vicky

Head of Sales

"Chat to me if you want… to stock our range of responsibly sourced and socially conscious products as a wholesaler, independent or distributor and all other sales enquiries."

Erika

Contracts & Partnerships Manager

"Chat to me if you want…To supply our wide range of eco-friendly and high quality products for your business or English council."

Jemma

Contracts & Partnerships Manager

"Chat to me if you want…To supply our wide range of eco-friendly and high quality products for your business, university or college."

Georgie

Contracts & Partnerships Manager

"Chat to me if you want…To stock our wide range of eco-friendly and high quality products in any Public Sector business."

Georgie Hey Girls Partnership Manager

Alice

Head of Creative & Special Projects

"Chat to me if you want…To be part of any special projects and campaigns we have coming up. "

photo of Alice Head of Creative & Special Projects

Kat

Creative Designer & Special Projects Co-Ordinator

"Chat to me if you want...To know about everything creative, branding and socials."

photo of Kat creative assistant

Sam

Assistant Logistics Manager

"Chat to me if you want…To learn about how orders are processed by our amazing Orders Team and Dispatch Teams."

Photo of Sam assistant logistics manager

Hannah

Donations Network Support

"Receive or donate our award-winning sustainable and eco-friendly period products."

photo of Hannah Donations Network Support

Ildiko

Operations Assistant

"Chat to me if you want…To talk about our home pack service and my favorite topic, excel spreadsheets!"

Photo of Ildiko Operations Assistant

Lisa

Team Leader and Orders Team

"Chat to me if you want...To know about how we process orders."

Photo of Lisa from order team

Kirsten

Business Administrator

"Chat to me if you want...Help with all thing’s customer service, proof of deliveries, and any queries about your orders."

photo of Kirsten business administrator

Pamela

Partnership Assistant and Orders Team

"Chat to me if you want to...To know how we process your orders of sustainable products and how we support our amazing Public Sector partners "

Photo of Pamela partnership assistant

Charlie

Donations Admin

"Chat to me if you want…To learn about becoming a Community Partner or about receiving Hey Girls Donations."

Charlie Barker, donations admin
Field
Field Type
Field Name
Instructions
Callout Bar Title
text
callout_bar_title
Callout Bar Button
link
callout_bar_button

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";

.team-listing-wrapper {
	position: relative;
	margin-top: 8rem;
	padding-bottom: 2.5rem;

	@include media-breakpoint-down(md) {
		margin-top: 3rem;
	}
	&:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 20rem;
		height: 100%;
		max-height: 0;
		width: 100%;
        background: var(--lighter-colour);
		transition: max-height 0.7s cubic-bezier(0.62, 0.38, 0.17, 0.85);
		transition-delay: 0.3s;
	}
	&.aos-animate {
		&:after {
			max-height: calc(100% - 20rem);
		}
	}
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.team-member {
	width: calc(33.333% - 3rem);
	margin: 1.25rem 1.5rem;
	background: var(--theme-colour);
	position: relative;

	@include media-breakpoint-down(lg) {
		width: calc(50% - 2.5rem);
		margin: 1.25rem;
	}
	@include media-breakpoint-down(xs) {
		width: calc(100% - 2rem);
		margin: 0.5rem 1rem;
		overflow: hidden;
	}
	p {
		font-weight: bold;
		font-size: 1rem;
		margin-bottom: 1.125rem;
	}
	h3 {
		margin-bottom: 1.5rem;
	}
	.team-member-content {
		padding: 1.75rem 2rem 0 2rem;
	}
	.social {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		padding: 0.75rem 0.5rem 0.75rem 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;

		a {
			margin-right: 0.5rem;

			&:hover {
				transform: translateY(-0.25rem);
			}
			img {
				display: block;
			}
		}
	}
	.team-member-pic {
		position: relative;
		padding: 1rem 2rem 2rem 2rem;

		img {
			position: relative;
			z-index: 2;
			display: block;
			width: 100%;
		}
	}
}
There are is no JavaScript file with this component.
Page Title
Page Type
Page URL
There are is no readme file with this component.
The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.