Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Created June 5, 2022 17:12
Show Gist options
  • Save elijahmanor/e68b5340cdb5f337d1b9a5d212c510cc to your computer and use it in GitHub Desktop.
Save elijahmanor/e68b5340cdb5f337d1b9a5d212c510cc to your computer and use it in GitHub Desktop.

Revisions

  1. elijahmanor created this gist Jun 5, 2022.
    77 changes: 77 additions & 0 deletions realtime-twitter-banner.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,77 @@
    {
    "editor": "source",
    "widgets": [
    {
    "data": {
    "type": "user"
    },
    "type": "background"
    },
    {
    "id": "title",
    "data": {
    "top": 50,
    "left": 75,
    "size": 80,
    "align": "left",
    "color": "#f2f2f2",
    "value": "Hi, I'm Elijah!",
    "weight": "bold"
    },
    "type": "text"
    },
    {
    "id": "subtitle",
    "data": {
    "top": 200,
    "left": 75,
    "size": 40,
    "align": "left",
    "color": "#f2f2f2",
    "value": "I write code, build apps, share ideas, and make puns",
    "weight": "normal"
    },
    "type": "text"
    },
    {
    "id": "followers-text",
    "data": {
    "top": 350,
    "left": -670,
    "size": 30,
    "align": "right",
    "color": "#f2f2f2",
    "value": "Thanks to my latest followers!",
    "weight": "normal"
    },
    "type": "text"
    },
    {
    "data": {
    "gap": 10,
    "top": 350,
    "left": 875,
    "size": 100,
    "limit": 5,
    "order": "a",
    "direction": "h"
    },
    "type": "recent_followers"
    },
    {
    "data": {
    "top": 400,
    "flip": true,
    "left": 700,
    "size": 50,
    "color": "#f2f2f2",
    "rotate": 80
    },
    "type": "arrow"
    },
    {
    "type": "watermark"
    }
    ],
    "presetId": "followersVertical"
    }