SalesSprint

Media Registry

Browse and manage all media assets for the SalesSprint website

📚 How to Add New Media

Quick Steps:

  1. Upload your file to Google Drive
  2. Right-click the file → Share → Copy link
  3. Edit media.json and add a new entry with:
    • id: unique kebab-case identifier
    • filename: descriptive filename
    • drive_url: the Google Drive share link
    • type: "image" or "video"
    • tags: array of searchable tags
    • description: what the photo shows
    • alt: accessible alt text
  4. Commit and push your changes

Documentation:

See MEDIA.md for complete documentation and code examples.

Total Media
22
Images
22
Videos
0

All Media (22)

SalesSprint student Paul holding phone during group call exercise

paul-holding-phone-group-call

Paul holding phone during group call.jpg

image

Paul holding phone during group call in class

students
classroom
cohort-1
learning

Alt: SalesSprint student Paul holding phone during group call exercise

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('paul-holding-phone-group-call');
Testimonial banner featuring Roy from SalesSprint Cohort 1

roy-testimonial-banner

Roy Testimonial banner.jpg

image

Roy testimonial banner highlighting program success

testimonial
cohort-1
success

Alt: Testimonial banner featuring Roy from SalesSprint Cohort 1

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('roy-testimonial-banner');
SalesSprint classroom view from back showing students during training session

classroom-shot-from-back

Classroom shot from the back.jpg

image

Good shot of classroom from the back during session

classroom
cohort-1
learning
venue

Alt: SalesSprint classroom view from back showing students during training session

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('classroom-shot-from-back');
SalesSprint Cohort 1 students giving thumbs up together in classroom

group-photo-thumbs-up

Group Photo with Thumbs Up.jpg

image

Group photo with thumbs up from the range - featured image

students
classroom
community
cohort-1
featured

Alt: SalesSprint Cohort 1 students giving thumbs up together in classroom

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('group-photo-thumbs-up');
Instructor Ed teaching SalesSprint class, pointing at whiteboard

ed-pointing-at-whiteboard

Ed pointing at whiteboard.jpg

image

Shot from the back of class with Ed pointing at the whiteboard

instructor
classroom
cohort-1
teaching

Alt: Instructor Ed teaching SalesSprint class, pointing at whiteboard

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-pointing-at-whiteboard');
SalesSprint students at happy hour near Empire State Building

happy-hour-empire-state

Happy hour under Empire State Building.jpg

image

Happy hour gathering under the Empire State Building

social
cohort-1
community
nyc

Alt: SalesSprint students at happy hour near Empire State Building

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('happy-hour-empire-state');
SalesSprint students John and Aubrey during classroom exercise

john-giving-cookie-to-aubrey

John giving cookie to Aubrey.jpg

image

John giving 'cookie' to Aubrey during class exercise

students
classroom
cohort-1
community

Alt: SalesSprint students John and Aubrey during classroom exercise

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('john-giving-cookie-to-aubrey');
SalesSprint intensive boiler room style training session

boiler-room

Boiler room scene.jpg

image

Boiler room style training session

students
classroom
cohort-1
training

Alt: SalesSprint intensive boiler room style training session

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('boiler-room');
SalesSprint Cohort 1 official class photo with all students

class-cohort-picture

Class Cohort Picture.jpg

image

Official class cohort picture - full group photo

students
classroom
community
cohort-1
featured
group

Alt: SalesSprint Cohort 1 official class photo with all students

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('class-cohort-picture');
SalesSprint student Gabe in confident power pose

gabe-power-pose

Gabe power pose.jpg

image

Gabe striking a confident power pose

students
cohort-1
confidence

Alt: SalesSprint student Gabe in confident power pose

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('gabe-power-pose');
Guest speaker Keeran presenting to SalesSprint students in classroom

keeran-guest-lecture-classroom

Keeran guest lecture to class.jpg

image

Keeran leading a guest lecture session with the cohort

