{}OPF
DocsIndustries exampleEdit on GitHub

Rural Broadband Expansion Proposal

4 slide OPF example deck.

Metadata

Source

examples/gallery/industries/rural-broadband-expansion-proposal.opf.json

Slides

4

Audience

all-hands

Purpose

decide

Tone

formal

Source JSON

examples/gallery/industries/rural-broadband-expansion-proposal.opf.json
{
  "name": "Rural Broadband Expansion Proposal",
  "language": "english-ca",
  "audience": [
    "all-hands"
  ],
  "purpose": "decide",
  "tone": "formal",
  "narrative": "employee-review",
  "design": {
    "theme": "dark",
    "colorScheme": "pastel-red",
    "fontScheme": "constantia",
    "dimensions": "letter",
    "background": "#FFFFFF",
    "titleAlignment": "center",
    "contentAlignment": "right",
    "contentBox": false,
    "contentDirection": "horizontal",
    "chartPrimary": "none",
    "imageFill": "crop",
    "listBullet": "character"
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title-subtitle",
      "tag": "Telecommunications",
      "title": "Rural Broadband Expansion Proposal",
      "subtitle": "MesaLink Fiber Telecommunications",
      "notes": "Open by naming the decision: Secure local support for phase two broadband construction."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-2x",
      "title": "Why This Matters",
      "text": [
        "MesaLink Fiber should focus the next cycle on ",
        {
          "text": "secure local support for phase two broadband construction",
          "bold": true,
          "color": "#14B8A6"
        },
        " while making the operating tradeoffs clear to telecommunications stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-2x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "100pct-stacked-bar-3x",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              22,
              19
            ],
            [
              "Q2",
              26,
              21
            ],
            [
              "Q3",
              29,
              23
            ],
            [
              "Q4",
              33,
              25
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Next",
      "layout": "list-5x",
      "title": "Next Steps",
      "items": [
        "Agree on the owner for telecommunications.",
        "Confirm the reporting cadence.",
        "Return with the first progress readout."
      ]
    }
  ]
}