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."
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."
Managing Director
"Chat to me if you want…To know more about the world of Hey Girls and the world of social enterprise."
Head of Operations
"Chat to me if you want…To know about accounting, stock control, business operations, WooCommerce."
Finance Manager
"Chat to me if you want…To know how we budget, manage and keep check of the finances here at Hey Girls."
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."
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."
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."
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."
Head of Creative & Special Projects
"Chat to me if you want…To be part of any special projects and campaigns we have coming up. "
Creative Designer & Special Projects Co-Ordinator
"Chat to me if you want...To know about everything creative, branding and socials."
Assistant Logistics Manager
"Chat to me if you want…To learn about how orders are processed by our amazing Orders Team and Dispatch Teams."
Donations Network Support
"Receive or donate our award-winning sustainable and eco-friendly period products."
Operations Assistant
"Chat to me if you want…To talk about our home pack service and my favorite topic, excel spreadsheets!"
Team Leader and Orders Team
"Chat to me if you want...To know about how we process orders."
Business Administrator
"Chat to me if you want...Help with all thing’s customer service, proof of deliveries, and any queries about your orders."
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 "
Donations Admin
"Chat to me if you want…To learn about becoming a Community Partner or about receiving Hey Girls Donations."
@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%;
}
}
}