Skip to content

Commit 87d9e6f

Browse files
committed
Convert images to webp
1 parent e185286 commit 87d9e6f

File tree

19 files changed

+34
-34
lines changed

19 files changed

+34
-34
lines changed

app/components/desktopTimeline.tsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ type Slide = {
99
}
1010

1111
const slides: Slide[] = [
12-
{ id: 1, src: '/images/carousel/1.jpg', bgClass: 'bg-navy', alt: 'Tom and Olly appear cut out against a blue background under the text “2000 - Tom and Olly co-found Torchbox”. Olly is seated in a grey T-shirt, Tom stands in a blazer.' },
13-
{ id: 2, src: '/images/carousel/2.jpg', bgClass: 'bg-sky', alt: 'A light blue timeline showing early Torchbox clients from 2003-2007, including Alzheimer’s Society, MS Society, National Deaf Children\'s Society, King’s Fund, WWF and ICRC, with a milestone for the Oxford University website redesign in 2007.' },
14-
{ id: 3, src: '/images/carousel/3.jpg', bgClass: 'bg-navy', alt: 'A dark blue timeline marking Torchbox milestones from 2008-2011, featuring Greenpeace, Nuffield Trust, Oxfam and the launch of our Google Ad Grants service in 2011.' },
15-
{ id: 4, src: '/images/carousel/4.jpg', bgClass: 'bg-aqua', alt: 'A teal slide announcing “2014 - Wagtail CMS launches”, with a Wagtail\'s bird logo and a screenshot of the Wagtail website showing the “Create content that soars” header.' },
16-
{ id: 5, src: '/images/carousel/5.jpg', bgClass: 'bg-cornflower', alt: 'A bright timeline celebrating “2014 - Digital marketing services launch”, with a group photo of the Torchbox team smiling and holding drinks, and the Chatham House logo.' },
17-
{ id: 6, src: '/images/carousel/6.jpg', bgClass: 'bg-navy', alt: 'A navy slide marking “2016 - Our Bristol office opens”, featuring a sunny photo of the Clifton Suspension Bridge and a timeline note for Blood Cancer UK in 2015.' },
18-
{ id: 7, src: '/images/carousel/7.jpg', bgClass: 'bg-cream', alt: 'A yellow timeline celebrating “2017 - Our first UK Government Service Standard project”, with logos for Action for Children, Great Ormond Street Hospital, MSF and the DEC.' },
19-
{ id: 8, src: '/images/carousel/8.jpg', bgClass: 'bg-navy', alt: 'A dark blue slide announcing “2017 - NHS migrates to Wagtail CMS”, with a screenshot of the NHS website homepage and a Breast Cancer Now logo.' },
20-
{ id: 9, src: '/images/carousel/9.jpg', bgClass: 'bg-sky', alt: 'A light blue slide for “2018 - Sue Ryder online counselling service launches”, featuring a screenshot of the Mind homepage, plus the Mind logo.' },
21-
{ id: 10, src: '/images/carousel/10.jpg', bgClass: 'bg-navy', alt: 'A navy slide marking “2019 - We became 100% employee-owned”, with four photos of smiling team members and logos for the Department for International Trade, Samaritans and the University of Pennsylvania.' },
22-
{ id: 11, src: '/images/carousel/11.jpg', bgClass: 'bg-aqua', alt: 'Text reads “2021 - Torchbox incorporates in the Philippines”. Five circular team photos appear below, and a NASA JPL logo sits along the dotted timeline.' },
23-
{ id: 12, src: '/images/carousel/12.jpg', bgClass: 'bg-blush', alt: 'A pink timeline slide with logos for NCBI, The National Archives and Tate. A large Guinness World Records badge appears beside the text celebrating DEC’s record-breaking Ukraine Appeal.' },
24-
{ id: 13, src: '/images/carousel/13.jpg', bgClass: 'bg-navy', alt: 'A dark blue slide announcing “2022 - Winners at the Employee Ownership Association Awards”, with Olly, Lisa and James smiling and holding an award in a cut-out group photo.' },
25-
{ id: 14, src: '/images/carousel/14.jpg', bgClass: 'bg-cream', alt: 'A yellow slide reading “2023 - RNIB’s new website launches”, with a large screenshot of the RNIB site showing its colour-mode options and a festive campaign image. Logos for MNDA and the National Institutes of Health also appear on the timeline.' },
26-
{ id: 15, src: '/images/carousel/15.jpg', bgClass: 'bg-cornflower', alt: 'A blue slide celebrating “2023 - We became a B Corp”, featuring a photo of iced biscuits decorated with B Corp, Torchbox flame and EO Day 2023 designs. The London Museum logo appears on the dotted timeline path.' },
27-
{ id: 16, src: '/images/carousel/16.jpg', bgClass: 'bg-sage', alt: 'A soft grey slide reading “2025 - WWF-US\' new website launches”, with a large homepage screenshot showing wildlife imagery. The Battersea Dogs & Cats Home logo appears as a 2024 milestone.' },
28-
{ id: 17, src: '/images/carousel/17.jpg', bgClass: 'bg-navy', alt: 'A navy slide with dotted-line milestones from Amnesty International, ONS, NHS Guy\'s & St Thomas\' and MAP. Text reads “December 2025 - Thank you for being on this journey with us. Here\'s to the next chapter!”' },
12+
{ id: 1, src: '/images/carousel/webp/1.webp', bgClass: 'bg-navy', alt: 'Tom and Olly appear cut out against a blue background under the text “2000 - Tom and Olly co-found Torchbox”. Olly is seated in a grey T-shirt, Tom stands in a blazer.' },
13+
{ id: 2, src: '/images/carousel/webp/2.webp', bgClass: 'bg-sky', alt: 'A light blue timeline showing early Torchbox clients from 2003-2007, including Alzheimer’s Society, MS Society, National Deaf Children\'s Society, King’s Fund, WWF and ICRC, with a milestone for the Oxford University website redesign in 2007.' },
14+
{ id: 3, src: '/images/carousel/webp/3.webp', bgClass: 'bg-navy', alt: 'A dark blue timeline marking Torchbox milestones from 2008-2011, featuring Greenpeace, Nuffield Trust, Oxfam and the launch of our Google Ad Grants service in 2011.' },
15+
{ id: 4, src: '/images/carousel/webp/4.webp', bgClass: 'bg-aqua', alt: 'A teal slide announcing “2014 - Wagtail CMS launches”, with a Wagtail\'s bird logo and a screenshot of the Wagtail website showing the “Create content that soars” header.' },
16+
{ id: 5, src: '/images/carousel/webp/5.webp', bgClass: 'bg-cornflower', alt: 'A bright timeline celebrating “2014 - Digital marketing services launch”, with a group photo of the Torchbox team smiling and holding drinks, and the Chatham House logo.' },
17+
{ id: 6, src: '/images/carousel/webp/6.webp', bgClass: 'bg-navy', alt: 'A navy slide marking “2016 - Our Bristol office opens”, featuring a sunny photo of the Clifton Suspension Bridge and a timeline note for Blood Cancer UK in 2015.' },
18+
{ id: 7, src: '/images/carousel/webp/7.webp', bgClass: 'bg-cream', alt: 'A yellow timeline celebrating “2017 - Our first UK Government Service Standard project”, with logos for Action for Children, Great Ormond Street Hospital, MSF and the DEC.' },
19+
{ id: 8, src: '/images/carousel/webp/8.webp', bgClass: 'bg-navy', alt: 'A dark blue slide announcing “2017 - NHS migrates to Wagtail CMS”, with a screenshot of the NHS website homepage and a Breast Cancer Now logo.' },
20+
{ id: 9, src: '/images/carousel/webp/9.webp', bgClass: 'bg-sky', alt: 'A light blue slide for “2018 - Sue Ryder online counselling service launches”, featuring a screenshot of the Mind homepage, plus the Mind logo.' },
21+
{ id: 10, src: '/images/carousel/webp/10.webp', bgClass: 'bg-navy', alt: 'A navy slide marking “2019 - We became 100% employee-owned”, with four photos of smiling team members and logos for the Department for International Trade, Samaritans and the University of Pennsylvania.' },
22+
{ id: 11, src: '/images/carousel/webp/11.webp', bgClass: 'bg-aqua', alt: 'Text reads “2021 - Torchbox incorporates in the Philippines”. Five circular team photos appear below, and a NASA JPL logo sits along the dotted timeline.' },
23+
{ id: 12, src: '/images/carousel/webp/12.webp', bgClass: 'bg-blush', alt: 'A pink timeline slide with logos for NCBI, The National Archives and Tate. A large Guinness World Records badge appears beside the text celebrating DEC’s record-breaking Ukraine Appeal.' },
24+
{ id: 13, src: '/images/carousel/webp/13.webp', bgClass: 'bg-navy', alt: 'A dark blue slide announcing “2022 - Winners at the Employee Ownership Association Awards”, with Olly, Lisa and James smiling and holding an award in a cut-out group photo.' },
25+
{ id: 14, src: '/images/carousel/webp/14.webp', bgClass: 'bg-cream', alt: 'A yellow slide reading “2023 - RNIB’s new website launches”, with a large screenshot of the RNIB site showing its colour-mode options and a festive campaign image. Logos for MNDA and the National Institutes of Health also appear on the timeline.' },
26+
{ id: 15, src: '/images/carousel/webp/15.webp', bgClass: 'bg-cornflower', alt: 'A blue slide celebrating “2023 - We became a B Corp”, featuring a photo of iced biscuits decorated with B Corp, Torchbox flame and EO Day 2023 designs. The London Museum logo appears on the dotted timeline path.' },
27+
{ id: 16, src: '/images/carousel/webp/16.webp', bgClass: 'bg-sage', alt: 'A soft grey slide reading “2025 - WWF-US\' new website launches”, with a large homepage screenshot showing wildlife imagery. The Battersea Dogs & Cats Home logo appears as a 2024 milestone.' },
28+
{ id: 17, src: '/images/carousel/webp/17.webp', bgClass: 'bg-navy', alt: 'A navy slide with dotted-line milestones from Amnesty International, ONS, NHS Guy\'s & St Thomas\' and MAP. Text reads “December 2025 - Thank you for being on this journey with us. Here\'s to the next chapter!”' },
2929
]
3030