guest-speaker
classroom
cohort-1
learning

Alt: Guest speaker Keeran presenting to SalesSprint students in classroom

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('keeran-guest-lecture-classroom');
Guest lecturer John D speaking to SalesSprint classroom

john-d-guest-lecture

John D guest lecture in classroom.jpg

image

John D delivering a guest lecture to the cohort

guest-speaker
classroom
cohort-1
engagement

Alt: Guest lecturer John D speaking to SalesSprint classroom

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('john-d-guest-lecture');
SalesSprint founder Ed speaking passionately during suite presentation

ed-suite-ted-style-talk

Ed in Suite giving Ted Talk.jpg

image

Ed delivering a TED-style talk in the suite

instructor
presentation
leadership
cohort-1

Alt: SalesSprint founder Ed speaking passionately during suite presentation

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-suite-ted-style-talk');
Ed shaking Roy's hand while holding a banana phone prop

ed-roy-handshake-banana-phone

Ed shaking Roys hand with banana phone.jpg

image

Ed and Roy sharing a playful banana phone handshake moment

instructor
alumni
community
fun

Alt: Ed shaking Roy's hand while holding a banana phone prop

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-roy-handshake-banana-phone');
Ed presenting to SalesSprint class during ARA module

ed-presenting-class-ara

Ed presenting to class ARA.jpg

image

Ed presenting to the class during the ARA session

instructor
classroom
ara
presentation

Alt: Ed presenting to SalesSprint class during ARA module

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-presenting-class-ara');
SalesSprint founder Ed smiling in professional portrait

ed-founder-portrait

Ed Founder Pic Website 2.JPG

image

Portrait of SalesSprint founder Ed used for website profile features

founder
leadership
profile
headshot

Alt: SalesSprint founder Ed smiling in professional portrait

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-founder-portrait');
Guest speaker Keeran presenting to SalesSprint students in classroom

keeran-guest-lecture-classroom

Keeran guest lecture to class.jpg

image

Keeran leading a guest lecture session with the cohort

guest-speaker
classroom
cohort-1
learning

Alt: Guest speaker Keeran presenting to SalesSprint students in classroom

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('keeran-guest-lecture-classroom');
Guest lecturer John D speaking to SalesSprint classroom

john-d-guest-lecture

John D guest lecture in classroom.jpg

image

John D delivering a guest lecture to the cohort

guest-speaker
classroom
cohort-1
engagement

Alt: Guest lecturer John D speaking to SalesSprint classroom

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('john-d-guest-lecture');
SalesSprint founder Ed speaking passionately during suite presentation

ed-suite-ted-style-talk

Ed in Suite giving Ted Talk.jpg

image

Ed delivering a TED-style talk in the suite

instructor
presentation
leadership
cohort-1

Alt: SalesSprint founder Ed speaking passionately during suite presentation

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-suite-ted-style-talk');
Ed shaking Roy's hand while holding a banana phone prop

ed-roy-handshake-banana-phone

Ed shaking Roys hand with banana phone.jpg

image

Ed and Roy sharing a playful banana phone handshake moment

instructor
alumni
community
fun

Alt: Ed shaking Roy's hand while holding a banana phone prop

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-roy-handshake-banana-phone');
Ed presenting to SalesSprint class during ARA module

ed-presenting-class-ara

Ed presenting to class ARA.jpg

image

Ed presenting to the class during the ARA session

instructor
classroom
ara
presentation

Alt: Ed presenting to SalesSprint class during ARA module

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-presenting-class-ara');
Professional headshot of SalesSprint founder Ed Byrne

ed-founder-pic-website

Ed Founder Pic Website.JPG

image

professional headshot of Ed for About page

founder
headshot
about-page
professional

Alt: Professional headshot of SalesSprint founder Ed Byrne

Drive
Show code example
import { getImageUrlById } from '@/components/lib/media';

const url = getImageUrlById('ed-founder-pic-website');