Best Practices
Learn how to create amazing presentations! ๐
Writing Great Contentโ
The One Idea Ruleโ
Each slide = One main idea
โ Good:
# Sales Increased 50%
Thanks to our new strategy
โ Bad:
# Q4 Results
Sales up 50%, costs down 20%, team grew by 5,
customer satisfaction improved, new products launched,
office renovated, and won industry award
If you have 2 ideas, make 2 slides!
Text Length Guidelinesโ
Title slide:
- 1 heading
- 1 short subtitle (optional)
Content slides:
- 1 heading
- 3-5 bullet points MAX
- 10-15 words per bullet point
Quote slides:
- The quote
- Who said it
- That's it!
If audience is reading, they're not listening to you!
Use Visual Hierarchyโ
Show importance with size:
# Most Important (Biggest)
## Secondary Point (Medium)
Regular text or bullet points (Normal)
Example:
# We Won!
## Best Product of the Year
Awarded by Industry Magazine
The 6x6 Ruleโ
For bullet points:
- Maximum 6 bullets per slide
- Maximum 6 words per bullet
Good example:
# Our Values
* Customer first
* Innovation always
* Team together
* Quality matters
* Growth mindset
* Fun daily
Design Principlesโ
Color Choicesโ
Do:
- โ Use your brand color
- โ Keep it consistent
- โ High contrast (dark + light)
- โ Test readability from far away
Don't:
- โ Change colors every slide
- โ Low contrast (gray on gray)
- โ Too many colors (rainbow slides)
- โ Colors that clash
Best combinations:
- Dark blue + white text โ
- Black + white text โ
- Dark green + white text โ
- Light yellow + dark text โ
Avoid:
- Red + green (color blind issues) โ
- Light gray + white โ
- Dark gray + black โ
Image Guidelinesโ
Do:
- โ Use high-quality images
- โ Relevant to content
- โ One strong image per slide
- โ Consistent style (all photos or all illustrations)
Don't:
- โ Low-resolution/pixelated
- โ Random stock photos
- โ Too many images
- โ Stretched or distorted
Where to find good images:
White Spaceโ
Give content room to breathe!
โ Good:
# Simple
Clear and easy to read
โ Bad:
# TooMuchStuffOnOneSlideWithNoSpaceToReadAnythingAndItAllBlendsTogetherAndNoOneCanFollowAlongAndYourMessageGetsLost
* Point 1 with way too much detail that nobody will read
* Point 2 with even more detail than point 1
* Point 3 with a story and examples and...
Empty space is not wasted space!
Structure & Organizationโ
Start Strongโ
First slide sets the tone!
Title slide should have:
- Clear, compelling title
- Your name/company
- Date (if relevant)
Example:
# Triple Your Sales in 90 Days
*Proven strategies that work*
John Smith | December 2024
The Narrative Arcโ
Structure your presentation like a story:
- Opening - What's the topic?
- Problem - Why should they care?
- Solution - Your main points
- Evidence - Data, examples, proof
- Action - What should they do?
- Closing - Memorable ending
Example structure:
Slide 1: Title
Slide 2: The Problem We Face
Slide 3-5: Our Solution
Slide 6-8: Results & Proof
Slide 9: What You Should Do
Slide 10: Thank You + Questions
Use Section Dividersโ
Break long presentations into parts:
<!-- black -->
# Part 1: The Challenge
---
# Slide about the challenge
Content here...
---
<!-- black -->
# Part 2: Our Solution
---
# First solution slide
Content here...
Black slides create nice mental breaks for audience!
Emphasis Slidesโ
Make important points stand out:
<!-- 2xl -->
<!-- black -->
# Remember This!
The one thing you must know
Use these:
- For key takeaways
- Important statistics
- Memorable quotes
- Call-to-action
Don't overuse! (Max 2-3 per presentation)
Presentation Tipsโ
Before You Presentโ
Checklist:
- Test fullscreen mode
- Check all images load
- Practice navigation (arrow keys)
- Review from audience distance
- Time yourself
- Test on presentation computer
During Presentationโ
Do:
- โ Face the audience
- โ Use arrow keys smoothly
- โ Pause on important slides
- โ Point out key information
- โ Tell stories, don't just read
- โ Make eye contact
Don't:
- โ Read slides word-for-word
- โ Rush through
- โ Turn your back
- โ Apologize for slides
- โ Say "as you can see" (they can!)
Timingโ
General rule:
- 1-2 minutes per slide
- Title slide: 10 seconds
- Quote slide: 30 seconds
- Complex data slide: 3 minutes
30-minute presentation:
- 15-20 slides maximum
- Leaves time for intro/outro
- Space for questions
5-minute presentation:
- 5-7 slides maximum
- Only most important points
- Fast pace
Always rehearse with timer!
Technical Best Practicesโ
File Managementโ
Naming convention:
[Type] - [Topic] - [Date]
Examples:
- "Sales - Q4 Results - 2024-12"
- "Training - New Hires - Week 1"
- "Client - Acme Corp - Proposal"
Version control:
Draft 1
Draft 2
Draft 3
FINAL
FINAL v2 (if changes after "final")
Save Regularlyโ
Create a habit:
- Every 5 minutes โ
Ctrl + S - After major changes โ Save
- Before presenting โ Save
- Before closing browser โ Save
Set a timer:
- Phone reminder every 5 minutes
- Post-it note on monitor
- Make it automatic!
Backup Strategyโ
3-2-1 Rule:
- 3 copies of important presentations
- 2 different formats (Slidepicker + PDF)
- 1 copy off-site (cloud)
Example:
- Save in Slidepicker (cloud) โ
- Export to PDF โ (Premium)
- Email PDF to yourself โ
Image Optimizationโ
Before uploading:
-
Resize images
- Full background: 1920x1080px
- Side images: 800px wide
- Don't use phone-sized photos (4000px+)
-
Compress files
- Use TinyPNG
- Aim for under 500KB per image
- Maintains quality, reduces size
-
Choose right format
- Photos โ JPG
- Graphics/logos โ PNG
- Animations โ GIF
- Modern sites โ WebP
Markdown Best Practicesโ
Consistent Formattingโ
Pick a style and stick to it:
Option A: Bold for emphasis
This is **important** information.
Option B: Italic for emphasis
This is *important* information.
Don't mix randomly!
Heading Hierarchyโ
Use logical structure:
# Main Title (use once per slide)
## Sub-section
### Sub-sub-section (rare)
Don't skip levels:
โ Wrong:
# Title
### Sub-point (skipped ##)
โ
Right:
# Title
## Sub-point
### Detail
List Consistencyโ
Pick bullets OR numbers, not both:
โ Good:
* First point
* Second point
* Third point
โ Bad:
* First point
2. Second point
* Third point
Spacingโ
Blank lines for readability:
โ Good:
# Title
Some text here.
* Bullet 1
* Bullet 2
โ Bad:
# Title
Some text here.
* Bullet 1
* Bullet 2
Content Creation Workflowโ
The Fast Method (5 Minutes)โ
- Pick template (1 min)
- Replace text (2 min)
- Choose color (30 sec)
- Add 1-2 images (1 min)
- Quick review (30 sec)
- Save!
Perfect for: Quick updates, simple presentations
The Standard Method (30 Minutes)โ
-
Start from scratch (5 min)
- Write all text
- Structure slides
-
Format properly (10 min)
- Headings
- Bullets
- Emphasis
-
Add visuals (10 min)
- Images
- Layout modifiers
-
Polish (5 min)
- Colors
- Settings
- Review
-
Save & test
Perfect for: Regular presentations
The Professional Method (2 Hours)โ
-
Plan (15 min)
- Outline
- Key messages
- Target audience
-
Content (45 min)
- Write all slides
- Refine wording
- Check flow
-
Design (30 min)
- Custom colors
- High-quality images
- Consistent styling
-
Polish (20 min)
- Transitions
- Timing
- Special effects
-
Practice (10 min)
- Full run-through
- Adjust timing
- Fix issues
Perfect for: Client pitches, important meetings
Quality Checklistโ
Before Sharingโ
- Spell check (copy to Word/Docs)
- All images load
- No placeholder text
- Consistent colors
- Tested fullscreen
- Timed yourself
- Saved with good name
Before Presentingโ
- Tested on presentation computer
- Backup copy available
- Internet connection checked
- Knows keyboard shortcuts
- Practiced once
- Ready for questions
Common Mistakes to Avoidโ
Content Mistakesโ
โ Too much text
- Walls of text
- Tiny fonts
- Audience reads instead of listens
โ No structure
- Random order
- No clear message
- Confusing flow
โ Boring
- All text, no images
- Same layout every slide
- Monotone delivery
Design Mistakesโ
โ Bad colors
- Low contrast
- Clashing colors
- Changes every slide
โ Bad images
- Low quality
- Irrelevant
- Stretched/distorted
โ Inconsistent
- Different fonts
- Random styles
- No pattern
Technical Mistakesโ
โ Not saving
- Lost work
- Old version
- No backup
โ Not testing
- Errors during presentation
- Images don't load
- Navigation issues
Level Up Your Skillsโ
Beginner โ Intermediateโ
You know you're ready when:
- โ Can create presentation in 15 minutes
- โ Use templates effectively
- โ Comfortable with modifiers
- โ Images look good
- โ Saved and organized
Next level skills:
- Learn all keyboard shortcuts
- Create custom color schemes
- Master image layouts
- Develop personal style
- Create own templates
Intermediate โ Advancedโ
You know you're ready when:
- โ Create without templates
- โ Know all shortcuts
- โ Presentations look professional
- โ Can present smoothly
- โ Get compliments on slides
Next level skills:
- Train others
- Create templates for team
- Optimize for different audiences
- Master storytelling
- Present without notes
Resourcesโ
Learningโ
- ๐ This documentation
- ๐ฅ Presentation tips (general topic)
- ๐ Books on presenting
- ๐ Online courses
Toolsโ
- ๐ผ๏ธ Unsplash - Free images
- ๐จ Coolors - Color picker
- ๐ TinyPNG - Image compression
- โ๏ธ Hemingway - Writing clarity
Inspirationโ
- ๐ฑ Look at other presentations
- ๐ฏ Study what works
- ๐ Adapt good ideas
- ๐ก Develop your style
You're becoming a presentation master! ๐
Keep practicing, keep improving, keep presenting! ๐