3131
const DesktopTimeline = () => {

app/components/mobileCarousel.tsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ import {JSX} from "react";
99
import {baseUrl} from "@/app/lib/utils";
1010

1111
const slides = [
12-
{ src: '/images/carousel/1.jpg', alt: 'Tom and Olly appear cut out against a blue background under the text “2000 - Tom and Olly co-found Torchbox”. Olly is seated in a grey T-shirt, Tom stands in a blazer.' },
13-
{ src: '/images/carousel/2.jpg', alt: 'A light blue timeline showing early Torchbox clients from 2003-2007, including Alzheimer’s Society, MS Society, National Deaf Children\'s Society, King’s Fund, WWF and ICRC, with a milestone for the Oxford University website redesign in 2007.' },
14-
{ src: '/images/carousel/3.jpg', alt: 'A dark blue timeline marking Torchbox milestones from 2008-2011, featuring Greenpeace, Nuffield Trust, Oxfam and the launch of our Google Ad Grants service in 2011.' },
15-
{ src: '/images/carousel/4.jpg', alt: 'A teal slide announcing “2014 - Wagtail CMS launches”, with a Wagtail\'s bird logo and a screenshot of the Wagtail website showing the “Create content that soars” header.' },
16-
{ src: '/images/carousel/5.jpg', alt: 'A bright timeline celebrating “2014 - Digital marketing services launch”, with a group photo of the Torchbox team smiling and holding drinks, and the Chatham House logo.' },
17-
{ src: '/images/carousel/6.jpg', alt: 'A navy slide marking “2016 - Our Bristol office opens”, featuring a sunny photo of the Clifton Suspension Bridge and a timeline note for Blood Cancer UK in 2015.' },
18-
{ src: '/images/carousel/7.jpg', alt: 'A yellow timeline celebrating “2017 - Our first UK Government Service Standard project”, with logos for Action for Children, Great Ormond Street Hospital, MSF and the DEC.' },
19-
{ src: '/images/carousel/8.jpg', alt: 'A dark blue slide announcing “2017 - NHS migrates to Wagtail CMS”, with a screenshot of the NHS website homepage and a Breast Cancer Now logo.' },
20-
{ src: '/images/carousel/9.jpg', alt: 'A light blue slide for “2018 - Sue Ryder online counselling service launches”, featuring a screenshot of the Mind homepage, plus the Mind logo.' },
21-
{ src: '/images/carousel/10.jpg', alt: 'A navy slide marking “2019 - We became 100% employee-owned”, with four photos of smiling team members and logos for the Department for International Trade, Samaritans and the University of Pennsylvania.' },
22-
{ src: '/images/carousel/11.jpg', alt: 'Text reads “2021 - Torchbox incorporates in the Philippines”. Five circular team photos appear below, and a NASA JPL logo sits along the dotted timeline.' },
23-
{ src: '/images/carousel/12.jpg', alt: 'A pink timeline slide with logos for NCBI, The National Archives and Tate. A large Guinness World Records badge appears beside the text celebrating DEC’s record-breaking Ukraine Appeal.' },
24-
{ src: '/images/carousel/13.jpg', alt: 'A dark blue slide announcing “2022 - Winners at the Employee Ownership Association Awards”, with Olly, Lisa and James smiling and holding an award in a cut-out group photo.' },
25-
{ src: '/images/carousel/14.jpg', alt: 'A yellow slide reading “2023 - RNIB’s new website launches”, with a large screenshot of the RNIB site showing its colour-mode options and a festive campaign image. Logos for MNDA and the National Institutes of Health also appear on the timeline.' },
26-
{ src: '/images/carousel/15.jpg', alt: 'A blue slide celebrating “2023 - We became a B Corp”, featuring a photo of iced biscuits decorated with B Corp, Torchbox flame and EO Day 2023 designs. The London Museum logo appears on the dotted timeline path.' },
27-
{ src: '/images/carousel/16.jpg', alt: 'A soft grey slide reading “2025 - WWF-US\' new website launches”, with a large homepage screenshot showing wildlife imagery. The Battersea Dogs & Cats Home logo appears as a 2024 milestone.' },
28-
{ src: '/images/carousel/17.jpg', alt: 'A navy slide with dotted-line milestones from Amnesty International, ONS, NHS Guy\'s & St Thomas\' and MAP. Text reads “December 2025 - Thank you for being on this journey with us. Here\'s to the next chapter!”' },
12+
{ src: '/images/carousel/webp/1.webp', alt: 'Tom and Olly appear cut out against a blue background under the text “2000 - Tom and Olly co-found Torchbox”. Olly is seated in a grey T-shirt, Tom stands in a blazer.' },
13+
{ src: '/images/carousel/webp/2.webp', alt: 'A light blue timeline showing early Torchbox clients from 2003-2007, including Alzheimer’s Society, MS Society, National Deaf Children\'s Society, King’s Fund, WWF and ICRC, with a milestone for the Oxford University website redesign in 2007.' },
14+
{ src: '/images/carousel/webp/3.webp', alt: 'A dark blue timeline marking Torchbox milestones from 2008-2011, featuring Greenpeace, Nuffield Trust, Oxfam and the launch of our Google Ad Grants service in 2011.' },
15+
{ src: '/images/carousel/webp/4.webp', alt: 'A teal slide announcing “2014 - Wagtail CMS launches”, with a Wagtail\'s bird logo and a screenshot of the Wagtail website showing the “Create content that soars” header.' },
16+
{ src: '/images/carousel/webp/5.webp', alt: 'A bright timeline celebrating “2014 - Digital marketing services launch”, with a group photo of the Torchbox team smiling and holding drinks, and the Chatham House logo.' },
17+
{ src: '/images/carousel/webp/6.webp', alt: 'A navy slide marking “2016 - Our Bristol office opens”, featuring a sunny photo of the Clifton Suspension Bridge and a timeline note for Blood Cancer UK in 2015.' },
18+
{ src: '/images/carousel/webp/7.webp', alt: 'A yellow timeline celebrating “2017 - Our first UK Government Service Standard project”, with logos for Action for Children, Great Ormond Street Hospital, MSF and the DEC.' },
19+
{ src: '/images/carousel/webp/8.webp', alt: 'A dark blue slide announcing “2017 - NHS migrates to Wagtail CMS”, with a screenshot of the NHS website homepage and a Breast Cancer Now logo.' },
20+
{ src: '/images/carousel/webp/9.webp', alt: 'A light blue slide for “2018 - Sue Ryder online counselling service launches”, featuring a screenshot of the Mind homepage, plus the Mind logo.' },
21+
{ src: '/images/carousel/webp/10.webp', alt: 'A navy slide marking “2019 - We became 100% employee-owned”, with four photos of smiling team members and logos for the Department for International Trade, Samaritans and the University of Pennsylvania.' },
22+
{ src: '/images/carousel/webp/11.webp', alt: 'Text reads “2021 - Torchbox incorporates in the Philippines”. Five circular team photos appear below, and a NASA JPL logo sits along the dotted timeline.' },
23+
{ src: '/images/carousel/webp/12.webp', alt: 'A pink timeline slide with logos for NCBI, The National Archives and Tate. A large Guinness World Records badge appears beside the text celebrating DEC’s record-breaking Ukraine Appeal.' },
24+
{ src: '/images/carousel/webp/13.webp', alt: 'A dark blue slide announcing “2022 - Winners at the Employee Ownership Association Awards”, with Olly, Lisa and James smiling and holding an award in a cut-out group photo.' },
25+
{ src: '/images/carousel/webp/14.webp', alt: 'A yellow slide reading “2023 - RNIB’s new website launches”, with a large screenshot of the RNIB site showing its colour-mode options and a festive campaign image. Logos for MNDA and the National Institutes of Health also appear on the timeline.' },
26+
{ src: '/images/carousel/webp/15.webp', alt: 'A blue slide celebrating “2023 - We became a B Corp”, featuring a photo of iced biscuits decorated with B Corp, Torchbox flame and EO Day 2023 designs. The London Museum logo appears on the dotted timeline path.' },
27+
{ src: '/images/carousel/webp/16.webp', alt: 'A soft grey slide reading “2025 - WWF-US\' new website launches”, with a large homepage screenshot showing wildlife imagery. The Battersea Dogs & Cats Home logo appears as a 2024 milestone.' },
28+
{ src: '/images/carousel/webp/17.webp', alt: 'A navy slide with dotted-line milestones from Amnesty International, ONS, NHS Guy\'s & St Thomas\' and MAP. Text reads “December 2025 - Thank you for being on this journey with us. Here\'s to the next chapter!”' },
2929
];
3030

3131
export default function MobileCarousel(): JSX.Element {

public/images/carousel/webp/1.webp

439 KB
Loading
829 KB
Loading
400 KB
Loading
339 KB
Loading
881 KB
Loading
319 KB
Loading
670 KB
Loading
517 KB
Loading

0 commit comments

Comments
 (0)