Media Registry
Browse and manage all media assets for the SalesSprint website
Quick Steps:
- Upload your file to Google Drive
- Right-click the file → Share → Copy link
- Edit media.json and add a new entry with:
id
: unique kebab-case identifierfilename
: descriptive filenamedrive_url
: the Google Drive share linktype
: "image" or "video"tags
: array of searchable tagsdescription
: what the photo showsalt
: accessible alt text
- Commit and push your changes
Documentation:
See MEDIA.md for complete documentation and code examples.
All Media (22)
paul-holding-phone-group-call
Paul holding phone during group call.jpg
Paul holding phone during group call in class
Alt: SalesSprint student Paul holding phone during group call exercise
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('paul-holding-phone-group-call');
roy-testimonial-banner
Roy Testimonial banner.jpg
Roy testimonial banner highlighting program success
Alt: Testimonial banner featuring Roy from SalesSprint Cohort 1
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('roy-testimonial-banner');
classroom-shot-from-back
Classroom shot from the back.jpg
Good shot of classroom from the back during session
Alt: SalesSprint classroom view from back showing students during training session
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('classroom-shot-from-back');
group-photo-thumbs-up
Group Photo with Thumbs Up.jpg
Group photo with thumbs up from the range - featured image
Alt: SalesSprint Cohort 1 students giving thumbs up together in classroom
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('group-photo-thumbs-up');
ed-pointing-at-whiteboard
Ed pointing at whiteboard.jpg
Shot from the back of class with Ed pointing at the whiteboard
Alt: Instructor Ed teaching SalesSprint class, pointing at whiteboard
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-pointing-at-whiteboard');
happy-hour-empire-state
Happy hour under Empire State Building.jpg
Happy hour gathering under the Empire State Building
Alt: SalesSprint students at happy hour near Empire State Building
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('happy-hour-empire-state');
john-giving-cookie-to-aubrey
John giving cookie to Aubrey.jpg
John giving 'cookie' to Aubrey during class exercise
Alt: SalesSprint students John and Aubrey during classroom exercise
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('john-giving-cookie-to-aubrey');
boiler-room
Boiler room scene.jpg
Boiler room style training session
Alt: SalesSprint intensive boiler room style training session
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('boiler-room');
class-cohort-picture
Class Cohort Picture.jpg
Official class cohort picture - full group photo
Alt: SalesSprint Cohort 1 official class photo with all students
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('class-cohort-picture');
gabe-power-pose
Gabe power pose.jpg
Gabe striking a confident power pose
Alt: SalesSprint student Gabe in confident power pose
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('gabe-power-pose');
keeran-guest-lecture-classroom
Keeran guest lecture to class.jpg
Keeran leading a guest lecture session with the cohort
Alt: Guest speaker Keeran presenting to SalesSprint students in classroom
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('keeran-guest-lecture-classroom');
john-d-guest-lecture
John D guest lecture in classroom.jpg
John D delivering a guest lecture to the cohort
Alt: Guest lecturer John D speaking to SalesSprint classroom
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('john-d-guest-lecture');
ed-suite-ted-style-talk
Ed in Suite giving Ted Talk.jpg
Ed delivering a TED-style talk in the suite
Alt: SalesSprint founder Ed speaking passionately during suite presentation
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-suite-ted-style-talk');
ed-roy-handshake-banana-phone
Ed shaking Roys hand with banana phone.jpg
Ed and Roy sharing a playful banana phone handshake moment
Alt: Ed shaking Roy's hand while holding a banana phone prop
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-roy-handshake-banana-phone');
ed-presenting-class-ara
Ed presenting to class ARA.jpg
Ed presenting to the class during the ARA session
Alt: Ed presenting to SalesSprint class during ARA module
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-presenting-class-ara');
ed-founder-portrait
Ed Founder Pic Website 2.JPG
Portrait of SalesSprint founder Ed used for website profile features
Alt: SalesSprint founder Ed smiling in professional portrait
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-founder-portrait');
keeran-guest-lecture-classroom
Keeran guest lecture to class.jpg
Keeran leading a guest lecture session with the cohort
Alt: Guest speaker Keeran presenting to SalesSprint students in classroom
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('keeran-guest-lecture-classroom');
john-d-guest-lecture
John D guest lecture in classroom.jpg
John D delivering a guest lecture to the cohort
Alt: Guest lecturer John D speaking to SalesSprint classroom
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('john-d-guest-lecture');
ed-suite-ted-style-talk
Ed in Suite giving Ted Talk.jpg
Ed delivering a TED-style talk in the suite
Alt: SalesSprint founder Ed speaking passionately during suite presentation
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-suite-ted-style-talk');
ed-roy-handshake-banana-phone
Ed shaking Roys hand with banana phone.jpg
Ed and Roy sharing a playful banana phone handshake moment
Alt: Ed shaking Roy's hand while holding a banana phone prop
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-roy-handshake-banana-phone');
ed-presenting-class-ara
Ed presenting to class ARA.jpg
Ed presenting to the class during the ARA session
Alt: Ed presenting to SalesSprint class during ARA module
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-presenting-class-ara');
ed-founder-pic-website
Ed Founder Pic Website.JPG
professional headshot of Ed for About page
Alt: Professional headshot of SalesSprint founder Ed Byrne
Show code example
import { getImageUrlById } from '@/components/lib/media';
const url = getImageUrlById('ed-founder-pic-website');