OPF Social Platform

GitHub

GitHub uses the same URL pattern for users and organizations ('/<handle>'). Use the companyUrlPattern for organization references for symmetry with platforms that distinguish.

githubDeveloperLinkgithub.com#181717

URL Pattern

Replace {handle} with a speaker or organization handle. PPTX.dev can build the link automatically when Organization.socials or Speaker.socials includes the github key.

https://github.com/

https://github.com/alicechen

Pattern: https://github.com/{handle}

Handle Format

Prefix
None
Example
alicechen
Profile pattern
https://github.com/{handle}
Company pattern
https://github.com/{handle}

Icon Variants

Render the platform glyph at common footer scales. Brand color is reserved for the color variant; monochrome variants inherit the active theme.

Color Glyph

Default branded footer

16px
24px
32px

Monochrome Glyph

Quiet theme-controlled footer

16px
24px
32px

Square Avatar

Compact icon chip

16px
24px
32px

Audience

Developer. Code-hosting platform for developers and organizations.

Best For

Developer tools, technical talks, open-source project decks, and recruiting material where code credibility matters.

Watch Out For

Match the platform to the audience. A social handle that feels off-channel reads as noise in a restrained footer.

Recommended Companions

OPF Config

socials:github
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — socials/github",
  "organization": {
    "id": "example-organization",
    "name": "Example Organization",
    "socials": {
      "github": "alicechen"
    }
  },
  "speaker": {
    "id": "alice-chen",
    "name": "Alice Chen",
    "organizationId": "example-organization",
    "socials": {
      "github": "alicechen"
    }
  },
  "catalogs": {
    "socialPlatforms": {
      "source": "https://www.pptx.gallery/api/socials.json"
    }
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "title-slide",
      "title": "GitHub",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.