2018
Our first container of 500,000 period pads arrives into the UK, and Hey Girls launches online with bamboo and corn-starch pads.
2018
West Lothian schools became our first recipient of free period products for pupils in Scotland.
2018
Young Women Scotland become our first donation partner, receiving free period pads to distribute to their community.Â
2018
Hey Girls wins the Virgin Start Ups Scottish Business of the Year, and were thrilled to be the winner of this fantastic award and to be mentored by Sir Richard Branson.
2018
Waitrose and Asda become first two supermarket to stock Hey Girls products. We went live in both supermarket giants UK-wide with a double page spread in the Metro to raise awareness of Period Poverty in the UK.
2019
Let’s not leave men out of the conversation. Education packs and resources designed to educate men on periods and how to have difficult conversations with support from actor and activist Michael Sheen.
2019
Hey Girls works with Scottish Government to provide free products to pupils and students across the country. Pitched against the big end of town – we win the Washroom Solutions contact for Scotland.
2019
Hey Girls reached a massive milestone of over 1 million period product donations!
2020
In collaboration with Big Issue Magazine, we published the first ever supplement all about periods! Our magazine take over was devoted to putting an end to period poverty, stomping out stigmas and encouraging environmental activism.
2020
In a national campaign alongside advertising giants Adam and Eve, we changed the name of our products from ‘sanitary pads’ to ‘period pads’. We gained news coverage across the country for our creative work taking over supermarket shelves with the unsanitary items people living in period poverty are having to use.
2020
Hey Girls encourage businesses across the UK to improve their period dignity. So far we have 65 businesses improving their workplaces and washroom facilities.
2020
Hey Girls community stands in solidarity to show their support for the ‘You Are Not Alone’ campaign supporting those who are facing Domestic Abuse.
2020
In response to the global pandemic, we created a ‘home pack’ service which ensured people could still access free period care even if they couldn’t leave home. Working closely with councils across Scotland and Wales we were able to get over 880,000 period kits to those that needed it.Â
2020
Hey Girls reached a massive milestone of over 10 million period product donations! Â
2020
We were the first company to advertise ‘do not flush’ on our period products. With the support of Scottish Water, our campaign encouraged people to think before they flush, saving tonnes of waste heading into our oceans and millions of pounds worth of water blockages.
2020
We launch MyPeriod.org.uk, a space for employers to test their period policies – awarding top employers with Gold, Silver or Bronze certification as a period friendly business, alongside tips on how to improve the workplace experience for their menstruating staff.
2020
Scotland made history passing the Free Provision Act. After years of campaigning, the hard work of many organisations, strong female leaders and campaigners finally paid off.
2021
The launch of our sustainable period pant range saw us working with Sky to create a TV advertising campaign that encouraged the use of reusable period products.
2021
Our Seeing Red campaign was designed to make people angry about period poverty. Check it out here.
2021
We rolled out a ‘lunch and learn’ initiative to bring together our donation partners to tackle period poverty as one. We share education, listen to ideas, and develop our practices to support members of their communities the best we can.
2021
Hey Girls made it to the top 5 of the Heroes of Net Zero award at COP 26 Global Climate Conference. We were recognised for our efforts in going green with the design of our zero waste packaging on reusable products.
2021
Hey Girls reached a massive milestone of over 20 million period product donations!
2021
Hey Girls now works with 150 donation partners to get our donated products to those that need it most.
2022
In a world first, we developed an app that allowed people all over Scotland to locate free period products in over 700 public locations. In collaboration with Scottish Government, people can find products on the move, closest to home and even filter to product type to access disposable and reusable period care for free.
2022
Encouraging barrier free access to period care continues with the launch of our very popular ‘free vend’ wall dispenser. No monetary transactions take place meaning employees, customers and member of the public can access plastic free period pads and tampons as they need.
2022
With 1 in 4 Australians unable to afford the period care they need, we have expanded into Sydney where Co Founder Bec is taking on period poverty in one of the worlds most expensive countries.
2022
Working closely with Women in Sport to create a ‘Big Sister’ project educating and encouraging young people to improve confidence, conversations and wellbeing.
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";
.timeline-carousel {
margin-top: 8rem;
margin-bottom: 8rem;
@include media-breakpoint-down(md) {
margin-top: 5rem;
margin-bottom: 5rem;
}
.title {
text-align: center;
}
.mob-controls {
display: none;
justify-content: center;
margin-top: 1rem;
@include media-breakpoint-down(sm) {
display: flex;
}
.timeline-carousel-control {
padding: 1rem;
&.next {
transform: rotate(90deg);
}
&.prev {
transform: rotate(-90deg);
}
}
}
}
.timeline-entry {
text-align: center;
display: none;
width: 100vw;
&:first-child {
display: block;
}
.inner {
max-width: 55rem;
margin: 0 auto;
padding: 0 1.5rem;
}
h2 {
color: $red;
}
}
.timeline-carousel-controls {
margin-top: 8rem;
display: flex;
align-items: center;
justify-content: center;
@include media-breakpoint-down(md) {
margin-top: 5rem;
}
@include media-breakpoint-down(sm) {
margin-top: 2rem;
}
&.mobile {
display: none;
@include media-breakpoint-down(sm) {
display: block;
}
}
&.desktop {
@include media-breakpoint-down(sm) {
display: none;
}
}
.year-control {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 0 1.5rem;
@include media-breakpoint-down(md) {
padding: 0 0.75rem;
}
span {
width: 1px;
height: 2.875rem;
background-color: #979797;
@include media-breakpoint-down(md) {
height: 2rem;
}
}
.h4 {
margin-bottom: 1rem;
position: absolute;
top: -3rem;
left: 50%;
transform: translateX(-50%);
@include media-breakpoint-down(md) {
font-size: 1rem;
top: -2rem;
}
}
}
.entry-control {
width: 3rem;
height: 3rem;
display: flex;
justify-content: center;
align-items: center;
position: relative;
@include media-breakpoint-down(md) {
width: 1.5rem;
height: 1.5rem;
}
span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #979797;
transition: all 0.3s ease-in-out;
}
&:hover {
@include media-breakpoint-up(md) {
span {
background-color: $red;
width: 12px;
height: 12px;
}
}
}
img {
position: absolute;
opacity: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity 0.3s ease-in-out;
@include media-breakpoint-down(md) {
width: 20px;
height: 20px;
}
}
&.active {
span {
width: 46px;
height: 46px;
background-color: $red;
@include media-breakpoint-down(md) {
width: 20px;
height: 20px;
}
}
img {
opacity: 1;
}
}
}
.timeline-mob-progress {
display: flex;
.progress {
flex-grow: 1;
flex-basis: 0;
background-color: #e7e7e7;
display: block;
height: 4px;
transition: background-color 0.3s ease-in-out;
&.active {
background-color: $red;
}
}
}
}
jQuery(function($){
$('.js-timeline-control:first-of-type').addClass('active');
var $timelineCarousel = $('.js-timeline-carousel').slick({
speed: 300,
autoplay: false,
centerMode: true,
infinite: false,
arrows: false,
buttons: false,
pauseOnHover: false,
adaptiveHeight: true,
slidesToShow: 1,
rows: 0,
centerPadding: '0px'
});
$('.js-timeline-carousel').on('afterChange', function(event, slick, currentSlide, nextSlide){
var elSlide = $(slick.$slides[currentSlide]);
var entry = elSlide.data('entry');
$('.js-timeline-control').removeClass('active');
$('.js-timeline-control[data-entry="' + entry + '"]').addClass('active');
});
$('.js-timeline-control').click(function(e) {
e.preventDefault();
var entry = $(this).attr('data-entry');
$('.entry-control').removeClass('active');
$(this).addClass('active');
var entrySlide = $timelineCarousel.find('[data-entry="' + entry + '"]').data('slick-index');
$timelineCarousel.slick('slickPause').slick('slickGoTo', entrySlide);
});
$('.js-timeline-carousel-next').click(function(e) {
e.preventDefault();
$(this).parents('.timeline-carousel').find('.js-timeline-carousel').slick('slickNext');
});
$('.js-timeline-carousel-prev').click(function(e) {
e.preventDefault();
$(this).parents('.timeline-carousel').find('.js-timeline-carousel').slick('slickPrev');
});
});