{
    "componentChunkName": "component---src-components-blog-post-jsx",
    "path": "/blog/how-to-create-a-github-profile-readme/",
    "result": {"data":{"site":{"siteMetadata":{"author":"Monica Powell","siteUrl":"https://www.aboutmonica.com"}},"mdx":{"id":"a743839b-26d4-5fb6-b70a-d02b111c4fc9","timeToRead":2,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"How To Create A GitHub Profile README\",\n  \"date\": \"2020-07-11T11:25:50.469Z\",\n  \"template\": \"post\",\n  \"featured\": true,\n  \"slug\": \"how-to-create-a-github-profile-readme\",\n  \"category\": [\"tutorial\"],\n  \"description\": \"This article walks through how to access GitHub's new profile level README feature\",\n  \"tags\": [\"GitHub\"]\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar TableOfContents = makeShortcode(\"TableOfContents\");\nvar Callout = makeShortcode(\"Callout\");\nvar Tweet = makeShortcode(\"Tweet\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"GitHub recently released a feature that allows users to create a profile-level README to display prominently on their GitHub profile. This article walks through how to access this new feature. I'll also be sharing some fun GitHub profiles I've seen so far. I'd love it if you shared yours with me on Twitter \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://twitter.com/indigitalcolor\"\n  }, \"@indigitalcolor\"), \".\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/monica-github-readme-edit.gif\",\n    \"alt\": null\n  }), \"\\n\", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"The above GIF shows what my README looks like at the time of this writing. You may notice I was recently selected to be \", mdx(\"a\", {\n    parentName: \"em\",\n    \"href\": \"https://stars.github.com/\"\n  }, \"GitHub star\"), \"!\")), mdx(TableOfContents, {\n    headings: props.tableOfContents,\n    mdxType: \"TableOfContents\"\n  }), mdx(\"h2\", {\n    \"id\": \"why-readmes\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#why-readmes\",\n    \"aria-label\": \"why readmes permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Why READMEs?\"), mdx(\"p\", null, \"The GitHub profile-level README feature allows more content than the profile bio, supports markdown which means you can play around with the content more visually (Did someone say GIFs!?) and the README is significantly more visible as it is placed above pinned repositories and takes up as much space above the fold of the webpage as you like.\"), mdx(\"p\", null, \"A solid README is a core-component of well-documented software and often encourages collaboration by sharing helpful context with contributors. In my opinion, a profile-level README seems like a great extension of a convention a lot of GitHub users are already familiar with. If you're looking to make project-level READMEs more awesome and helpful check out \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/matiassingers/awesome-readme\"\n  }, \"matiassingers/awesome-readme\"), \" for resources and examples of compelling READMEs.\"), mdx(\"h2\", {\n    \"id\": \"how-do-i-create-a-profile-readme\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#how-do-i-create-a-profile-readme\",\n    \"aria-label\": \"how do i create a profile readme permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"How do I create a profile README?\"), mdx(\"p\", null, \"The profile README is created by creating a new repository that\\u2019s the same name as your username. For example, my GitHub username is m0nica so I created a new repository with the name m0nica. Note: at the time of this writing, in order to access the profile README feature, the letter-casing \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"must\"), \" match your GitHub username.\"), mdx(Callout, {\n    variant: \"danger\",\n    mdxType: \"Callout\"\n  }, mdx(\"p\", null, mdx(\"b\", null, \"Already have a repo-named username/username?\")), mdx(\"p\", null, \" \", \"If you are interested in setting up a profile-level README then you can \", \"\", mdx(\"a\", {\n    href: \"https://docs.github.com/en/github/administering-a-repository/renaming-a-repository\"\n  }, \"rename the repository\"), \" \", \"or repurpose its existing README based on what makes the most sense in your particular situation.\")), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Create a new repository with the same name (including casing) as your GitHub username: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/new\"\n  }, \"https://github.com/new\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Create a README.md file inside the new repo with content (text, GIFs, images, emojis, etc.)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Commit your fancy new README!\"), mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"If you're on GitHub's web interface you can choose to commit directly to the repo's main branch (i.e., \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"master\"), \" or \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"main\"), \") which will make it immediately visible on your profile)\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Push changes to GitHub (if you made changes locally i.e., on your computer and not github.com)\"))), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/create-repository.jpg\",\n    \"alt\": null\n  })), mdx(\"h2\", {\n    \"id\": \"fun-readmes\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#fun-readmes\",\n    \"aria-label\": \"fun readmes permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Fun READMEs\"), mdx(\"p\", null, \"The GitHub README profiles are written in Markdown which means you aren't just limited to texts and links, you can include GIFs and images. Need to brush up on Markdown Syntax? \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf\"\n  }, \"Check out this Markdown Cheatsheet\"), \".\"), mdx(Tweet, {\n    tweetLink: \"jlengstorf/status/1281026687103168512\",\n    mdxType: \"Tweet\"\n  }), mdx(Tweet, {\n    tweetLink: \"donavon/status/1281231777475026945\",\n    mdxType: \"Tweet\"\n  }), mdx(Tweet, {\n    tweetLink: \"Saadeghi/status/1281111778290786310\",\n    mdxType: \"Tweet\"\n  }), mdx(\"p\", null, \"If you're really ambitious you can use \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/features/actions\"\n  }, \"GitHub actions\"), \" or other automation like bdougieYO or simonw to dynamically pull data into your README:\"), mdx(Tweet, {\n    tweetLink: \"bdougieYO/status/1281699715466199040\",\n    mdxType: \"Tweet\"\n  }), mdx(Tweet, {\n    tweetLink: \"simonw/status/1281435464474324993\",\n    mdxType: \"Tweet\"\n  }), mdx(\"p\", null, \"Serverless functions can also be used to dynamically generate information (for example your current Spotify activity):\"), mdx(Tweet, {\n    tweetLink: \"n_moore/status/1282326538990563329\",\n    mdxType: \"Tweet\"\n  }), mdx(\"p\", null, \"I'm a huge proponent that folks should maintain a website they have complete ownership over (even if it's a no-code website solution) but this is tempting...\"), mdx(Tweet, {\n    tweetLink: \"TerryTangYuan/status/1281590275660537858\",\n    mdxType: \"Tweet\"\n  }), mdx(Tweet, {\n    tweetLink: \"pifafu/status/1265773172520914944\",\n    mdxType: \"Tweet\"\n  }), mdx(\"p\", null, \"I've been inspired by the creative READMEs I've seen so far and am looking forward to seeing all kinds of profiles in the upcoming months.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#why-readmes","title":"Why READMEs?"},{"url":"#how-do-i-create-a-profile-readme","title":"How do I create a profile README?"},{"url":"#fun-readmes","title":"Fun READMEs"}]},"frontmatter":{"title":"How To Create A GitHub Profile README","date":"July 11, 2020","description":"This article walks through how to access GitHub's new profile level README feature","tags":["GitHub"]}},"allWebMentionEntry":{"edges":[{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/post/twitter/indigitalcolor/1365983676367056899","wmProperty":"mention-of","wmId":1050337,"type":"entry","url":"https://twitter.com/ebubekirdgnn/status/1365983676367056899","likeOf":null,"author":{"url":"https://twitter.com/ebubekirdgnn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24a097fe34e04570f7d78d2b6b441a57fcec5aa5c2ca0bdc79b2ef3ff95fd8af.jpg","name":"Ebubekir Doğan 💻"},"published":"February 28, 2021","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/post/twitter/indigitalcolor/1364292835747495936","wmProperty":"mention-of","wmId":1044158,"type":"entry","url":"https://twitter.com/WomenInWebDev/status/1364292835747495936","likeOf":null,"author":{"url":"https://twitter.com/WomenInWebDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0061d51c932309b11dd46fdce6fefdb4300113877489eab1f010c3dae9de2427.jpg","name":"Women in Web Dev"},"published":"February 23, 2021","content":{"text":"This article walks through how to access this new feature. @waterproofheart also shares some fun GitHub profiles she's seen so far!\n\naboutmonica.com/blog/how-to-cr…\n\n#womenwhocode #womenintech #girlswhocode #100daysofcode #codenewbie #womeninstem"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/3852838154","wmProperty":"like-of","wmId":1041306,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-3852838154","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shelbyspees","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72252cccadd79966df5094f019c932d441cfc364060a9eb02a6107eeee4546da.jpg","name":"shelby spees is staying home 😷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/1339195479184248837","wmProperty":"like-of","wmId":1038235,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-1339195479184248837","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/berlbane4d","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a31a385099f4b0ae2d2f7f567039b79bdb73962db8610e670c7c5ca370ad9db.jpg","name":"Berl"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/repost/twitter/indigitalcolor/1362510381227388931/1362847426378424322","wmProperty":"repost-of","wmId":1038236,"type":"entry","url":"https://twitter.com/berlbane4d/status/1362847426378424322","likeOf":null,"author":{"url":"https://twitter.com/berlbane4d","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a31a385099f4b0ae2d2f7f567039b79bdb73962db8610e670c7c5ca370ad9db.jpg","name":"Berl"},"published":"February 19, 2021","content":{"text":"@jbook3r @github Thanks Jeremy! Yep, it was for my GitHub Profile README article: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/1241056934918307843","wmProperty":"like-of","wmId":1038211,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-1241056934918307843","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamcratermazi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bc6e52082a126395e51eb851ad24a744a9e2d756bb71327ddff66893f195543.jpg","name":"Louis Offor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/29484128","wmProperty":"like-of","wmId":1038202,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-29484128","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JasonBurkert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56872f31ce81651479321f01c897ffd463645959b33db09b0ff22067a1746e9d.jpg","name":"Jason Burkert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/803599579090448388","wmProperty":"like-of","wmId":1038125,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-803599579090448388","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hashim_warren","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d91b042e76708ace6e25611f17095e10eaa51ed48a4e80d1c24b8528e2b978a6.jpg","name":"Hashim Warren 🧑🏾‍🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/2511451691","wmProperty":"like-of","wmId":1038043,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-2511451691","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/montanamillard","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c2cc40503aa93c47a7b42b610b5b25977564e2134adaa97e93fe9bf6f4f92a3.jpg","name":"Jimmy Millard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/80684586","wmProperty":"like-of","wmId":1037900,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-80684586","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jonathanlurie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bed4c46e7452d87fbf2ef20b7255a1339c7dc6d49644d86aa325d751fd29da27.jpg","name":"Jonathan Lurie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/841757689214566402","wmProperty":"like-of","wmId":1037485,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-841757689214566402","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SixthOtu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26b6290e18e7bbb79a77f624a6683df1da92d006849663cc7bcab8ab1009d466.jpg","name":"The sixth Otu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/69343486","wmProperty":"like-of","wmId":1037421,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-69343486","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yi_tweets","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81feab099a5210ecd6b1a4d1b316f18d68efd7742be71058b6f62a88cd556566.jpg","name":"♫Yani♀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/3309105596","wmProperty":"like-of","wmId":1037381,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-3309105596","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JenMsft","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6b322fce36373a0ea52da4d0a2c8303679bef5a8ab8b9f79a906380882f56ff.jpg","name":"Jen Gentleman 🌺"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/repost/twitter/indigitalcolor/1362510381227388931/1362555175894941696","wmProperty":"repost-of","wmId":1037190,"type":"entry","url":"https://twitter.com/lisihocke/status/1362555175894941696","likeOf":null,"author":{"url":"https://twitter.com/lisihocke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d61bd95d3fa9e00abcbb97e3d1e7e6fea02e39195e4165276a2e90390d055349.jpg","name":"Elisabeth Hocke"},"published":"February 19, 2021","content":{"text":"@jbook3r @github Thanks Jeremy! Yep, it was for my GitHub Profile README article: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/repost/twitter/indigitalcolor/1362510381227388931/1362554852925190146","wmProperty":"repost-of","wmId":1037191,"type":"entry","url":"https://twitter.com/jewelbarnettphd/status/1362554852925190146","likeOf":null,"author":{"url":"https://twitter.com/jewelbarnettphd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/115f74d12e13925edabbfd85f503f703235d8bdf050720d47c1ccf2ef947b94b.jpg","name":"Jewel Barnett, Ph.D."},"published":"February 19, 2021","content":{"text":"@jbook3r @github Thanks Jeremy! Yep, it was for my GitHub Profile README article: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/43840011","wmProperty":"like-of","wmId":1037188,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-43840011","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jewelbarnettphd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/115f74d12e13925edabbfd85f503f703235d8bdf050720d47c1ccf2ef947b94b.jpg","name":"Jewel Barnett, Ph.D."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/331010842","wmProperty":"like-of","wmId":1037189,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-331010842","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lisihocke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d61bd95d3fa9e00abcbb97e3d1e7e6fea02e39195e4165276a2e90390d055349.jpg","name":"Elisabeth Hocke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/comment/twitter/indigitalcolor/1362510381227388931/1362529394187771906","wmProperty":"in-reply-to","wmId":1037124,"type":"entry","url":"https://twitter.com/ctechdiva/status/1362529394187771906","likeOf":null,"author":{"url":"https://twitter.com/ctechdiva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bed9fc1f92f85c590b3200e513b1ddfddb16eba05d17b8922bb84baa75bfcdd2.jpg","name":"Cheryl A"},"published":"February 18, 2021","content":{"text":"Wonderful"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/31366695","wmProperty":"like-of","wmId":1037123,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-31366695","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ctechdiva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bed9fc1f92f85c590b3200e513b1ddfddb16eba05d17b8922bb84baa75bfcdd2.jpg","name":"Cheryl A"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/post/twitter/waterproofheart/1362533382375108611","wmProperty":"mention-of","wmId":1037085,"type":"entry","url":"https://twitter.com/pims/status/1362533382375108611","likeOf":null,"author":{"url":"https://twitter.com/pims","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d9e3f2664ec6b43b80a1c6fc1e74a370911be9e54dddd68c25dcd2705512c65.png","name":"🆃🅸🅼 🏴‍☠️"},"published":"February 18, 2021","content":{"text":"Congrats! 🏆\nLink to the excellent blogpost: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid.gy/like/twitter/indigitalcolor/1362510381227388931/21325333","wmProperty":"like-of","wmId":1037058,"type":"entry","url":"https://twitter.com/indigitalcolor/status/1362510381227388931#favorited-by-21325333","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jbook3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1648cfca320ef93494a84b47c48e7b4f2417402c9f9ac04396dcbc3b8ad1850a.jpg","name":"Jeremy Booker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1341377484680552449","wmProperty":"mention-of","wmId":958706,"type":"entry","url":"https://twitter.com/clarie_bee/status/1341377484680552449","likeOf":null,"author":{"url":"https://twitter.com/clarie_bee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e48819a121157da327f91e4218c561a96a4ac33fe273b5799e7d34bcbacaa5b9.jpg","name":"clarie b"},"published":"December 22, 2020","content":{"text":"D45 #100DaysOfCloud/#100DaysOfCode \n\nDusting off GitHub after 6mnths of almost-silence due to work being 100% Bitbucket. Reminded of how much I ♥︎ it! Esp its new(ish) profile feature - just create a repo w the same name! 🤯\n\nThnx to @indigitalcolor aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1338158482680401928/188741386","wmProperty":"like-of","wmId":947523,"type":"entry","url":"https://twitter.com/waterproofheart/status/1338158482680401928#favorited-by-188741386","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BroaderImpact","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56321b735d7288a2cbf9005b4962999a6980e1ce53f6ef287d66a46e6c0d025f.jpg","name":"Jython Jangle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1338158482680401928/1088416218556579841","wmProperty":"like-of","wmId":947521,"type":"entry","url":"https://twitter.com/waterproofheart/status/1338158482680401928#favorited-by-1088416218556579841","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pachicodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be5ffb8b1d829310d1ab42c5edb8ffd76ee34d14fc397723f822c63772ce72eb.jpg","name":"Pachi - she/her/ela #BLM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1338158482680401928/48755968","wmProperty":"like-of","wmId":947522,"type":"entry","url":"https://twitter.com/waterproofheart/status/1338158482680401928#favorited-by-48755968","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mrjabbott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04bca7d69311fcb5d31512cc2321ac760dfbf169154e31e588a8b8c67daebfdc.jpg","name":"Jeremy Abbott 🏳️‍🌈🧙🏼‍♂️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1334602559860969472","wmProperty":"mention-of","wmId":934723,"type":"entry","url":"https://twitter.com/ChrisShort/status/1334602559860969472","likeOf":null,"author":{"url":"https://twitter.com/ChrisShort","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d87ebe3cd72a6ded599f8f75d97e00fe151f6ab050dbd10859f7a8b850513ec.jpg","name":"Chris Short"},"published":"December 03, 2020","content":{"text":"Recommended Read: How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr… #devopsish"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1331927792754126850","wmProperty":"mention-of","wmId":925250,"type":"entry","url":"https://twitter.com/davidjgoss/status/1331927792754126850","likeOf":null,"author":{"url":"https://twitter.com/davidjgoss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15d7e0ff1c098fa4d8e75a5016a0ba0979b7c003d251bff5d9bc10c6733a6ca3.jpg","name":"David Goss"},"published":"November 26, 2020","content":{"text":"How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr… via @instapaper"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1330874127402590208","wmProperty":"mention-of","wmId":921311,"type":"entry","url":"https://twitter.com/kdedude/status/1330874127402590208","likeOf":null,"author":{"url":"https://twitter.com/kdedude","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41ffa0025937f43cf1ba8fe6833b0e4e6c304b7aebeb8f4b902750a068358bc6.png","name":"Adriaan de Groot"},"published":"November 23, 2020","content":{"text":"Useful instructions from Monica Powell, aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1329013871458312192","wmProperty":"mention-of","wmId":916043,"type":"entry","url":"https://twitter.com/bennycode/status/1329013871458312192","likeOf":null,"author":{"url":"https://twitter.com/bennycode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/098b4a983b629f54e1bedc6ce7fcd769937224e4f7190d0dca1f9235effcfd50.jpg","name":"Benny Neugebauer"},"published":"November 18, 2020","content":{"text":"I just found out that you can create a #README file for your #GitHub profile. 😲 How cool is this?! @waterproofheart put together a list of very funny & creative profile pages. Treat yourself: aboutmonica.com/blog/how-to-cr… 📃✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1328754077543538688","wmProperty":"mention-of","wmId":915329,"type":"entry","url":"https://twitter.com/juan_lg/status/1328754077543538688","likeOf":null,"author":{"url":"https://twitter.com/juan_lg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff7994c975f7a830943829f9ddc62c817ae8bdd90095ca73e63155e317d551e3.jpg","name":"Juan Manuel López 👨🏽‍💻"},"published":"November 17, 2020","content":{"text":"How To Create A GitHub Profile README @waterproofheart \naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1322298807061671936","wmProperty":"mention-of","wmId":894671,"type":"entry","url":"https://twitter.com/KahawaiiKailana/status/1322298807061671936","likeOf":null,"author":{"url":"https://twitter.com/KahawaiiKailana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edcd6f7411ad4b899964524f26cee596976950473d130626e5244ba05fee1221.jpg","name":"Kailana Kahawaii"},"published":"October 30, 2020","content":{"text":"Looking doing this soon aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1316713582512537601","wmProperty":"mention-of","wmId":876770,"type":"entry","url":"https://twitter.com/Nada__Ta/status/1316713582512537601","likeOf":null,"author":{"url":"https://twitter.com/Nada__Ta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5fd9318e2e75df972851074e44a2e56a0a023c69a93b021594a0039e256f5f39.jpg","name":"Nada_T"},"published":"October 15, 2020","content":{"text":"Two months ago, I came across this article: aboutmonica.com/blog/how-to-cr… @waterproofheart \nIt shows how it's easy and mostly fun to create a GitHub profile! That inspired me to create my own and a specific readme where I listed all my projects with links, descriptions, and more! 👇1/2"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1298835183781601283","wmProperty":"mention-of","wmId":844386,"type":"entry","url":"https://twitter.com/AgileBelma/status/1298835183781601283","likeOf":null,"author":{"url":"https://twitter.com/AgileBelma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b8b0cca6891cc872c9f6a8dcf4f89f1b1ca639b0aa579650901344d914d9103b.jpg","name":"Belma 💜☮️"},"published":"August 27, 2020","content":{"text":"How To Create A GitHub Profile README | monica*dev aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1298726815675031552","wmProperty":"mention-of","wmId":844348,"type":"entry","url":"https://twitter.com/jessamyn/status/1298726815675031552","likeOf":null,"author":{"url":"https://twitter.com/jessamyn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5bf92fec1a75ff2440b12ca5030744604cd4d34e2d6d8ea28f1e4400af3401f.jpg","name":"jessamyn"},"published":"August 26, 2020","content":{"text":"Huge thanks to @waterproofheart for this handy explainer on how to set up a GitHub profile, the perfect little task after a long day (short afternoon, really) of @thecarpentries GitHub class. Check mine out github.com/jessamynwest"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1298727119531335681","wmProperty":"mention-of","wmId":844347,"type":"entry","url":"https://twitter.com/jessamyn/status/1298726815675031552","likeOf":null,"author":{"url":"https://twitter.com/jessamyn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5bf92fec1a75ff2440b12ca5030744604cd4d34e2d6d8ea28f1e4400af3401f.jpg","name":"jessamyn"},"published":"August 26, 2020","content":{"text":"Huge thanks to @waterproofheart for this handy explainer on how to set up a GitHub profile, the perfect little task after a long day (short afternoon, really) of @thecarpentries GitHub class. Check mine out github.com/jessamynwest"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1298637582687969285","wmProperty":"mention-of","wmId":844273,"type":"entry","url":"https://twitter.com/Joulse_/status/1298637582687969285","likeOf":null,"author":{"url":"https://twitter.com/Joulse_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7273138d26dc74fcc61c3f3f6988e2e9c3ebe4343b65dfb9d3f3e4bf426b9130.jpg","name":"Joulse"},"published":"August 26, 2020","content":{"text":"How To Create A GitHub Profile README \n\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1295075692900569088","wmProperty":"mention-of","wmId":841223,"type":"entry","url":"https://twitter.com/joelmturner/status/1295075692900569088","likeOf":null,"author":{"url":"https://twitter.com/joelmturner","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7aeb311365be880634d7420d17bfb9b40b6c3cb0fff06307ec89371e9cb65da4.jpg","name":"Joel Turner"},"published":"August 16, 2020","content":{"text":"Thanks to the great write up from @waterproofheart (twitter.com/waterproofhear…), I got an initial profile readme up on @github.\n\ngithub.com/joelmturner"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1295079583189016583","wmProperty":"mention-of","wmId":841222,"type":"entry","url":"https://twitter.com/Samson_Goddy/status/1295079583189016583","likeOf":null,"author":{"url":"https://twitter.com/Samson_Goddy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c3777a9400396e7eeb77fb53d249455900ac2e92397b946b69eae618bb4da89.jpg","name":"Samson Goddy"},"published":"August 16, 2020","content":{"text":"I made the first version of my @github /README.md, more crazy ideas coming.\n\nIf you want to do yours, @waterproofheart got you covered with aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1294004389422784512","wmProperty":"mention-of","wmId":840095,"type":"entry","url":"https://twitter.com/deserie85/status/1294004389422784512","likeOf":null,"author":{"url":"https://twitter.com/deserie85","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9920057244154f5bfbbf54d46aa29402faea3ea22bfb9d11771c8933ed76b582.jpg","name":"Deserie"},"published":"August 13, 2020","content":{"text":"I will be updating my page using these tips. Thanks so much for this  @waterproofheart my GitHub needs all the help it can get, it's a hot mess over there 😃"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1292636160431448064","wmProperty":"mention-of","wmId":838156,"type":"entry","url":"https://twitter.com/cazepeda/status/1292636160431448064","likeOf":null,"author":{"url":"https://twitter.com/cazepeda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53d5e70a8eb7f393dfbec293ebfc5e96abcf870630cfcfb5ea6d07addc9e10fa.jpg","name":"Carlos A Zepeda"},"published":"August 10, 2020","content":{"text":"I added a nice feature to my GitHub profile page. A more prominent section to use  for  more descriptive stuff to mention. Its a nice thing to have.\n\ngithub.com/cazepeda\n\nCredits: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1291408771802181633","wmProperty":"mention-of","wmId":836648,"type":"entry","url":"https://twitter.com/saurabhshah/status/1291408771802181633","likeOf":null,"author":{"url":"https://twitter.com/saurabhshah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d635d0a81d7828cdfb7540e5ef900fa986f9b45f82f5b486da4131200cb44197.jpg","name":"Saurabh Shah"},"published":"August 06, 2020","content":{"text":"How To Create A #GitHub Profile README : aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1291357220354101248","wmProperty":"mention-of","wmId":836602,"type":"entry","url":"https://twitter.com/GregCurl2/status/1291357220354101248","likeOf":null,"author":{"url":"https://twitter.com/GregCurl2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3fe72690f0b25eed9385485aa9148d67413dff2a2a83a4fc5052cc20cd6853df.jpg","name":"Greg Curl"},"published":"August 06, 2020","content":{"text":"#100DaysOfCode day 99 - learned how to setup a Github profile README. If you haven't, swing by @waterproofheart for an excellent primer.\n\nHere's the article @JeromeHardaway shared.\n\naboutmonica.com/blog/how-to-cr…\n\nNow to clean that thing up...\n\n#CodeNewbie #GetAfterIt #BetterTogether"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1291098545211219969","wmProperty":"mention-of","wmId":836316,"type":"entry","url":"https://twitter.com/pedrogaspar/status/1291098545211219969","likeOf":null,"author":{"url":"https://twitter.com/pedrogaspar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82e020479928bc925c6e0d63d23f1743c5affe862cc28fd5c0d0fe6def495452.jpg","name":"Pedro Gaspar"},"published":"August 05, 2020","content":{"text":"Yesterday I wrote my @github personal README ✨ @waterproofheart has a great overview of how you can do it yourself and what people have been coming up with! aboutmonica.com/blog/how-to-cr…\n\nCheck it out: github.com/pgaspar"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1290422937216929793","wmProperty":"mention-of","wmId":835643,"type":"entry","url":"https://twitter.com/divijish/status/1290422937216929793","likeOf":null,"author":{"url":"https://twitter.com/divijish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/332ee912b258914041af571b01ac63a66da0356d750fe6ddbd27572eff7cdfcf.jpg","name":"Divij Shrivastava"},"published":"August 03, 2020","content":{"text":"Github profile README is awesome. Go check it out. Here's a nice blog about it  @waterproofheart aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1290421941552197633","wmProperty":"mention-of","wmId":835642,"type":"entry","url":"https://twitter.com/renatonitta/status/1290421941552197633","likeOf":null,"author":{"url":"https://twitter.com/renatonitta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e62aa48dd65a18984db80fa11c37811118748b42a5e133f1ec86be7339f1b41.jpg","name":"Renato Nitta"},"published":"August 03, 2020","content":{"text":"Nice!\n\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1289128918600097793","wmProperty":"mention-of","wmId":834009,"type":"entry","url":"https://twitter.com/simonvart/status/1289128918600097793","likeOf":null,"author":{"url":"https://twitter.com/simonvart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9e178ba248f66b9d10b5b79e56941c01e07cbd6e5a152bfbccad81336833314d.jpg","name":"Simon Vart"},"published":"July 31, 2020","content":{"text":"I know what I will be doing => aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288977172934168576","wmProperty":"mention-of","wmId":833897,"type":"entry","url":"https://twitter.com/jesse_bryant/status/1288977172934168576","likeOf":null,"author":{"url":"https://twitter.com/jesse_bryant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6aae987675d26fddc84b79a37600231439511e20b26224c470f2f67cd3e94a98.jpg","name":"Jesse Bryant"},"published":"July 30, 2020","content":{"text":"This is such a good idea, @github profile readme's!\n\naboutmonica.com/blog/how-to-cr…\n\nCheck out mine!\ngithub.com/jesse1981"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288991535514648576","wmProperty":"mention-of","wmId":833896,"type":"entry","url":"https://twitter.com/xjulices/status/1288991535514648576","likeOf":null,"author":{"url":"https://twitter.com/xjulices","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/86344a1a5e6803c573e0a1653cf23e2ba1f3512a00c47fc73de1850f5b3577fb.jpg","name":"twitch.tv/xjulices 🔥"},"published":"July 31, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1288879216466038784","wmProperty":"in-reply-to","wmId":833717,"type":"entry","url":"https://twitter.com/shahedC/status/1288879216466038784","likeOf":null,"author":{"url":"https://twitter.com/shahedC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7716fcd83802e3c7820bb82a7b0c129daa70f14dc143b29045fa71f781768143.jpg","name":"Shahed Chowdhuri @ Microsoft"},"published":"July 30, 2020","content":{"text":"So cool! I remember all the creativity with MySpace, members learning HTML for the first time! \n\nCan we also resurrect some sort of LinkExchange?\n\nIdea: randomly jump through a curated lists of GitHub profiles (or randomly pick from faves) via a link you embed on your page."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288791494615343105","wmProperty":"mention-of","wmId":833580,"type":"entry","url":"https://twitter.com/lasemanaphp/status/1288791494615343105","likeOf":null,"author":{"url":"https://twitter.com/lasemanaphp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bfd0c987004c612438e013bf5427e37b27ff4f46c2e70acd8cc8ef5d28b3f362.jpg","name":"La semana PHP"},"published":"July 30, 2020","content":{"text":"Cómo crear el readme de la página de perfil de GitHub aboutmonica.com/blog/how-to-cr… vía @waterproofheart"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288564710137311232","wmProperty":"mention-of","wmId":833398,"type":"entry","url":"https://twitter.com/glomenar/status/1288564710137311232","likeOf":null,"author":{"url":"https://twitter.com/glomenar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/75ad9034f78eefb81a78cae1c0985757a05398641e7685c69a63a4636446a51a.jpg","name":"Rob Roy"},"published":"July 29, 2020","content":{"text":"How To Create A GitHub Profile README | monica*dev aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288507463491149824","wmProperty":"mention-of","wmId":833331,"type":"entry","url":"https://twitter.com/kagasu/status/1288507463491149824","likeOf":null,"author":{"url":"https://twitter.com/kagasu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/108405747cbedfe0dbb95e4df4fb5c35659d9f020fc986eec59dc358499f354f.jpg","name":"kagasu"},"published":"July 29, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288488984453230600","wmProperty":"mention-of","wmId":833297,"type":"entry","url":"https://twitter.com/paulodiovani/status/1288488984453230600","likeOf":null,"author":{"url":"https://twitter.com/paulodiovani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27d9383ab26d706c03f23a0e48516cf170a5db5bd381f052ff23ede200854792.jpg","name":"ᴉuɐʌoᴉp olnɐԀ"},"published":"July 29, 2020","content":{"text":"Thank you @waterproofheart \n\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288080322953981957","wmProperty":"mention-of","wmId":832805,"type":"entry","url":"https://twitter.com/SharePointJR/status/1288080322953981957","likeOf":null,"author":{"url":"https://twitter.com/SharePointJR","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30b319989fba773a766268883acc9b471429f0dda22fd6316b904a894f47d83b.jpg","name":"Jason Rivera #M365Philly"},"published":"July 28, 2020","content":{"text":"Create your own github profile\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1287709793877209089","wmProperty":"in-reply-to","wmId":832773,"type":"entry","url":"https://twitter.com/AgencyCecil/status/1287709793877209089","likeOf":null,"author":{"url":"https://twitter.com/AgencyCecil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b053e3c1af766ebb3d171930d676fe5fb303454eb4695c6fa9ce8e26d00e097e.jpg","name":"Cecil Digital- dev rel for nerdy companies 🤓🧪💻"},"published":"July 27, 2020","content":{"text":"Expect more creativity! 🎨🖼"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1287711602343661573","wmProperty":"in-reply-to","wmId":832772,"type":"entry","url":"https://twitter.com/Loilo92/status/1287711602343661573","likeOf":null,"author":{"url":"https://twitter.com/Loilo92","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20476cdacb318d2653b6b11fdaca41a9eccf3d7dc934c554f81568bc3278c31c.jpg","name":"Florian Reuschel"},"published":"July 27, 2020","content":{"text":"The readme of @sindresorhus is still 10/10. 👌"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1287726886559285249","wmProperty":"in-reply-to","wmId":832771,"type":"entry","url":"https://twitter.com/eagleusb/status/1287726886559285249","likeOf":null,"author":{"url":"https://twitter.com/eagleusb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1a19c13121df77d6dbbe8028092cc7ff8b2c1a2cc20850a5e9f85688edd0e2c.jpg","name":"Leslie-Alexandre ⚛️ DENIS"},"published":"July 27, 2020","content":{"text":"I did embed some illustrations yesterday but these give me more ideas. Thanks :D"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1287896512467525638","wmProperty":"in-reply-to","wmId":832770,"type":"entry","url":"https://twitter.com/sam_does_code/status/1287896512467525638","likeOf":null,"author":{"url":"https://twitter.com/sam_does_code","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d722d10d8e0ace88508acfdf14bc780459296b9a11d4c341d3a93f322d6911c9.jpg","name":"Sam Swinton"},"published":"July 27, 2020","content":{"text":"Who wants to be in my GitHub top 8?"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1287935285389660160","wmProperty":"in-reply-to","wmId":832769,"type":"entry","url":"https://twitter.com/j_brgnz/status/1287935285389660160","likeOf":null,"author":{"url":"https://twitter.com/j_brgnz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd702f446370aed98f4a81382287170ca882e167e3c262a84dbd9b9bcad1d5f5.png","name":"Juel"},"published":"July 28, 2020","content":{"text":"I loved her @waterproofheart article. I took inspiration from it and followed the instructions to create my profile :) twitter.com/j_brgnz/status…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/mxstbr/1287708583111675907/1288022415621025792","wmProperty":"in-reply-to","wmId":832768,"type":"entry","url":"https://twitter.com/_selfmadedev/status/1288022415621025792","likeOf":null,"author":{"url":"https://twitter.com/_selfmadedev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cd5c59450c8a1f7312934e940625bc656a5af219db83e1afcfcf5c0fecdb7cfe.jpg","name":"Paweł Karniej ⚛️ 📱"},"published":"July 28, 2020","content":{"text":"Perfect Friday type of work 😃"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288050016628518913","wmProperty":"mention-of","wmId":832759,"type":"entry","url":"https://twitter.com/bassyc/status/1288050016628518913","likeOf":null,"author":{"url":"https://twitter.com/bassyc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2401f2c4c07c50b83adebde647cca9e67ef9fff08361b0b4592d56a250a262a3.jpg","name":"Bastab C"},"published":"July 28, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288053398059671552","wmProperty":"mention-of","wmId":832757,"type":"entry","url":"https://twitter.com/mfykmn/status/1288053398059671552","likeOf":null,"author":{"url":"https://twitter.com/mfykmn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c21ee63ff72d6ee1d41020a52da4f11758b947c7c1c0aaae3a3de2471896204d.png","name":"mfykmn"},"published":"July 28, 2020","content":{"text":"機能の追加いつくるんだろうーとボケーとしてたら普通に作れるんやねこれ\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288050106122543104","wmProperty":"mention-of","wmId":832758,"type":"entry","url":"https://twitter.com/vali_shah/status/1288050106122543104","likeOf":null,"author":{"url":"https://twitter.com/vali_shah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd56efd2fe29e20c7127f486b6876ab3236be0030301682e23395b7bbaadd0ef.jpg","name":"vali shah"},"published":"July 28, 2020","content":{"text":"Create your GitHub profile README 😊 aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1288028098416398336","wmProperty":"mention-of","wmId":832726,"type":"entry","url":"https://twitter.com/MdUsmanAnsari_/status/1288028098416398336","likeOf":null,"author":{"url":"https://twitter.com/MdUsmanAnsari_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4cfc6894525d7fcae34145b6f47fa307fa46fc17f424b412c4fd95e2b0e1b606.jpg","name":"Md.Usman Ansari"},"published":"July 28, 2020","content":{"text":"Article by @waterproofheart  \nArticle link : aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1287708583111675907","wmProperty":"mention-of","wmId":832409,"type":"entry","url":"https://twitter.com/mxstbr/status/1287708583111675907","likeOf":null,"author":{"url":"https://twitter.com/mxstbr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e936378d4e481acc1cfdc437df334d96fabc5641aa43f929e8cb47b5f6f5dd8.jpg","name":"Max Stoiber 🐟"},"published":"July 27, 2020","content":{"text":"GitHub profile readmes are about to be the Myspace for developers! \n\nHow cool are some of these ideas: intro gifs, live-updating data, showing the currently playing song, etc. etc. etc. aboutmonica.com/blog/how-to-cr… 🤯"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1287130248807669761","wmProperty":"mention-of","wmId":832025,"type":"entry","url":"https://twitter.com/pentest_swissky/status/1287130248807669761","likeOf":null,"author":{"url":"https://twitter.com/pentest_swissky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9acf2648b038139d3a35bf4f7f2eda665a689178788caa5eaa2d531266672281.jpg","name":"Swissky @ Home🏠"},"published":"July 25, 2020","content":{"text":"How To Create A GitHub Profile README - Monica Powell aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1286826914473115648","wmProperty":"mention-of","wmId":831557,"type":"entry","url":"https://twitter.com/sallybaker/status/1286826914473115648","likeOf":null,"author":{"url":"https://twitter.com/sallybaker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b87820c7866a7a01187347d4a1e12d89ac2a90c7779e4e4ae3710b1fc48fc22.jpg","name":"Sally Baker"},"published":"July 25, 2020","content":{"text":"Sooo, I just heard #Github has a fun new feature: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1286663059361206272","wmProperty":"mention-of","wmId":830922,"type":"entry","url":"https://twitter.com/ecowebhostinguk/status/1286663059361206272","likeOf":null,"author":{"url":"https://twitter.com/ecowebhostinguk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5e84c25e6d0daaf6e42b541ccae87c5731329221a855deebe0e5330a057b9d4.png","name":"Eco Web Hosting"},"published":"July 24, 2020","content":{"text":"You can now add a README to your GitHub profile, making it even easier to promote yourself. @waterproofheart shows you how easy it is: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1286344218286395393","wmProperty":"mention-of","wmId":830355,"type":"entry","url":"https://twitter.com/GeorgieLadit/status/1286344218286395393","likeOf":null,"author":{"url":"https://twitter.com/GeorgieLadit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aab755115845417619320ceda309aee24c65adedbeaf7e4bbb9a5bcde701e692.jpg","name":"Kevo🤔"},"published":"July 23, 2020","content":{"text":"Coolest thing on github to date  aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285639569019371520","wmProperty":"mention-of","wmId":829738,"type":"entry","url":"https://twitter.com/WomenInWebDev/status/1285639569019371520","likeOf":null,"author":{"url":"https://twitter.com/WomenInWebDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0061d51c932309b11dd46fdce6fefdb4300113877489eab1f010c3dae9de2427.jpg","name":"Women in Web Dev"},"published":"July 21, 2020","content":{"text":"@github recently released a feature that allows users to create a profile-level README to display prominently on their GitHub profile. @waterproofheart walks through how to access this new feature.\n\naboutmonica.com/blog/how-to-cr…\n\n#womenwhocode #womenintech #girlswhocode #100daysofcode"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285618539995553794","wmProperty":"mention-of","wmId":829727,"type":"entry","url":"https://twitter.com/ayilmaz4646/status/1285618539995553794","likeOf":null,"author":{"url":"https://twitter.com/ayilmaz4646","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bafa82602e93c222eb9db7dcd773e36e38453adc2f011541098fd50ca8e6659d.jpg","name":"ahmet yılmaz"},"published":"July 21, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285530548031512576","wmProperty":"mention-of","wmId":829650,"type":"entry","url":"https://twitter.com/m_magdahf/status/1285530548031512576","likeOf":null,"author":{"url":"https://twitter.com/m_magdahf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/99ca70e91e4e07a9639a4a7dfd5baecf84b44b6abbd4c3ca559efb97048bc486.jpg","name":"Magda"},"published":"July 21, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285501167678742528","wmProperty":"mention-of","wmId":829599,"type":"entry","url":"https://twitter.com/var_bincom/status/1285501167678742528","likeOf":null,"author":{"url":"https://twitter.com/var_bincom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b84ed0948002c35f29e60b3dc3eefc8cc8f9d986ac027a22d6b14771f6ccca31.jpg","name":"Vitalii Rybka 🇺🇦"},"published":"July 21, 2020","content":{"text":"How To Create A @github Profile README aboutmonica.com/blog/how-to-cr… by @waterproofheart\n\n#github #frontend #javascript"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285498247264362498","wmProperty":"mention-of","wmId":829600,"type":"entry","url":"https://twitter.com/amcrouch/status/1285498247264362498","likeOf":null,"author":{"url":"https://twitter.com/amcrouch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f02fc93424c33fc80ad1a20bbb73767bfd6ff69a0939bd2cad245cbc5cd8ef1f.jpg","name":"Andy Crouch"},"published":"July 21, 2020","content":{"text":"\"How To Create A GitHub Profile README\" ... aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285334166800867329","wmProperty":"mention-of","wmId":829402,"type":"entry","url":"https://twitter.com/golangweekly/status/1285334166800867329","likeOf":null,"author":{"url":"https://twitter.com/golangweekly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/742416dd3bd092b0351ca3ebf962dbffea7d6967408017dd86297e57a28a0e5e.png","name":"Golang Weekly"},"published":"July 20, 2020","content":{"text":"How To Create a GitHub Profile README: aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1285019217218035714","wmProperty":"mention-of","wmId":828928,"type":"entry","url":"https://twitter.com/jesselpalmer/status/1285019217218035714","likeOf":null,"author":{"url":"https://twitter.com/jesselpalmer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b6a20fb08736da67ca74f1586ea4bc06aabd51020770c4863810e4baa5556d2.jpg","name":"Jesse Palmer"},"published":"July 20, 2020","content":{"text":"These GitHub README files are pretty slick. I just got rid of my old website since I think this is a good replacement. Thanks for the inspiration @waterproofheart! https://t.co/rYDpW3xPa4"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284896633663246336","wmProperty":"mention-of","wmId":828819,"type":"entry","url":"https://twitter.com/kevinzwpeda/status/1284896633663246336","likeOf":null,"author":{"url":"https://twitter.com/kevinzwpeda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d5e9f101a0b158962e658eddc243ce788a424087d58559d914642e08ae4f5d2.jpg","name":"Kevin Zepeda"},"published":"July 19, 2020","content":{"text":"How To Create A GitHub Profile README.\n\nLearn how to access GitHub's new profile level README feature.\n#developer #github #GitHubREADME #developers \n\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284721606657441794","wmProperty":"mention-of","wmId":828639,"type":"entry","url":"https://twitter.com/SamueL_WonG_/status/1284721606657441794","likeOf":null,"author":{"url":"https://twitter.com/SamueL_WonG_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a12a429f6ac410da37d62dc8a01333c1759986a4501e4f26b0615446b74621b.jpg","name":"Samuel Wong"},"published":"July 19, 2020","content":{"text":"How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284376260286861312","wmProperty":"mention-of","wmId":828463,"type":"entry","url":"https://twitter.com/iluwatar/status/1284376260286861312","likeOf":null,"author":{"url":"https://twitter.com/iluwatar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53e1f25182e58a59569d6e530e8347f6812209c17740f2ede909a08f3e02092d.jpg","name":"Ilkka Seppälä"},"published":"July 18, 2020","content":{"text":"How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr… #softwaredevelopment #github #opensource"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284237630000046080","wmProperty":"mention-of","wmId":828409,"type":"entry","url":"https://twitter.com/JayCruz/status/1284237630000046080","likeOf":null,"author":{"url":"https://twitter.com/JayCruz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af79c2b7bab6d86444357554043ee66bfd756f2f596e17fde872c78cfceed91c.jpg","name":"JayCruz"},"published":"July 17, 2020","content":{"text":"I love the Githubs aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1256953091783565313","wmProperty":"like-of","wmId":828402,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1256953091783565313","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/meghanxmartin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c76cc28a86e0e74ddb6a670643ca85188de70892d3641b9a58933a21cbd2a2b.jpg","name":"Meghan Martin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/364775446","wmProperty":"like-of","wmId":828403,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-364775446","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/njcoutinho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb247b6a703a2a07162332bf80387daa71b16e930bec5b6d18fee4034f8b3bf5.jpg","name":"{{Neil Coutinho}}"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17242427","wmProperty":"like-of","wmId":828401,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17242427","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/minkiu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85466ec58778a9cf2184d3075695dd7b81228e38e5cc750b52e22442c7f5dfa6.jpg","name":"minkiu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/23453184","wmProperty":"like-of","wmId":828400,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-23453184","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ChrisHouhoulis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31766acf2b391b324c4b7271f89436d70de410e6c022c2c9733f884559dca21b.jpg","name":"Chris 🦉🦉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1284217543285243905","wmProperty":"repost-of","wmId":828394,"type":"entry","url":"https://twitter.com/ChrisHouhoulis/status/1284217543285243905","likeOf":null,"author":{"url":"https://twitter.com/ChrisHouhoulis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31766acf2b391b324c4b7271f89436d70de410e6c022c2c9733f884559dca21b.jpg","name":"Chris 🦉🦉"},"published":"July 17, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284193339286355971","wmProperty":"mention-of","wmId":828382,"type":"entry","url":"https://twitter.com/ricardodantas/status/1284193339286355971","likeOf":null,"author":{"url":"https://twitter.com/ricardodantas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8797f3aae135d7fad4d81e1ced1b04f904dd3e578668b652939a95d0f95d7e4.jpg","name":"Ricardo Dantas"},"published":"July 17, 2020","content":{"text":"How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1284129038924222466","wmProperty":"repost-of","wmId":828309,"type":"entry","url":"https://twitter.com/minkiu/status/1284129038924222466","likeOf":null,"author":{"url":"https://twitter.com/minkiu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85466ec58778a9cf2184d3075695dd7b81228e38e5cc750b52e22442c7f5dfa6.jpg","name":"minkiu"},"published":"July 17, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1284136022285008897","wmProperty":"repost-of","wmId":828308,"type":"entry","url":"https://twitter.com/njcoutinho/status/1284136022285008897","likeOf":null,"author":{"url":"https://twitter.com/njcoutinho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb247b6a703a2a07162332bf80387daa71b16e930bec5b6d18fee4034f8b3bf5.jpg","name":"{{Neil Coutinho}}"},"published":"July 17, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/963276200","wmProperty":"like-of","wmId":828269,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-963276200","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elborgo9","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55b555e2fcee824307b06a5282d07e618a7fa54675ff1e8e1905d4a3e8977f01.jpg","name":"David Borg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1284087971709411331","wmProperty":"mention-of","wmId":828268,"type":"entry","url":"https://twitter.com/freekmurze/status/1284087971709411331","likeOf":null,"author":{"url":"https://twitter.com/freekmurze","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/742cc125fca3a8b5ac970a17cea9942df028ef5a54c93cc4a5b54f25cdb65339.jpg","name":"Freek Van der Herten"},"published":"July 17, 2020","content":{"text":"🔗 How To Create A GitHub Profile README\naboutmonica.com/blog/how-to-cr…\n#github"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1095865773279461376","wmProperty":"like-of","wmId":828251,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1095865773279461376","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LimCLoong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15aea45e336601cbfd89a64b9b26f3fe57bdeb80d4bdaa03ca1f465169a9a316.jpg","name":"Joson Lim 림택용 🇸🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1182518891743891456","wmProperty":"like-of","wmId":828232,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1182518891743891456","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AmitDix44954394","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5853030f6e8faa6ec57248d9b7c28fe156a7d39015ff53d4cc389f32c052660b.jpg","name":"Amit"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/58448784","wmProperty":"like-of","wmId":828231,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-58448784","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/m_ott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cadd5c7ea8ba3e1336671afc46cd6c449a247920c453bbf3c495905cc811752.jpg","name":"Matthias Ott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283991816325537793","wmProperty":"repost-of","wmId":828201,"type":"entry","url":"https://twitter.com/cjsthe2nd/status/1283991816325537793","likeOf":null,"author":{"url":"https://twitter.com/cjsthe2nd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fabc8f6e2ab77c111c18ba9467c859f268383cb72a607d03d10a05a67feb79d6.jpg","name":"Charles Sanders ( 🚀🕹💻 )"},"published":"July 17, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/824675850452930560","wmProperty":"like-of","wmId":828184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-824675850452930560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ragulnn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2f711bc51bf4e4e22bcbbd870c6bc5ec4b5e108edc5a5642dcd661a99078ebca.jpg","name":"ragul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2614007916","wmProperty":"like-of","wmId":828159,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2614007916","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/c4d1_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3415ab04b04921a396888788b08f1f5335656677695fabdb02d4f6454f8cc386.jpg","name":"Birnur Uzun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9347382","wmProperty":"like-of","wmId":828131,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9347382","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HeyItsGilbertS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a839734048f278958b4524710f21d4e026d3c15a5ae15050bee21b8282a53150.png","name":"Gilbert - Señor Systems Engineer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/484100161","wmProperty":"like-of","wmId":828132,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-484100161","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xmijo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f98b125b8a44f4187a20fe5ba141dd9e815334bd2b313839d1e505e7879c1e0b.jpg","name":"m̴̧͇͈̫͈̈͑̓̏͘i̴̧̯̪̗̍̎̊͗͜͝k̸̢̲̪̳̰͗̇̒̑̚e̵̡̖̼̦̘͒̊̍͐͘y̷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1283863143131877376","wmProperty":"mention-of","wmId":828110,"type":"entry","url":"https://twitter.com/codepo8/status/1283863143131877376","likeOf":null,"author":{"url":"https://twitter.com/codepo8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0eb944c23ebf6172e3bdf2b6d210afb30c0d19a90752469c31a2e470d4d5d577.jpg","name":"Chris Heilmann"},"published":"July 16, 2020","content":{"text":"👉🏻 “How To Create A GitHub Profile README”\n\n🔗 aboutmonica.com/blog/how-to-cr… \n\nby @waterproofheart - who does a lot of cool things!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/725103168753905665","wmProperty":"like-of","wmId":827949,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-725103168753905665","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adonis__simo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1942c9a4e54d04141513ee26d9f08c5d752757522087b842bd16b62bf342382f.jpg","name":"Adonis, The Backend King"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1283787435323858953","wmProperty":"in-reply-to","wmId":827937,"type":"entry","url":"https://twitter.com/nivek_enesra/status/1283787435323858953","likeOf":null,"author":{"url":"https://twitter.com/nivek_enesra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/115a40bf5ed56c95a236ace991f47859b1ae02cf5fc2dab8364cdd84680de404.jpg","name":"1kevinson"},"published":"July 16, 2020","content":{"text":"Here is mine fam ! thanks @waterproofheart for the share"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1283786585616478208","wmProperty":"mention-of","wmId":827936,"type":"entry","url":"https://twitter.com/BillyWM/status/1283786585616478208","likeOf":null,"author":{"url":"https://twitter.com/BillyWM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/00a43bdbfacef6f6b13389afbe6513b1c89bf10f16cea6dceb96f5c22d7ac1ff.jpg","name":"William 'Socially Distant' Wenge-Murphy"},"published":"July 16, 2020","content":{"text":"Cool, cool, thanks for the tip https://t.co/U8fNGwOEIO"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/806179328","wmProperty":"like-of","wmId":827921,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-806179328","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cytrowski","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ac192ba60356bdb911b5f8786e2f76895059583a494f61ddddc78410b9b50b4.jpg","name":"Bartosz Cytrowski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/292378260","wmProperty":"like-of","wmId":827919,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-292378260","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/was0la","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93e6ad51664b7e1978b1dc2e796c86c8bb8ce7cee967f4797badd9a384702276.jpg","name":"cookey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/119938528","wmProperty":"like-of","wmId":827920,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-119938528","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JessicaLeiria","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ebae05c3e4eefbc1e03b5ab5f425d1c587c558b8342e28c3b042809398d6958.jpg","name":"Jessica Leiria Schattschneider"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283743755695259649","wmProperty":"repost-of","wmId":827913,"type":"entry","url":"https://twitter.com/Abim__Bola/status/1283743755695259649","likeOf":null,"author":{"url":"https://twitter.com/Abim__Bola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b80fb5b2fb4278a799e03a6d0a473e761c60d4b8b23e815f69f9083359661945.jpg","name":"ABIMBOLA🦊"},"published":"July 16, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1243647043777765378","wmProperty":"like-of","wmId":827873,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1243647043777765378","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EinzigD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8156dbeb0eebc6d1c13f017434d7e6ef2f6910af80e9c77eab645566f7b7e529.jpg","name":"Einzig Dave"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2994900854","wmProperty":"like-of","wmId":827861,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2994900854","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SirKate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e9f13d83aff8d59cdf0fdffa9f22557fe1b50b831df81561a53c26a23e864d8f.jpg","name":"Kate Kourbatova"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/908543145301860352","wmProperty":"like-of","wmId":827844,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-908543145301860352","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PatOgbekhilu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/840c88cba3890bb3ece068f7ed07f01dc05b386cd27cfaf850cc3d33612a09c0.jpg","name":"Patrick Eronmwonse Ogbekhilu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1265549625517277184","wmProperty":"like-of","wmId":827827,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1265549625517277184","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ChristiaCeleste","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Christiane Celeste"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/447598155","wmProperty":"like-of","wmId":827826,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-447598155","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nuilisea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d4e07367ee4ca5b7c4f6465c5c6d3a2ef519d2f3a6788f4ff7451cfb72f8527.jpg","name":"Gabriel 🍃"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283522575637843968","wmProperty":"repost-of","wmId":827727,"type":"entry","url":"https://twitter.com/MelissaVampy/status/1283522575637843968","likeOf":null,"author":{"url":"https://twitter.com/MelissaVampy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e26c1bef49725b7b18b286f76d71c41f3a9a01670adde02f9e02d9741ed5b97a.jpg","name":"Melissa Vampy"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1283465692906491904","wmProperty":"mention-of","wmId":827541,"type":"entry","url":"https://twitter.com/Richard_S_Hanna/status/1283465692906491904","likeOf":null,"author":{"url":"https://twitter.com/Richard_S_Hanna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/261cfb8531a6aae386495f9a23a0283bbe4b94416c63dfb7d65dafb6684175f3.jpg","name":"Richard S Hanna"},"published":"July 15, 2020","content":{"text":"Really neat little secret to spice up your Github page, thanks for the excellent example and pointers @waterproofheart"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/965034884048867328","wmProperty":"like-of","wmId":827539,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-965034884048867328","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Marvinified","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9fc9f92ba926897ee036265e4f220862468fb4ccafa42f752a440b8d1d8fd70.jpg","name":"Marvin Tunji-ola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/824196370852708352","wmProperty":"like-of","wmId":827540,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-824196370852708352","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wotenado","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cca8c9544418fe514636d36b6ec627788eef439f6057c96723713f5acba54fd8.jpg","name":"фронт енд мудолопер"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/398397996","wmProperty":"like-of","wmId":827441,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-398397996","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ErrorNumber_970","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1947c1f0abaec2e81d9f7638aba463244f90f28cf2b2f1eda1706403b6a26261.png","name":"Thomas Kutzner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18092335","wmProperty":"like-of","wmId":827428,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18092335","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elsewisemedia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0413a68f27846240ffcb7d83556a4c6fcaa4a6fd75745a8274e2d2ae7c5ea92e.jpg","name":"Matt Blair"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40636527","wmProperty":"like-of","wmId":827427,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40636527","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/luridsorcerer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5b99565b623cfd46268be475d3c3e947f7f9f365affc3536a865b60ee76840c8.jpg","name":"LuridSorcerer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/898263487","wmProperty":"like-of","wmId":827426,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-898263487","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mauroreisvieira","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/508531c5de741d03ca9a2b90c8951f8a411cd9f5b3e59b89c8639f7d9f6433fb.jpg","name":"Mauro Reis Vieira"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283386238410555392","wmProperty":"repost-of","wmId":827406,"type":"entry","url":"https://twitter.com/SaraquailTech/status/1283386238410555392","likeOf":null,"author":{"url":"https://twitter.com/SaraquailTech","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Sara R Mills"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/750373489085935616","wmProperty":"like-of","wmId":827395,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-750373489085935616","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1283352378994024448","wmProperty":"in-reply-to","wmId":827374,"type":"entry","url":"https://twitter.com/pvinis/status/1283352378994024448","likeOf":null,"author":{"url":"https://twitter.com/pvinis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df2b234d45164950b161a887707be7154e18c4256fee7fc0cbdb0bcea3ed2db2.jpg","name":"Pavlos Vinieratos"},"published":"July 15, 2020","content":{"text":"I just saw this today, and I made my own. Look! github.com/pvinis"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2511392024","wmProperty":"like-of","wmId":827373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2511392024","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SimenStorsveen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcd56f52e47a50453be86ed2b5d6b71a861f253b1f88d4b67591353023fd4416.jpg","name":"Simen Storsveen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18896568","wmProperty":"like-of","wmId":827359,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18896568","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GeorgeEdnaMedia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dff6be5abbc4b36b58051eba90995d6d9be44fb86c06017a52db3b0a090b9768.jpg","name":"George Edna Media"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283345028644044802","wmProperty":"repost-of","wmId":827358,"type":"entry","url":"https://twitter.com/GeorgeEdnaMedia/status/1283345028644044802","likeOf":null,"author":{"url":"https://twitter.com/GeorgeEdnaMedia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dff6be5abbc4b36b58051eba90995d6d9be44fb86c06017a52db3b0a090b9768.jpg","name":"George Edna Media"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/342794506","wmProperty":"like-of","wmId":827202,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-342794506","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AimenBatool","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3337ceb0101ac2b297772ec23c17ddc06fabe3b8ebb675d01c1f81c069c10edc.jpg","name":"Syeda Aimen Batool"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21377592","wmProperty":"like-of","wmId":827186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21377592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Animalmassage","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4624916386a0e215bfc80cd9440970d79c4ce7b789159267878c2bae2ed7c8cf.jpg","name":"What is happening? 😷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283321696590548992","wmProperty":"repost-of","wmId":827185,"type":"entry","url":"https://twitter.com/geekosupremo/status/1283321696590548992","likeOf":null,"author":{"url":"https://twitter.com/geekosupremo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba50d0ca52d7465b863109ed28b5d84a20ca8535879ed7f2397df4bde8bb98f8.jpg","name":"Caleb Fong 💙"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15267932","wmProperty":"like-of","wmId":827184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15267932","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/musurca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27a1b48d4f6de9f71e9e8442b66e74d7d7d741226ad34def2d8da73395e1cb1d.jpg","name":"Nicholas Musurca"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280697174645325825","wmProperty":"like-of","wmId":827182,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280697174645325825","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_arunkmr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9884d0fd882eb6f768f4fd6d7dd071a0705166d902f22faee43d2682b1887ec.jpg","name":"R.R.Arunkumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/13852802","wmProperty":"like-of","wmId":827183,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-13852802","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/geekosupremo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba50d0ca52d7465b863109ed28b5d84a20ca8535879ed7f2397df4bde8bb98f8.jpg","name":"Caleb Fong 💙"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15170178","wmProperty":"like-of","wmId":827090,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15170178","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gijigae","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce1bf22787d57ea18bf003f2fd46896dff74fb9bf50f8cb4556559c58690cea2.jpg","name":"Sangmin @ChoimiraiSchool"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40023277","wmProperty":"like-of","wmId":827088,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40023277","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Tom32i","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f549d6492422d913017f99406ffc9388ae160cb4c923c6ad0f05861b394a652f.jpg","name":"Thomas Jarrand"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/743768610141777920","wmProperty":"like-of","wmId":827089,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-743768610141777920","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TimoMotte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a5ded488173b5498a4aa9acb706284ac9002525866945a3e2a394dc44543cb61.jpg","name":"Timo Motte"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1283268390770159616","wmProperty":"mention-of","wmId":827084,"type":"entry","url":"https://twitter.com/ravbaker/status/1283268390770159616","likeOf":null,"author":{"url":"https://twitter.com/ravbaker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53a691f80fd1fd123418565aee2c40bfc411e396f0e94b24a41070132094bdb8.jpg","name":"Rafał Piekarski"},"published":"July 15, 2020","content":{"text":"How To Create A GitHub Profile README | monica*dev aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/265175059","wmProperty":"like-of","wmId":827068,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-265175059","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stilettobrarian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50d92c915e75db7260260a462b75146bdb57283ebb9b0513664e55a479ed20fa.jpg","name":"Caitlin Pollock"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/13107722","wmProperty":"like-of","wmId":827069,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-13107722","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chadhuber","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28758c6298de153acdf0639b6a6914921203e53c934d55695cdff810d412924c.png","name":"Chad Huber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/807182233","wmProperty":"like-of","wmId":827067,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-807182233","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LeArGoNa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06292895ede5ce54e67f6070afde931ce8063aadd07e9e9f96649a4146fc7856.jpg","name":"L.G.N."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/6792632","wmProperty":"like-of","wmId":827066,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-6792632","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/miguelpaz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e842338d82a953b4ef841918329968a2ec27b7bacb7a9aa9f8cd74bc5aeeea72.jpg","name":"Miguel Paz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5940442","wmProperty":"like-of","wmId":827065,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5940442","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/juandoso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ae338b17bc302e0fd50c28e1618c30d797305f1fe2a8cb052bd8dd2b4fb81f0.jpg","name":"Lobo Guará"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1019705321638498304","wmProperty":"like-of","wmId":827064,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1019705321638498304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NeatSoftware","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d5347bba6096402f10874cd02408792198456252388e918f537778a2304df81.jpg","name":"Neat Software"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17501730","wmProperty":"like-of","wmId":827062,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17501730","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/umemi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/833a9fee1ed4d5ab679322fa800829e0a0ca192d0571a0e82eb62f4bb571d2ac.jpg","name":"umemi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/105180730","wmProperty":"like-of","wmId":827063,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-105180730","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tommynoe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb8dbe777cb0924baf520ad58edb195d7c603c2af238a95290cfa79eaadea935.jpg","name":"Tommy Noe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18028619","wmProperty":"like-of","wmId":827061,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18028619","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mjrrrrrrrrrrrr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/45771750ff6118cb6a2e264d70ded10b9b9dc35b8f7098de17eceeee2f21138e.jpg","name":"melissa jr. 💜🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283243421583282178","wmProperty":"repost-of","wmId":827045,"type":"entry","url":"https://twitter.com/lindydonna/status/1283243421583282178","likeOf":null,"author":{"url":"https://twitter.com/lindydonna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e801a53e673f432a16e03368626eff49539b387078a5c6b6788122ad212b91d2.jpg","name":"Donna Malayeri #BlackLivesMatter"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283229966013018112","wmProperty":"repost-of","wmId":827033,"type":"entry","url":"https://twitter.com/LeArGoNa/status/1283229966013018112","likeOf":null,"author":{"url":"https://twitter.com/LeArGoNa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06292895ede5ce54e67f6070afde931ce8063aadd07e9e9f96649a4146fc7856.jpg","name":"L.G.N."},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283229881283874822","wmProperty":"repost-of","wmId":827034,"type":"entry","url":"https://twitter.com/mgiraldo/status/1283229881283874822","likeOf":null,"author":{"url":"https://twitter.com/mgiraldo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eac562ef6e636fbd9542dabdf1e7cbcf11cfcce8a7a20a37d9ad306d595a92ef.jpg","name":"mgiraldo"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283219596556865536","wmProperty":"repost-of","wmId":827021,"type":"entry","url":"https://twitter.com/partytimeHXLNT/status/1283219596556865536","likeOf":null,"author":{"url":"https://twitter.com/partytimeHXLNT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2af2a3b5c5e218ee2899ca502c3cdd9414a3d3e9e6aa8484bc6867c561d1abde.png","name":"BLM 💗 Rachel Simone Weil"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283219815310561281","wmProperty":"repost-of","wmId":827020,"type":"entry","url":"https://twitter.com/RavenWorks/status/1283219815310561281","likeOf":null,"author":{"url":"https://twitter.com/RavenWorks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02cca26adb5a1effe579ab0792fd81ca30b536b8fc1a143bf43df1524068434a.jpg","name":"🌺 Raven aka Hazel 🌸"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283220364160651267","wmProperty":"repost-of","wmId":827019,"type":"entry","url":"https://twitter.com/laurieontech/status/1283220364160651267","likeOf":null,"author":{"url":"https://twitter.com/laurieontech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88eb169f2e962af928bd48c299e3b7e6498b0d59c28536d15ddc583e39950465.jpg","name":"Laurie"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15245138","wmProperty":"like-of","wmId":827018,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15245138","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Reonarudo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f204a90cd7054ca3186c36e6545699c105655c64210bd9afd150a7819fa2a95f.jpg","name":"❰Leonardo❱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1872257166","wmProperty":"like-of","wmId":827016,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1872257166","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LiterallyAKing","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26eeb62a405ec710abc0d000c620533d9b1fb99b9140ac049cda3f99ca47b4a4.jpg","name":"Alexander King"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/231794480","wmProperty":"like-of","wmId":827017,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-231794480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AndradeArts","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8da861c85ee8fc24fca6f7a7842d7f0d8ca99684819fd4328fa24f76fc05e905.jpg","name":"Mark Andrade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/948609064484864006","wmProperty":"like-of","wmId":827015,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-948609064484864006","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/laurieontech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88eb169f2e962af928bd48c299e3b7e6498b0d59c28536d15ddc583e39950465.jpg","name":"Laurie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/178932440","wmProperty":"like-of","wmId":827014,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-178932440","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/partytimeHXLNT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2af2a3b5c5e218ee2899ca502c3cdd9414a3d3e9e6aa8484bc6867c561d1abde.png","name":"BLM 💗 Rachel Simone Weil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9826192","wmProperty":"like-of","wmId":827012,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9826192","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BillyWM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/00a43bdbfacef6f6b13389afbe6513b1c89bf10f16cea6dceb96f5c22d7ac1ff.jpg","name":"William 'Socially Distant' Wenge-Murphy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24832116","wmProperty":"like-of","wmId":827013,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24832116","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/krneely","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a946c2bff4599bc15986df36b067e5232d9cbcaace2f0e8b4d10089fe3b05834.jpg","name":"Abolish the police | ACAB"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/715693944651259904","wmProperty":"like-of","wmId":827011,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-715693944651259904","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GGJoefus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd04b82057dc6a8867e03d0f7fa68d5ce3e43898e1f69632a384b3cdc0f43299.jpg","name":"Joey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3246815913","wmProperty":"like-of","wmId":827010,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3246815913","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Nutlope","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94088f9dc4a89a244c3195e813db64855a25531e9d972a510a31980e96296fcb.jpg","name":"Hassan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3392239467","wmProperty":"like-of","wmId":827008,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3392239467","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/48kRAM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c20a48b8b614e185319820dc309d3517f5ee92d1da26b7fbdb7a83e495d68a6e.jpg","name":"Josh Malone"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/252253546","wmProperty":"like-of","wmId":827009,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-252253546","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/avashly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a445bfbc579da91b24cbc98a6d1cd734a69b4d01cec152b398d8d577285ab432.png","name":"Ashley Alicea"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283194671112556544","wmProperty":"repost-of","wmId":826985,"type":"entry","url":"https://twitter.com/Reonarudo/status/1283194671112556544","likeOf":null,"author":{"url":"https://twitter.com/Reonarudo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f204a90cd7054ca3186c36e6545699c105655c64210bd9afd150a7819fa2a95f.jpg","name":"❰Leonardo❱"},"published":"July 15, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1283183803599671297","wmProperty":"in-reply-to","wmId":826976,"type":"entry","url":"https://twitter.com/dark_axl/status/1283183803599671297","likeOf":null,"author":{"url":"https://twitter.com/dark_axl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ea37aadbe4a9384e772c5bb59fe52d21880912d9fe1203d3cd0fe0554741d6b.jpg","name":"Alex Callejas"},"published":"July 14, 2020","content":{"text":"I loved it! Tks for sharing!! 😊\n\ngithub.com/darkaxl"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/817558884","wmProperty":"like-of","wmId":826952,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-817558884","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chris_L_Ayers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efbc9a68315c30480d0550e319cce76a079b05d1d6bea47acb811de157c909e2.jpg","name":"Chris Ayers #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/195707903","wmProperty":"like-of","wmId":826951,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-195707903","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GeekChicSocial","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f497a59e26cedc25e8966448c679ba6d99365dbd2499fde5f4a3185853628443.jpg","name":"Fiona 📊🗣️🌿🌏♻️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283158943980826625","wmProperty":"repost-of","wmId":826950,"type":"entry","url":"https://twitter.com/BeklievParviz/status/1283158943980826625","likeOf":null,"author":{"url":"https://twitter.com/BeklievParviz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c14eb21bb82e0d20b810fcf121caae4e01285ba7b8a01eb0a722921294faf59.jpg","name":"Ibragim Bekliev 🙂"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283168099773173762","wmProperty":"repost-of","wmId":826949,"type":"entry","url":"https://twitter.com/Chris_L_Ayers/status/1283168099773173762","likeOf":null,"author":{"url":"https://twitter.com/Chris_L_Ayers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efbc9a68315c30480d0550e319cce76a079b05d1d6bea47acb811de157c909e2.jpg","name":"Chris Ayers #BlackLivesMatter"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/332315271","wmProperty":"like-of","wmId":826907,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-332315271","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BeklievParviz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c14eb21bb82e0d20b810fcf121caae4e01285ba7b8a01eb0a722921294faf59.jpg","name":"Ibragim Bekliev 🙂"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/820869946947358720","wmProperty":"like-of","wmId":826890,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-820869946947358720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/philippstorl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e17d54234e245f845406636e0683424ab162c1a660c48278d980e5ffe7808966.jpg","name":"pstorl"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/45529466","wmProperty":"like-of","wmId":826889,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-45529466","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/darekpobozniak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7dd8485b85feb313a4ffa490b32145384b68d880f9d7bdcaedd1a0a91dbb406.jpg","name":"Darek Pobożniak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/362949187","wmProperty":"like-of","wmId":826888,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-362949187","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PhilippeKych","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Philippe Kych"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283095807168786435","wmProperty":"repost-of","wmId":826868,"type":"entry","url":"https://twitter.com/EnzoGlauber/status/1283095807168786435","likeOf":null,"author":{"url":"https://twitter.com/EnzoGlauber","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d2730df711affc9ad68c9128ed08baf51b929e00cd9d3182aedcf7880c199b3.png","name":"Enzo Glauber"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283113396401995778","wmProperty":"repost-of","wmId":826867,"type":"entry","url":"https://twitter.com/CodeZoneUG/status/1283113396401995778","likeOf":null,"author":{"url":"https://twitter.com/CodeZoneUG","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59fe946ab788e53b65eee374671bc1996308b299abe6aaf59f44e01cbfb4dc78.jpg","name":"#CodeZone"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3689531297","wmProperty":"like-of","wmId":826866,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3689531297","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/seb_astian_eu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aaf9e1844e4d251997e8024e08e0391ebdcbc1e7273d345ce5f1b11de0e7a512.jpg","name":"Sebastian Rühmann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/57443362","wmProperty":"like-of","wmId":826865,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-57443362","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EnzoGlauber","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d2730df711affc9ad68c9128ed08baf51b929e00cd9d3182aedcf7880c199b3.png","name":"Enzo Glauber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1202717559541374976","wmProperty":"like-of","wmId":826864,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1202717559541374976","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CodeZoneUG","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59fe946ab788e53b65eee374671bc1996308b299abe6aaf59f44e01cbfb4dc78.jpg","name":"#CodeZone"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43170834","wmProperty":"like-of","wmId":826862,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43170834","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fonssonnemans","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e97f413d005e8245349d71a8f1759d71e9323969a98cf2bb974f820c15cae576.png","name":"Fons Sonnemans 🇳🇱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40806616","wmProperty":"like-of","wmId":826863,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40806616","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/siyath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a913b4402153bb62a2dfee9646f479e960489088d77651252c59fa24b13cf90d.jpg","name":"siyath kasali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15738672","wmProperty":"like-of","wmId":826861,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15738672","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nornholdj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f4252bf4fa0e88277fb80037d3c693817cdfbf0d9ea4383895d9573e4b35a3f.jpg","name":"Beardyman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18020657","wmProperty":"like-of","wmId":826810,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18020657","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Fireflip","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0303bd4e8132e5dc8db8fe13858ba6947081444f978bc2d8c696379bf90ed2d7.png","name":"daniel brown"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1283072795484868608","wmProperty":"in-reply-to","wmId":826781,"type":"entry","url":"https://twitter.com/Ali_H_Ghali/status/1283072795484868608","likeOf":null,"author":{"url":"https://twitter.com/Ali_H_Ghali","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/746a24b95fe0593482184d28bd848a5602177da10a756935099f8a0175bf2292.jpg","name":"Ali Ghali"},"published":"July 14, 2020","content":{"text":"Like the idea"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283060421654573056","wmProperty":"repost-of","wmId":826779,"type":"entry","url":"https://twitter.com/karthik3030/status/1283060421654573056","likeOf":null,"author":{"url":"https://twitter.com/karthik3030","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9c8bd43500250559df1f1ee2f0e0e3d0020292a5c3c287c3239241e5933ecc1.jpg","name":"karthikeyan VK"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283049303687270403","wmProperty":"repost-of","wmId":826780,"type":"entry","url":"https://twitter.com/lucasphysics/status/1283049303687270403","likeOf":null,"author":{"url":"https://twitter.com/lucasphysics","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a87f92c0fcd3c4d3579aab7de3d96e826ba711387c4914109ffc21eee80bbae.jpg","name":"Lucas França"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/348887212","wmProperty":"like-of","wmId":826778,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-348887212","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AngelSinTilde","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5b1af0e79c16590818205ffd271670fee9d11c82fbbdb4601f503d475269b375.jpg","name":"And-Hell Tupac"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283073254312210433","wmProperty":"repost-of","wmId":826777,"type":"entry","url":"https://twitter.com/cloudpurpose/status/1283073254312210433","likeOf":null,"author":{"url":"https://twitter.com/cloudpurpose","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbe77bae1d473af690e5ca1f48841eaf5a63cdf1b042445a14ed64c492ff4e12.jpg","name":"Cloud Purpose"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/848786068765855744","wmProperty":"like-of","wmId":826776,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-848786068765855744","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/254TechReviews","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58dcf65c6c12e5fc73d9026072767e79645fc8d032072dea69833b2c0aa7f147.jpg","name":"+254TechReviews"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19589123","wmProperty":"like-of","wmId":826732,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19589123","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GaryPretty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/466bf9c865dd52db7f1bfd9f997c18c7b3d3da0fc165147cb3d4748b3b1c07d9.jpg","name":"Gary Pretty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283039722265292807","wmProperty":"repost-of","wmId":826729,"type":"entry","url":"https://twitter.com/arafattehsin/status/1283039722265292807","likeOf":null,"author":{"url":"https://twitter.com/arafattehsin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce977b76ccb91f2bcdad7d625073f202ba5b289fd8cb53adcb5ed61d4bfd36b0.jpg","name":"Arafat Tehsin"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283038515002052615","wmProperty":"repost-of","wmId":826728,"type":"entry","url":"https://twitter.com/samiel_m/status/1283038515002052615","likeOf":null,"author":{"url":"https://twitter.com/samiel_m","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7e0a59b58e78da83aba9d156ca0688664621e93bada06a4f44767e00d934fdc2.jpg","name":"Samuel M🇰🇪"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283038604063911939","wmProperty":"repost-of","wmId":826727,"type":"entry","url":"https://twitter.com/GaryPretty/status/1283038604063911939","likeOf":null,"author":{"url":"https://twitter.com/GaryPretty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/466bf9c865dd52db7f1bfd9f997c18c7b3d3da0fc165147cb3d4748b3b1c07d9.jpg","name":"Gary Pretty"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280590904479318017","wmProperty":"like-of","wmId":826726,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280590904479318017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/patrickdevs","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Patrick Kim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/883380238260076545","wmProperty":"like-of","wmId":826725,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-883380238260076545","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/f_hansmann","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e2b69e6fdfddbb1aadbd244fcfbe3860fc7d2ed713d94916283d8f4bf40191b.jpg","name":"Florian Hansmann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2626810120","wmProperty":"like-of","wmId":826724,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2626810120","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/upk_ck71","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a77b30474e2136d666c3db867a9aa70f13c6d910c2cd35e7de91ed730cbf41a9.jpg","name":"KURI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1147734725668163584","wmProperty":"like-of","wmId":826723,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1147734725668163584","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Kriyszig","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20ba5b80d80f8cf62a1a1135ec4df9b67147cc8be76904946fbe3226493d6390.jpg","name":"Prateek Nayak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/799157481087832064","wmProperty":"like-of","wmId":826685,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-799157481087832064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mornir0","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/553d00559e13ff5537f78e007bebead4c64129f3fbf6c1bd86246baa491cd4e9.jpg","name":"Jérôme Pott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27826747","wmProperty":"like-of","wmId":826684,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27826747","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hegystyle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b43a647fa44007a06ce275a0da599f675a99c82bb89f3e38aa70cdf632c6f28.jpg","name":"Henok Tadesse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/293486965","wmProperty":"like-of","wmId":826683,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-293486965","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TaraEDolan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec3bc102e4acd16a291cfb7d4ffb28db04ed2b48b4d48afd80c4c916e539b44a.jpg","name":"Tara Dolan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/93475085","wmProperty":"like-of","wmId":826682,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-93475085","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zefanar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a251e53ff1715acd70c3d7d8493f2a5742a930592e8e9f3896d290bcec670329.jpg","name":"Zefan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/100316360","wmProperty":"like-of","wmId":826681,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-100316360","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brinadanielle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c5c416004884f8e2d9e93574faede702dc95941c906ac5424c89d2dec5d198d.jpg","name":"Sabrina Danielle G."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283012754723536896","wmProperty":"repost-of","wmId":826646,"type":"entry","url":"https://twitter.com/danilobrinu/status/1283012754723536896","likeOf":null,"author":{"url":"https://twitter.com/danilobrinu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a4dd5ca42ba5bc955235fd82a8dfb47b6186d0b480ac172321712ff6129d2ef.jpg","name":"Danilo Britto Nuñez"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1283015692405489664","wmProperty":"repost-of","wmId":826645,"type":"entry","url":"https://twitter.com/neilbo21/status/1283015692405489664","likeOf":null,"author":{"url":"https://twitter.com/neilbo21","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/beb343fea054b50f8e20b70c177df3039690ac9ade882b43875f9c64eeabdf6c.png","name":"Neil E there"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/225082994","wmProperty":"like-of","wmId":826644,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-225082994","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/danilobrinu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a4dd5ca42ba5bc955235fd82a8dfb47b6186d0b480ac172321712ff6129d2ef.jpg","name":"Danilo Britto Nuñez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/79491542","wmProperty":"like-of","wmId":826642,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-79491542","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/neilbo21","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/beb343fea054b50f8e20b70c177df3039690ac9ade882b43875f9c64eeabdf6c.png","name":"Neil E there"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/765201920","wmProperty":"like-of","wmId":826643,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-765201920","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dioniciodiaz1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48cb89635afc3c8fe73d4a293d8d67c0c41ddf3b78230c5d1504b7b040b621fa.jpg","name":"Dionicio Diaz A."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1283003309008330753","wmProperty":"mention-of","wmId":826603,"type":"entry","url":"https://twitter.com/mab_/status/1283003309008330753","likeOf":null,"author":{"url":"https://twitter.com/mab_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ed53010f98c47b0b1e7969fcaf45a1967df8a934da4fdf94d01f1ec44d9cbec.jpg","name":"mab"},"published":"July 14, 2020","content":{"text":"Create A GitHub Profile README\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/508397296","wmProperty":"like-of","wmId":826604,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-508397296","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pgurtovaya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f875c972ed84a883e9013104a8bfc1e2ff947bd74da9d9fc0cc820e23f3a5408.jpg","name":"Polina Gurtovaya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282992777563910144","wmProperty":"repost-of","wmId":826560,"type":"entry","url":"https://twitter.com/mvortizr/status/1282992777563910144","likeOf":null,"author":{"url":"https://twitter.com/mvortizr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/606216c7675bee2c87167574ce3e5275b3ccd97e02230a2de98b0885f7d8bbd5.jpg","name":"María V. Ortiz @ ICML2020"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/12676012","wmProperty":"like-of","wmId":826559,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-12676012","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rmlandvreugd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11697e26d524671b1cffd7cc43a8e2de3eae7cad76838f2704266054bb948a90.jpg","name":"R. M. Landvreugd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/92152953","wmProperty":"like-of","wmId":826557,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-92152953","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mvortizr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/606216c7675bee2c87167574ce3e5275b3ccd97e02230a2de98b0885f7d8bbd5.jpg","name":"María V. Ortiz @ ICML2020"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/140776496","wmProperty":"like-of","wmId":826558,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-140776496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/write2sampath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f94fcb47d72b6818d9b8ff0acbf4764120a75b75578bbd19697398a949ddd05.jpg","name":"Sampath Paravasthu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3234070773","wmProperty":"like-of","wmId":826555,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3234070773","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pabyosan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bae7da663b39432c4a41da2ecc40840145a9d085b3594589625cecb63896cd33.jpg","name":"fsan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/12520422","wmProperty":"like-of","wmId":826556,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-12520422","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/olemarius","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b8c5cf6ba0b287e444866f5fc6e25bf0fbce384199c2ed6115a4b24b1734a8b.jpg","name":"olemarius"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/816012093564551168","wmProperty":"like-of","wmId":826553,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-816012093564551168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mwaoh321","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80683bdfea25744bc1a8663706566f5db507bc0c827dafdb88e0111143d3ab8f.jpg","name":"Joseh Mwaoh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/239195241","wmProperty":"like-of","wmId":826554,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-239195241","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sonulangaya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b07e69f3ef44b440aca1cbe0d5b3d4c992c0e69f39065d4be251343432e06bf.jpg","name":"Sonu Langaya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282968696802045954","wmProperty":"repost-of","wmId":826543,"type":"entry","url":"https://twitter.com/azhryarliansyah/status/1282968696802045954","likeOf":null,"author":{"url":"https://twitter.com/azhryarliansyah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b8a22f8e148fa35d00c13483c526962915cf01de750d0c05ed2f13731e38eb40.jpg","name":"Azhary Arliansyah"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282968737298083840","wmProperty":"repost-of","wmId":826542,"type":"entry","url":"https://twitter.com/l0ckys/status/1282968737298083840","likeOf":null,"author":{"url":"https://twitter.com/l0ckys","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9fe6594888218fb9c884218d27ca31c1e8ed73136bb0e0a31684b823acd39ca.jpg","name":"Hao-Wei Cheng"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/266213956","wmProperty":"like-of","wmId":826541,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-266213956","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vjtinujain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/052589f1f08cefbaab48293594449cb15a762cabc65763c1358d8bd0511fd579.jpg","name":"Vishal jain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/384667362","wmProperty":"like-of","wmId":826539,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-384667362","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gfallasc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d1e528763a4a2cd5906d2126659e36426894f5b128db7ce109feb9813427723.jpg","name":"Gabriel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/937430515153620992","wmProperty":"like-of","wmId":826540,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-937430515153620992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Hal_Wayland","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae1074a99aa0a44a8a574adbcac01475f1cadca4ecdff7124d133083e7d595a4.jpg","name":"Hal Wayland"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/294557340","wmProperty":"like-of","wmId":826537,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-294557340","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dost_geni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a98e4b81f4de6e0dff50fd4d9e63df3647c5470fbb38bbcd5d47b9d5136e8a4.jpg","name":"dost Geni"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1068868890","wmProperty":"like-of","wmId":826538,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1068868890","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Z547Khalid","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0ac98c7463353d3691ec6643d0b3fed829debe682e19865b1db8c238dd553df6.jpg","name":"Khalid Syfullah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/71575024","wmProperty":"like-of","wmId":826535,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-71575024","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_wilkerviana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3551ecd58e17b7d032db0639b25e8c198534d473203d3bf0ecd61fb4e7753799.jpg","name":"Uiu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/95697642","wmProperty":"like-of","wmId":826536,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-95697642","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GMouron","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1925dc7ba45b6b3b4d61e5ab8deaadb3a005da41c7939b9d8c142da43b878b23.jpg","name":"Guillaume Mouron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/192576586","wmProperty":"like-of","wmId":826534,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-192576586","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_PabloMN","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abb3a1c250a1dc84edf10eb7d5b64f11de058ca8b3ad3c642aa8344864956a06.jpg","name":"Pablo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/36402526","wmProperty":"like-of","wmId":826532,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-36402526","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gracevorreuter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e20068f4f56fd8f19199e1df712d1947d2eb77c850e23be7e498ec500a6a5fc2.jpg","name":"Grace Vorreuter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/166912337","wmProperty":"like-of","wmId":826533,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-166912337","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/paulngumii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b267f48bdaf3c6f79e7374f3d3210047c4fef217d71df3f6aa314760ef21ffd.jpg","name":"Paul Ngumii"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/944329399779889152","wmProperty":"like-of","wmId":826531,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-944329399779889152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Rackover","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ba702b98b8cbe12ab6edf71acf4f3b46460c1cf8a3a43d7479db0fded90d728.jpg","name":"mégalouve@louve.systems"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/856965018956574720","wmProperty":"like-of","wmId":826529,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-856965018956574720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Daniel_Waiguru","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b033ecea216fef5d1d7fb6eac4ac428a7529bb4232284620cc0bb956429b114.jpg","name":"Daniel Waiguru"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/758297293","wmProperty":"like-of","wmId":826530,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-758297293","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamcyberprep","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c866bc517f85a2c1e0f2b023ce1524f2c3ea16d41fdcb820b9d2eb883d1f028b.png","name":"Dumindu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/777185278133932032","wmProperty":"like-of","wmId":826527,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-777185278133932032","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kosachemoto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c426329aeff80a915b19b947b7277cdbbc94370c9a6d737ecd6d1a99544b7b8.png","name":"бернаутился-бернаутился, да так и не выбернаутился"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/75093154","wmProperty":"like-of","wmId":826528,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-75093154","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ClydeenMcDonald","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26c75bcd82389327790d6e8b67ae01030b5ea6a0fe5627042e43ad477ad90373.jpg","name":"Clydeen McDonald"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/777894906853457921","wmProperty":"like-of","wmId":826525,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-777894906853457921","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MolecularXtal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db6e01078eefe74eeb6e11ce133f21ae53f8b23f896c5b4b665fb9a9b1101599.png","name":"Janine George 👩‍💻👩‍🔬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1240292662508285958","wmProperty":"like-of","wmId":826526,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1240292662508285958","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AbhiTitty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac188787e2d38732c1ce3d597c6785cc2a6b9afaaea336db1708271d2d27a235.jpg","name":"Abhi Titty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3292340874","wmProperty":"like-of","wmId":826524,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3292340874","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rhianvanesch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b7df7ef76bffd2b18841d4c9b5e53edf16a2f1e38b5d05833df12c686848a87.jpg","name":"Rhian van Esch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/185556841","wmProperty":"like-of","wmId":826523,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-185556841","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/edgardstultjens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31ea2383befeab49d980b8620c4fcf2dc2ada1bd88b01af6bf4306fe4977a5f8.jpg","name":"Edgard Stultjens"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1383191670","wmProperty":"like-of","wmId":826521,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1383191670","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mail2omprakash","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Omprakash K K"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1109103059085520896","wmProperty":"like-of","wmId":826522,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1109103059085520896","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KaramelPlatonik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34f80af0b7b65f4161ed5b95e52677662c03deadd5c7788aa023e89428b81ef3.jpg","name":"Selman Nur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/540662678","wmProperty":"like-of","wmId":826520,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-540662678","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vlilloh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16d938cd1d511f74c13a812990bd23b14ae9b681abd34b92bf8dce8df459f50c.png","name":"Vicente Lillo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/298616634","wmProperty":"like-of","wmId":826519,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-298616634","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yo_binyam","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"binyam yohannes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282970898761347073","wmProperty":"in-reply-to","wmId":826515,"type":"entry","url":"https://twitter.com/balavenkatesh22/status/1282970898761347073","likeOf":null,"author":{"url":"https://twitter.com/balavenkatesh22","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8fa6b6c00796bf000387d422801141fdf49adce90e52787b135fd0386180e3a.jpg","name":"Bala Venkatesh"},"published":"July 14, 2020","content":{"text":"I love it so I created my README profile as per my professional way👨‍💻😉 #DataScience #DeepLearning \n\nCheckout:- github.com/balavenkatesh3…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14607199","wmProperty":"like-of","wmId":826514,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14607199","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jarvklo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a9a8296593a27eb7be56bae0dc7b872f8ad063bde3d177327815ecdf879ff4b.jpg","name":"Åke Järvklo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/302438919","wmProperty":"like-of","wmId":826513,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-302438919","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/geraldchecka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f319ed6e03f282ed2ab88f51a0f46e0ee646060427a8671d1cfa9c950a07f5b.jpg","name":"Anvesh ⚛️🌐"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/46621371","wmProperty":"like-of","wmId":826512,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-46621371","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tajinderbirdi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c183832a5bee923edf3823b1d4958f570a011c051ad4fc7508ab5c6f624da66.png","name":"Tajinder Birdi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/178428992","wmProperty":"like-of","wmId":826511,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-178428992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/therealchiko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0f10cf119c3fd054b1c60af2de33b67ee502d723c08385c20bab206780289f3.png","name":"Chiko Mukwenha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1112896222845693952","wmProperty":"like-of","wmId":826510,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1112896222845693952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AsimCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/08bf012c8989d3ad039987021fe56fcca33963622dbad965a94e9183cf76384f.jpg","name":"Asim Samuel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1501751","wmProperty":"like-of","wmId":826508,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1501751","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/olivM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9ed5825464d9ab886fefe5748dba5de743c843ae16d030fb632400d4514623e.png","name":"olivM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/919660449750282246","wmProperty":"like-of","wmId":826509,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-919660449750282246","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LeelyJiang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ed3cadc889176cdf0d5730ce9b69909c48339f89008663538f59deecf22aae6.jpg","name":"LillyJiang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2233363692","wmProperty":"like-of","wmId":826507,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2233363692","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sadj_ous","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7df89478ecbca328d68f55f57970783844d8b25203c81fb6705baa0c622f277f.jpg","name":"OUSMANE M. Sadjad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/72338210","wmProperty":"like-of","wmId":826506,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-72338210","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Kevin_Vinet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/043ea7608216608ddb6b6b7bcc3e0f5d06f349d0ead4e768354004338a03e59a.jpg","name":"Kévin Vinet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/163410717","wmProperty":"like-of","wmId":826504,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-163410717","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/biraztuzlutfen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/085a8e40286106ab8e2159d26b089414229571d64d571586672dc0b059bb38bb.jpg","name":"ömer fatih"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27716757","wmProperty":"like-of","wmId":826505,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27716757","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MichDdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea1ffc09e0630cdd3ecd93f72c2bb25d46d4978df23ec7c13e7803e2db19f25c.jpg","name":"MichD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/73086919","wmProperty":"like-of","wmId":826503,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-73086919","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bartocc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/868324455b0ed99545be127896b72e8ea54ff9272dd1c1fd4afed07a03bf85ff.jpg","name":"Julien Palmas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1268810387589345281","wmProperty":"like-of","wmId":826502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1268810387589345281","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ThomaJS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6073cf149de4b4bc0db45e9e9c5534f886e3733f03bf270ed78d0c6612006043.jpg","name":"VoetsThomas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/920562136564166656","wmProperty":"like-of","wmId":826500,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-920562136564166656","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/celica_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f92440ffd0067799964a9eb5c55080ea7da96abba7b05a82ec2cfe6fcd4f4f12.jpg","name":"MishaChan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1225128517165146112","wmProperty":"like-of","wmId":826501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1225128517165146112","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shubhski","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c24ef5f79899f565fa04993319033b465f41197dd29689df9ce6a87ada28c646.jpg","name":"Shubham Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4697988734","wmProperty":"like-of","wmId":826499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4697988734","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlexTselegidis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a21d1d5e7363c677f142376fb721960821c710b38134b1122c00b0201b7d6e36.png","name":"Alex Tselegidis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/788424134","wmProperty":"like-of","wmId":826498,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-788424134","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/geek_paul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a40e469a509e516d47f074a94a06976d6a23eaf49d2f2b400afe465e8d2fa10a.jpg","name":"Arindam Paul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/813913800143470592","wmProperty":"like-of","wmId":826496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-813913800143470592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KrankerApfel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a5cde1e46f59f4bac7832afe316e5f7dfabe468e243e6de3dbaf3c09f9ccafe.jpg","name":"French Nerd 「 トム 」"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17520251","wmProperty":"like-of","wmId":826497,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17520251","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mrfidge","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b67fe33f4a83d8d535c2be2f9f3a55169720b17f5cda20ec4550259c3926b746.jpg","name":"ⓜⓡⓕⓘⓓⓖⓔ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1206517736605671427","wmProperty":"like-of","wmId":826494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1206517736605671427","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdaimaMustafa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38b8c26cbbd2514ba6c1238f3d4118a2d8a3238d93ff27b0c629b2316c2c41c1.jpg","name":"ADA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43296836","wmProperty":"like-of","wmId":826495,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43296836","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/markekisa","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ekisa Mark"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20925525","wmProperty":"like-of","wmId":826493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20925525","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/skial","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad4b2e357670b143abc85c2e30b8512ea4f0a1ec03b84954feb09e26506c57fe.jpg","name":"Brendon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1142357270","wmProperty":"like-of","wmId":826492,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1142357270","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Thomasbnt_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc82e9c32fc7b09df34b6e0f27232e531decc6ad5e6780e320380a900e2d80cf.jpg","name":"Thomas Bnt ☕🔭 ⊬ ≠"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/91395972","wmProperty":"like-of","wmId":826490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-91395972","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tweetsFabD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/917333163885ee6be03eb99c1edd7d103dee4b5b381d5343e42618569b34cf5c.jpg","name":"Fab.D"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1259622945955016705","wmProperty":"like-of","wmId":826491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1259622945955016705","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tannerdolby","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b9b6080c2486ab209b39facadec189a081288baa997cdb77bda07ddd9dafa21.jpg","name":"Tanner Dolby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/54459153","wmProperty":"like-of","wmId":826489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-54459153","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlexRatmansky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f48f43df2a6fecc43b050ef466dbb87fe643b6b465bc7da95d2eea106299620b.jpg","name":"Alexander Ratmansky"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/39376496","wmProperty":"like-of","wmId":826488,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-39376496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SimoniousPunk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/590158342d1a45879f1deb19f30147516b548c43ffe9ece4dde3c18a8d68ce3b.jpg","name":"Middlemarch Squad Party Force"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282945762901590017","wmProperty":"repost-of","wmId":826475,"type":"entry","url":"https://twitter.com/KrankerApfel/status/1282945762901590017","likeOf":null,"author":{"url":"https://twitter.com/KrankerApfel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a5cde1e46f59f4bac7832afe316e5f7dfabe468e243e6de3dbaf3c09f9ccafe.jpg","name":"French Nerd 「 トム 」"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282954806693437443","wmProperty":"repost-of","wmId":826474,"type":"entry","url":"https://twitter.com/Rackover/status/1282954806693437443","likeOf":null,"author":{"url":"https://twitter.com/Rackover","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ba702b98b8cbe12ab6edf71acf4f3b46460c1cf8a3a43d7479db0fded90d728.jpg","name":"mégalouve@louve.systems"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/717008574124167169","wmProperty":"like-of","wmId":826472,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-717008574124167169","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/harshgkapadia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5afb25172795970d6744db672366fc8024cfe7c8ea30334145e3dbd76cbfbe2e.jpg","name":"Harsh Kapadia (Ally, he/him)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282955278313558017","wmProperty":"repost-of","wmId":826473,"type":"entry","url":"https://twitter.com/JaniquekaJohn/status/1282955278313558017","likeOf":null,"author":{"url":"https://twitter.com/JaniquekaJohn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d129a57970e8e5d1a470b93b490c108c7e7eec813a00f0ecd184455e4a78f3ee.jpg","name":"Janique-ka"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282944261386760193","wmProperty":"repost-of","wmId":826460,"type":"entry","url":"https://twitter.com/k011510/status/1282944261386760193","likeOf":null,"author":{"url":"https://twitter.com/k011510","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef39e0d1f206fde3a64be1724ad0ce64d9c56240d4a598c9e3f83e6e843f7ac0.png","name":"K0115@dev"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282933588695175168","wmProperty":"repost-of","wmId":826459,"type":"entry","url":"https://twitter.com/_PabloMN/status/1282933588695175168","likeOf":null,"author":{"url":"https://twitter.com/_PabloMN","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abb3a1c250a1dc84edf10eb7d5b64f11de058ca8b3ad3c642aa8344864956a06.jpg","name":"Pablo"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282944165270052865","wmProperty":"repost-of","wmId":826458,"type":"entry","url":"https://twitter.com/celica_dev/status/1282944165270052865","likeOf":null,"author":{"url":"https://twitter.com/celica_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f92440ffd0067799964a9eb5c55080ea7da96abba7b05a82ec2cfe6fcd4f4f12.jpg","name":"MishaChan"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282916114738159616","wmProperty":"repost-of","wmId":826441,"type":"entry","url":"https://twitter.com/pau4o/status/1282916114738159616","likeOf":null,"author":{"url":"https://twitter.com/pau4o","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/daa56a122da61326ba633a130a9f5410178e67cc6d72c8f4cee706f085c5936c.jpg","name":"Kamen Naydenov"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282912897925107712","wmProperty":"repost-of","wmId":826439,"type":"entry","url":"https://twitter.com/trevisev/status/1282912897925107712","likeOf":null,"author":{"url":"https://twitter.com/trevisev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f4904b3f3b989395eec7916fe2360a021cea603ded347f006c21eb760efbf46.jpg","name":"Vianney"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282912281446150144","wmProperty":"repost-of","wmId":826440,"type":"entry","url":"https://twitter.com/iamcyberprep/status/1282912281446150144","likeOf":null,"author":{"url":"https://twitter.com/iamcyberprep","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c866bc517f85a2c1e0f2b023ce1524f2c3ea16d41fdcb820b9d2eb883d1f028b.png","name":"Dumindu"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282903860206608384","wmProperty":"repost-of","wmId":826425,"type":"entry","url":"https://twitter.com/Daniel_Waiguru/status/1282903860206608384","likeOf":null,"author":{"url":"https://twitter.com/Daniel_Waiguru","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b033ecea216fef5d1d7fb6eac4ac428a7529bb4232284620cc0bb956429b114.jpg","name":"Daniel Waiguru"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282900674112393216","wmProperty":"repost-of","wmId":826426,"type":"entry","url":"https://twitter.com/geek_paul/status/1282900674112393216","likeOf":null,"author":{"url":"https://twitter.com/geek_paul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a40e469a509e516d47f074a94a06976d6a23eaf49d2f2b400afe465e8d2fa10a.jpg","name":"Arindam Paul"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282906487933800448","wmProperty":"mention-of","wmId":826424,"type":"entry","url":"https://twitter.com/AsimCodes/status/1282906487933800448","likeOf":null,"author":{"url":"https://twitter.com/AsimCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/08bf012c8989d3ad039987021fe56fcca33963622dbad965a94e9183cf76384f.jpg","name":"Asim Samuel"},"published":"July 14, 2020","content":{"text":"Love this"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14912462","wmProperty":"like-of","wmId":826420,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14912462","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/twaiiiin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5648759894fb9a1e1c5cfd23bace7de2cfba5b44195166d9ed3c1de03480858.jpg","name":"Tristan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2391409952","wmProperty":"like-of","wmId":826418,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2391409952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fx__one","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73045ad23cdf334a0a3df3053b407d223ae947f348b46580524d75bab1a788b1.jpg","name":"fx one"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/780754182","wmProperty":"like-of","wmId":826419,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-780754182","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sandeep_mkv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6de1b7c8fabcb1f78a81c664944bb7fce4524ddf4840aa5fa5129052a67d8f9.jpg","name":"Sandeep Venugopal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282879864618602496","wmProperty":"repost-of","wmId":826401,"type":"entry","url":"https://twitter.com/eduardroide/status/1282879864618602496","likeOf":null,"author":{"url":"https://twitter.com/eduardroide","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3274d8dfc5afa4a817792e74a095593c2e23a6018bec6915ce01d6fff078821a.jpg","name":"Eduardo Valenzuela"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3300663439","wmProperty":"like-of","wmId":826400,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3300663439","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Amanda_Stahlke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9c6034122d3d7a4c6f9bbda77b73f0c49d21418647a9d2ae96c789a07388583.jpg","name":"Amanda Stahlke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3242498098","wmProperty":"like-of","wmId":826399,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3242498098","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sheffer_stroke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89869d4f8c727dbebe23231d026855dba33e980ac53ad51f79d032ae4c1bb3f5.jpg","name":"Shefali Nayak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/910852549925679106","wmProperty":"like-of","wmId":826398,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-910852549925679106","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dhavalvmakvana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a0c86194bdfbe0e4f04ad0eda17c3211179b97f75c76ca709590977089fd34e3.jpg","name":"dhavalmakvana"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1260560233","wmProperty":"like-of","wmId":826396,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1260560233","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eduardroide","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3274d8dfc5afa4a817792e74a095593c2e23a6018bec6915ce01d6fff078821a.jpg","name":"Eduardo Valenzuela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/115221635","wmProperty":"like-of","wmId":826397,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-115221635","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/reedids","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e135d1df717e230ac7961554c042e1618c195b9ca1bf838d2b2e7056c4c4629f.png","name":"청설모 🎗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/877550868","wmProperty":"like-of","wmId":826395,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-877550868","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/siidhraaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4170c82e60d16d8306bc39261dc91a04996fadccd20f6b0515b7e719a041ab4b.jpg","name":"Sidhra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/844310014726733824","wmProperty":"like-of","wmId":826394,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-844310014726733824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vaillancourtmax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bdf6137150bf153cce8379a70a83c086ad766098a1de314bb41737ff745b036.jpg","name":"Maxime Vaillancourt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/34863","wmProperty":"like-of","wmId":826392,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-34863","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/roycifer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/66cadf1d03075b720f8152748fb35b33849607acc97ae13ca5bcfa84107761e0.jpg","name":"roycifer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1175245644602195970","wmProperty":"like-of","wmId":826393,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1175245644602195970","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RebeccaTheFish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a5034dcade9d34a908592957ab712b3b2cc524ece13f14c4883e22bfabbe1e6.jpg","name":"Rebecca S 🌻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1187794418692218883","wmProperty":"like-of","wmId":826390,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1187794418692218883","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/negicodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9268abb37acd14ab26f43c279a9087bec01ade1d83900c62409b70488c17ee49.jpg","name":"🍑negi.js"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/63514701","wmProperty":"like-of","wmId":826391,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-63514701","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/saabana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5ef1e061d6641d58e0adcd90cb6d468f6ba20d097974288499c11239c1cbf10.jpg","name":"Musaab Abdalla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2990291979","wmProperty":"like-of","wmId":826388,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2990291979","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dgmons","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/133e272cbea0fe8c28f7547fa99c1909ed1f2a8d4d2ba642cf1251230eb00856.jpg","name":"Gabγ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1146454886609035264","wmProperty":"like-of","wmId":826389,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1146454886609035264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/callme5T4N5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aadc5bd7e204f57880b23d2eaf7278a00cc721ca604f69e221d26d8a741a2dcf.jpg","name":"Mr. Onwuka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2996990355","wmProperty":"like-of","wmId":826387,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2996990355","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kissu_io","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5028650d22c6e21a0bff1d7940813b239dadc4922ab0d0372ec3b5b0b2139ea8.jpg","name":"Konstantin BIFERT 🍉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3129525435","wmProperty":"like-of","wmId":826385,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3129525435","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/its_nickfalcone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9066aabede5ffa5868a38deac9f78beb14c680a1b80affdc55e303c4312de8e.jpg","name":"Nick Falcone"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/148503193","wmProperty":"like-of","wmId":826386,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-148503193","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/maaube","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7077f8e7d01df8945f702e18d9071f2514e14d7916344b525171023d03d20c0c.jpg","name":"Marc Aubé"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9751992","wmProperty":"like-of","wmId":826384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9751992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/warrenbuckley","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efe1342f7a290dbf0639adea14f29bfc66844f9db9d90b4709b44d1aa19ede84.jpg","name":"Warren Buckley"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/209348031","wmProperty":"like-of","wmId":826383,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-209348031","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/flexRonin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cde2a0f0928a8c3b85c494b110127e01432955a714f8bd35de191bd86567a861.jpg","name":"Fuad Kamal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/874669507956092928","wmProperty":"like-of","wmId":826381,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-874669507956092928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamn1ku","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad612341c2a66940c1db7d85cbab3ceb10a793bfa3a32fae04feaef131b410e2.png","name":"Nikhil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/22735682","wmProperty":"like-of","wmId":826382,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-22735682","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/paxtonjohn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c58472cd60674ecb1f28a63eb734426fbdc317c5047a54fc68fa91863c2f8e8.jpg","name":"John Paxton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14553182","wmProperty":"like-of","wmId":826380,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14553182","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lukemayes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f7432d019cc16e23e33181f5b158b0dc8270d4aafe7d7a70a5eacc94c9f6210.jpg","name":"Luke Mayes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/910998361657839621","wmProperty":"like-of","wmId":826379,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-910998361657839621","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/catyeo18","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5b0f9b7a15d89720caa201db821d36f1778d54c7f1091efd3c8b6da288ed6c3.jpg","name":"Catherine Yeo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/45768228","wmProperty":"like-of","wmId":826378,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-45768228","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PTolideh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7af661a95d37b2da0d4ff67a306c920f83a80ef9f4735a5d89f08adc1b4c4fe.jpg","name":"P.T."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/54759928","wmProperty":"like-of","wmId":826377,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-54759928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/daonhan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a088b9b8b1ca83294a55f01af1392406bdea3f6156a1a0dbbef056b8facd6ff3.jpg","name":"Paul Nhan Nguyen Dao"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/830724302","wmProperty":"like-of","wmId":826375,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-830724302","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mashenyatko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5497284b35cf2e4fcad80898d0f4ef238e9f6baa9554469fc58efe238c784e8f.jpg","name":"MashunyaChernenko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/783568341218758656","wmProperty":"like-of","wmId":826376,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-783568341218758656","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/code_wonders","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2de18c0a44f7c8279c1724dfce86d4fb2dfb6a63d5d61b54c1f56e07c4915414.jpg","name":"Sir Adènékan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/131540320","wmProperty":"like-of","wmId":826373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-131540320","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hemakumark","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f872968bee9640951eb104edf472de5beac33e38ea319e71e8858e868452b00.jpg","name":"Hemakumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/814413812","wmProperty":"like-of","wmId":826374,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-814413812","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kanitkornk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f129244614732da53a9a401dfce2fb63c32935a00784d04ac3ceaf1c04bc5cdb.jpg","name":"Kanitkorn Sujautra (Kid)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282862143080103937","wmProperty":"repost-of","wmId":826366,"type":"entry","url":"https://twitter.com/code_wonders/status/1282862143080103937","likeOf":null,"author":{"url":"https://twitter.com/code_wonders","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2de18c0a44f7c8279c1724dfce86d4fb2dfb6a63d5d61b54c1f56e07c4915414.jpg","name":"Sir Adènékan"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282857795566440450","wmProperty":"repost-of","wmId":826341,"type":"entry","url":"https://twitter.com/rainstormza/status/1282857795566440450","likeOf":null,"author":{"url":"https://twitter.com/rainstormza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c7e8a7311d7d446deb3b7bd07928f9858570caa9e28fcb3e69484dfefe7b96e2.jpg","name":"Supakorn Thongtra"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282850153280364544","wmProperty":"repost-of","wmId":826342,"type":"entry","url":"https://twitter.com/daonhan/status/1282850153280364544","likeOf":null,"author":{"url":"https://twitter.com/daonhan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/749fff12a978895620fa03ff4648b0a6134939546813f773bdf5a27636852ec0.jpg","name":"Nguyen Dao Nhan"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282849277505687554","wmProperty":"repost-of","wmId":826331,"type":"entry","url":"https://twitter.com/shamonmyers/status/1282849277505687554","likeOf":null,"author":{"url":"https://twitter.com/shamonmyers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afdec7809909723dbea659f264cd0b7c618342d5400f4ba5fa6a76f93083d4b0.jpg","name":"؜"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282835286981042176","wmProperty":"repost-of","wmId":826320,"type":"entry","url":"https://twitter.com/lukemayes/status/1282835286981042176","likeOf":null,"author":{"url":"https://twitter.com/lukemayes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f7432d019cc16e23e33181f5b158b0dc8270d4aafe7d7a70a5eacc94c9f6210.jpg","name":"Luke Mayes"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282476404932841475","wmProperty":"mention-of","wmId":826319,"type":"entry","url":"https://twitter.com/le_james94/status/1282476404932841475","likeOf":null,"author":{"url":"https://twitter.com/le_james94","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc11ef8a7859ae04e3b0f646098b6ca4e20e748d673b042a50cb7cdb12baec62.jpg","name":"James Le"},"published":"July 13, 2020","content":{"text":"Super cool new feature from @github! Thanks @waterproofheart for the share."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282836185841381377","wmProperty":"mention-of","wmId":826318,"type":"entry","url":"https://twitter.com/codingJaime/status/1282836185841381377","likeOf":null,"author":{"url":"https://twitter.com/codingJaime","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3bdadff816150f8f85ec12b23afda24f0576357fb91b04365d836b3ed62e9c6.jpg","name":"Jaime V. Rodriguez 💻"},"published":"July 14, 2020","content":{"text":"Somebody shared this on @operation_code and I immediately had to go try it out for myself. \n\nJust a couple of little edits left and it will be done!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282838183429001217","wmProperty":"mention-of","wmId":826317,"type":"entry","url":"https://twitter.com/vaillancourtmax/status/1282838183429001217","likeOf":null,"author":{"url":"https://twitter.com/vaillancourtmax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bdf6137150bf153cce8379a70a83c086ad766098a1de314bb41737ff745b036.jpg","name":"Maxime Vaillancourt"},"published":"July 14, 2020","content":{"text":"The 2000s called. They want their glitter images back.\n\n(seriously though, GitHub READMEs are pretty neat - thank you Monica for taking the time to write this! ❤️) https://t.co/hIoBsUd4R8"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282832944382574592","wmProperty":"repost-of","wmId":826315,"type":"entry","url":"https://twitter.com/saabana/status/1282832944382574592","likeOf":null,"author":{"url":"https://twitter.com/saabana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5ef1e061d6641d58e0adcd90cb6d468f6ba20d097974288499c11239c1cbf10.jpg","name":"Musaab Abdalla"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282831263817240585","wmProperty":"repost-of","wmId":826316,"type":"entry","url":"https://twitter.com/prabusah/status/1282831263817240585","likeOf":null,"author":{"url":"https://twitter.com/prabusah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67605dd5376d5d119f2f46af3d5e71c96095c9f0ea9d64eaf9fc1161a43f6857.jpg","name":"Prabusah"},"published":"July 14, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2475641491","wmProperty":"like-of","wmId":826302,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2475641491","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_chrisberry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f05d01ce988c81d66c2b53ff1b557cfed91eae208d8a3d45d2c229ddea1fe46.jpg","name":"Chris Berry"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282820560221687809","wmProperty":"repost-of","wmId":826301,"type":"entry","url":"https://twitter.com/mixteralan/status/1282820560221687809","likeOf":null,"author":{"url":"https://twitter.com/mixteralan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c5349f18b0c1f27afd94aa425c171e13bc94ae2b3e2f70a80354c9ad74de9b84.jpg","name":"Spencer Alan"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282820560246829057","wmProperty":"repost-of","wmId":826300,"type":"entry","url":"https://twitter.com/mrngoitall/status/1282820560246829057","likeOf":null,"author":{"url":"https://twitter.com/mrngoitall","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a254a97f568bcf5b7e5b2de65dae93f7a0bc5439cd1798ca5308460fc3f066e6.jpg","name":"Will Ngo"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19684654","wmProperty":"like-of","wmId":826299,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19684654","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/justbeez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/709a8f647e186f822f2011cd0b8d91bb60d8f16d34c8b16fe95434b60d047c17.jpg","name":"Justin Beasley"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/889904850351292417","wmProperty":"like-of","wmId":826298,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-889904850351292417","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/matheusrich","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/676e5a2fa34656792a4cc4495bbdbaf0618407869324cfbd8f949f6b0ffb53f9.jpg","name":"Matheus Richard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/556568472","wmProperty":"like-of","wmId":826297,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-556568472","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kalengkerupux","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4cf2206e106515a5e4a60c599d50e004c855dcf640b5dfeb46b03e79fc4242e.jpg","name":"september"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/30257040","wmProperty":"like-of","wmId":826296,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-30257040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/06b","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55e1328db304a28858247c4bcb3a3f10d30839cab10354ac4672277893973c97.jpg","name":"Dr. Adrian D. Alvarez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/990988442787033088","wmProperty":"like-of","wmId":826294,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-990988442787033088","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KacperRoszczyna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e143b26717ccb346d27bebbe956d27cf949c881e33459f8619a476909f90bfd4.jpg","name":"Kacper R"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/821323675290976260","wmProperty":"like-of","wmId":826295,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-821323675290976260","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/messhooohack","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9fea47b072776266d46597138bc5d6e870ccfe264e2568fd3389d7d8b3119b9.jpg","name":"nissou"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1694135276","wmProperty":"like-of","wmId":826293,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1694135276","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kylemh_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae3e20f289d8acfd4d41f45e84e8a2516e1da97db4220b825f65df7a648ebcf1.jpg","name":"Kyle Holmberg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/822211216802217984","wmProperty":"like-of","wmId":826291,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-822211216802217984","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DrJume","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a0cfd4621519ba77659ff48b93cc838b413466a1af00077fd76eb9db854d2eb.jpg","name":"DrJume"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19542292","wmProperty":"like-of","wmId":826292,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19542292","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gwawr_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41a351055e177270f54b88ba68199432bc2e88282444adce9a91901a8a88cd0e.jpg","name":"𝚂𝚊𝚖 𝙲𝚊𝚛𝚛𝚒𝚗𝚐𝚝𝚘𝚗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16420625","wmProperty":"like-of","wmId":826290,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16420625","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chuso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65bb57a5881c7503f7d12c023448a8c1757066babe6c16ac90df5f3acb87cbcf.jpg","name":"Jesús 🇪🇦🇪🇺🏴‍☠️🏳️‍🌈🔻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2775154155","wmProperty":"like-of","wmId":826289,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2775154155","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JamesLMilner","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc3d72e21a986f05e94f19fc9035f665eaabd31ce61e3562695f04f16034748f.png","name":"James Milner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1397820710","wmProperty":"like-of","wmId":826288,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1397820710","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JoseCortezZ16","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/012c379fb6302be480ec08fe977f1781429cfdb19f181d4ebc9e1425570cc136.jpg","name":"Alfonso."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14651812","wmProperty":"like-of","wmId":826286,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14651812","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hthetiot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6124d9b2a09721880328fa7c241a676181f2a821868e42b377a464f8661295eb.jpg","name":"Harold Thétiot"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/422974567","wmProperty":"like-of","wmId":826287,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-422974567","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dnahodil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2f200501408141bae4827df178dcbd60b34434daeca98d2ada397953f6859a2.jpg","name":"David Nahodil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14390268","wmProperty":"like-of","wmId":826285,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14390268","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rachelober","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d5279b91a54e2d90d403644dea83ee2de0aa8a5e8b66001640ef917616be0a5.jpg","name":"Rachel Ober"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/622146605","wmProperty":"like-of","wmId":826284,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-622146605","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Faraaz98","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9bcce2135392a4fbd7d6c9cc6d68ad1ffa3c58eb625b8c44999b663a6047731.jpg","name":"Faraaz Ahmad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14058101","wmProperty":"like-of","wmId":826283,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14058101","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/julzmon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7a11d53e1ea12f1b1f2c4f6fc731f4e287f9fb70f1ba034f03ce1dad8d0630f.jpg","name":"julzmon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282809716817776652","wmProperty":"repost-of","wmId":826261,"type":"entry","url":"https://twitter.com/KacperRoszczyna/status/1282809716817776652","likeOf":null,"author":{"url":"https://twitter.com/KacperRoszczyna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e143b26717ccb346d27bebbe956d27cf949c881e33459f8619a476909f90bfd4.jpg","name":"Kacper R"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282807574497288193","wmProperty":"repost-of","wmId":826260,"type":"entry","url":"https://twitter.com/rachelober/status/1282807574497288193","likeOf":null,"author":{"url":"https://twitter.com/rachelober","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d5279b91a54e2d90d403644dea83ee2de0aa8a5e8b66001640ef917616be0a5.jpg","name":"Rachel Ober"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282808602718240768","wmProperty":"repost-of","wmId":826259,"type":"entry","url":"https://twitter.com/Comandeer2/status/1282808602718240768","likeOf":null,"author":{"url":"https://twitter.com/Comandeer2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3be1deb7961ebc6664ad5c5ea870666f6ca139cfb6583f38c4a285ec432a9bc5.jpg","name":"Comandeer"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282797940755566594","wmProperty":"mention-of","wmId":826250,"type":"entry","url":"https://twitter.com/nicolephillips/status/1282797940755566594","likeOf":null,"author":{"url":"https://twitter.com/nicolephillips","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f621dcc15e24adbcbfcfbec31075f5193712ed7613463db6a275284106685659.jpg","name":"Nick 🇧🇧"},"published":"July 13, 2020","content":{"text":"Saving! I need to do this. 😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282789054694567936","wmProperty":"mention-of","wmId":826251,"type":"entry","url":"https://twitter.com/rob_ballou/status/1282789054694567936","likeOf":null,"author":{"url":"https://twitter.com/rob_ballou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1798466207379d6368b2f53f261b071d7444ee88348c8bd4e6affee8cfa4a173.jpg","name":"Rob Ballou"},"published":"July 13, 2020","content":{"text":"This is really cool, thank you for sharing!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282792392874057728","wmProperty":"repost-of","wmId":826249,"type":"entry","url":"https://twitter.com/todrobbins/status/1282792392874057728","likeOf":null,"author":{"url":"https://twitter.com/todrobbins","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5df1002b831e6d9cf255adf516a99eb4d8a493b25b32b57b3006608984b975df.jpg","name":"tetragonal tod"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282792963983192064","wmProperty":"repost-of","wmId":826248,"type":"entry","url":"https://twitter.com/markozxuu/status/1282792963983192064","likeOf":null,"author":{"url":"https://twitter.com/markozxuu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/447d7cf7286ebd1b422dd8c9243d3cd9029a50d8f9bfcf319f3b1b2ea7d4566d.jpg","name":"Markoz Peña"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282793506801627137","wmProperty":"repost-of","wmId":826247,"type":"entry","url":"https://twitter.com/xballoy/status/1282793506801627137","likeOf":null,"author":{"url":"https://twitter.com/xballoy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51ef9c27b5114f1c4d78011ecdb2f6b58a162ddcd5e1d84b120080d9d1ea5387.jpg","name":"Xavier Balloy"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282794260027396098","wmProperty":"repost-of","wmId":826246,"type":"entry","url":"https://twitter.com/VintageReader/status/1282794260027396098","likeOf":null,"author":{"url":"https://twitter.com/VintageReader","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2dbbc1b4b5a1a5b2ca2bf2d025f31b94711a6b12db34cd53ec23f5bbd601d9d0.jpg","name":"Mask-wearer B"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282794813847293952","wmProperty":"repost-of","wmId":826245,"type":"entry","url":"https://twitter.com/alexras/status/1282794813847293952","likeOf":null,"author":{"url":"https://twitter.com/alexras","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/422772872f97f1d88aafbd9e342d31acb1b7252768ccbffbdfb8090bf4b1bf7e.jpg","name":"Alex Rasmussen"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282794917404778497","wmProperty":"repost-of","wmId":826244,"type":"entry","url":"https://twitter.com/jmanuel_rosa/status/1282794917404778497","likeOf":null,"author":{"url":"https://twitter.com/jmanuel_rosa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30d5637a93523f44d9622cdcbb25699318025f5586632288263749003294ac4c.jpg","name":"Jose Manuel Rosa (at home 🏡)"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282795822451654663","wmProperty":"repost-of","wmId":826243,"type":"entry","url":"https://twitter.com/eugenedrvnk/status/1282795822451654663","likeOf":null,"author":{"url":"https://twitter.com/eugenedrvnk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0529ff805f8f85ce919c7f20b8c850922ebc176072ea12b96fa94bd5e54f7b9e.jpg","name":"запорожский кто-то там"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282796273712726016","wmProperty":"repost-of","wmId":826242,"type":"entry","url":"https://twitter.com/mp_codes/status/1282796273712726016","likeOf":null,"author":{"url":"https://twitter.com/mp_codes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bdcf39f1e39c4caea525c036736f6bdb2d8ecaece2c54d6ef46dc213648ead9.jpg","name":"Mehdi Pilehvarian"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282796643457347586","wmProperty":"repost-of","wmId":826241,"type":"entry","url":"https://twitter.com/newbie_dev/status/1282796643457347586","likeOf":null,"author":{"url":"https://twitter.com/newbie_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8cb93b794a1fcb0e75e15256d9e5dfba6d544e21815f7957db6e89c1759f4bbf.jpg","name":"👾"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282797353301413888","wmProperty":"repost-of","wmId":826240,"type":"entry","url":"https://twitter.com/WilsonUponSea/status/1282797353301413888","likeOf":null,"author":{"url":"https://twitter.com/WilsonUponSea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f0398c59128c9a9694b071d81b62fa40bfdfda645943f31c26dc625bb7475bf.jpg","name":"Wilson - Web, Water, and Wonk"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282797588287234050","wmProperty":"repost-of","wmId":826239,"type":"entry","url":"https://twitter.com/TuckerChristian/status/1282797588287234050","likeOf":null,"author":{"url":"https://twitter.com/TuckerChristian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8000c75721486a6350ce61a4368b9eb096326f2ec537e32014d2a4f6258133f.jpg","name":"Christian Tucker"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282798163468988416","wmProperty":"repost-of","wmId":826238,"type":"entry","url":"https://twitter.com/renedx/status/1282798163468988416","likeOf":null,"author":{"url":"https://twitter.com/renedx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e27d7b4cd6c726f7ea455c9d65577f1a4b464267c30a84a8ef34dfee07862f4.jpg","name":"René van Sweeden"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282799360305172480","wmProperty":"repost-of","wmId":826236,"type":"entry","url":"https://twitter.com/davidpbauer/status/1282799360305172480","likeOf":null,"author":{"url":"https://twitter.com/davidpbauer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e6902179e42544909306b6a1dc47c2b87b23d69fc55f83871814cd394da5dc9.jpg","name":"David P Bauer"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282798610833448960","wmProperty":"repost-of","wmId":826237,"type":"entry","url":"https://twitter.com/somewhatj8ed/status/1282798610833448960","likeOf":null,"author":{"url":"https://twitter.com/somewhatj8ed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a9761623d2b62f362215e72dc87c570ba54da68c0bb45c50ea323b0f34a6c08.jpg","name":"Dave Hunsberger"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282800004239949824","wmProperty":"repost-of","wmId":826235,"type":"entry","url":"https://twitter.com/danielimperium1/status/1282800004239949824","likeOf":null,"author":{"url":"https://twitter.com/danielimperium1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2093521ba932efad4d49b221d4ee79354d07bd37e44a4f6801925cfa9260124.jpg","name":"Danielimperium"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282801667218583562","wmProperty":"repost-of","wmId":826234,"type":"entry","url":"https://twitter.com/Jeremystwita/status/1282801667218583562","likeOf":null,"author":{"url":"https://twitter.com/Jeremystwita","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e68b02a98a07399e79617a1456955e02b47b7b09b77c37444c0ebcdbafeafa52.jpg","name":"Jeremy Smith"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282802215573430274","wmProperty":"repost-of","wmId":826233,"type":"entry","url":"https://twitter.com/bsramin/status/1282802215573430274","likeOf":null,"author":{"url":"https://twitter.com/bsramin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d67b025b8e636205608e3ac584ea9eb0de7d51df71f2fa58751d137b4292fa1.jpg","name":"Ramin"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282802419278196738","wmProperty":"repost-of","wmId":826232,"type":"entry","url":"https://twitter.com/jgonzalezas/status/1282802419278196738","likeOf":null,"author":{"url":"https://twitter.com/jgonzalezas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac49fb38056822b7c0640ffbf287b3bfc389a68ceedccd78be8196de2e05a3f9.jpg","name":"José González"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282803087426629640","wmProperty":"repost-of","wmId":826231,"type":"entry","url":"https://twitter.com/xNicaxChaka/status/1282803087426629640","likeOf":null,"author":{"url":"https://twitter.com/xNicaxChaka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df3a4ffb6c889d344243460f736e725cecbd1dd97eae1b3ff14704b62e2eba15.jpg","name":"chaka"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282806124564099072","wmProperty":"repost-of","wmId":826230,"type":"entry","url":"https://twitter.com/bovermyer/status/1282806124564099072","likeOf":null,"author":{"url":"https://twitter.com/bovermyer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e868c9e9c916f93ed678534eb9697ff2400c5afd3c14f0a63d0bb4111ddf972c.jpg","name":"Ben Overmyer"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/824332066770731008","wmProperty":"like-of","wmId":826229,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-824332066770731008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Bootsnplaid","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cf679e9fe438695b421443a8cb8fe75827e78f71313c0f929ec0e0f18c033618.jpg","name":"Lillian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/22853220","wmProperty":"like-of","wmId":826227,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-22853220","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emilyboynton","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16e994a1ec629a9921d4f6a5fa37113e3706f80526f353837cb1c87c1c80fef5.jpg","name":"emily"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/12614582","wmProperty":"like-of","wmId":826228,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-12614582","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jeffbarry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ddbcd6197af3faa2ceb615f3e5a7de73a28f81bde99a4f432b98017f74030236.jpg","name":"Jeff Barry"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/318089954","wmProperty":"like-of","wmId":826226,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-318089954","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ecarriou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78c98a57c40e5bd45ccc64a86919887b5802b13a624beaab21c01cd721f754ac.jpg","name":"Erwan Carriou"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14277706","wmProperty":"like-of","wmId":826225,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14277706","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andrexx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af2d2580498968b0708a544e1080862d2933c5c22f712363996dfccd0fc8d27a.jpg","name":"Andrii Chumak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/67701954","wmProperty":"like-of","wmId":826224,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-67701954","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vojtalubojacky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ecc17a1682f23290f19a4585a78f50b54d509631497029c9df9daff415c6aaf3.jpg","name":"Vojtěch Lubojacký"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14494294","wmProperty":"like-of","wmId":826223,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14494294","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/justincardinal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a927b52ccbca01e299cf33dcb76e15f8871e586486c4264985871db936161600.jpg","name":"Justin Cardinal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/794259958753853441","wmProperty":"like-of","wmId":826222,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-794259958753853441","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eu_arianeborges","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1331432253c76d27a959b6e6257547a62b6a00315af293ed06f1372153377d0a.jpg","name":"ari 🍁"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40177792","wmProperty":"like-of","wmId":826221,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40177792","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rdmond","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef0d4a742cef9478c696645053b3643041c1a2e100bb9374b5bbaa1f4baaf4d0.jpg","name":"Sean Redmond"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/462740958","wmProperty":"like-of","wmId":826219,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-462740958","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mp_codes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bdcf39f1e39c4caea525c036736f6bdb2d8ecaece2c54d6ef46dc213648ead9.jpg","name":"Mehdi Pilehvarian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14173016","wmProperty":"like-of","wmId":826220,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14173016","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bovermyer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e868c9e9c916f93ed678534eb9697ff2400c5afd3c14f0a63d0bb4111ddf972c.jpg","name":"Ben Overmyer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/695122907719155713","wmProperty":"like-of","wmId":826218,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-695122907719155713","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/0kody","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/611f9b31984d48090b8451a56b194a0ae38189a26eb64167713469333d1f4c66.jpg","name":"Kody (André F.)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/8035442","wmProperty":"like-of","wmId":826217,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-8035442","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xwoody","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f34492920e4c9a77aa76016846bc559628fa03e8ce6e3c5fc2abf7820df7f514.jpg","name":"Aleks Hudochenkov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/735954684981084162","wmProperty":"like-of","wmId":826215,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-735954684981084162","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lilscientista","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc99ffafaab3f3f1bce9000eebf04daf973a2e74b6e8a2a29f717fb807e24613.jpg","name":"Lilly Winfree, PhD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/555721722","wmProperty":"like-of","wmId":826216,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-555721722","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/astesiojunior","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f4a26590010ef7d4accc101d5cd0fb51fd948bf59e8ad05f10341505cb11b5c.jpg","name":"Astesio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/302240228","wmProperty":"like-of","wmId":826214,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-302240228","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JordanSouchez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b34f4a8d1e2a91ed86b4fc28688629a2cc58fc9a0f617718b1934fedbde54e29.jpg","name":"Jordan \"Kewey\" Souchez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2489141857","wmProperty":"like-of","wmId":826213,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2489141857","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/markozxuu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/447d7cf7286ebd1b422dd8c9243d3cd9029a50d8f9bfcf319f3b1b2ea7d4566d.jpg","name":"Markoz Peña"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21204945","wmProperty":"like-of","wmId":826212,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21204945","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/qais187","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d953eb1e7a9c342f20d03214556fbf2b28dff8090b5bc530a7a80937f8e2d77d.jpg","name":"qais 187"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1101206419292991490","wmProperty":"like-of","wmId":826211,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1101206419292991490","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlcidesA_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8cdc221e103536291136683d5e45c96429b5b1ab75fabb99239b20f2ec61e95.jpg","name":"Alcides Augusto"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/63497136","wmProperty":"like-of","wmId":826209,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-63497136","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/WilsonUponSea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f0398c59128c9a9694b071d81b62fa40bfdfda645943f31c26dc625bb7475bf.jpg","name":"Wilson - Web, Water, and Wonk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/494358329","wmProperty":"like-of","wmId":826210,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-494358329","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adam_holloway","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d10586b98720bc00075bee149a036d80e1e5df9041e3b481617215a7efe8665.jpg","name":"Adam Holloway"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/914276595656986625","wmProperty":"like-of","wmId":826208,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-914276595656986625","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peixotohector","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5014b135e3a847c3b0d2802dee749192c996d3c97e933e84de4043f380b0fbba.jpg","name":"Paulo Sérgio 🇧🇷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/95112763","wmProperty":"like-of","wmId":826207,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-95112763","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elenawashington","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e0a581b5ee6f8e759b534592411e84211cfc00dde649696d5496528677ad0fd8.jpg","name":"Elena G. Washington"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3007491","wmProperty":"like-of","wmId":826205,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3007491","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/todrobbins","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5df1002b831e6d9cf255adf516a99eb4d8a493b25b32b57b3006608984b975df.jpg","name":"tetragonal tod"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/195425672","wmProperty":"like-of","wmId":826206,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-195425672","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hafez_d1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0558712472aed056e53a7bf5367e758036e0c98a4530345701b36ceb7946d153.jpg","name":"Hafez Divandari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/44413919","wmProperty":"like-of","wmId":826204,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-44413919","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tomouchuu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e0fcce2c79ac091004e1394be3192d9ef3de8dcffb0f2641879c129de79dd18.jpg","name":"thomas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1243580341874495488","wmProperty":"like-of","wmId":826202,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1243580341874495488","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/newbie_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8cb93b794a1fcb0e75e15256d9e5dfba6d544e21815f7957db6e89c1759f4bbf.jpg","name":"👾"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27644316","wmProperty":"like-of","wmId":826203,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27644316","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TiredMambo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bcd2a0a59346b1a31647dbdd8a3a19ae6517fa2ae22fb477e2ae4edd1c7b9720.jpg","name":"Waffles McBillionair 🦩"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2217699730","wmProperty":"like-of","wmId":826201,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2217699730","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/opaco99","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24bc56af54cbcb8a0d8eb817e712a916674f9cdcd4935241bdb34830e6097726.jpg","name":"Vinicius Pacheco"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/457457768","wmProperty":"like-of","wmId":826200,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-457457768","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/salihatak_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/90cd6ec91ddd24e004a495591a03c29aa593c15667d41d4fb5d50dd20904f612.jpg","name":"Salih"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/86650729","wmProperty":"like-of","wmId":826199,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-86650729","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hmburbano","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ff01f005cd50b8d5463bb0fc83a64823560d0605b84558c9d457c5ff9f99d13.jpg","name":"Hans Burbano"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1103077188419481600","wmProperty":"like-of","wmId":826198,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1103077188419481600","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RegX_7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cef93c0479a724abe75c38627e598b7657cd8b5dcfc1ef20dfb9920e8978e9f.jpg","name":"Reggie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17288830","wmProperty":"like-of","wmId":826196,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17288830","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sergeyfsv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/713248a2bf2c636e82e440d18a077c0e96c31bd07fb6cbbf82992c489682d2f0.jpg","name":"Sergey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17836681","wmProperty":"like-of","wmId":826197,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17836681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/himalikiran","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24c1f7f53d3c19781637d435f7cd642d3e54f8e0271aaaeb33d8ce17c260c9b6.jpg","name":"Himali Kiran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/48163152","wmProperty":"like-of","wmId":826194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-48163152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SamiNorling","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1f7f57b338e28537c2b184a7023addd6a4c8663337482d8a06d07bbd51ce312.jpg","name":"Sami Norling"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1168027291","wmProperty":"like-of","wmId":826195,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1168027291","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AsiifSharif","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07af9d39b043472e0d5e590ab5c8e8cfaf43caa2de749ff962e01faf69c3e4fc.jpg","name":"Asif Sharif"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/328078288","wmProperty":"like-of","wmId":826193,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-328078288","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xNicaxChaka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df3a4ffb6c889d344243460f736e725cecbd1dd97eae1b3ff14704b62e2eba15.jpg","name":"chaka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/920751","wmProperty":"like-of","wmId":826192,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-920751","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/doctyper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/153b1de752adeebdb0d8abcf60fd7bf3dca98ea0c38d4051a2b5f4bafd9ef67c.jpg","name":"Richard Herrera"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/267520458","wmProperty":"like-of","wmId":826191,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-267520458","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jgonzalezas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac49fb38056822b7c0640ffbf287b3bfc389a68ceedccd78be8196de2e05a3f9.jpg","name":"José González"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1039691292","wmProperty":"like-of","wmId":826190,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1039691292","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zot3p","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2647d3d6516fddfec9c41a920eb784c776763572956fa42881167841efc4ae0a.jpg","name":"zot"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9102652","wmProperty":"like-of","wmId":826188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9102652","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vrieskist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61b4a1b12067ac20947b9e5ce8b4b98368e5594ba0127ceae41c6e396e807519.png","name":"Tjitte de Vries"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/215998240","wmProperty":"like-of","wmId":826189,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-215998240","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tolujimoh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8a9489257fe4128c60572f967ca819dacdf179c9470531d1ce8fc8612bf79fd.jpg","name":"Tolu Jimoh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/841776223","wmProperty":"like-of","wmId":826187,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-841776223","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fernandrone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a10f3c547d416e3f1381d46b1ca1510b5f35df5097cce8081c86f87f285fdb96.jpg","name":"Fernando Barbosa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1081926362875789317","wmProperty":"like-of","wmId":826185,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1081926362875789317","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JTChurchill78","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b8bce976a53b2942a65eb9f5a622755ab431ce95094830f15ad3e805dfd118ed.jpg","name":"Justin Churchill"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2221768781","wmProperty":"like-of","wmId":826186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2221768781","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArmyYemenforces","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1139d2cc00b18e751aed0f5944d88bcf634859bb167904af2a707a42fe2fe9c8.jpg","name":"⁦🇾🇪⁩#Yemeni Coder🇾🇪⁩"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21706458","wmProperty":"like-of","wmId":826184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21706458","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/koalamango","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63a9825e5fc9b20058333f32dd5d27a9b1ddb8aa584ee00ac227fbad9101932f.jpg","name":"Jessie W."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/91443323","wmProperty":"like-of","wmId":826183,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-91443323","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/taggiasco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb95ced5d5a6fab65432b7863a0b408975961035d936f7f19b53a62c7a6b74e0.jpg","name":"Matthieu Taggiasco"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/420217715","wmProperty":"like-of","wmId":826182,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-420217715","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Akashdsouza79","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3dc94847b572a3194898bcfa87d4d767a167edb9272e10c29f50a642c74694a.jpg","name":"Akash D Souza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4863856163","wmProperty":"like-of","wmId":826181,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4863856163","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pucekpav","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Pavel Puček"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/388135200","wmProperty":"like-of","wmId":826180,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-388135200","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/managume","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02f5f93053adbc5409cdeb1fa56171d9d040b37cff716ac2b19067b7196a9a02.jpg","name":"Manu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2969809955","wmProperty":"like-of","wmId":826179,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2969809955","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/guglielmodanna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7d60697feafd085346b3331358ed969a6330d71d6603470ad54a5b3d9621de1.jpg","name":"Guglielmo D'Anna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2359835198","wmProperty":"like-of","wmId":826178,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2359835198","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TuckerChristian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8000c75721486a6350ce61a4368b9eb096326f2ec537e32014d2a4f6258133f.jpg","name":"Christian Tucker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18317432","wmProperty":"like-of","wmId":826176,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18317432","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/svinkle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61380db69849bd673b67243a6f2ce764fdce4a33355fb6d38918940f4bdcc059.jpg","name":"Scott Vinkle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3000161746","wmProperty":"like-of","wmId":826177,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3000161746","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/danielimperium1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2093521ba932efad4d49b221d4ee79354d07bd37e44a4f6801925cfa9260124.jpg","name":"Danielimperium"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/25293","wmProperty":"like-of","wmId":826175,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-25293","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mamuso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21577d4ad2d2ad84306e77b63518ef0e7743ebfe06a4cef7c2cc7d31359661a5.jpg","name":"Manuel Muñoz Solera"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1470811724","wmProperty":"like-of","wmId":826174,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1470811724","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jmanuel_rosa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30d5637a93523f44d9622cdcbb25699318025f5586632288263749003294ac4c.jpg","name":"Jose Manuel Rosa (at home 🏡)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14375262","wmProperty":"like-of","wmId":826172,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14375262","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tpaksu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89dedb0eb905bb33c2f0e98ce9f9ce69d71ae969531338374fd085c18db87a47.jpg","name":"Taha Paksu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3776163087","wmProperty":"like-of","wmId":826173,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3776163087","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ghiliweld","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aec0871c8bbb5566e58366e1668495b7806edada1b0da6e55a4285867aa8aa3d.jpg","name":"ghili"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/92644495","wmProperty":"like-of","wmId":826171,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-92644495","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/conal_tuohy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cb8aece701135eb3ffe240242856acac5969af15861698d97c8a051a87215cd.jpg","name":"ℂ𝕠𝕟𝕒𝕝"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/224803921","wmProperty":"like-of","wmId":826169,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-224803921","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nicolephillips","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f621dcc15e24adbcbfcfbec31075f5193712ed7613463db6a275284106685659.jpg","name":"Nick 🇧🇧"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/774934","wmProperty":"like-of","wmId":826170,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-774934","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eaviles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c54aee14541407a2c9335c71e01c421e8491b2d7105d64bbdfc74777b797d8cb.jpg","name":"Edgardo Avilés"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/65805543","wmProperty":"like-of","wmId":826168,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-65805543","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdamFredie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ef5d0b6e46b47832b2bc1b64805e0d52a055271cb6167880c7f91650bc32ad0.jpg","name":"a"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/582595144","wmProperty":"like-of","wmId":826166,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-582595144","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/blangslet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a1223d8a1206d04533acee1b40732e22d550bf329cab79966d6a96c6cbc4c81.jpg","name":"Bryan Langslet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/298200639","wmProperty":"like-of","wmId":826167,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-298200639","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chamuty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5d1a185b349af7c2397efd4c2f29bebed82283702107b0d2fcf1474724fe50d.jpg","name":"Mario Chamuty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1496258497","wmProperty":"like-of","wmId":826165,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1496258497","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Xaoka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/712b36d108345d9b0028cb639b1ad5a9f70fb1a72f356ed23b140761441523d3.jpg","name":"Xao"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/563679146","wmProperty":"like-of","wmId":826163,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-563679146","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ssundarraj_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/97f6af5edae6df351f92e72bbf0e6b31220b256fb1def78f7a1a431df31d887b.jpg","name":"Sriram Sundarraj"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/129611787","wmProperty":"like-of","wmId":826164,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-129611787","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/harittweets","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4712fe9eda98846bbe334896f448f86a50eedeb80f5fe4d168d262c93a88b7c.jpg","name":"Harit Himanshu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/123433410","wmProperty":"like-of","wmId":826162,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-123433410","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ceru13an","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5740a2f1967d1e8cd2f2adf0ee0eca4b83626b23141f008ae19215117b90532.jpg","name":"F. A."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/112104146","wmProperty":"like-of","wmId":826160,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-112104146","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/usmcamgrimm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d34448ae8c8f4081a9e10a8de72bacdc353e5d71d516db77bf19f6c0880c573d.jpg","name":"Adrian Grimm"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/962436712944222208","wmProperty":"like-of","wmId":826161,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-962436712944222208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_antoillier_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/692134ebc212fcb66eb3b94700a84f988f2359c3d8cbb3425fcf5a967642ac89.jpg","name":"_"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1135949006","wmProperty":"like-of","wmId":826158,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1135949006","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DUSTBVLL69","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2e5ae8e17597f43f66d923414d60a008fa8b89ab60d41918ee7f9fc7d6e3b7f.jpg","name":"ask jeeves"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/140068883","wmProperty":"like-of","wmId":826159,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-140068883","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lombi_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a15db7dd3bbe76130dbe25ca245c375277ec74a4ea83a23be7222110717c82e.png","name":"Carlos Lombarte"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1264562531496058881","wmProperty":"like-of","wmId":826156,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1264562531496058881","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xballoy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51ef9c27b5114f1c4d78011ecdb2f6b58a162ddcd5e1d84b120080d9d1ea5387.jpg","name":"Xavier Balloy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/612167985","wmProperty":"like-of","wmId":826157,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-612167985","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PeterWestlake1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4c216c86d6e76a5a445d899214161d0c0a33903a94ceda717e00c70c294f603.jpg","name":"Peter Westlake"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/464824562","wmProperty":"like-of","wmId":826155,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-464824562","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/redblobgames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/216d4693cc15dd715e7517dfab03078e8fbbc03edb03dd0f820dffaa632cdff2.png","name":"Amit Patel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/197814516","wmProperty":"like-of","wmId":826154,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-197814516","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/msemihy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ee763a24734d7d802e1b3587f633e297d40e866b514c7c7b1be82bd470b22cf.jpg","name":"Semih"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/804050","wmProperty":"like-of","wmId":826152,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-804050","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/looselytyped","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bedf92a2d7539dcaccd78e5d5a68cea10994a7ebb0820331ad44dc26f81287a2.jpg","name":"Raju Gandhi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/688133","wmProperty":"like-of","wmId":826153,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-688133","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/smazero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/065f26f5833a748bc6547bf889807c2f55e261010a9896cf1ab7383349f0299e.png","name":"Sam Mulube"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/343874473","wmProperty":"like-of","wmId":826151,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-343874473","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Leo_Px","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e137ac2d2f268105ad3c2d2bdacdb3debec8c315910b553c460c57a42ae5889.jpg","name":"Léo POIROUX"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282802449468715008","wmProperty":"in-reply-to","wmId":826149,"type":"entry","url":"https://twitter.com/redblobgames/status/1282802449468715008","likeOf":null,"author":{"url":"https://twitter.com/redblobgames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/216d4693cc15dd715e7517dfab03078e8fbbc03edb03dd0f820dffaa632cdff2.png","name":"Amit Patel"},"published":"July 13, 2020","content":{"text":"Woah, that’s cool!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/37915381","wmProperty":"like-of","wmId":826150,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-37915381","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/robertchittock","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a94e7138ab6cdc0698c6f6851ad69a07b42f34d503b3df53256f94df9cd884c.jpg","name":"Robert Chittock"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282782669525471234","wmProperty":"repost-of","wmId":826112,"type":"entry","url":"https://twitter.com/divinetechygirl/status/1282782669525471234","likeOf":null,"author":{"url":"https://twitter.com/divinetechygirl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d645776cbe10b47d5b30305b1c1aae9fdfb35f06e093ef41243ae7150203bad5.jpg","name":"C:\\hristina 👩🏽‍💻"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282759249899032576","wmProperty":"repost-of","wmId":826018,"type":"entry","url":"https://twitter.com/maheshbabu/status/1282759249899032576","likeOf":null,"author":{"url":"https://twitter.com/maheshbabu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db0fa182d8f6a641e67d858783ecf21c59c9699d2f2b17352beb748a949b3e7d.jpg","name":"nqɐq ɥsǝɥɐW"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282749154289229826","wmProperty":"mention-of","wmId":826017,"type":"entry","url":"https://twitter.com/machms/status/1282749154289229826","likeOf":null,"author":{"url":"https://twitter.com/machms","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73aa8cdce94c1941222f2c9f8e23b705e79683f37a3fea74515de73e4519898f.jpg","name":"Marco Segato"},"published":"July 13, 2020","content":{"text":"How To Create A GitHub Profile README\naboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282715242179358720","wmProperty":"in-reply-to","wmId":825980,"type":"entry","url":"https://twitter.com/pifafu/status/1282715242179358720","likeOf":null,"author":{"url":"https://twitter.com/pifafu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8da7630d52f388d9099b9af52574f50d5ed61385b6a7de10b9a771a8acd119be.jpg","name":"kathy ☁️"},"published":"July 13, 2020","content":{"text":"👏👏👏"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3077967255","wmProperty":"like-of","wmId":825979,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3077967255","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thisismoniac","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/177ce6be0373aafe57c9bb366c3ec1d390559c341d4ac1737510529c9d1a9b68.jpg","name":"Mo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282717677669298177","wmProperty":"repost-of","wmId":825976,"type":"entry","url":"https://twitter.com/broccolini/status/1282717677669298177","likeOf":null,"author":{"url":"https://twitter.com/broccolini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b4126131d2e3f8b36947bc2ac6d145f741bf609221f13bf656209f27352def5.jpg","name":"Diana · #BlackLivesMatter"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282720111040888833","wmProperty":"repost-of","wmId":825975,"type":"entry","url":"https://twitter.com/johnpolacek/status/1282720111040888833","likeOf":null,"author":{"url":"https://twitter.com/johnpolacek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/120e210a8e2a20cb3993adbda4b8a5a053bd6c1c81e68bfef267840ebc3b904a.jpg","name":"John Polacek"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1212473404957188096","wmProperty":"like-of","wmId":825974,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1212473404957188096","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BrennanTymrak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bbbc247e1299154485fa267115bdb755ca9fc178f2d368b2abfae242c27cd190.jpg","name":"Brennan Tymrak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/721092043","wmProperty":"like-of","wmId":825973,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-721092043","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mariageee_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f55d326faf2fd84d618ef36687372e37e4c6df4b0ebce5d148d5c25e77a88fa2.jpg","name":"maria"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1746216745","wmProperty":"like-of","wmId":825972,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1746216745","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/muhdmirzamz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b9cccf3e0e587f1ceca0fb79cc698944898f605c6df2453b5a2d19b95b1dbb9.jpg","name":"MZ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1191959899","wmProperty":"like-of","wmId":825971,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1191959899","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jackymaxj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c35f207959cc3c1b91a8b8fece579f5170ae51c7827e83df25f09e5be240c40.jpg","name":"麥克斯 Enjoy 辭職中"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/241262221","wmProperty":"like-of","wmId":825970,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-241262221","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/matari_g","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/42e185b587913b7cb5308d3dddaa94d212d7b213921aaae03804b5e2068a765c.jpg","name":"matari ganan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/35646714","wmProperty":"like-of","wmId":825969,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-35646714","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/klare","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da28b3c3c1607280255b4129f1278061628a7d52033aacfe5c8b68bdf65f8bcd.png","name":"Klare Frank"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/499104309","wmProperty":"like-of","wmId":825967,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-499104309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pifafu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8da7630d52f388d9099b9af52574f50d5ed61385b6a7de10b9a771a8acd119be.jpg","name":"kathy ☁️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7727152","wmProperty":"like-of","wmId":825968,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7727152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/broccolini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b4126131d2e3f8b36947bc2ac6d145f741bf609221f13bf656209f27352def5.jpg","name":"Diana · #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1081923683097034752","wmProperty":"like-of","wmId":825966,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1081923683097034752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AmNotADev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6bf702ab8d303baeab85c730142eecbae3602cc0e4409c4f9c9f2e02f992b37.jpg","name":"Raven"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/75102544","wmProperty":"like-of","wmId":825965,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-75102544","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johnpolacek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/120e210a8e2a20cb3993adbda4b8a5a053bd6c1c81e68bfef267840ebc3b904a.jpg","name":"John Polacek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17316987","wmProperty":"like-of","wmId":825964,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17316987","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/daleBradshaw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/13317ac776daa6258dfbf23d165422a5041178dca8e12a6dbe03eb91cc068139.jpg","name":"Dale Bradshaw"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1228948889694113792","wmProperty":"like-of","wmId":825873,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1228948889694113792","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Adam_C_Garber","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e97c94a5ed1689a5ba8bee5f877c0a6ecc064f06afaa7b1122a23aad5edb2efa.jpg","name":"Adam Garber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282692762975043592","wmProperty":"repost-of","wmId":825850,"type":"entry","url":"https://twitter.com/testdrivenio/status/1282692762975043592","likeOf":null,"author":{"url":"https://twitter.com/testdrivenio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0766d03a2e3c53328b57fdf64cfddcc88cadd1eddafeaa66f33b256aa5c28593.jpg","name":"TestDriven.io"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282692955426488323","wmProperty":"repost-of","wmId":825848,"type":"entry","url":"https://twitter.com/TheRockstarDBA/status/1282692955426488323","likeOf":null,"author":{"url":"https://twitter.com/TheRockstarDBA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/979561285e59afb20236ceb3fa40d103d164ce54f8643e19e7fec9189eaae188.jpg","name":"Kin Shah"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282692790250614785","wmProperty":"repost-of","wmId":825849,"type":"entry","url":"https://twitter.com/DaveRaven72/status/1282692790250614785","likeOf":null,"author":{"url":"https://twitter.com/DaveRaven72","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ceb4d343fe7053f159388a965293f57d1a3a90890e87b79ad60555b2477e2590.jpg","name":"Dave Raven"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/44444101","wmProperty":"like-of","wmId":825846,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-44444101","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheRockstarDBA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/979561285e59afb20236ceb3fa40d103d164ce54f8643e19e7fec9189eaae188.jpg","name":"Kin Shah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1052593427349729280","wmProperty":"like-of","wmId":825847,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1052593427349729280","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dcruz19901","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f6db1995421ad697cba2518a569e3c0d16aea1c669c842fb3682a0afaa4b4d0.jpg","name":"Dcruz1990"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24633144","wmProperty":"like-of","wmId":825844,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24633144","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johnnyhawley","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06ef0dd07b2d6015a9e289696d16795d40cb4883d7d7fc1958fefc1d9aadcd22.jpg","name":"Johnny"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1140290819422740480","wmProperty":"like-of","wmId":825845,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1140290819422740480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/palgorhythm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09568a57504261cefe20953ca30c83d89850ff78f2ce6e464306a08831ff6cb2.jpg","name":"jacob"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282680310426218498","wmProperty":"repost-of","wmId":825800,"type":"entry","url":"https://twitter.com/nathancarter5/status/1282680310426218498","likeOf":null,"author":{"url":"https://twitter.com/nathancarter5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34bf37842f9eabdb6ff63e1993349fc8a541eb3bd4db8b2ca9c795622e75dc82.jpg","name":"Nathan Carter"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1211267665299271686","wmProperty":"like-of","wmId":825798,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1211267665299271686","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ErinRey60807883","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10ee9fb9c1f2d3e7d242d800be33c2bdf71443499041ccada6c5420aafe5331b.jpg","name":"Erin Reynolds"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/407068866","wmProperty":"like-of","wmId":825799,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-407068866","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/josephrexme","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60b95c30f63c256a738085169d4da935efc6eef70066742172f621f4b994d761.jpg","name":"Joseph Rex"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280526518314078208","wmProperty":"like-of","wmId":825797,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280526518314078208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mycodingdays","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a548d9aa0fdc82a5e98406b4bd8fd95b8d6d103bf9d387718d751f2f2898489.jpg","name":"codingdays"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/86947623","wmProperty":"like-of","wmId":825796,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-86947623","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nathancarter5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34bf37842f9eabdb6ff63e1993349fc8a541eb3bd4db8b2ca9c795622e75dc82.jpg","name":"Nathan Carter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282672155898118147","wmProperty":"mention-of","wmId":825795,"type":"entry","url":"https://twitter.com/OK20171/status/1282672155898118147","likeOf":null,"author":{"url":"https://twitter.com/OK20171","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbf3c186778bd3cff55f35ea13fa9dcd20156a5ce760ff946999648b5ac9103d.jpg","name":"Andresweatpants😃"},"published":"July 13, 2020","content":{"text":"How To Create A GitHub Profile README - DEV Community 👩‍💻👨‍💻 aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3150491136","wmProperty":"like-of","wmId":825716,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3150491136","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/warmwinds4","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"M & B Criscuolo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/268233430","wmProperty":"like-of","wmId":825631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-268233430","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joergi_77","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16bef0948fefd510d7da3853ab8c2ddf2453357f8f42fda4cc1e8ec60f537936.jpg","name":"Jörgi 😷 | joergi@choas.social"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/700271711","wmProperty":"like-of","wmId":825632,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-700271711","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akiolisa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01754d5d2181ffca025d4a37a50393534592431f59f816e34fec1e8d627f9a0e.jpg","name":"Isaac Oluwatemilorun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/326299187","wmProperty":"like-of","wmId":825622,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-326299187","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frod_san","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa1140f3797ab422977ecac31c0f52b19f7efaaf69fe8101e8d83be4c7234a18.jpg","name":"F Rodriguez-Sanchez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282590450218487810","wmProperty":"repost-of","wmId":825621,"type":"entry","url":"https://twitter.com/maxzz2000/status/1282590450218487810","likeOf":null,"author":{"url":"https://twitter.com/maxzz2000","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"maxzz"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/74857162","wmProperty":"like-of","wmId":825620,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-74857162","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Freerunnering","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae285f067416e84cc1b5b391eb218a880bd64c6d3a894cd2b99ac8eee26877e4.jpg","name":"Kyle Howells"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1180441953520902144","wmProperty":"like-of","wmId":825619,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1180441953520902144","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/48_abhi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c69e5b5e7eb79fe49775b7b52683cfef4f7e24129e489b5d7c557a05cd183fd.jpg","name":"Abhi__48"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/933942850668019712","wmProperty":"like-of","wmId":825617,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-933942850668019712","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adiXcdr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d47769f3c28efbd7204f4d360b0878013bd7fea1c38fa25968ae5984bdce5641.jpg","name":"Adittya Dey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/973589923","wmProperty":"like-of","wmId":825618,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-973589923","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/symplytheo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/458d36fe0b4096ca79441a420f9fd3ac3d47040640603b83c7691f923a300459.jpg","name":"theoWURLD (at 🏡)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2694019548","wmProperty":"like-of","wmId":825616,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2694019548","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emrekeskinmac","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc3f47093b66a97ccbb88c629549ba7ec5dd40d0fafe8de41be1ff57bea7e2af.jpg","name":"emre"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1203371443620216832","wmProperty":"like-of","wmId":825615,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1203371443620216832","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peel_jean","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c52e6fa5ce3dbb92056d9158a82365cb9932103a2676ee725fdd36c95866ede.jpg","name":"Jean Peel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282583794386706432","wmProperty":"repost-of","wmId":825611,"type":"entry","url":"https://twitter.com/symplytheo/status/1282583794386706432","likeOf":null,"author":{"url":"https://twitter.com/symplytheo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/458d36fe0b4096ca79441a420f9fd3ac3d47040640603b83c7691f923a300459.jpg","name":"theoWURLD (at 🏡)"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282583824455667712","wmProperty":"in-reply-to","wmId":825612,"type":"entry","url":"https://twitter.com/symplytheo/status/1282583824455667712","likeOf":null,"author":{"url":"https://twitter.com/symplytheo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/458d36fe0b4096ca79441a420f9fd3ac3d47040640603b83c7691f923a300459.jpg","name":"theoWURLD (at 🏡)"},"published":"July 13, 2020","content":{"text":"@akiolisa"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3308322143","wmProperty":"like-of","wmId":825606,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3308322143","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Scheme52","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f797eb3bd5517e2ae7f24c25395d93d1d6673189ef61ba8981fd559105458085.jpg","name":"Scheme52 Ltd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/56678016","wmProperty":"like-of","wmId":825599,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-56678016","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aerdiawan_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/486aaf0dea56993e0502babbdcc6c9ffd4cb9f1987f237db771b694dcaf7b7c3.jpg","name":"Erdiawan Anna (ERDI)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7718892","wmProperty":"like-of","wmId":825598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7718892","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/leac","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/502607f1c5c6efa2eb7e328ca343972dc3b7cd36cd0ed009610af3e055d5472f.jpg","name":"Lea Cohen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2777899702","wmProperty":"like-of","wmId":825597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2777899702","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/manusquall","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e20d1b3fcf1b1ee2bce2daa68cbbe022fbed9a6debd6cb4072778fa02e135863.jpg","name":"マヌー"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1257843149960962053","wmProperty":"like-of","wmId":825596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1257843149960962053","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CleanDroidCoder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1fe7694c1cf1dc7328c57e116781b9ed34319528f921652da97f6f07db7dab88.png","name":"P."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1247667903547219974","wmProperty":"like-of","wmId":825594,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1247667903547219974","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CedricRBR_","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"CedricRBR"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/110127515","wmProperty":"like-of","wmId":825595,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-110127515","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pygold","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24bf35af7bf067fce270d52f0cbc25164f60484b13aaeafcc73dec985e0fde61.jpg","name":"prashant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/47297507","wmProperty":"like-of","wmId":825593,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-47297507","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mznr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/557895d4bcf85dd653b12b6fdbfd07eb18324bb1cbbcd7b4520a3ac86c6e205f.jpg","name":"Mizanur Chowdhury"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/399907585","wmProperty":"like-of","wmId":825592,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-399907585","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vivmagarwal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77b6678e422f27b7852cb940c77c63b6070b084978be7dd0849cc811731806af.jpg","name":"Vivek M Agarwal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/794115709265735680","wmProperty":"like-of","wmId":825590,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-794115709265735680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/damien_dupre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7d91f233ce2b0bb611f4edb03e66c9f4e54cb78b19ba90157b2260efd3c4068.jpg","name":"Damien Dupré"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/321783243","wmProperty":"like-of","wmId":825591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-321783243","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/almostMike","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e147f91cab22234bff6b218bf4f5bce5cb996c6ab2c366e64d7d610581ee3e3e.jpg","name":"Mike Cunha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282539272680046593","wmProperty":"repost-of","wmId":825581,"type":"entry","url":"https://twitter.com/dasapaddock/status/1282539272680046593","likeOf":null,"author":{"url":"https://twitter.com/dasapaddock","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76d150741e0755bc7b5c891e00136c24e4172165a9ca46bdf483baf2673000d6.jpg","name":"Dasa Paddock"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282531385299791872","wmProperty":"repost-of","wmId":825580,"type":"entry","url":"https://twitter.com/pygold/status/1282531385299791872","likeOf":null,"author":{"url":"https://twitter.com/pygold","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24bf35af7bf067fce270d52f0cbc25164f60484b13aaeafcc73dec985e0fde61.jpg","name":"prashant"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282515455656300547","wmProperty":"repost-of","wmId":825568,"type":"entry","url":"https://twitter.com/DavidRBr0wn/status/1282515455656300547","likeOf":null,"author":{"url":"https://twitter.com/DavidRBr0wn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcb4aa8c2e95c4ba65d44169f0d57dcecc96caf45a66af86b738f20fdc87e773.jpg","name":"David R. Brown"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282513834817785856","wmProperty":"repost-of","wmId":825569,"type":"entry","url":"https://twitter.com/kaaonline/status/1282513834817785856","likeOf":null,"author":{"url":"https://twitter.com/kaaonline","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c7e222dfd38d12465f60c8096b5ffa02e63ec6315c5445ef2f90f9e7fdc3b2f.jpg","name":"KAA"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/12086372","wmProperty":"like-of","wmId":825567,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-12086372","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joshwnj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f059377dce164a8fc77832cefd7e6115f625c186940f7a09089ce1af01f68be.jpg","name":"Josh Johnston"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/309888038","wmProperty":"like-of","wmId":825565,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-309888038","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kaaonline","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c7e222dfd38d12465f60c8096b5ffa02e63ec6315c5445ef2f90f9e7fdc3b2f.jpg","name":"KAA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/79448369","wmProperty":"like-of","wmId":825566,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-79448369","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DavidRBr0wn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcb4aa8c2e95c4ba65d44169f0d57dcecc96caf45a66af86b738f20fdc87e773.jpg","name":"David R. Brown"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1558330759","wmProperty":"like-of","wmId":825564,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1558330759","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rodneymens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d8f8853b85965e04e41da227d7b885b6fbe81ecf4e7a2c1eb0cebd838d9e9c1.jpg","name":"Rodney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/219109223","wmProperty":"like-of","wmId":825562,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-219109223","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KlausDevWalker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d6b30777edf7c6c1090fffcffab425fa7fd4a703542a86f7622e3c919e63b01.jpg","name":"Klaus Ferreira"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/282861036","wmProperty":"like-of","wmId":825563,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-282861036","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/viviramji","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/75169688348f9171c0559dd98dde68453ec84f798c6d687344a9f647aec8b78f.jpg","name":"Victor Victor RJ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1145677957249347584","wmProperty":"like-of","wmId":825560,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1145677957249347584","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Brainiac_508","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/716828c9d417abb5b00bc164c02b4989824d82bfa4704fb82a249312dd8f40f4.jpg","name":"Mahmood🧢"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/910303721099231232","wmProperty":"like-of","wmId":825561,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-910303721099231232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/benjaminguma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6ae04dfc8fae3be25f3fe7ef2f4f35501230704976ded24fb3cde07f5cd069e.jpg","name":"Benjamin Guma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282501521704247296","wmProperty":"repost-of","wmId":825558,"type":"entry","url":"https://twitter.com/codeine_coding/status/1282501521704247296","likeOf":null,"author":{"url":"https://twitter.com/codeine_coding","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0ca15fbbe74c8335e3b224ac975b32705b2fef7f635e8468df3458baa12b76ab.jpg","name":"Allen W | Codeine Coding"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282492722025099265","wmProperty":"repost-of","wmId":825551,"type":"entry","url":"https://twitter.com/CCCCpX/status/1282492722025099265","likeOf":null,"author":{"url":"https://twitter.com/CCCCpX","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/440e5d8c39020c9a5598a25d54f2af76588d75c76b9a698ccaad3a0d53638bb3.jpg","name":"𝓒𝓟𝓧"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1020197084924801025","wmProperty":"like-of","wmId":825549,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1020197084924801025","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sai_krishna_msk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0b51c9d0f3dec9632d2c4efca01a533c9d4a577cb4fc225d0c2d387b55f8f7f.jpg","name":"Sai Krishna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282496842970865664","wmProperty":"repost-of","wmId":825550,"type":"entry","url":"https://twitter.com/nicregattieri/status/1282496842970865664","likeOf":null,"author":{"url":"https://twitter.com/nicregattieri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/658a3adfaf4fe319996b9859b9b38f6441b908d6b58135b1d4907978a2a20b16.jpg","name":"nicregattieri"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/634339569","wmProperty":"like-of","wmId":825547,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-634339569","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/koushik_here","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bd7de2ac3c4b90f7adf62f041518048e2738e5274ee39d673eabe1411f47ac3.jpg","name":"Koushik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/968252633524981763","wmProperty":"like-of","wmId":825548,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-968252633524981763","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andyb3rg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b3c297a1e9dd147a154a3d878d9f248f7baabf92946379ec085135f0986cc2bd.jpg","name":"andyb3rg 🙉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/988784343198978048","wmProperty":"like-of","wmId":825546,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-988784343198978048","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chris__house","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f38f96f250894d359d0198f390273cb97382dd60fb60f5160f92429ebeaa9537.jpg","name":"Chris house"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/419111317","wmProperty":"like-of","wmId":825545,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-419111317","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SheanLV","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f97d3130f86860112ace5a18a8a7b0085fe34c46cdc2b460815eea9ffcd5a0e.jpg","name":"sheanlv"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282487923191906304","wmProperty":"mention-of","wmId":825543,"type":"entry","url":"https://twitter.com/vivyingcurious/status/1282487923191906304","likeOf":null,"author":{"url":"https://twitter.com/vivyingcurious","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ab0bfe99f271d89995b523dbdd9f1f3d2677f4351f4e6c78571e8a24df0a0e0.jpg","name":"Vi SRIE"},"published":"July 13, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18297633","wmProperty":"like-of","wmId":825544,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18297633","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/israel1x","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb922e9ab7ecfb531cde96f3f43c044c84f996a5c111c7ab0e825b8cbaf50772.jpg","name":"Israel Zurita"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282467330237313024","wmProperty":"repost-of","wmId":825530,"type":"entry","url":"https://twitter.com/israel1x/status/1282467330237313024","likeOf":null,"author":{"url":"https://twitter.com/israel1x","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb922e9ab7ecfb531cde96f3f43c044c84f996a5c111c7ab0e825b8cbaf50772.jpg","name":"Israel Zurita"},"published":"July 13, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1263330855478415360","wmProperty":"like-of","wmId":825504,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1263330855478415360","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DatabaeInLA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f173ef19984a227477e8a996146d02a417ac5de3d33d2202fc1c28eb9ec28b58.jpg","name":"Niki Tavakoli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1167154626321215488","wmProperty":"like-of","wmId":825503,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1167154626321215488","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iRaviVadera","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e66c88928283c39cb17aafedbced3a7c11126af474344e75d9005f52ef832fc7.jpg","name":"Ravi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1255175042448719873","wmProperty":"like-of","wmId":825501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1255175042448719873","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TRAVELINWORLD4","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"TRAVEL IN WORLD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14177641","wmProperty":"like-of","wmId":825502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14177641","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gespona","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3adb06b2fdd91fa4033690d88ab5a76297def9b720ec8381335bdd9e07986ffe.jpg","name":"Gerard Espona"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/976487237591490562","wmProperty":"like-of","wmId":825500,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-976487237591490562","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/macs_worthy","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Max"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/169691245","wmProperty":"like-of","wmId":825499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-169691245","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/megamingus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ee3c2864727055255cc5a1e19ad8bf1333f164e33a2af34b93db22d8fdea6d7.jpg","name":"Mingus Llorente"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7271442","wmProperty":"like-of","wmId":825497,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7271442","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DaveRead","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ec255693bf94ae0c457ce76c6b37febd26072d611fe4ac5abd9e5ecc0227c50.jpg","name":"Dave Read"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1178357880","wmProperty":"like-of","wmId":825498,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1178357880","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IG_Ouatt","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ouattara Idriss"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/151961804","wmProperty":"like-of","wmId":825496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-151961804","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdamSHurwitz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa214711eff1b5bcdbdc4dfba23b55b150b180e7268ff6005ab4d1e07b5febf6.jpg","name":"Adam Hurwitz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15397152","wmProperty":"like-of","wmId":825495,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15397152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/holmgard","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/739eb1ac65bd191b02b6b22e5efccdbdf1abecf01be57f5e0bdd41be62872e33.png","name":"holmgard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/709644992","wmProperty":"like-of","wmId":825494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-709644992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/devonzuegel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/317fd34fda3506c20ce9a1cd6f705edd8fef191da601ecb4dc7491ae3f53a641.jpg","name":"Devon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1102925583162507264","wmProperty":"like-of","wmId":825492,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1102925583162507264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ehx1k","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0efae954c1bc3b9cc1a5653ff11ec80e56a71f9388a1dfd1c06f2157737cf7de.jpg","name":"x1k"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2990765417","wmProperty":"like-of","wmId":825493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2990765417","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hellotanda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/25a0cfa273c69a55f0af23f5ce1c63e1deffd2eb05a3bbdefe3764cf44a5daca.jpg","name":"Tanda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2509829732","wmProperty":"like-of","wmId":825490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2509829732","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AleksanderKania","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26ca20040479097aa44009082dad474decaa6372c92b29b9e4e1cc8debeceee1.jpg","name":"Aleksander Kania"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17956321","wmProperty":"like-of","wmId":825491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17956321","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Debtwielder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ecb4167e8fa616ba8b4d0b8fde9847fdf6784f1f2434d492c2a4706cff8b8a5.jpg","name":"⚡️🧲LDOS"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125956987","wmProperty":"like-of","wmId":825489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125956987","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dekouga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d252ba2d24fdc543926fecd947bda93140f97e3eb4de23c495efd10365d37d9.jpg","name":"Dee Mensah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/943842684996935680","wmProperty":"like-of","wmId":825488,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-943842684996935680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/githugs2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe9d1197f82dc5215a1ff32cb7978ab88e7efeddbcbf0fec071a324928346432.jpg","name":"githugs"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1650893286","wmProperty":"like-of","wmId":825487,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1650893286","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GiladPeleg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b3ba7a477fc130f5f3787e12d0de76369ca00f6415f6dd26b0c571d3ca22ad06.png","name":"Gilad Peleg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/229999094","wmProperty":"like-of","wmId":825485,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-229999094","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/solmos41","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5200a614d5e520a3b8793f50600e852ecb4571d204dce3e5e13fbd3ea69fccd0.jpg","name":"Sergio Olmos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1268707433733591040","wmProperty":"like-of","wmId":825486,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1268707433733591040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GarretTomlin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06ad23ad7ffce4e69070d56bb805e44b554bf79b937b87169184cdc98c78510a.jpg","name":"Garret Tomlin きんつぎ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1193538392748937216","wmProperty":"like-of","wmId":825484,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1193538392748937216","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HarunMbaabu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57c5eefac297251dd5d33784d2badbf9245b2aa7f6e9a88048bb606ff319e349.jpg","name":"GrayHat: Am A Developer."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1193004916765331456","wmProperty":"like-of","wmId":825483,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1193004916765331456","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/maurooquinteros","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/79c70ef02698d39013f588cf00bbf123f4e12f12f1d428109e8482e76517a883.jpg","name":"Mauro Quinteros"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14110596","wmProperty":"like-of","wmId":825482,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14110596","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SBF02","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cfe6dad388029eb6efb9faaed7dd503ffc8ab0ca6ddb793b73fa432777039730.jpg","name":"Scott Finkelstein"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/38512725","wmProperty":"like-of","wmId":825480,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-38512725","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/timlinux","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ef01a66cc53c16f447978eb3637ff7dbb4dab2a9789b1615a5dd78a42d3ce08.png","name":"Tim Sutton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4794667286","wmProperty":"like-of","wmId":825481,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4794667286","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Jasonbrad21","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b58c4fdb895fd1c70333e4d8eb46a28a0033022cea1f346cb4357a24d4c4cb6e.jpg","name":"mrBrad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/381734930","wmProperty":"like-of","wmId":825479,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-381734930","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thelvis4","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47ef329092f90e546abc57f930673b8d4167e0e8a74e228850336944100fa332.jpg","name":"Andrei Raifura"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/79716722","wmProperty":"like-of","wmId":825478,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-79716722","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FachrulCH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3f72d22a88ade130393fb20077a2e8c0a0222f9914cd0f468d4e23520a81517.jpg","name":"fachrul ch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1013838012","wmProperty":"like-of","wmId":825477,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1013838012","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MarkxOBrian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f526f17dd833f9fd49e3cdf6132c96d06f9b5a2969b29b6ce8af557f4e24c9de.jpg","name":"Mark O. Brian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/787526144329416704","wmProperty":"like-of","wmId":825476,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-787526144329416704","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dennohpeter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/97a7bdfcf37b0ac13c0858b794844b3dbe83347f91b320efbf4950332b2b2470.jpg","name":"Dennis Peter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1258803801080938496","wmProperty":"like-of","wmId":825474,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1258803801080938496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/capy_code","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ceac4bf5c0a1dda9a21343b9ad2c8f01b0ffe813ebb4d9a255783a1f2ca7b677.jpg","name":"Emilia | BLM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/331371612","wmProperty":"like-of","wmId":825475,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-331371612","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Simplycoconut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd3c54bab831751d16dea44be9e82cc1006573310521be26db93781f2355e33d.jpg","name":"Johnathan Blackburn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282438911764172800","wmProperty":"repost-of","wmId":825467,"type":"entry","url":"https://twitter.com/dennohpeter/status/1282438911764172800","likeOf":null,"author":{"url":"https://twitter.com/dennohpeter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/97a7bdfcf37b0ac13c0858b794844b3dbe83347f91b320efbf4950332b2b2470.jpg","name":"Dennis Peter"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282442034406719494","wmProperty":"repost-of","wmId":825465,"type":"entry","url":"https://twitter.com/effcode/status/1282442034406719494","likeOf":null,"author":{"url":"https://twitter.com/effcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02143aec484164ced7223b6a58e0f970863becc6c8274984a1a9b0bd8c62ad62.jpg","name":"effcode"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282440571366322179","wmProperty":"repost-of","wmId":825466,"type":"entry","url":"https://twitter.com/AleksanderKania/status/1282440571366322179","likeOf":null,"author":{"url":"https://twitter.com/AleksanderKania","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26ca20040479097aa44009082dad474decaa6372c92b29b9e4e1cc8debeceee1.jpg","name":"Aleksander Kania"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282444676340101121","wmProperty":"repost-of","wmId":825464,"type":"entry","url":"https://twitter.com/gormlai/status/1282444676340101121","likeOf":null,"author":{"url":"https://twitter.com/gormlai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b847ba3e87945a728a611e49ac9b13c2e832fb6022ea4b39d42780b453f611dc.jpg","name":"Gorm Lai, Machine Whisperer"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282444902895251457","wmProperty":"repost-of","wmId":825463,"type":"entry","url":"https://twitter.com/Simplycoconut/status/1282444902895251457","likeOf":null,"author":{"url":"https://twitter.com/Simplycoconut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd3c54bab831751d16dea44be9e82cc1006573310521be26db93781f2355e33d.jpg","name":"Johnathan Blackburn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282434609712685057","wmProperty":"mention-of","wmId":825447,"type":"entry","url":"https://twitter.com/urban_teacher/status/1282434609712685057","likeOf":null,"author":{"url":"https://twitter.com/urban_teacher","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/022dd0ad6f507d757c5026474df1925d35cf5a5724a31a0214d236252caeb308.jpg","name":"Urban Teacher"},"published":"July 12, 2020","content":{"text":"👏🏿👏🏿👏🏿👏🏿👏🏿"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282437059404333056","wmProperty":"repost-of","wmId":825446,"type":"entry","url":"https://twitter.com/smbryar/status/1282437059404333056","likeOf":null,"author":{"url":"https://twitter.com/smbryar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d1a40c9db4e0214e5ac4acf23757153cfa53f5430a41edb504202127c56eeff.jpg","name":"Saoirse B"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282438797729230848","wmProperty":"in-reply-to","wmId":825445,"type":"entry","url":"https://twitter.com/AdamSHurwitz/status/1282438797729230848","likeOf":null,"author":{"url":"https://twitter.com/AdamSHurwitz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa214711eff1b5bcdbdc4dfba23b55b150b180e7268ff6005ab4d1e07b5febf6.jpg","name":"Adam Hurwitz"},"published":"July 12, 2020","content":{"text":"Thanks! I'm all set up now.\n\ngithub.com/AdamSHurwitz"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282418067394396160","wmProperty":"repost-of","wmId":825431,"type":"entry","url":"https://twitter.com/xavi_web/status/1282418067394396160","likeOf":null,"author":{"url":"https://twitter.com/xavi_web","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3108cf90f4169f19b9b2245b95e41680ed280eabc4569af1a06a98a51fb13c49.jpg","name":"Xavi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282412001155743744","wmProperty":"repost-of","wmId":825432,"type":"entry","url":"https://twitter.com/HarunMbaabu/status/1282412001155743744","likeOf":null,"author":{"url":"https://twitter.com/HarunMbaabu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57c5eefac297251dd5d33784d2badbf9245b2aa7f6e9a88048bb606ff319e349.jpg","name":"GrayHat: Am A Developer."},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282409451345948672","wmProperty":"repost-of","wmId":825423,"type":"entry","url":"https://twitter.com/iRaviVadera/status/1282409451345948672","likeOf":null,"author":{"url":"https://twitter.com/iRaviVadera","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e66c88928283c39cb17aafedbced3a7c11126af474344e75d9005f52ef832fc7.jpg","name":"Ravi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282409000315822080","wmProperty":"repost-of","wmId":825421,"type":"entry","url":"https://twitter.com/AuthorBryan/status/1282409000315822080","likeOf":null,"author":{"url":"https://twitter.com/AuthorBryan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47cf46b1dd3756d9cb2e749e4be825b8fe624855d8d940da34e5afa6fb655781.jpg","name":"Bryan R. Quinn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282394142337728512","wmProperty":"mention-of","wmId":825410,"type":"entry","url":"https://twitter.com/jesalg/status/1282394142337728512","likeOf":null,"author":{"url":"https://twitter.com/jesalg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47e57a9b6ff83502e0b2f783ca3174a89fb4c67a641dd22be0996a44377be0ab.jpg","name":"Jesal Gadhia"},"published":"July 12, 2020","content":{"text":"This is like MySpace all over again! I just published mine at github.com/jesalg\n\nThanks for introducing me to it @waterproofheart\n\nNow only if it had support for blink & marquee text ✨ https://t.co/LSwQfYHDlh"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282398878499831808","wmProperty":"repost-of","wmId":825409,"type":"entry","url":"https://twitter.com/MarkxOBrian/status/1282398878499831808","likeOf":null,"author":{"url":"https://twitter.com/MarkxOBrian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f526f17dd833f9fd49e3cdf6132c96d06f9b5a2969b29b6ce8af557f4e24c9de.jpg","name":"Mark O. Brian"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282389898410946560","wmProperty":"mention-of","wmId":825403,"type":"entry","url":"https://twitter.com/SubhankarS/status/1282389898410946560","likeOf":null,"author":{"url":"https://twitter.com/SubhankarS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e11df2608618fbd731c203180de5778bb2940c42721b731f4b6bf16ced01e82f.jpg","name":"Subhankar Sarkar"},"published":"July 12, 2020","content":{"text":"⁦@GitHub⁩ Profile README - the new ⁦@LinkedIn profile⁩ of #geeks, #nerds and #programmers. The #NewNormal  aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282384636107198466","wmProperty":"repost-of","wmId":825402,"type":"entry","url":"https://twitter.com/A_4_Ade/status/1282384636107198466","likeOf":null,"author":{"url":"https://twitter.com/A_4_Ade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0510159784725db7c4b12ca15c557bf5842c49d8c437619cbd4ffbde4f1d8621.jpg","name":"Adewale"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282390855639355393","wmProperty":"repost-of","wmId":825400,"type":"entry","url":"https://twitter.com/spyrospath/status/1282390855639355393","likeOf":null,"author":{"url":"https://twitter.com/spyrospath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6e510860867b6b7d1743a1d8b550ec70cddc5bd09ef2c0c3a95ba76348fb311.jpg","name":"Spyros Spatharis"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282388060412547075","wmProperty":"repost-of","wmId":825401,"type":"entry","url":"https://twitter.com/JohnTurnerPGH/status/1282388060412547075","likeOf":null,"author":{"url":"https://twitter.com/JohnTurnerPGH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7089f805c669edbc3713b4bb793c67f98f5d671c6f3c0ae7bc338c7f42bc577.jpg","name":"John Turner"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/333964830","wmProperty":"like-of","wmId":825398,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-333964830","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/george3447","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f64b2c52594c08332ea48ab2810af9e91600571afd8749e72b2fdc1cc2b9fdd.png","name":"Georgekutty Antony"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282391763823611904","wmProperty":"repost-of","wmId":825399,"type":"entry","url":"https://twitter.com/Ramgeedavis/status/1282391763823611904","likeOf":null,"author":{"url":"https://twitter.com/Ramgeedavis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38e43e746a944c8b8c31a5cab03503b5add2d9af85e7420eeaf3d7e507ffeb10.jpg","name":"{{Hail Earl Davis}}"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2499335354","wmProperty":"like-of","wmId":825397,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2499335354","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xvrdm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7bb319efda305bcdfdcfcede6c7ac74f1fc9c3bae64fa3f4fb54a25ce520252c.jpg","name":"Xavier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/904453702639071236","wmProperty":"like-of","wmId":825396,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-904453702639071236","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/COkoghenun","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/058da09641cc1afbbd5c8d71e270d4bfc651eec6ba28ef17d620dcff2fa24a3d.jpg","name":"Confidence Okoghenun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1180408596611371009","wmProperty":"like-of","wmId":825394,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1180408596611371009","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HormCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d52d75ba0f34dd45f2d107ab999982978a522a9116d6bde8695769715f65572e.jpg","name":"Horm Codes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1140582417205473281","wmProperty":"like-of","wmId":825395,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1140582417205473281","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/OtherwiseJLo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fce6c61a6e8251dc3492edb775047d70da63c9e87352a360fad7142fc6a21dde.jpg","name":"Jonathan Lopez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2508559213","wmProperty":"like-of","wmId":825393,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2508559213","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cusspvz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52d3ea379101a2e7a61ceed8e441ff8760138484dc27d840577f2b7d68e3726c.jpg","name":"José Moreira"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16734454","wmProperty":"like-of","wmId":825392,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16734454","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nehayward","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cf99a5630cfb85bdbe33f9b6c0deef71313c3d489e826d5e3ac300338b9cc46f.jpg","name":"Nick Hayward @ 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/297398365","wmProperty":"like-of","wmId":825390,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-297398365","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ammlyf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5951603a714e1d52191a269118016aa27b6e9a1cabf74acc4bc6cea9798f8bd5.jpg","name":"Ammly Fredrick"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/887683794299498496","wmProperty":"like-of","wmId":825391,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-887683794299498496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/erzhtor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f319dbd144598d46cb0cebc33bc004b59aaa955efa8a71cd4b8b78b736bde52.jpg","name":"Erzhan Torokulov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14694282","wmProperty":"like-of","wmId":825389,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14694282","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/badnima","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c90a6171a2fe96de26dca225bea3155e2f8ed3a22a824b2f02cbfe93e3bdc10f.jpg","name":"badnima"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2325529068","wmProperty":"like-of","wmId":825388,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2325529068","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/spyrospath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6e510860867b6b7d1743a1d8b550ec70cddc5bd09ef2c0c3a95ba76348fb311.jpg","name":"Spyros Spatharis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1275699700113575936","wmProperty":"like-of","wmId":825386,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1275699700113575936","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chrissea98","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Chris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/871766198664298496","wmProperty":"like-of","wmId":825387,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-871766198664298496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chan_dasari","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2bfb345c22671733ead3abfd290cc795ca0d36e14146165e07c2428865ba5b53.jpg","name":"Chandra Dasari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/446110972","wmProperty":"like-of","wmId":825385,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-446110972","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/R_S_S0","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d1e697b5c7119e3adebdadc51fbaa5263d65bfc78ea84b40ec4489b76eb3a60.jpg","name":"Rahaf"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1152974817546690560","wmProperty":"like-of","wmId":825384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1152974817546690560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/A_4_Ade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0510159784725db7c4b12ca15c557bf5842c49d8c437619cbd4ffbde4f1d8621.jpg","name":"Adewale"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/236558339","wmProperty":"like-of","wmId":825383,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-236558339","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tempelorg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf647fdf07cfc7284203921a6247c04cd481e28f2b5de7037723a13b77156adf.jpg","name":"Thomas \"Jerry\" Tempelmann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282373812923711488","wmProperty":"mention-of","wmId":825381,"type":"entry","url":"https://twitter.com/DarrenOdden/status/1282373812923711488","likeOf":null,"author":{"url":"https://twitter.com/DarrenOdden","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fda1d02da70595fe50e26e89b4f575d4a6bd8b3ce9aafd413f5aa4ca7ff0f759.jpg","name":"🍷 Vino Dev #BlackLivesMatter 🚀"},"published":"July 12, 2020","content":{"text":"This is fantastic!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282361387495251971","wmProperty":"repost-of","wmId":825380,"type":"entry","url":"https://twitter.com/attrna/status/1282361387495251971","likeOf":null,"author":{"url":"https://twitter.com/attrna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/372aaccfc5d171988ccef2b088dfa3494acff6fdb426c21179a6c07ada732419.jpg","name":"Anastasia Teterina"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282361964749107202","wmProperty":"repost-of","wmId":825379,"type":"entry","url":"https://twitter.com/jadeandtostones/status/1282361964749107202","likeOf":null,"author":{"url":"https://twitter.com/jadeandtostones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/171e4832aaedc59355f7cfd5085fc220c0586e1abf3d1490b1986aa1bdbe7dc3.png","name":"tabitha"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282365689727156225","wmProperty":"repost-of","wmId":825377,"type":"entry","url":"https://twitter.com/motherOfRavens/status/1282365689727156225","likeOf":null,"author":{"url":"https://twitter.com/motherOfRavens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2fac59d97bf776972d963dafe91025823e2f3c7356da6b7d79caf51d67212d83.jpg","name":"Dany Walraven"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282367112913158144","wmProperty":"repost-of","wmId":825378,"type":"entry","url":"https://twitter.com/_aijaz_/status/1282367112913158144","likeOf":null,"author":{"url":"https://twitter.com/_aijaz_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf6d152d8853405a97fa1670387e2e7bfbc2826f60afee28449ae13934ff6af8.png","name":"Aijaz Ansari #BlackLivesMatter"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282369791957794818","wmProperty":"repost-of","wmId":825375,"type":"entry","url":"https://twitter.com/OnyekaAg/status/1282369791957794818","likeOf":null,"author":{"url":"https://twitter.com/OnyekaAg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/237425459dbbe80e8aac11c56ab810efd622e514fc1bfb08761dbcb236aaeb11.jpg","name":"Onyeka Aghanenu"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282367435044057088","wmProperty":"repost-of","wmId":825376,"type":"entry","url":"https://twitter.com/ECOuture9/status/1282367435044057088","likeOf":null,"author":{"url":"https://twitter.com/ECOuture9","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e19734b4cb5542696f1f212935816bc7d0587ca1c7f4035e27f807b1df871d7.jpg","name":"Jessica Couture"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282369988167454720","wmProperty":"repost-of","wmId":825374,"type":"entry","url":"https://twitter.com/DanjaNinja/status/1282369988167454720","likeOf":null,"author":{"url":"https://twitter.com/DanjaNinja","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e57e140fd2938c8c53b02eefd292b2d30223ae7df16f90d98c8c6f6851e26fe1.jpg","name":"HitMan"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282374659258884099","wmProperty":"repost-of","wmId":825373,"type":"entry","url":"https://twitter.com/HormCodes/status/1282374659258884099","likeOf":null,"author":{"url":"https://twitter.com/HormCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d52d75ba0f34dd45f2d107ab999982978a522a9116d6bde8695769715f65572e.jpg","name":"Horm Codes"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282377724502433794","wmProperty":"repost-of","wmId":825372,"type":"entry","url":"https://twitter.com/alexandreabadie/status/1282377724502433794","likeOf":null,"author":{"url":"https://twitter.com/alexandreabadie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec1627b3de6f78405e031d227abc6a0fe6102bdabe0dd44b4aa32587434bac35.jpg","name":"Alexandre Abadie"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282380354225987585","wmProperty":"repost-of","wmId":825371,"type":"entry","url":"https://twitter.com/george3447/status/1282380354225987585","likeOf":null,"author":{"url":"https://twitter.com/george3447","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f64b2c52594c08332ea48ab2810af9e91600571afd8749e72b2fdc1cc2b9fdd.png","name":"Georgekutty Antony"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/791719318320979968","wmProperty":"like-of","wmId":825370,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-791719318320979968","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Emil_Hvitfeldt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abe5c911f8a1e257646066f8b17421a4e189448d73efd5d246b1a54e3d483b7b.png","name":"Emil Hvitfeldt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14817760","wmProperty":"like-of","wmId":825369,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14817760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_aijaz_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf6d152d8853405a97fa1670387e2e7bfbc2826f60afee28449ae13934ff6af8.png","name":"Aijaz Ansari #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1226245439382528003","wmProperty":"like-of","wmId":825368,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1226245439382528003","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fastpluf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/562576cda80792ef20a55a53f67ab00d46c327f85317bbc0a1d00ccf20c20748.jpg","name":"Sam Jam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3053420296","wmProperty":"like-of","wmId":825366,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3053420296","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ralesniak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/629022fc701d144c3d016d97af05c9f754ec0b54baab71bdd79e12d5a8ac46be.jpg","name":"Rachel Lesniak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1191511986997256192","wmProperty":"like-of","wmId":825367,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1191511986997256192","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jadeandtostones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/171e4832aaedc59355f7cfd5085fc220c0586e1abf3d1490b1986aa1bdbe7dc3.png","name":"tabitha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2696425821","wmProperty":"like-of","wmId":825365,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2696425821","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_johnmackintosh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bbb2a8fe2a221b2916c4d94bf629feecee08368bde7e010801f52239707969a.jpg","name":"John MacKintosh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/773505852","wmProperty":"like-of","wmId":825364,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-773505852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Monicoyugi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7b8133657cea5316ad6d329b3d9a8835a96ad08212b413ee7be8fab0b670f97.jpg","name":"Monica Oyugi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1254904137856286721","wmProperty":"like-of","wmId":825362,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1254904137856286721","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Slate_Hood","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Slate-Hood"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21185752","wmProperty":"like-of","wmId":825363,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21185752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stevensenior","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4dd0652002ba56e3be217d9981468e5b1f976d6a568ba440fa4f271abe903df.jpg","name":"Dr Steven Senior"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1139894557","wmProperty":"like-of","wmId":825360,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1139894557","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/laurakayre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d71582be957f3ef8100c788630b36f26c1bf7915c95d013b2aaf3befcf28932.jpg","name":"la"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3242816311","wmProperty":"like-of","wmId":825361,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3242816311","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/isNHP","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca42b69b99aa019017b963b596e1f26832aa239e171f1806c198a5739a565361.jpg","name":"Gió."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2232191738","wmProperty":"like-of","wmId":825354,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2232191738","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wakeworksleep","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8fc73c046ba4141b755af0a4e9cd6a2534e48e50f236eb4254002a544bbc331f.jpg","name":"Travis Mallard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/163768930","wmProperty":"like-of","wmId":825352,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-163768930","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CyanLetter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87b877afc1e2b5ba996e65c18c2135c6a8d20cb9928c3f793b6188165369429e.jpg","name":"Dakota Ling"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/88278974","wmProperty":"like-of","wmId":825353,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-88278974","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GeekAndDad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4e71d5f4f4a27870a668143428e0f1fbda2f421423f06f24389624187b1e6b0.jpg","name":"Dad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/22588949","wmProperty":"like-of","wmId":825350,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-22588949","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/leaderelrond","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b7f3e5d07f6e84217bfc2f16159676114261fbeccae5d05769d43dfc0b0c674.jpg","name":"Ryan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/10939592","wmProperty":"like-of","wmId":825351,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-10939592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/platkus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/348ed4b23df32f121103702757ea88dce48811c9f81e166c5698a125de30f468.jpg","name":"Shawn Platkus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1570838677","wmProperty":"like-of","wmId":825348,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1570838677","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hulyakarakayaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/735952f9cb50c23d4534dd0438c252612e5a5b020b61e1f994bff6dd6df156b3.jpg","name":"hülya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17488862","wmProperty":"like-of","wmId":825349,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17488862","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MSliwinski","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a73ff07718eb026127037926f74aa36c29d32648fa7ead5962601ddfd895ce88.jpg","name":"Michael Sliwinski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1113486147341234176","wmProperty":"like-of","wmId":825347,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1113486147341234176","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Nada__Ta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a22dfe55890853ecdf48136f7c6319e767e4a3f9b4401a0522bdc8f39f030c87.jpg","name":"Nada_T"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/916136118021652480","wmProperty":"like-of","wmId":825345,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-916136118021652480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nicolasmetallo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb7b5c57e7bd9a622342eb5173a12aab5f149cd373fe9ffced4a24b8cc1cb7a0.jpg","name":"Nicolás Metallo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/462273603","wmProperty":"like-of","wmId":825346,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-462273603","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mcarondiotte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/750a573d276ac104b8cf12c68a33fd66daa686b38adcbf5921734d9d69441b0a.png","name":"Mathieu à la maison 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/794866117785374720","wmProperty":"like-of","wmId":825344,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-794866117785374720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TadaNoShibito","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c59832bd31b9e712afc9c19a669e6adcaacbb86b7b722cb92ac39f221e4db98.jpg","name":"JustaMortalMan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/427580803","wmProperty":"like-of","wmId":825343,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-427580803","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dannyvici","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae2fcaddf85e5e642ee3c3896128e9dcd001b91d4810a35384848a341325882b.jpg","name":"DannyNdjangue"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/190531105","wmProperty":"like-of","wmId":825341,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-190531105","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joseacmartins","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20a05d557d27702f8d47c0d873f472ea8fa1b8adb305f23db3aced861ae6a546.jpg","name":"José Augusto Martins"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1291044404","wmProperty":"like-of","wmId":825342,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1291044404","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DanjaNinja","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e57e140fd2938c8c53b02eefd292b2d30223ae7df16f90d98c8c6f6851e26fe1.jpg","name":"HitMan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/64515860","wmProperty":"like-of","wmId":825340,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-64515860","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/metalandcoffee_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4ca7a2beac791acfd6c29952ea2dfad94e2fc039c3a6ebd07ab3d0a15e58c91.png","name":"Ebonie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1272872603569528833","wmProperty":"like-of","wmId":825339,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1272872603569528833","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RaulJunco4","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Raul Junco"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/937498800050003968","wmProperty":"like-of","wmId":825337,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-937498800050003968","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vaditaslim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7af6d1c1f26694e852992a5e9318e429ceb03dbbca0303d58bda14fe3df35d8c.jpg","name":"choz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2343484783","wmProperty":"like-of","wmId":825338,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2343484783","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_stegah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41075e1e53f758a117019a68d4a86796e7cb39cdd63c4d6ae395fa107272562d.jpg","name":"Stella Ireri"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/843079412","wmProperty":"like-of","wmId":825336,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-843079412","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gv_barroso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac9ffe76516d7924a425c4598e3a95d6c860a900011710e500ed1518109db22a.jpg","name":"Gustavo V. Barroso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1275675531552395264","wmProperty":"like-of","wmId":825334,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1275675531552395264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/felixp_ai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c66f89e0b83bdd5f4bec46fe45af4b47e8f6776cc58c78cb302ef206e2fce615.jpg","name":"Felix Portillo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2190008503","wmProperty":"like-of","wmId":825335,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2190008503","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_SLVaughn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff0ef9867cde6bfa7978cfc60976d47a5564a3ea01c36a6811a1568d168b44c7.jpg","name":"Stephanie L. Vaughn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/29609058","wmProperty":"like-of","wmId":825332,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-29609058","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/miguelbassila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/365ca62edf138c06bcb1aa6102e3501b544e921d83431fd4a75fdb0e213d2055.jpg","name":"Miguel Bassila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/960047335358132224","wmProperty":"like-of","wmId":825333,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-960047335358132224","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xariusdrake","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5814b9db50c37e6f3192dbcddb8615d4c563bf7a870df5976a92d8b72920958c.jpg","name":"r"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/602060767","wmProperty":"like-of","wmId":825331,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-602060767","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheVifx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c1758d73696e1768922c1bffc31ef0f1a782f75557fc73ba9de881aab5e98e6.jpg","name":"vifx"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/848650110049419264","wmProperty":"like-of","wmId":825330,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-848650110049419264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nminnov","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a979b35d5e3bb165e4e5b3b4ce5a5c92203ba046a9bc8c67d1465b636667f4a0.jpg","name":"N Minnov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/980937751846707200","wmProperty":"like-of","wmId":825329,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-980937751846707200","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MateusMaiaM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8a7f919fae3e5a088aa65b91bc6e696cf40868b030e7ff3b7fc009d1bf6eb17.jpg","name":"Mateus Maia Marques"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3004308023","wmProperty":"like-of","wmId":825328,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3004308023","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Noxi_TNA","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Marie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282347497814458369","wmProperty":"repost-of","wmId":825316,"type":"entry","url":"https://twitter.com/ChucKN0risK/status/1282347497814458369","likeOf":null,"author":{"url":"https://twitter.com/ChucKN0risK","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b493c46b206dd5a0400814c182f61c2d211d3fa1e025e9f03f6850231dfe4a3c.jpg","name":"Louis Chenais"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282351371770101762","wmProperty":"repost-of","wmId":825315,"type":"entry","url":"https://twitter.com/Dannyvici/status/1282351371770101762","likeOf":null,"author":{"url":"https://twitter.com/Dannyvici","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae2fcaddf85e5e642ee3c3896128e9dcd001b91d4810a35384848a341325882b.jpg","name":"DannyNdjangue"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282357667139395584","wmProperty":"repost-of","wmId":825313,"type":"entry","url":"https://twitter.com/_SLVaughn/status/1282357667139395584","likeOf":null,"author":{"url":"https://twitter.com/_SLVaughn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff0ef9867cde6bfa7978cfc60976d47a5564a3ea01c36a6811a1568d168b44c7.jpg","name":"Stephanie L. Vaughn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282353448508362756","wmProperty":"repost-of","wmId":825314,"type":"entry","url":"https://twitter.com/stevensenior/status/1282353448508362756","likeOf":null,"author":{"url":"https://twitter.com/stevensenior","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4dd0652002ba56e3be217d9981468e5b1f976d6a568ba440fa4f271abe903df.jpg","name":"Dr Steven Senior"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282353010845216768","wmProperty":"in-reply-to","wmId":825312,"type":"entry","url":"https://twitter.com/DylanSather/status/1282353010845216768","likeOf":null,"author":{"url":"https://twitter.com/DylanSather","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b85ce045500c95ed2fea359a0028cfefa1ef1525ef258326b31cf1a8bfe0e4c.jpg","name":"Dylan Sather"},"published":"July 12, 2020","content":{"text":"This is awesome! I was experimenting with event-driven changes to your profile (on new event, update README) using @pipedream and wrote up how to update my profile on new DEV posts : dev.to/dylburger/show… . Added a shout out to your profile in there, love the design ♥️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282335703800651776","wmProperty":"repost-of","wmId":825294,"type":"entry","url":"https://twitter.com/Rebecca55385816/status/1282335703800651776","likeOf":null,"author":{"url":"https://twitter.com/Rebecca55385816","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/45cd4a733816d9b44a78a79d7e20a7057a1ba0655597ef5f97922a4cd527f8b9.jpg","name":"Rebecca"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282333883720241156","wmProperty":"repost-of","wmId":825295,"type":"entry","url":"https://twitter.com/alejandrodrigo/status/1282333883720241156","likeOf":null,"author":{"url":"https://twitter.com/alejandrodrigo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c83c8a3806c9858d0011fb5e552b1886bb48a04f65b9c8a1fe8f42c7bc73004.jpg","name":"Alejandro Rodrigo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282346956044607489","wmProperty":"repost-of","wmId":825293,"type":"entry","url":"https://twitter.com/mstellaluna/status/1282346956044607489","likeOf":null,"author":{"url":"https://twitter.com/mstellaluna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cf58a9a5a2ed21031d22fc256ca0c9bf404979a164ef071b1cf566b250a24a09.jpg","name":"Mary Mulé 🇨🇦 🇮🇹"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/221510104","wmProperty":"like-of","wmId":825292,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-221510104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ERICK_EMI","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ac0e38c04ba4545cf9e621168576d95adccd47866ed6c52a819d20cc7b14265.jpg","name":"fantasma do neoliberalismo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/551720913","wmProperty":"like-of","wmId":825290,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-551720913","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ambrosiusama7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c3530809ab7471da0f51f086d607d6835e93c784853c09df594116577919a3a2.jpg","name":"AMA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1047222924195897344","wmProperty":"like-of","wmId":825291,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1047222924195897344","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nebelgrau77","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d0af0a04657e027dc04e387f4506d9fd3f75606271a75c442a8c40da6de3d64f.jpg","name":"nebelgrau/Michal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1171038782","wmProperty":"like-of","wmId":825289,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1171038782","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FossilizedBits","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dc3d45ea45f8e26892f3ff47229387d601e6c66124c7a70db624b5590b1e5b4d.png","name":"Fossilized Bits"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1241922013297610752","wmProperty":"like-of","wmId":825288,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1241922013297610752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Abdalla77759434","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44aaaa752ca3e770a77a16a1a075503170dc8974f1c0195b1eaecf2d8ba9b797.jpg","name":"Abdallah Mohammed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1142701998","wmProperty":"like-of","wmId":825286,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1142701998","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brianczhang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b438b931a2422ceecb0e3f7ea7de526c7fe76687dee1fd53e583674a9fa125cf.jpg","name":"Brian Zhang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/49278812","wmProperty":"like-of","wmId":825287,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-49278812","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jurajantas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/641d4e2d1998b7324d9f109ec44b00f895e70fc17b4c474fb87a36d3203cac16.jpg","name":"Juraj Antas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/732196407139049472","wmProperty":"like-of","wmId":825285,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-732196407139049472","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dandevri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e243d61dbb584d9ccb431592ba197154b09ec699fd856dda1468b8afc9ce5247.jpg","name":"Danny de Vries"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1279404086715125761","wmProperty":"like-of","wmId":825283,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1279404086715125761","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArnautovDima","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e89b9626106d224058bc4e1b75559b158a28221f76acddbb4870f07073c87917.jpg","name":"dima_arnautov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/360043511","wmProperty":"like-of","wmId":825284,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-360043511","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/odynarole","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e2f918bd0c26ff8554492ec85a3d3fb2bf21a217733e7d819d03f7a5c414fb36.jpg","name":"odinakachi nnuforole"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/746664585680171008","wmProperty":"like-of","wmId":825282,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-746664585680171008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yobrazilian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7612ec67c251ec2aae7ba8912fa484d60a399509bd7bbaece5c89cf52b8697e9.jpg","name":"macumba // #chingalamigra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/791105921850052609","wmProperty":"like-of","wmId":825281,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-791105921850052609","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Pradeep150073","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa9c598649bf0afcaf831c5c97b541fe5552df248dc61ac48aa4dbbe0f7f39b5.jpg","name":"Pradeep Gupta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/50700461","wmProperty":"like-of","wmId":825268,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-50700461","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thadclay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e61fe9621796e7156c2034dbf3fd001498f96413fba55d445b86601683d13d5.jpg","name":"Thaddaeus Clay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282316189218242560","wmProperty":"repost-of","wmId":825267,"type":"entry","url":"https://twitter.com/vinaykvyas/status/1282316189218242560","likeOf":null,"author":{"url":"https://twitter.com/vinaykvyas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe5baa216edf9102ddd91ac56d6acde77a78ee104c14d4b83087f3dd19fd1843.jpg","name":"Vinay"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282318779867893760","wmProperty":"repost-of","wmId":825266,"type":"entry","url":"https://twitter.com/steelerohman/status/1282318779867893760","likeOf":null,"author":{"url":"https://twitter.com/steelerohman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/491bb2bf1e611a095d15cb566b407b63bbdf477ec4fc6ac0337415be48a97beb.jpg","name":"Steele"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282319224002805766","wmProperty":"repost-of","wmId":825265,"type":"entry","url":"https://twitter.com/MathG33k_/status/1282319224002805766","likeOf":null,"author":{"url":"https://twitter.com/MathG33k_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67115f68b6221dba37b66d6276c579fc95dd2c2d4d627b815db0f8812a9cde19.jpg","name":"Mattia Cintura"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282320843117334533","wmProperty":"repost-of","wmId":825264,"type":"entry","url":"https://twitter.com/smurthys/status/1282320843117334533","likeOf":null,"author":{"url":"https://twitter.com/smurthys","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8963d695dcba6dd9c997f2c798feb64fd3d91b747674bca88af46c058c89d8d8.jpg","name":"Sean Murthy"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282324089131225088","wmProperty":"repost-of","wmId":825263,"type":"entry","url":"https://twitter.com/ianbone/status/1282324089131225088","likeOf":null,"author":{"url":"https://twitter.com/ianbone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/deb6e02d0eff44421f91bb695bfc62fb6fcbe814c26eaf98fc5181c295a0c04b.jpg","name":"Defund The Police"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282329491927437317","wmProperty":"repost-of","wmId":825261,"type":"entry","url":"https://twitter.com/cMadan/status/1282329491927437317","likeOf":null,"author":{"url":"https://twitter.com/cMadan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d2dd2c0eb0c253ba70d49a0ca51145a08f7ce44b2872bcab46393a2aeaa73b4d.png","name":"Chris Madan 🐘🧠💻"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282326818566086656","wmProperty":"repost-of","wmId":825262,"type":"entry","url":"https://twitter.com/jdavid_ACH/status/1282326818566086656","likeOf":null,"author":{"url":"https://twitter.com/jdavid_ACH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a71b768643f5b9e71a238e97fc4b3c00eef3721a1f15e03390c44d478cce936.jpg","name":"Jorge David 🇵🇪"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282331063172378624","wmProperty":"repost-of","wmId":825260,"type":"entry","url":"https://twitter.com/reik_kaps/status/1282331063172378624","likeOf":null,"author":{"url":"https://twitter.com/reik_kaps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/025c9ad1fa7770be02ac946cf4680971a11e55058f4735b2ca5db85f2da43228.jpg","name":"@reik_kaps@mastodon.social"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1182255064339161089","wmProperty":"like-of","wmId":825259,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1182255064339161089","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EstherNavarro__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9927fb9a0dbc7a688c95c0465844fb67d23ba798b2fe8ec4970d617f562e366e.jpg","name":"Esther"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11623592","wmProperty":"like-of","wmId":825258,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11623592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jibone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4214cd43cf3f1c31000848d884cb81b5f9d1efeb48dd171e6ea301033d77a2a4.png","name":"J Shamsul Bahri"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/573687731","wmProperty":"like-of","wmId":825256,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-573687731","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vkomissarchik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1693399278d33ec6ce31569bc3049e367e82bac11adce7063790b87bdac9b67f.jpg","name":"Vadim Komisarchik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/264687931","wmProperty":"like-of","wmId":825257,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-264687931","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/burnedikt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3679e0193e9002e3eee2211add9765e87484d10a0719a94a03135ca34a5f480f.jpg","name":"Benedikt R."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1014873930413281283","wmProperty":"like-of","wmId":825255,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1014873930413281283","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shambhu67354032","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e929a4b88e25e647a0545f0d6b449a7a0194c2c0f7afd450d4824c71de5682eb.jpg","name":"shambhu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4316414620","wmProperty":"like-of","wmId":825254,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4316414620","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MathG33k_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67115f68b6221dba37b66d6276c579fc95dd2c2d4d627b815db0f8812a9cde19.jpg","name":"Mattia Cintura"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/159462985","wmProperty":"like-of","wmId":825253,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-159462985","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andrewcbancroft","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/749bc547aefd936baaffdd49ef110011b763550d480c558aa5db860f5520efcf.jpg","name":"Andrew Bancroft"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19360666","wmProperty":"like-of","wmId":825251,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19360666","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davelunt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9dbb5a86072d87e47fe92daa4483cfe26f4fe37d8618fc61c4e2e075495c3159.jpg","name":"Dave Lunt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/415345747","wmProperty":"like-of","wmId":825252,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-415345747","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/parkerwightman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/193579c386c5b0be2e977e0b6299343249913c6233c48533a9bec80593c42580.jpg","name":"Parker Wightman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1279088126862995461","wmProperty":"like-of","wmId":825250,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1279088126862995461","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Kendyl__Hull","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a03076fcc79ae49f7e5be063c5af3fa961a1a5d6079488cbf6d90ca322d50089.jpg","name":"Kendyl"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1087579795385344000","wmProperty":"like-of","wmId":825249,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1087579795385344000","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amitsamant_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb4b4334648fd202051d1b05bd54d50cbe71c170f919021718a10ab670942924.jpg","name":"Amit Samant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/413229393","wmProperty":"like-of","wmId":825247,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-413229393","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bestK1ngArthur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61d8e6515ebc7936dc35569ed8192db746d160191f3db7920e31355a303b92aa.jpg","name":"Artem Belkov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1255237004348006408","wmProperty":"like-of","wmId":825248,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1255237004348006408","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AnilSha12568633","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0073a1b01dbb5df2c40410b8baf9f80db5de7bd7da006377c399b269713a728f.jpg","name":"Anil Sharma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16857255","wmProperty":"like-of","wmId":825246,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16857255","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mattbagg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/555a789f40c3a8d4dad3383a74718555159e1bc9c3d7cf6e53e28b72235539a2.jpg","name":"Matt Baggott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/359583941","wmProperty":"like-of","wmId":825245,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-359583941","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_limamedeiros","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1fdc828eb80f7ca32fc90d96e3f2d6aace9e970fba0f735299d1de1f2c3cd492.jpg","name":"Vanessa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/847402933","wmProperty":"like-of","wmId":825244,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-847402933","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LakhalFyassine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/813a41b6046520886b970fca0fc45c47c2295e2989b73a8386667e82a1939a2d.jpg","name":"Fraj Yassine Lakhal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/28714372","wmProperty":"like-of","wmId":825243,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-28714372","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ianbone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/deb6e02d0eff44421f91bb695bfc62fb6fcbe814c26eaf98fc5181c295a0c04b.jpg","name":"Defund The Police"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/523050582","wmProperty":"like-of","wmId":825241,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-523050582","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fuel4mind","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"fuel4mind"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20996808","wmProperty":"like-of","wmId":825242,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20996808","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pietbrauer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3afc319e45aca1ddaab34f706a25c5f2e647c4aaff96160a5d9e3b8d1289d468.jpg","name":"Piet Brauer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1079020573605400576","wmProperty":"like-of","wmId":825240,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1079020573605400576","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Rokhyarhasoul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab50a413804c31531f2f6d9683d9f1479a10be75ea24a4202cff8fd6d0ddd2b2.jpg","name":"Rokhyatou🇸🇳"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15196167","wmProperty":"like-of","wmId":825239,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15196167","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/reik_kaps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/025c9ad1fa7770be02ac946cf4680971a11e55058f4735b2ca5db85f2da43228.jpg","name":"@reik_kaps@mastodon.social"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1135107647915606017","wmProperty":"like-of","wmId":825238,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1135107647915606017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mtthwprctr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/875db4cb9768b208027bb11c3844f3029c0b49186c7e8fa634daf4245ac2e6bb.jpg","name":"matt proctor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/90727878","wmProperty":"like-of","wmId":825236,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-90727878","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ChrisTStuart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bc3fba2be25926dce51551836e87dfb8238949d5e53845ab9c9a7feb2fd1f94.jpg","name":"Chris Stuart"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2752707651","wmProperty":"like-of","wmId":825237,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2752707651","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jdavid_ACH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a71b768643f5b9e71a238e97fc4b3c00eef3721a1f15e03390c44d478cce936.jpg","name":"Jorge David 🇵🇪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/209380631","wmProperty":"like-of","wmId":825234,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-209380631","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alyndanoel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4222844eb609059e02369e57db726716d1bfcf216fa2507a75adb38fd978abce.jpg","name":"Lyndie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1543839644","wmProperty":"like-of","wmId":825235,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1543839644","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lhargil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc28e4e776d44a7611ac179d226a985e778b7ad8fe8b42b4d3e69a92c825e07f.jpg","name":"Lhar Gil | quite an ok developer 🇵🇭 🇲🇾"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/703350000474918912","wmProperty":"like-of","wmId":825233,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-703350000474918912","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jluck699","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ed41ac733903824286571a7cc2346062474c4c91634c12320fcbfd62f10ceaf.jpg","name":"JLuck"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/882944974593118209","wmProperty":"like-of","wmId":825232,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-882944974593118209","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bitz3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/480699ef5fcd1ca2efc19d086864422b4a21c5e09004e7491a68d38f50da02a7.jpg","name":"ReDa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/472171897","wmProperty":"like-of","wmId":825231,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-472171897","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RobertSPaulino","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c78bbeb8ce6e96da542c0185890adc1c2234411916bf43acdc4075599055cd15.jpg","name":"Robert S. Paulino"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21923482","wmProperty":"like-of","wmId":825229,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21923482","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jesalg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47e57a9b6ff83502e0b2f783ca3174a89fb4c67a641dd22be0996a44377be0ab.jpg","name":"Jesal Gadhia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/247266957","wmProperty":"like-of","wmId":825230,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-247266957","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/samalone64","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65cc7666d355161d937cce638d598a4460322962c6370368a9cce1c970c02e09.png","name":"Stuart Malone"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1179066883393441793","wmProperty":"like-of","wmId":825228,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1179066883393441793","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pitayadev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a93eebf18100b8dbf077c7402a47772b24262887c7837495b1c6b1c31ef5c23e.jpg","name":"CAMV"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/930558045314277377","wmProperty":"like-of","wmId":825227,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-930558045314277377","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_drewdon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85c88d1df10702c272f94939f041ef396ef8e5f446e5c3af4f73c7454dd6587b.jpg","name":"Quantum Entanglement"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2910178510","wmProperty":"like-of","wmId":825225,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2910178510","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JOHANNdotCLOUD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/334c882e396bb690e34eb6715ce770385c80928545a492ba003171fcc3131b5b.jpg","name":"Johann.cloud"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1239473426705928195","wmProperty":"like-of","wmId":825226,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1239473426705928195","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vftdan","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Vftdan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4849041111","wmProperty":"like-of","wmId":825224,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4849041111","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArlindTereziu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/32744805b39001debfe9d6bc43cd6d47fb9532532dabf6d7a81d64efcedb5c6c.jpg","name":"Arlind Tereziu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/906856398679678976","wmProperty":"like-of","wmId":825223,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-906856398679678976","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DavidBrigham42","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93bed0a48d4ec1241eae4a369f196fb0f59834ff37027f5c2fac9b489b5b3249.jpg","name":"David Brigham"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/111566108","wmProperty":"like-of","wmId":825221,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-111566108","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gabcimato","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e874aa2743a7a05c566be7004f4428dd94953b9da73f26264893104ecfa3b1c.jpg","name":"Gabriele Cimato"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/52124367","wmProperty":"like-of","wmId":825222,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-52124367","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vinaykvyas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe5baa216edf9102ddd91ac56d6acde77a78ee104c14d4b83087f3dd19fd1843.jpg","name":"Vinay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282302863901941760","wmProperty":"repost-of","wmId":825212,"type":"entry","url":"https://twitter.com/bsubra/status/1282302863901941760","likeOf":null,"author":{"url":"https://twitter.com/bsubra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87d4bd67fc85fb70deaa756e5bffc21ad68340446be268055cc3248a162bba37.jpg","name":"Bala Subra"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282305912959467521","wmProperty":"repost-of","wmId":825211,"type":"entry","url":"https://twitter.com/mattbagg/status/1282305912959467521","likeOf":null,"author":{"url":"https://twitter.com/mattbagg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/555a789f40c3a8d4dad3383a74718555159e1bc9c3d7cf6e53e28b72235539a2.jpg","name":"Matt Baggott"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282308598639415299","wmProperty":"repost-of","wmId":825209,"type":"entry","url":"https://twitter.com/fuel4mind/status/1282308598639415299","likeOf":null,"author":{"url":"https://twitter.com/fuel4mind","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"fuel4mind"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282307649216929793","wmProperty":"repost-of","wmId":825210,"type":"entry","url":"https://twitter.com/m_bermonti/status/1282307649216929793","likeOf":null,"author":{"url":"https://twitter.com/m_bermonti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/608681428000667349d1353947b3011ea5559a55f755c4d5576ecd51cd10a165.jpg","name":"Mario Bermonti"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282312794772107266","wmProperty":"repost-of","wmId":825207,"type":"entry","url":"https://twitter.com/Sudarsanam05/status/1282312794772107266","likeOf":null,"author":{"url":"https://twitter.com/Sudarsanam05","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d3a58ec4e3b8a3d4d1c4cdbff670383e32832f203e6ad37b9b48b960ceedc14.jpg","name":"Sudarsanam"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282303825270001667","wmProperty":"in-reply-to","wmId":825208,"type":"entry","url":"https://twitter.com/paulofariarl/status/1282303825270001667","likeOf":null,"author":{"url":"https://twitter.com/paulofariarl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e84819981e19e72e62ccec32e368d29cb492bee0283acef41f7e55902047353f.jpg","name":"Paulo Faria"},"published":"July 12, 2020","content":{"text":"Looks like the mobile app still has no support for profile readmes?"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282312220588703744","wmProperty":"mention-of","wmId":825206,"type":"entry","url":"https://twitter.com/exemuel/status/1282312220588703744","likeOf":null,"author":{"url":"https://twitter.com/exemuel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/854b6f87b8a413f2af86eb0a63ae0ad31ab810c36fe9f21039597838306209c1.jpg","name":"Samuel Situmeang"},"published":"July 12, 2020","content":{"text":"How To Create A GitHub Profile README aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282293705685323778","wmProperty":"repost-of","wmId":825197,"type":"entry","url":"https://twitter.com/swiftasabasis/status/1282293705685323778","likeOf":null,"author":{"url":"https://twitter.com/swiftasabasis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ffa9b727a99b1deff8e9f7dcfa19b6cba8526d6e76a5fefac2ed06caf50c5d3.jpg","name":"Costa"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282294635243741185","wmProperty":"repost-of","wmId":825196,"type":"entry","url":"https://twitter.com/RailsGirlsnbo/status/1282294635243741185","likeOf":null,"author":{"url":"https://twitter.com/RailsGirlsnbo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aae1c8e766f5cbd51c6b962833f6c2749a26bcaa7f0b36c74d36df230425fa10.jpg","name":"Rails Girls Nairobi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282295800278679552","wmProperty":"repost-of","wmId":825195,"type":"entry","url":"https://twitter.com/vvendra/status/1282295800278679552","likeOf":null,"author":{"url":"https://twitter.com/vvendra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59e7360e011e413261e58a71892c3f7c9271246ba9c9a31658217969ac7d9e7a.png","name":"Vini Vendramini"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282302320282415105","wmProperty":"repost-of","wmId":825193,"type":"entry","url":"https://twitter.com/jeromekelleher/status/1282302320282415105","likeOf":null,"author":{"url":"https://twitter.com/jeromekelleher","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/149623d120c6251292c5506334a93713c3984c41105b59a0b1227b1bc8248359.jpg","name":"Jerome Kelleher"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282298000317063168","wmProperty":"repost-of","wmId":825194,"type":"entry","url":"https://twitter.com/thecompanydream/status/1282298000317063168","likeOf":null,"author":{"url":"https://twitter.com/thecompanydream","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c4385828c340506606e6f82442e9bc629136b8bfa68eb17bb13bddbf24f0efa.jpg","name":"BLM OxKing8080✊🏿"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1156596750632701952","wmProperty":"like-of","wmId":825192,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1156596750632701952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/beingAmanShukla","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5160827600cde2e9383976f17bde76ff63ec99d91625fcc651e13cc2672d51e1.jpg","name":"badtameezz 🥱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/851185810103836673","wmProperty":"like-of","wmId":825190,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-851185810103836673","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CryptoNigerian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c62b62bb51ce0f3c33510885f2d1b20070205abb53ca2bf5c09bf68579189d44.jpg","name":"CryptoNigerian⚡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2374255520","wmProperty":"like-of","wmId":825191,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2374255520","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/athomasoriginal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/778d6e7c6814dd63da4bbb7dba557202aa0a06345f329c6a3396c21536a4090a.jpg","name":"Thomas Mattacchione"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4709543307","wmProperty":"like-of","wmId":825189,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4709543307","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/flo_niyongere","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bef0474c9d6c25a572434e46063ad9ac400e64ba0c40bd052b9a562a3bbe8678.jpg","name":"Flo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/232509522","wmProperty":"like-of","wmId":825188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-232509522","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MarvinLockwood","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b373c73f636aa5328d6763d846b64e65b0a58a92347326a3f335af45b960917b.jpg","name":"Marvin Lockwood"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/723173211974852608","wmProperty":"like-of","wmId":825187,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-723173211974852608","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lostdesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4924e2f3076c3fae2fad22c44da1f6f153afc211fc5a97f2d4735cd796b257ab.png","name":"lost.design"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/52071479","wmProperty":"like-of","wmId":825186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-52071479","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/benschaaf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/37bcc96cba730d8f4899a3353e5e3b5a1c08901366f4f2cd63f73d28353663dd.png","name":"🍍 ΒΞΠΠY 🍍"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/79028623","wmProperty":"like-of","wmId":825185,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-79028623","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/esturniolo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93c5c3b35b2625e83829a248da49a0e8cbf6d980c2fb9c1dd9db58a0b44c061c.jpg","name":"Emiliano"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2764467787","wmProperty":"like-of","wmId":825184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2764467787","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/darcturtlee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/881b82ee9b0de35e6878f44f054cf11a1ec2bd8f954d9321bcd68d7adeed2e31.jpg","name":"Chris west"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15431769","wmProperty":"like-of","wmId":825183,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15431769","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/charlieeddus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e51fef4940e91bc13bbfa56d68fa8381938312cba77919ae45c7ec9f6064063.jpg","name":"Charlie Eddus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/277659476","wmProperty":"like-of","wmId":825182,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-277659476","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adam_matan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b169064b0696beb94a2caba13198da55ed6c5c7cf4ae233a44fbbac7de1a882.jpg","name":"Adam Matan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/702851155320315904","wmProperty":"like-of","wmId":825181,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-702851155320315904","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pidoxy_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb4731b97f227b769e107e433233e2d22d693bd37e9e294c4c998243ef13445f.jpg","name":"Emmanuel Idoko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4784983603","wmProperty":"like-of","wmId":825180,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4784983603","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/saurabhbharti_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/86c04838c39a1eb979d8a465d48dcc87cd0dd853437b0f9feb1cd50c33486326.jpg","name":"saurabh bharti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/895217766172635136","wmProperty":"like-of","wmId":825179,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-895217766172635136","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RailsGirlsnbo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aae1c8e766f5cbd51c6b962833f6c2749a26bcaa7f0b36c74d36df230425fa10.jpg","name":"Rails Girls Nairobi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2984713695","wmProperty":"like-of","wmId":825178,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2984713695","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hedgardomonroy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7de5f1dc9facef09826ae693dca8aa5783d6f7efba13e7bdde60f8682ff59aac.jpg","name":"Edgardo Monroy G."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/172676602","wmProperty":"like-of","wmId":825176,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-172676602","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Karl_ITNerd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58ed23bd61f7145deb3735ef5f9d389ad21ccb045b37e219b18339f391d4357c.jpg","name":"Karl Cooke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14064936","wmProperty":"like-of","wmId":825177,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14064936","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/twenzel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81d4ab1e4d083e6154eda33abb1302758674ad0867dfd109929db4afb1663d79.jpg","name":"Toni Wenzel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/242680019","wmProperty":"like-of","wmId":825175,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-242680019","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Deimos____","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1658b442df7fe1d6bea86549e58260eacd3c39f177f8829f359bd5c2f96aa5dc.jpg","name":"Dimeback"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2370148967","wmProperty":"like-of","wmId":825174,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2370148967","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CJcrispy_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/99c508c50dd46b166e8f38e447313969775e65d71efb6e059365e30fdcabfab0.jpg","name":"CJ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11736872","wmProperty":"like-of","wmId":825173,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11736872","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/er1p","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbf8cc818462ce646f8114e8c3ac2921f0abf31b3494e1a73c74f7ab9078738a.jpg","name":"Dr. Erik Riedel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/6471532","wmProperty":"like-of","wmId":825172,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-6471532","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/isabisa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b44cfe29d2a8fb5cd11daad56062311bfcfb3ccedd64a6138f51a07315bc499.jpg","name":"Alisa R. Herr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/577287055","wmProperty":"like-of","wmId":825171,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-577287055","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ImNickHuber","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae73331d80d7c05395e42cc8973e21ea4d493577ea2d31a054f4cc2077a0d464.jpg","name":"Nicholas Huber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/312262225","wmProperty":"like-of","wmId":825170,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-312262225","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cachedchecks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07a1861ac31195aa83b4a9f2083e2e03ee9846d2471658109ece83c987604f51.jpg","name":"Brooks as a Service"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/698885607263707136","wmProperty":"like-of","wmId":825168,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-698885607263707136","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/azade_yari","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c270921043df54faf1d9ea105f210f460c0012c3fffa1562e7e205ac0dc16d35.jpg","name":"Azade Yari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/863775482","wmProperty":"like-of","wmId":825169,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-863775482","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LeaneAmy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c37864ccaa12eec66c35a4929b3dcbb4a609c3e9cd7f91701dcef764c4cfb1b.jpg","name":"#BlackLivesMatter | Lydie 🇸🇳🇨🇲🇬🇳"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/866467202958020608","wmProperty":"like-of","wmId":825167,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-866467202958020608","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Pb6633","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e93296e237de91408c019b036dcd8cf712b63eb6d0e9f73c98048b000c3693b2.jpg","name":"PB"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/117504793","wmProperty":"like-of","wmId":825165,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-117504793","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Voovode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4785f1d5d0b82aa0bceed046bdc545dfa2a0f1870ecd8451f85cc719d39ba20.jpg","name":"Alex Gkiouros"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2314349515","wmProperty":"like-of","wmId":825166,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2314349515","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lopes_md","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11c695167b97c5af44c2ba368196051ba75ee22942fad6ffd013f584983e9d83.jpg","name":"Marcelo Lopes, MD, PhD, MPH"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1062249974","wmProperty":"like-of","wmId":825164,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1062249974","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SanjevRajaram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c065322b70ba6519c69813cacb6d195c1a5f41c973b7800a2d47745b7187795.jpg","name":"Sanjev Rajaram"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/245217900","wmProperty":"like-of","wmId":825162,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-245217900","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/timelyportfolio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d061edf1bbf4012e1e566cec647a2d5b7abbc134078430a597c3ece91a235ac.jpg","name":"timelyportfolio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2335619948","wmProperty":"like-of","wmId":825163,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2335619948","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BeerWithSubs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e619bba44d550f074ab3512eae71755c4475cab9172bcbfd11a521219f3a3c82.jpg","name":"Trevor Johnston"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2854969610","wmProperty":"like-of","wmId":825160,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2854969610","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JrBoc18","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09359222f9709df04b6902692368274b704b4eb08defcef1db27435e114e05e9.jpg","name":"Jr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/327436661","wmProperty":"like-of","wmId":825161,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-327436661","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ndrsllwngr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec976a4fe70d544b0f08ae3542c428a44afb47435067b338cfd81abc13d2f319.png","name":"Andreas Ellwanger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/135717947","wmProperty":"like-of","wmId":825159,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-135717947","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lisandrofalconi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d937dfcebcc7cf00c157fefcf156e5036cd97a0b5c84f0d768121084ee5a5959.png","name":"Lisandro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1010151737418608640","wmProperty":"like-of","wmId":825158,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1010151737418608640","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stewartli3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9160e16370888df82103be3b73dca93c0b0b018d80348a52820c4d252361f8d8.jpg","name":"stewartli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16167590","wmProperty":"like-of","wmId":825157,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16167590","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lucatorella","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc64944e04a86deb1c7af82012afa3386ccabe11840d3c4a6e7079b3e5822e69.jpg","name":"Luca Torella"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17062069","wmProperty":"like-of","wmId":825156,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17062069","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hola_soy_milk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/956cd458c60cff7a31936c4f49cd5ce868105bc3b117c8ca6d8f9967a9b0dbc6.png","name":"Ramón Huidobro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1271097954221174790","wmProperty":"like-of","wmId":825154,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1271097954221174790","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BewTechnologies","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f7e0bbf26f52b239ed1385d876b69b1e100e3853ae5790dd552adbe4c38a842.png","name":"Bew Technologies"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43807406","wmProperty":"like-of","wmId":825155,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43807406","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mattos_leonardo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15cb61860f538fcbff23c43c3493598cf37824d59c20735264b1b8bd090f1ab8.jpg","name":"Leonardo Mattos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1115475163544469504","wmProperty":"like-of","wmId":825153,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1115475163544469504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ivanq3w","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ivan Que"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/945333475850248193","wmProperty":"like-of","wmId":825151,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-945333475850248193","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arieda_muco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f98ab9cffef09ffef324e77984a3b07b81220a8e792b7a1c6bcdd818d4785b4f.jpg","name":"Arieda Muço"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/48659923","wmProperty":"like-of","wmId":825152,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-48659923","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dbalouek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce2c7350daae9519ffe2aa2547bf7ba4da562b047fc9cff4a020c4be42f5302f.jpg","name":"Daniel Balouek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4888856205","wmProperty":"like-of","wmId":825150,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4888856205","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vvendra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59e7360e011e413261e58a71892c3f7c9271246ba9c9a31658217969ac7d9e7a.png","name":"Vini Vendramini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1122063852","wmProperty":"like-of","wmId":825149,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1122063852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iqu10timesaday","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0659ad7c84fa005733ae1c27a6d7e61be366f06294654e23a00978fd7c768bab.jpg","name":"Bernardi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1248247196895543298","wmProperty":"like-of","wmId":825147,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1248247196895543298","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pxcz4","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee5a5700b7271bb38852b5e8a37e9c1f141b086fbc76125f14b7a591f9e76aa0.jpg","name":"Intel UHD Graphics"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1220723566586417152","wmProperty":"like-of","wmId":825148,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1220723566586417152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NiranjanaShash1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1f773a1ae2c59040c6ae367acf44906b76bb8737e5dd9c88857a59e512725cc.jpg","name":"Niranjana Shashikumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/528867557","wmProperty":"like-of","wmId":825146,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-528867557","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KennethFechter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/466aba0f08f379afaaa8e823d97b50ee4214e4d60b99324b75e02f54146f7ee3.jpg","name":"Kenneth Fechter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2667470198","wmProperty":"like-of","wmId":825144,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2667470198","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EmilKylander","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce9c1390aa004b7cf0ff06881a0c237f6ed7dd5dfde4fc6c340f2e00d3b749c3.jpg","name":"Emil Kylander"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18873746","wmProperty":"like-of","wmId":825145,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18873746","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kevinmaarek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb87c2a5dd8888f676a9950722ff737ce7decb4e6c3af94392eb56c0fe7929bb.jpg","name":"Maarek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/780824211090644992","wmProperty":"like-of","wmId":825143,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-780824211090644992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/abshkjha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d03b5bb64b864b79c1939c42d577b0543bf1f277fd09a2894eec2c5fc8cd966d.jpg","name":"Abhishek Jha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1135941356537487361","wmProperty":"like-of","wmId":825142,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1135941356537487361","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/antinomyone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6219a9d93848ce5ae4df664b83951a890fd49e547dc8e9cb2c6126b446d6daa2.jpg","name":"AntinomyOne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/230098001","wmProperty":"like-of","wmId":825141,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-230098001","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gjambet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/367fd8acd0283f4d0d04cbc106ce2788e21a829ad212b9b18e5b66919e196c32.jpg","name":"Guillaume Jambet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1279740238458507265","wmProperty":"like-of","wmId":825140,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1279740238458507265","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pentahombre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68ebb44caace7ae7db20d9e2479f3713b25909af6ee9bb8f5cbecbab0b01b96a.jpg","name":"pentahombre"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14833098","wmProperty":"like-of","wmId":825139,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14833098","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davereed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e2ed9c497d70aa0b10399ddfa6524f0ca36e1d0696051acafef582a93f9be26.png","name":"davereed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/236216227","wmProperty":"like-of","wmId":825138,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-236216227","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thecompanydream","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c4385828c340506606e6f82442e9bc629136b8bfa68eb17bb13bddbf24f0efa.jpg","name":"BLM OxKing8080✊🏿"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4910982182","wmProperty":"like-of","wmId":825136,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4910982182","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ganesh6693","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47105fb0303308726a71e32cfeadfa0263e38e1f862bfba589959b3e295e784e.jpg","name":"Ganesh M Chippa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/324643061","wmProperty":"like-of","wmId":825137,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-324643061","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/monkeysort","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/acf5e93d3c862981718c4d350b8e253c8db42bdd4805b33f7be5aa8074be8022.png","name":"Derek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/119379095","wmProperty":"like-of","wmId":825135,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-119379095","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AshLindley","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04c6a406cfee0d2636b409c8fd6ad9834aa32ac885530948c8cdb8cbf853cfac.jpg","name":"Ashley Lindley"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125319421","wmProperty":"like-of","wmId":825134,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125319421","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/voevodin_yura","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d3f7c5796c3ccbc317f3e77f32c2c78267ece378289a8d550e9a72ab7e3a7bb.jpg","name":"Yura Voevodin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1067338751893037056","wmProperty":"like-of","wmId":825132,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1067338751893037056","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ileanacodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abeafaaec2498d7580f78b378e2cce2255876e0638e4df1df61c35307dd93731.jpg","name":"ileana.html.erb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/244345206","wmProperty":"like-of","wmId":825133,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-244345206","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lizzieredford","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff434fb5945e1a69258f36586198fc34245220aec4414f53bd19651da1bbf9de.jpg","name":"Lizzie Redford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1224348022714388481","wmProperty":"like-of","wmId":825131,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1224348022714388481","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FANING2020","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e17d8dc0ebbf16eb3021a07193ad11f1d209d03f76f722540dbdbe05408c38fb.jpg","name":"🗽FENING 🌠"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1710980064","wmProperty":"like-of","wmId":825129,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1710980064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pietrobiroli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10f583eb15bccd921a452fb703848564639e4e68d3d344e8f0ed71976c03be4d.jpg","name":"Pietro Biroli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282289953368494080","wmProperty":"in-reply-to","wmId":825130,"type":"entry","url":"https://twitter.com/Ekwatches/status/1282289953368494080","likeOf":null,"author":{"url":"https://twitter.com/Ekwatches","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Elangkumaran"},"published":"July 12, 2020","content":{"text":"@kirubaspace"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282284585682964482","wmProperty":"repost-of","wmId":825118,"type":"entry","url":"https://twitter.com/m0duket/status/1282284585682964482","likeOf":null,"author":{"url":"https://twitter.com/m0duket","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3fc1bfdc36372efbb6d2fbb2c599353d71f474b3affcdb91631e6c44e4de41fc.jpg","name":"monique."},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282275045948235776","wmProperty":"repost-of","wmId":825117,"type":"entry","url":"https://twitter.com/johnmclevey/status/1282275045948235776","likeOf":null,"author":{"url":"https://twitter.com/johnmclevey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7e3a0357fb62318d393f8f79809ced8d4be685b3107404806b9e76dc459eefa0.jpg","name":"John McLevey"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282275886583164934","wmProperty":"repost-of","wmId":825115,"type":"entry","url":"https://twitter.com/FANING2020/status/1282275886583164934","likeOf":null,"author":{"url":"https://twitter.com/FANING2020","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e17d8dc0ebbf16eb3021a07193ad11f1d209d03f76f722540dbdbe05408c38fb.jpg","name":"🗽FENING 🌠"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282275734862663680","wmProperty":"repost-of","wmId":825116,"type":"entry","url":"https://twitter.com/labeveryday/status/1282275734862663680","likeOf":null,"author":{"url":"https://twitter.com/labeveryday","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8274767a7e03b1fe25cf3198bb1d2fc0a9dceb3eae818b3b9e422b869807fe9.jpg","name":"Du'An Lightfoot"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282277694202413058","wmProperty":"repost-of","wmId":825113,"type":"entry","url":"https://twitter.com/baruica/status/1282277694202413058","likeOf":null,"author":{"url":"https://twitter.com/baruica","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0fd9be1cda3717c2089d2d3fa9a6e1bcd929d56ea930d9a30fd6bb55e5253b6d.jpg","name":"Nelson da Costa"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282276826195214336","wmProperty":"repost-of","wmId":825114,"type":"entry","url":"https://twitter.com/sptripathiiet/status/1282276826195214336","likeOf":null,"author":{"url":"https://twitter.com/sptripathiiet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70a4cc01bb8a841f3d30b2e6eae1b989461b3bf36abc0168d8041d9995bc00c9.jpg","name":"Surya Prakash Tripathi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282279669564407808","wmProperty":"repost-of","wmId":825111,"type":"entry","url":"https://twitter.com/Karl_ITNerd/status/1282279669564407808","likeOf":null,"author":{"url":"https://twitter.com/Karl_ITNerd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58ed23bd61f7145deb3735ef5f9d389ad21ccb045b37e219b18339f391d4357c.jpg","name":"Karl Cooke"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282278205555171329","wmProperty":"repost-of","wmId":825112,"type":"entry","url":"https://twitter.com/dikatlon/status/1282278205555171329","likeOf":null,"author":{"url":"https://twitter.com/dikatlon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55bc84aba647ca0f2023db6478ef227589271f3938c764a5aba031ae44242675.jpg","name":"Joel M"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282283138262106113","wmProperty":"repost-of","wmId":825110,"type":"entry","url":"https://twitter.com/er1p/status/1282283138262106113","likeOf":null,"author":{"url":"https://twitter.com/er1p","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbf8cc818462ce646f8114e8c3ac2921f0abf31b3494e1a73c74f7ab9078738a.jpg","name":"Dr. Erik Riedel"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282284133507629058","wmProperty":"repost-of","wmId":825109,"type":"entry","url":"https://twitter.com/charlieeddus/status/1282284133507629058","likeOf":null,"author":{"url":"https://twitter.com/charlieeddus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e51fef4940e91bc13bbfa56d68fa8381938312cba77919ae45c7ec9f6064063.jpg","name":"Charlie Eddus"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282284314244403200","wmProperty":"repost-of","wmId":825107,"type":"entry","url":"https://twitter.com/raheleh_s/status/1282284314244403200","likeOf":null,"author":{"url":"https://twitter.com/raheleh_s","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12e70ed15dad75cacb0d33cdcfb158d2a57ddae3341c241b92026894c71c7587.jpg","name":"Raheleh"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282284193746087936","wmProperty":"repost-of","wmId":825108,"type":"entry","url":"https://twitter.com/BewTechnologies/status/1282284193746087936","likeOf":null,"author":{"url":"https://twitter.com/BewTechnologies","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f7e0bbf26f52b239ed1385d876b69b1e100e3853ae5790dd552adbe4c38a842.png","name":"Bew Technologies"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282286035892867075","wmProperty":"repost-of","wmId":825106,"type":"entry","url":"https://twitter.com/antinomyone/status/1282286035892867075","likeOf":null,"author":{"url":"https://twitter.com/antinomyone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6219a9d93848ce5ae4df664b83951a890fd49e547dc8e9cb2c6126b446d6daa2.jpg","name":"AntinomyOne"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282259518144090113","wmProperty":"repost-of","wmId":825093,"type":"entry","url":"https://twitter.com/mja/status/1282259518144090113","likeOf":null,"author":{"url":"https://twitter.com/mja","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e969368c76278fe20f9eaf861ee025b1e2d27353d7efe5733d30113dcd75632b.jpg","name":"Mark James Adams"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282263160213450758","wmProperty":"repost-of","wmId":825091,"type":"entry","url":"https://twitter.com/michalczukm/status/1282263160213450758","likeOf":null,"author":{"url":"https://twitter.com/michalczukm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84f58fb8475ae1a82b3ad131ea1e20ad16b14c3e72cb8635442c22fd4d51f78c.png","name":"Michał Michalczuk"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282259636364742656","wmProperty":"repost-of","wmId":825092,"type":"entry","url":"https://twitter.com/GGrell/status/1282259636364742656","likeOf":null,"author":{"url":"https://twitter.com/GGrell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5697c9aff43d6742b4b356a33ff44bea2a76bff8adb306093c51840804d5e87d.jpg","name":"Gyuri Grell #BLM"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282264150241153024","wmProperty":"repost-of","wmId":825090,"type":"entry","url":"https://twitter.com/heybartlemay/status/1282264150241153024","likeOf":null,"author":{"url":"https://twitter.com/heybartlemay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57ec265a05d8ff4e65dab7c0eac2e86d8d27a9e697571f8767b0f7ac764a1d1c.jpg","name":"heybartlemay"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282264403040251905","wmProperty":"repost-of","wmId":825089,"type":"entry","url":"https://twitter.com/char_greenman/status/1282264403040251905","likeOf":null,"author":{"url":"https://twitter.com/char_greenman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94a898509b212d210f7044b15b9650b85ce465a1645dbba46ae38e00d08f0d50.jpg","name":"Charlie Greenman®️"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282264747287744512","wmProperty":"repost-of","wmId":825088,"type":"entry","url":"https://twitter.com/kharrison/status/1282264747287744512","likeOf":null,"author":{"url":"https://twitter.com/kharrison","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c05e2422c5d76f2e0ceddcc947e8b39fe174b06232e4230573a7d20d3eab1fd8.jpg","name":"Keith Harrison"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282267194307551233","wmProperty":"repost-of","wmId":825087,"type":"entry","url":"https://twitter.com/nikheasentry/status/1282267194307551233","likeOf":null,"author":{"url":"https://twitter.com/nikheasentry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d47f9ffeb8c26311c93dbf2cfc3d1cd63788cdba4eb25d8dff2a0126b5ce2ff.jpg","name":"Imonikhea Ugbodaga"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282267399102881792","wmProperty":"repost-of","wmId":825086,"type":"entry","url":"https://twitter.com/furtadobb/status/1282267399102881792","likeOf":null,"author":{"url":"https://twitter.com/furtadobb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8721ae9de5255b4c53aa774ba701f9ee4e3f501d36f95ceb8693dcbaad6c075b.jpg","name":"Bernardo Furtado"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282267544867368960","wmProperty":"repost-of","wmId":825085,"type":"entry","url":"https://twitter.com/sunnypatel_dev/status/1282267544867368960","likeOf":null,"author":{"url":"https://twitter.com/sunnypatel_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62ae66f5ffcc03b8d9399c1a8db8023ca59ddc3508d7ffe1035e80620417dc07.jpg","name":"Sunny Patel"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282267554745122816","wmProperty":"repost-of","wmId":825084,"type":"entry","url":"https://twitter.com/izzetborakis/status/1282267554745122816","likeOf":null,"author":{"url":"https://twitter.com/izzetborakis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5465ba94b4e3be7f0163508e16172c87768f6f3fdfbc6247f77e1e3a308e6330.jpg","name":"Bora Kış"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282268045197692928","wmProperty":"repost-of","wmId":825083,"type":"entry","url":"https://twitter.com/farainco/status/1282268045197692928","likeOf":null,"author":{"url":"https://twitter.com/farainco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a8fba9bc285ad97e948a7768733f4fc0bad08d316ccd047465f24290c420c3c.jpg","name":"Farainco"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282269812048244739","wmProperty":"repost-of","wmId":825082,"type":"entry","url":"https://twitter.com/wizardamigos/status/1282269812048244739","likeOf":null,"author":{"url":"https://twitter.com/wizardamigos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19646057875a8d36eb3e97cfc129500bef58efafc187dd70dc13cb6e14e8f04c.jpg","name":"Wizard Amig@s"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282273266338496512","wmProperty":"repost-of","wmId":825080,"type":"entry","url":"https://twitter.com/sun_yidan/status/1282273266338496512","likeOf":null,"author":{"url":"https://twitter.com/sun_yidan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9afe9f2c472205f7917973c87d293e80da39626236b7df903322f867603d108.jpg","name":"Yidan Sun"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282270722245550081","wmProperty":"repost-of","wmId":825081,"type":"entry","url":"https://twitter.com/POSTYSETU/status/1282270722245550081","likeOf":null,"author":{"url":"https://twitter.com/POSTYSETU","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c38c06fc2c812f1d3d680bf52c1f389deeb81ea8ecbc9abbc3f81327d2a4893.jpg","name":"Bunny XD"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/223158445","wmProperty":"like-of","wmId":825078,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-223158445","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/madve2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b5f1fb46af224f38bddf36fcd9cd92be54a9a0ff5676696748be8217eae864e.jpg","name":"Daniel Kis-Nagy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1276360556870610945","wmProperty":"like-of","wmId":825079,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1276360556870610945","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RaheelDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/237ba85fb39647c9211bb1d5f42936a2d67693d434979c3622f7412fb6187da4.jpg","name":"Raheel Khan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/268409056","wmProperty":"like-of","wmId":825077,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-268409056","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/furtadobb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8721ae9de5255b4c53aa774ba701f9ee4e3f501d36f95ceb8693dcbaad6c075b.jpg","name":"Bernardo Furtado"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/140009791","wmProperty":"like-of","wmId":825076,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-140009791","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hemanthsai0307","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad428025e5ceef94e1e3ba658136680528898facfb96cf91894363032ea8e25c.jpg","name":"Sai Hemanth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/47337524","wmProperty":"like-of","wmId":825074,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-47337524","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ali_hen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb60cacae82e1577575b58b8c67f5353d131953e54d896969a1af2b3beb934c5.jpg","name":"Alastair Hendricks"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3187968551","wmProperty":"like-of","wmId":825075,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3187968551","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/I_am_AhmadS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5edf02bd7e0517cbd212287c6e06c109b4072f05d44f970ae39834ffdd64f72e.png","name":"Ahmad Saleem"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1627815290","wmProperty":"like-of","wmId":825073,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1627815290","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/michalczukm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84f58fb8475ae1a82b3ad131ea1e20ad16b14c3e72cb8635442c22fd4d51f78c.png","name":"Michał Michalczuk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1612704416","wmProperty":"like-of","wmId":825072,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1612704416","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nico_amiri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43b505e6107994802f66fef0bbea2df4f5d12cfd35e9e91773b27a3ea4c834fa.jpg","name":"Nico 🇪🇺🌹🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40305232","wmProperty":"like-of","wmId":825070,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40305232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dark_axl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ea37aadbe4a9384e772c5bb59fe52d21880912d9fe1203d3cd0fe0554741d6b.jpg","name":"Alex Callejas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2523083220","wmProperty":"like-of","wmId":825071,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2523083220","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jmattschey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cf9ed2498bf15049b6b26ea540bc6e9da7e41f1a6a4a2649861f80aaa4f0322.jpg","name":"Dr Jennifer Mattschey 🇩🇪🏴󠁧󠁢󠁳󠁣󠁴󠁿🇪🇺🏳️‍🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/30585652","wmProperty":"like-of","wmId":825069,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-30585652","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FossilizedDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4893a71ff79bc52e38eabfdfa8178f716c8bd5a638c3b304671fff1ba5cbd03d.png","name":"Carlos E. Barboza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/584079201","wmProperty":"like-of","wmId":825068,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-584079201","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/coksosyal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/49875638bfd60c54e64829f4c5b10b6f4664ffe1616784d94502e5482f79f172.jpg","name":"Monsieur AA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/759466904100696064","wmProperty":"like-of","wmId":825067,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-759466904100696064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eni4sure","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e7e9979f89fcc00b310fd70af354f0b738879ec52e8b9bed00d9fbdcf7c27f0.jpg","name":"Eniola Osabiya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/582730310","wmProperty":"like-of","wmId":825066,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-582730310","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MutyaQurratu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/625f73dfc9bc77efe3b432a02ed4d1aad7478fdff7979c0b7e0245c9de6ff5a6.jpg","name":"Mutya Qurratu'ayuni"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/36013156","wmProperty":"like-of","wmId":825065,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-36013156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SeRcCaN","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6dc7ca92da1d7fab90fb437035cf77c916b78987be475912a160525b5363d0ed.jpg","name":"Sercan Burak AĞIR"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1205484030298329088","wmProperty":"like-of","wmId":825064,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1205484030298329088","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EilidhFummey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f4e07a5ca6d4e67a5ff600dbe3b4af146188256c7fb8667d59770656fa4cd39.jpg","name":"Eilidh Fummey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1277525518347317248","wmProperty":"like-of","wmId":825063,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1277525518347317248","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/paxrex33","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12501cf80e6d55cab1ac47bdd10315e52089a19d6349d621c9c5edfc0ba51189.jpg","name":"paxrex33"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43004028","wmProperty":"like-of","wmId":825062,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43004028","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mfpalladino","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/13c3a7532d312a05725ece5b0d7f19da8d258e9584deb2498740985e116784e8.jpg","name":"Marcelo Palladino"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2364641618","wmProperty":"like-of","wmId":825060,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2364641618","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ostapyshyn_V","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Volodymyr Ostapyshyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14378653","wmProperty":"like-of","wmId":825061,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14378653","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vinnycoyne","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a5346292595c0667a28a04da464bd3f30a9c3d75dbbb2fe193ae73052f41af3b.jpg","name":"Vinny Coyne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3033251831","wmProperty":"like-of","wmId":825059,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3033251831","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bruno_nicenboim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/37eae59704761cb9d3b4c38e3a9a9055e2ff393165e898c9cda004ab1fcaba8b.jpg","name":"Bruno Nicenboim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/957197224097624064","wmProperty":"like-of","wmId":825058,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-957197224097624064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RocktimSaikia10","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09f1f3ff2586c3324490a103304b7972f0b3e864f6e82937122d73366a3affb7.jpg","name":"Rocktim Saikia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/469469840","wmProperty":"like-of","wmId":825057,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-469469840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Lancel0te","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f0886b24f62659eb5014e3a2b29241c27f0a6625df4469ea070be99ae80bd6c.jpg","name":"Pavel Karateev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/153023304","wmProperty":"like-of","wmId":825056,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-153023304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/just_bondarenko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b5a52521049f41615b469d6f942660a70ed50dd06899c0e4ae45f0c1a0c450c.jpg","name":"Andrii Bondarenko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/285273407","wmProperty":"like-of","wmId":825054,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-285273407","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akash1810","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44480c7f34aa221ad6b89938688a0295e2e269f15294ee15d7dac3a8e912344f.jpg","name":"akash askoolum"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1891624285","wmProperty":"like-of","wmId":825055,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1891624285","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nauaros","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b12957fad0489e8e446e5f23de8a1db18b8d734ea95c0bc72b2bc4c278fff76.jpg","name":"Naufal Aros"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2962828127","wmProperty":"like-of","wmId":825052,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2962828127","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/char_greenman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94a898509b212d210f7044b15b9650b85ce465a1645dbba46ae38e00d08f0d50.jpg","name":"Charlie Greenman®️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9579832","wmProperty":"like-of","wmId":825053,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9579832","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dennet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/769670ab32e62d1535a7a62bc760ac2a733f9c17721131de47482a0fea0b23d8.jpg","name":"dennet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/823644602292903938","wmProperty":"like-of","wmId":825051,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-823644602292903938","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NeatWitTweet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a341ecc08d310df58576f97762b3275165737f129cb5814baca276b7cec1ff2.jpg","name":"שטחו את העקומדע פאקר 🌊🌊"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3299875091","wmProperty":"like-of","wmId":825050,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3299875091","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DiawaraGuile","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ff5e00854cf1ed96cc452c2721a7d2c6a62a9644cb3afafb7cde4c1b373ec12.jpg","name":"DIAWARA GUILE"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1139532938377388032","wmProperty":"like-of","wmId":825049,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1139532938377388032","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fele_omolola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4c7083086b7fe0135e2cd0e4ff62beaf71f86b5668a47e1d632282062664614.jpg","name":"Fele Omolola (){}"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/151081600","wmProperty":"like-of","wmId":825048,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-151081600","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/orelzion","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/174380b349c51661f287c723e2ca7ff87be410988a510c630caab897047dd6da.jpg","name":"Orel Zion"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2859560603","wmProperty":"like-of","wmId":825046,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2859560603","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TCvetkovic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc45209a7e86a64cc0f4797f1e5f88887176fb2700c0a38e15feccfcbca063b1.jpg","name":"Tomislav Cvetkovic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/231962354","wmProperty":"like-of","wmId":825047,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-231962354","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/izh_mash","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a157b4e2200ae0d17a73edf936e9383eb27b71bd7f2605fdb00815e270de1a4.png","name":"Alexander Ignition"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/148697239","wmProperty":"like-of","wmId":825044,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-148697239","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/muhammadhameed_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/751966f742df1b73c17d28ab42078d2f967deb9467ccd41a45e7126dab85d379.jpg","name":"Muhammad Hameed Sarwar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1013259862002753538","wmProperty":"like-of","wmId":825045,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1013259862002753538","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/a_verdicchio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1539e79fed3428d1e0aac9139b8a6f9edc58b68be287cf4dc8572b10f31096bb.jpg","name":"Antonio Verdicchio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125107613","wmProperty":"like-of","wmId":825043,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125107613","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sunny_esquire","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"sunnyesquire"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/175051155","wmProperty":"like-of","wmId":825042,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-175051155","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aosaiah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcdab515cb1446062aaeea3c0d54f8d2dc09aa130b25d00d92b580c07f484e56.jpg","name":"Ayo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/956596116509741057","wmProperty":"like-of","wmId":825041,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-956596116509741057","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/POSTYSETU","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c38c06fc2c812f1d3d680bf52c1f389deeb81ea8ecbc9abbc3f81327d2a4893.jpg","name":"Bunny XD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14410845","wmProperty":"like-of","wmId":825040,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14410845","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GGrell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5697c9aff43d6742b4b356a33ff44bea2a76bff8adb306093c51840804d5e87d.jpg","name":"Gyuri Grell #BLM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21075017","wmProperty":"like-of","wmId":825039,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21075017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/allu22","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Alvar Ηansen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/406916109","wmProperty":"like-of","wmId":825037,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-406916109","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dilorias","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b1a54f83829f34537303413491c9eaa8806bf3ce823df85427607d2cad49cf3b.jpg","name":"Dmitry Lobanov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3235031","wmProperty":"like-of","wmId":825038,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3235031","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rnnbrwn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1be846083ea2aa6b42f9df1a9755061dcb8a54a137a920f34bfe03b8acb607c5.png","name":"Ronnie Brown"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1062087819810750464","wmProperty":"like-of","wmId":825036,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1062087819810750464","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/paultech4u","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a406430ffb365df0273216c8b769e191bc010a2ef3621d919ebb0bfd96b8d79.jpg","name":"P A U L S I M O N"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11346662","wmProperty":"like-of","wmId":825034,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11346662","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/civax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d4613a76abecaaf179a6fd88cbe38fdf245be410ab147fd56b2ee87aebacc3f.jpg","name":"Civax"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1192151967340138497","wmProperty":"like-of","wmId":825035,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1192151967340138497","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/heybartlemay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57ec265a05d8ff4e65dab7c0eac2e86d8d27a9e697571f8767b0f7ac764a1d1c.jpg","name":"heybartlemay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1108074601052024832","wmProperty":"like-of","wmId":825033,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1108074601052024832","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jokecoder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/498ec61de784cb53276f17714ec813eb5b288672de229eaa4dbfa058924026d4.jpg","name":"Shakhzod"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1021423515998670849","wmProperty":"like-of","wmId":825032,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1021423515998670849","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/T_Anil_Kumar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa8d5423a2bc5abffed108974e6ac464a09c068847a26ea7cffc0402d34d16ce.png","name":"ANIL KUMAR"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15326268","wmProperty":"like-of","wmId":825030,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15326268","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cdanis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6d1dd188dbd39b29ae30fb37c8c28991a294faa37248aa616d03fe51efe8523.jpg","name":"Chris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14562233","wmProperty":"like-of","wmId":825031,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14562233","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jpurnell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0754121882dd3bce70c474241058bc0d03d3f83ddbf0e4959acff19db9bd1372.jpg","name":"Justin Purnell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/124418701","wmProperty":"like-of","wmId":825029,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-124418701","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/benjipetit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9d6bfcc0b4a6f10df0d82205b0e2d49c5b91167b12b0963743658947df1a4a0.jpg","name":"Benjamin Petit"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/90618082","wmProperty":"like-of","wmId":825027,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-90618082","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sunnypatel_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62ae66f5ffcc03b8d9399c1a8db8023ca59ddc3508d7ffe1035e80620417dc07.jpg","name":"Sunny Patel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/86382990","wmProperty":"like-of","wmId":825028,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-86382990","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mohanad7afiz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b51e07ad3feef852ae46b63a4f999231dda72341f406889d1f87784fdb20156d.jpg","name":"Mohanad I مهند"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1314437634","wmProperty":"like-of","wmId":825026,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1314437634","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Shivipmp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d47441440351983ce4f10ae396fcd2ee599daca7c2b89af0ab46ac3f6f684de.jpg","name":"Shivi Bhatia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2933455336","wmProperty":"like-of","wmId":825025,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2933455336","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ochiengd_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f800e9fac40ed109b16dcae1aebfd744606339b97b80152a1ab268a848c22c68.jpg","name":"diggital"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1048044064208244736","wmProperty":"like-of","wmId":825023,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1048044064208244736","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/0x80070490","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"0x80070490"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1241360440438870023","wmProperty":"like-of","wmId":825024,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1241360440438870023","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/riuniquechan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44f16210ce2f3204d15ad6ac2f74090c2ffca36cf4dc34b0384c37417cae92d5.jpg","name":"Ritz Culanag"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3198943881","wmProperty":"like-of","wmId":825021,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3198943881","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wizardamigos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19646057875a8d36eb3e97cfc129500bef58efafc187dd70dc13cb6e14e8f04c.jpg","name":"Wizard Amig@s"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3164929118","wmProperty":"like-of","wmId":825022,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3164929118","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jatin161991","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b3c2d8204fa968abb7751f6ee5a018e7c5de79817a7c2d6c5626a8b344ecddd2.jpg","name":"Jatin Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19076204","wmProperty":"like-of","wmId":825019,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19076204","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/helloilya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/442bf22bc03f1681e7076e34046c814dd0577f9073818fe34793cea0ff8fbaae.jpg","name":"Ilya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282267375534870530","wmProperty":"in-reply-to","wmId":825020,"type":"entry","url":"https://twitter.com/turgs/status/1282267375534870530","likeOf":null,"author":{"url":"https://twitter.com/turgs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62501520d77b181f3276b905588d183d7059c49c900c4125b4bee9aed98c4656.png","name":"Tim"},"published":"July 12, 2020","content":{"text":"This is awesome!!! We play Chess on mine. Want to take the next move? github.com/timburgan"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282247117084426240","wmProperty":"repost-of","wmId":825002,"type":"entry","url":"https://twitter.com/vtourraine/status/1282247117084426240","likeOf":null,"author":{"url":"https://twitter.com/vtourraine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed999427694dfaf2a1d4c48f7e91daa736c534b9e6adf110d4ab06c0616525c3.jpg","name":"Vincent Tourraine"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282248216545640449","wmProperty":"repost-of","wmId":825001,"type":"entry","url":"https://twitter.com/faizmokh/status/1282248216545640449","likeOf":null,"author":{"url":"https://twitter.com/faizmokh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d53c511b1365289955e55a25e3c16b81f9295994c5c3608c2cacc6d1e7dd6b7.jpg","name":"Faiz Mokhtar 👨‍💻"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282248616766140416","wmProperty":"repost-of","wmId":825000,"type":"entry","url":"https://twitter.com/bazscott/status/1282248616766140416","likeOf":null,"author":{"url":"https://twitter.com/bazscott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/668ad86484e627dafa27ecd6c76cac71c93bef86bc3e1b9bb792883579ef1404.jpg","name":"Baz in 🦠🔑⬇️😢"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282248635703595013","wmProperty":"repost-of","wmId":824999,"type":"entry","url":"https://twitter.com/NIASSIBRAHIMA/status/1282248635703595013","likeOf":null,"author":{"url":"https://twitter.com/NIASSIBRAHIMA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b22abca470465ee839bf6811b4b7a427a53d49b3cc3503210e867e820b5e1231.jpg","name":"IBRAHIMA NIASS"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282248939505438720","wmProperty":"repost-of","wmId":824998,"type":"entry","url":"https://twitter.com/BenBoecker/status/1282248939505438720","likeOf":null,"author":{"url":"https://twitter.com/BenBoecker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8952b8fc907a3fffa6f2abead995f9a73e183e9ad40287651a5ac76fd2a9116.jpg","name":"Ben Böcker"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282250088031621120","wmProperty":"repost-of","wmId":824997,"type":"entry","url":"https://twitter.com/ImperialRSE/status/1282250088031621120","likeOf":null,"author":{"url":"https://twitter.com/ImperialRSE","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28156f0003f2a8da3c41d679bb726cbc1f672c4e9641a1229771e21c0c246f34.jpg","name":"RSE at Imperial College"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282250211641962498","wmProperty":"repost-of","wmId":824996,"type":"entry","url":"https://twitter.com/iSpellcaster/status/1282250211641962498","likeOf":null,"author":{"url":"https://twitter.com/iSpellcaster","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12bbd5f3e6a77389aba060e9953b7a94714cae233afb13aff693c4460c93439b.jpg","name":"Lennart Steinke"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282250440411947008","wmProperty":"repost-of","wmId":824995,"type":"entry","url":"https://twitter.com/anadalg/status/1282250440411947008","likeOf":null,"author":{"url":"https://twitter.com/anadalg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba9596605c6387a702f6ddd571728e2685d504139860ed6304de49729de6e651.jpg","name":"Albert Nadal Garriga"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282251273568493568","wmProperty":"repost-of","wmId":824994,"type":"entry","url":"https://twitter.com/Nasmayor/status/1282251273568493568","likeOf":null,"author":{"url":"https://twitter.com/Nasmayor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1e1e253dc6d56526354f15ab90689070f253ada7d31e2dc0c491596ee24967c.jpg","name":"Capt Nas."},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282252130599030792","wmProperty":"repost-of","wmId":824993,"type":"entry","url":"https://twitter.com/jmattschey/status/1282252130599030792","likeOf":null,"author":{"url":"https://twitter.com/jmattschey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cf9ed2498bf15049b6b26ea540bc6e9da7e41f1a6a4a2649861f80aaa4f0322.jpg","name":"Dr Jennifer Mattschey 🇩🇪🏴󠁧󠁢󠁳󠁣󠁴󠁿🇪🇺🏳️‍🌈"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282254679095877633","wmProperty":"repost-of","wmId":824992,"type":"entry","url":"https://twitter.com/rolandleth/status/1282254679095877633","likeOf":null,"author":{"url":"https://twitter.com/rolandleth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82be45e3651f95ac0cdaa69137f0a2dfbd66e4d66a6611ec9dc07872df02aac4.jpg","name":"Roland Leth"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282256060879974400","wmProperty":"repost-of","wmId":824991,"type":"entry","url":"https://twitter.com/civax/status/1282256060879974400","likeOf":null,"author":{"url":"https://twitter.com/civax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d4613a76abecaaf179a6fd88cbe38fdf245be410ab147fd56b2ee87aebacc3f.jpg","name":"Civax"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282257063649988608","wmProperty":"repost-of","wmId":824990,"type":"entry","url":"https://twitter.com/izh_mash/status/1282257063649988608","likeOf":null,"author":{"url":"https://twitter.com/izh_mash","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a157b4e2200ae0d17a73edf936e9383eb27b71bd7f2605fdb00815e270de1a4.png","name":"Alexander Ignition"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282257872886411264","wmProperty":"repost-of","wmId":824989,"type":"entry","url":"https://twitter.com/CappyAnderson/status/1282257872886411264","likeOf":null,"author":{"url":"https://twitter.com/CappyAnderson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3b2c0d0869c1b6ab28ca6f43c3d7ee7dfe5b7497128e67fadbfb6272959c6ad.jpg","name":"cappy anderson"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/91070528","wmProperty":"like-of","wmId":824988,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-91070528","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anadalg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba9596605c6387a702f6ddd571728e2685d504139860ed6304de49729de6e651.jpg","name":"Albert Nadal Garriga"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/37665843","wmProperty":"like-of","wmId":824987,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-37665843","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alvaromb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/710ef1b34aab89cfa3c651a5bb384c56cf97f31fc8739929f184f52972dfcf76.jpg","name":"Álvaro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1263159577228398592","wmProperty":"like-of","wmId":824986,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1263159577228398592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/supryantowp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf91231026e7e49fe4d3df635e76766bd7696854dc34e13e59fb3a88b4a2e730.png","name":"Supryanto"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1457843124","wmProperty":"like-of","wmId":824985,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1457843124","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/itsreekz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/455fa4d20c0b61f00806396be0411447f0d093dc32469d8b703a8f313a74cb99.jpg","name":"reekz🎬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1242261464481583104","wmProperty":"like-of","wmId":824983,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1242261464481583104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/paraneuma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0628dd44c8afd249b92244892f68239a0f6d0913ef411794069c01599b03789.jpg","name":"🦙"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1043586532144295936","wmProperty":"like-of","wmId":824984,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1043586532144295936","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Elbradey8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b82cf2b643829b25c860daae03502b2d830eda284673136c27c0f6b6c017244.jpg","name":"Abdullah Hussein"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3729538632","wmProperty":"like-of","wmId":824982,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3729538632","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DevInTheNorth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/364f5c477b6cdf547cef80dd700c5b9435c0fc777faada65e820d23db37c0662.png","name":"The dev in the north"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5663262","wmProperty":"like-of","wmId":824981,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5663262","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tarasis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2703bc79b14c86aaede2e3593cfb622882c2ceae29ec00782da568d87a859c3d.png","name":"Robert McGovern"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/374650576","wmProperty":"like-of","wmId":824980,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-374650576","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emil_bogren","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c720b7fff8576c495d68e66b95b31196e0b3e9f6e38a03d9e0f9b46c2a961aa8.jpg","name":"Emil Bogren"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21848684","wmProperty":"like-of","wmId":824979,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21848684","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iSpellcaster","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12bbd5f3e6a77389aba060e9953b7a94714cae233afb13aff693c4460c93439b.jpg","name":"Lennart Steinke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/47472893","wmProperty":"like-of","wmId":824978,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-47472893","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/michelnivard","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/372a81aded4e6fb35cf8125ad74f286ada8bb2be2e251813ac8a54877154fb2a.jpg","name":"Michel Nivard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4839150014","wmProperty":"like-of","wmId":824977,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4839150014","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mispotatogirl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34f6d5809f853497cf2a400212d8f8bffd9c70300a4eb5741592dcd3cc56684b.jpg","name":"jowannaaa ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/380897926","wmProperty":"like-of","wmId":824976,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-380897926","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NIASSIBRAHIMA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b22abca470465ee839bf6811b4b7a427a53d49b3cc3503210e867e820b5e1231.jpg","name":"IBRAHIMA NIASS"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/22900164","wmProperty":"like-of","wmId":824975,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-22900164","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dagmarfraser","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6b3718b514e66493fada4d3e7c78295368b5c36413cdbf39d89f80bdc194e99.png","name":"Dagmar Fraser"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/34575691","wmProperty":"like-of","wmId":824973,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-34575691","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mayaGBar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/449b8d725c6d405247f210a27f9cd28cf4b19b9b3822bd828c25c8e30db9a60c.jpg","name":"Maya Gershovitz Bar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/767382148080766977","wmProperty":"like-of","wmId":824974,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-767382148080766977","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shreyash_padhi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afb76426c06a8dee5b8ee19522d6c9c6b43f2ece204c277ad06e8b62c71fe540.jpg","name":"Shreyash Padhi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4040918063","wmProperty":"like-of","wmId":824971,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4040918063","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BenBoecker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8952b8fc907a3fffa6f2abead995f9a73e183e9ad40287651a5ac76fd2a9116.jpg","name":"Ben Böcker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/724950519123443712","wmProperty":"like-of","wmId":824972,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-724950519123443712","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alexandre_1887","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Alexandre G"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/184232335","wmProperty":"like-of","wmId":824970,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-184232335","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/liviucepan","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Liviu Cepan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3322771191","wmProperty":"like-of","wmId":824968,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3322771191","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ljayham","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7a1e7e08db4a5c97676740622a9ef12166ed5683cfe985038f532fa16374b65.jpg","name":"Jessy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/194179738","wmProperty":"like-of","wmId":824969,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-194179738","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lais_bsc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d99f20d97f002d021e789bf5be9d49e8c380fd98a3536443e53a22bfac61ecef.jpg","name":"Laís Carvalho"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4854976101","wmProperty":"like-of","wmId":824967,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4854976101","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CodeMacabre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d3d9980c6a6c8200e38ef2f7cb878aee43cac7911c505cbf32098a8b1ccf8628.jpg","name":"Myles Lewando"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1652447665","wmProperty":"like-of","wmId":824966,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1652447665","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_SamKiptoo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6b3f2b8e6a7f74de855e7a28e0f460e58e6770a0743544e4fc18cdba5bcd075.jpg","name":"Sam Kiptoo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1085626968194891781","wmProperty":"like-of","wmId":824964,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1085626968194891781","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SwiftyAlex","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8932b820429fe1b2f04c04a250a89d5b49a1c577b25341dde6eb54a1edebc5ed.jpg","name":"Alex ☕️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1047770673450504192","wmProperty":"like-of","wmId":824965,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1047770673450504192","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Monsieur_Sokeng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/175f513a3dae1863f728a0a0c3572bb62f42c26b5c4e2ff5db69a83b2d7de9a1.jpg","name":"heartefact"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1113439868829483008","wmProperty":"like-of","wmId":824963,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1113439868829483008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/w_omok","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3455d6598d1ceeed410cdb3560c3b35d832394794aecb1e506899336bf8960ef.jpg","name":"Will Omok"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/121383784","wmProperty":"like-of","wmId":824962,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-121383784","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/liconti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c7b84e9d7d232b04c7df5923badc57cec185de155c4862635de93333ddb17e6c.jpg","name":"Nino Liconti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1000463983726530562","wmProperty":"like-of","wmId":824961,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1000463983726530562","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ekwueme_justin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a27867cc41acf5c43bc33ef4fe56c78ae90a7f629dce44202ebc00e2171a07e.jpg","name":"justin▪Igwe of Toronto🇳🇬🇨🇦™️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/98166104","wmProperty":"like-of","wmId":824959,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-98166104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/satya_pavan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/933219b4d87a0f7fd3540ff46bcfd1c33b9cb3e173cfc277f6e530ac159a400d.jpg","name":"🧘🏽‍♂️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/306735681","wmProperty":"like-of","wmId":824960,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-306735681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/raahulshinde","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d5b768764ef7ae272ee68fea8d98c74aee2e53f1566cca690c56701efc0f0ba.jpg","name":"Rahul Shinde"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1096351769532252160","wmProperty":"like-of","wmId":824958,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1096351769532252160","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IAdrianKim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7a29913dcfa5cb882e8379b030806e38f0b677d254f0b5db62dbc71c044820d.jpg","name":"Adrian Kim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/983764661165314055","wmProperty":"like-of","wmId":824957,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-983764661165314055","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Thom_dev072","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f33192d8e9e7259ca87346e3982055111b2985e19610be11002e59d22b099c3.jpg","name":"Thom_dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1093024759833600001","wmProperty":"like-of","wmId":824955,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1093024759833600001","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PPheelips","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4f0c358d86b7dd027302a2f8b89d76bb53045d0e989ec753274300367dd5a39.jpg","name":"Pee_Pheelips"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/942698874677989377","wmProperty":"like-of","wmId":824956,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-942698874677989377","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bulat_olga","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Olga Bulat"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/202091156","wmProperty":"like-of","wmId":824953,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-202091156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/quincysmiith","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ec8e75dfdd3ec140d19b3baad5bf1acfcbb51bea1cc1a24cac48d7ba99169dc.jpg","name":"Marquin Smith"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/174303068","wmProperty":"like-of","wmId":824954,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-174303068","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MarcinBien","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Marcin Bień"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17350474","wmProperty":"like-of","wmId":824952,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17350474","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ls01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87662570f5b9c053cf1c0a0fa96d46e3b4bfb5d98b3dfbc1f29632337ce2cddf.jpg","name":"Laurent"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1097866183863234560","wmProperty":"like-of","wmId":824950,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1097866183863234560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Aby50781727","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Aby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/84227318","wmProperty":"like-of","wmId":824951,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-84227318","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlexandreTorres","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e85ed3f5c9565a5e77ad65cd8e00804c115d5ba7a1a7656fec01f4f94efbdb81.jpg","name":"Alexandre Torres"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1230946695367794689","wmProperty":"like-of","wmId":824949,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1230946695367794689","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DEI_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/925d3309aefbd7e405764c183e3581ca6b023f3f43cb17ce2ca3521807d2ff44.jpg","name":"DEI.dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3189627865","wmProperty":"like-of","wmId":824948,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3189627865","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MongeJp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0c93eca5ee187b6f4124deee85cb4a7b97cb32828f23072fa127d6063fa23248.jpg","name":"Jose Pablo Monge"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20377739","wmProperty":"like-of","wmId":824947,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20377739","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johnpeart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54d884327e48c4d4ac679eb4612f48ee7611081c66eb3ce134cb0b30e635ac63.jpg","name":"John Peart"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/871754309712662528","wmProperty":"like-of","wmId":824946,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-871754309712662528","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/proJosh001","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ecc39b26acb06e85f46d49fad7bc22430d82fbde33d4684f2eee87743bbf008d.jpg","name":"Joshua Osagie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/316595577","wmProperty":"like-of","wmId":824945,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-316595577","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MaNiiZZle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1bc8b76265ee2a261c98bff5541fe71bc1626928a1733201a3f7460c7a0bd96.jpg","name":"Alif ⚡️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2271816332","wmProperty":"like-of","wmId":824944,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2271816332","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/YazanAabed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1598dca87d67613dc6933b6d41e522646371be61f38bbab6079adcbaf93280e.jpg","name":"Yazan Aabed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2479841689","wmProperty":"like-of","wmId":824943,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2479841689","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eajusti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad51030479a2d656dfdc121f85977bf0da6356343b766a61f5643b08a8333598.jpg","name":"Eugenio A. Justi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/356048196","wmProperty":"like-of","wmId":824942,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-356048196","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lawremkenya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dbd7640d4893f2a530892c14c4fe75edb2ac1810247a8a2e4ba2676b876a4df3.jpg","name":"Just a citizen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/940043143470202880","wmProperty":"like-of","wmId":824941,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-940043143470202880","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sayak1e","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/675fe2b47c7c4bc67a51ba55a636dd9c08b06dec47860d374945ee6750a93ad4.jpg","name":"Sayakie 🎗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2588082962","wmProperty":"like-of","wmId":824940,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2588082962","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MelTranfield","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e12752b2690b1f99f31243fe727acd612303b5396dcce4863807fb223a6c108.jpg","name":"Mel ⚡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1273542546850021378","wmProperty":"like-of","wmId":824939,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1273542546850021378","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chaitan61756827","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29eacd5d0ec7f1e9fc20be4c0ef15f77f09b32b865a10e543321adcba70c74b2.jpg","name":"Chaitanya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/609056906","wmProperty":"like-of","wmId":824937,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-609056906","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/6uillemRoca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8da181555f347c3529c4bb60e89941631b5460d6a838b9b63dd653a34aaf2acb.jpg","name":"Guillem Roca"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/837700701602074624","wmProperty":"like-of","wmId":824938,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-837700701602074624","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ralasi_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19bef25f2f175212891f845c157ea1975be054208fc6e844c3fe827d009b1ac7.jpg","name":"Kanishka C"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282246377108656128","wmProperty":"repost-of","wmId":824932,"type":"entry","url":"https://twitter.com/orangutanprosp/status/1282246377108656128","likeOf":null,"author":{"url":"https://twitter.com/orangutanprosp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a70a20ffe5afad07603a643d95a3b3c6182726cf3ba0a8de0f9c9d2ec3cfb5e.jpg","name":"Orangutan Prosperity"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282238742699413504","wmProperty":"mention-of","wmId":824930,"type":"entry","url":"https://twitter.com/YazanAabed/status/1282238742699413504","likeOf":null,"author":{"url":"https://twitter.com/YazanAabed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1598dca87d67613dc6933b6d41e522646371be61f38bbab6079adcbaf93280e.jpg","name":"Yazan Aabed"},"published":"July 12, 2020","content":{"text":"Nice!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282242105881100290","wmProperty":"mention-of","wmId":824931,"type":"entry","url":"https://twitter.com/mayaGBar/status/1282242105881100290","likeOf":null,"author":{"url":"https://twitter.com/mayaGBar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/449b8d725c6d405247f210a27f9cd28cf4b19b9b3822bd828c25c8e30db9a60c.jpg","name":"Maya Gershovitz Bar"},"published":"July 12, 2020","content":{"text":"Looks good, I think I will try that."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282239610752577538","wmProperty":"repost-of","wmId":824929,"type":"entry","url":"https://twitter.com/MelTranfield/status/1282239610752577538","likeOf":null,"author":{"url":"https://twitter.com/MelTranfield","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e12752b2690b1f99f31243fe727acd612303b5396dcce4863807fb223a6c108.jpg","name":"Mel ⚡"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282240299906080769","wmProperty":"repost-of","wmId":824928,"type":"entry","url":"https://twitter.com/michelnivard/status/1282240299906080769","likeOf":null,"author":{"url":"https://twitter.com/michelnivard","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/372a81aded4e6fb35cf8125ad74f286ada8bb2be2e251813ac8a54877154fb2a.jpg","name":"Michel Nivard"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282240457473355777","wmProperty":"repost-of","wmId":824926,"type":"entry","url":"https://twitter.com/mispotatogirl/status/1282240457473355777","likeOf":null,"author":{"url":"https://twitter.com/mispotatogirl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34f6d5809f853497cf2a400212d8f8bffd9c70300a4eb5741592dcd3cc56684b.jpg","name":"jowannaaa ✨"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282240343082229762","wmProperty":"repost-of","wmId":824927,"type":"entry","url":"https://twitter.com/Monsieur_Sokeng/status/1282240343082229762","likeOf":null,"author":{"url":"https://twitter.com/Monsieur_Sokeng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/175f513a3dae1863f728a0a0c3572bb62f42c26b5c4e2ff5db69a83b2d7de9a1.jpg","name":"heartefact"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282244826617044993","wmProperty":"repost-of","wmId":824924,"type":"entry","url":"https://twitter.com/orangutan_sama/status/1282244826617044993","likeOf":null,"author":{"url":"https://twitter.com/orangutan_sama","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f2bc600b9f5a4d04ea4a7360d81e04f9bcfb707402af6b63a5f33bc4f9997c9.jpg","name":"orangutan_sama 🦧"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282242244259405825","wmProperty":"repost-of","wmId":824925,"type":"entry","url":"https://twitter.com/Aby50781727/status/1282242244259405825","likeOf":null,"author":{"url":"https://twitter.com/Aby50781727","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Aby"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282245723266912256","wmProperty":"repost-of","wmId":824923,"type":"entry","url":"https://twitter.com/olebegemann/status/1282245723266912256","likeOf":null,"author":{"url":"https://twitter.com/olebegemann","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6bd2cc239057af7ce35a2ec6459990d27d7c46c07709cbf843bb50805034a37b.jpg","name":"Ole Begemann"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/110413244","wmProperty":"like-of","wmId":824918,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-110413244","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amal_krish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f08e1d6e72d58436a75cdec272a0d61f1206860f8c39ed0406d6986e204a6b7c.jpg","name":"Amal Krishnan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282230576108441600","wmProperty":"mention-of","wmId":824917,"type":"entry","url":"https://twitter.com/ashtnjmsbrwn/status/1282230576108441600","likeOf":null,"author":{"url":"https://twitter.com/ashtnjmsbrwn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbd819b1ab08709183c87e2781dde22a3a4cde08aeadb0739fd6f272625b83d4.jpg","name":"Ash 🇯🇲"},"published":"July 12, 2020","content":{"text":"This is all sorts of amazing!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282226748629762049","wmProperty":"repost-of","wmId":824915,"type":"entry","url":"https://twitter.com/wetengekencot/status/1282226748629762049","likeOf":null,"author":{"url":"https://twitter.com/wetengekencot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e29c66bdd423bcd4b7dc8ca27d3d998aa7d0c206e6e5153f27bd26b123f7ae01.jpg","name":"Ardian"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282226161901240321","wmProperty":"repost-of","wmId":824916,"type":"entry","url":"https://twitter.com/Matt_Craddock/status/1282226161901240321","likeOf":null,"author":{"url":"https://twitter.com/Matt_Craddock","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d44d5b008d32e89a43ab8057e63df7e3464dc0ed2ccca7c866a6aafce058d8.jpg","name":"Matt Craddock"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282227828151418881","wmProperty":"repost-of","wmId":824914,"type":"entry","url":"https://twitter.com/GillesJnr/status/1282227828151418881","likeOf":null,"author":{"url":"https://twitter.com/GillesJnr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f38d9c9f25ba8e17323f01d4333b060e23c92c908f9ce5abd42f8645c99369d.jpg","name":"Gilles🇬🇭"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282229008026017792","wmProperty":"repost-of","wmId":824913,"type":"entry","url":"https://twitter.com/PwnieLuver/status/1282229008026017792","likeOf":null,"author":{"url":"https://twitter.com/PwnieLuver","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58610d56ae34587da3b6429bb46f9ca312e14117768f2a8e4700168486661187.png","name":"PwnieLuver"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282229122236850176","wmProperty":"repost-of","wmId":824912,"type":"entry","url":"https://twitter.com/UKBlackTech/status/1282229122236850176","likeOf":null,"author":{"url":"https://twitter.com/UKBlackTech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52226b2ebfdec938ea031beea2d165707a9214109ddc0994471be778ef03d8ab.jpg","name":"UKBlackTech"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282230336383049728","wmProperty":"repost-of","wmId":824910,"type":"entry","url":"https://twitter.com/OkLoluwa/status/1282230336383049728","likeOf":null,"author":{"url":"https://twitter.com/OkLoluwa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/79e4d9ab16ad3a26af21a602b33068666e35a55d607ab2b12b9590c5e8bd5246.jpg","name":"Loluwa 🌻🇳🇬🇳🇬🇳🇬🇳🇬🇳🇬"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282230054097948674","wmProperty":"repost-of","wmId":824911,"type":"entry","url":"https://twitter.com/ashtnjmsbrwn/status/1282230054097948674","likeOf":null,"author":{"url":"https://twitter.com/ashtnjmsbrwn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbd819b1ab08709183c87e2781dde22a3a4cde08aeadb0739fd6f272625b83d4.jpg","name":"Ash 🇯🇲"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282232017883729921","wmProperty":"repost-of","wmId":824908,"type":"entry","url":"https://twitter.com/_Charee11/status/1282232017883729921","likeOf":null,"author":{"url":"https://twitter.com/_Charee11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72bdcff967ab65ae4f90df61ab2362df658d576403f9a7809651d6cf986c469d.jpg","name":"Charity Sunday🦋"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282230527857233920","wmProperty":"repost-of","wmId":824909,"type":"entry","url":"https://twitter.com/mmnation_/status/1282230527857233920","likeOf":null,"author":{"url":"https://twitter.com/mmnation_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/97809badd5b1e5ed94efc11c17e0e48261577923c47d140c3e0d721b2689ac19.jpg","name":"MM_NATION"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282233442621587462","wmProperty":"repost-of","wmId":824907,"type":"entry","url":"https://twitter.com/frankiefab100/status/1282233442621587462","likeOf":null,"author":{"url":"https://twitter.com/frankiefab100","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c3c7d774edb115e2656819cfd1590507c6bd2a96d315c9b1c7331cb2a6e69e9.jpg","name":"U L R I C H"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282234274532298754","wmProperty":"repost-of","wmId":824906,"type":"entry","url":"https://twitter.com/shahid290897/status/1282234274532298754","likeOf":null,"author":{"url":"https://twitter.com/shahid290897","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b55f553b38c45b26992d9c1d2bacb670a7bf70ff3b319b435b2cf65fff89e76.jpg","name":"Javed Akthar Shahid"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282235510514225152","wmProperty":"repost-of","wmId":824905,"type":"entry","url":"https://twitter.com/ki_twyce_/status/1282235510514225152","likeOf":null,"author":{"url":"https://twitter.com/ki_twyce_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d83814bb1015eb6687dc64d018693bbe642f58a2c7a5bb8056fe6650904d6c5b.jpg","name":"Beatrix_Kiddo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2213641384","wmProperty":"like-of","wmId":824904,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2213641384","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamkevyne","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1b1d788edcbbd7e2e730fe436be3e008e5c8e96ce6dd90e97c53acd55cc2f74.jpg","name":"Kevin Santos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/823148370520784898","wmProperty":"like-of","wmId":824903,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-823148370520784898","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sudharshan_twet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f54b609f1cf127a7eca8db88d93938c4c80f96f263ad1b8a030ccc64d3d4d83.jpg","name":"Sudharshan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/365997591","wmProperty":"like-of","wmId":824902,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-365997591","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yetudada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20d356a7eaf8c9f436802bb27d16a9aa930c9571c7f01a278cd307f72fa5bfae.jpg","name":"Yetunde Dada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/235599885","wmProperty":"like-of","wmId":824901,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-235599885","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/petervaneven","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ee39b63f0539c0f9403cafca5df254211ee2fc03a8a11dc4ed6b745e38bd6ca.jpg","name":"Peter Even"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1055489017","wmProperty":"like-of","wmId":824899,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1055489017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frankiefab100","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c3c7d774edb115e2656819cfd1590507c6bd2a96d315c9b1c7331cb2a6e69e9.jpg","name":"U L R I C H"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/82754453","wmProperty":"like-of","wmId":824900,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-82754453","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SocialSoup","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd8cc4a0f81a62ba60d69b7b068464da7489944e2a8d31f7257b461125e41c69.jpg","name":"Helen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3973206765","wmProperty":"like-of","wmId":824897,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3973206765","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/epavelas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c40b726be9775f73059bedd45759734b8ddbfe6aecde7acc110035738b8ac4a.jpg","name":"Pavelas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2810510944","wmProperty":"like-of","wmId":824898,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2810510944","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ebi_Osuobeni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/252c8804337bb64e4b1aed7686343e2af18cb8f6436ca1fe91c3cff0abb649c6.jpg","name":"Ebi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1551714158","wmProperty":"like-of","wmId":824895,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1551714158","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CGCooke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5dbeabd3a649a7633cce2d8032da68744664e76921bb511eb6ac3a09010ea6e.jpg","name":"Cameron Cooke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2609997160","wmProperty":"like-of","wmId":824896,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2609997160","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/trevvy_af","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4d388a7cd8a9a4121d61cf2c7c5443652faaae540e2e257f882d975cd7f4a2c.jpg","name":"Trey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/229823276","wmProperty":"like-of","wmId":824894,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-229823276","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/olabisi01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d90f665bc0cd142728773c4b932ba729700db3f50f6e020eb9bf1dd29c3a54b.jpg","name":"Olabisi Balogun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1003362572899438592","wmProperty":"like-of","wmId":824892,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1003362572899438592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/simplywiktor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d6240209f2aeae741c63e2109876224e2f3dad01ed64d755802778208a6e42a.jpg","name":"wiktor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17387342","wmProperty":"like-of","wmId":824893,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17387342","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lakens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/005508248461355f77fb916ef6d68e4e8e77b76f8ff30e5efe72c513dbe679ec.jpg","name":"Daniël Lakens"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7262142","wmProperty":"like-of","wmId":824891,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7262142","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/grahamrobbo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/75d1740ea52213fb47d549b57eba73b4dcdf9cbefc6544f3ac79e873a4358817.jpg","name":"Graham Robinson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/893486538700533761","wmProperty":"like-of","wmId":824890,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-893486538700533761","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jim_4067","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ffebfe35179b11624f2c12bfde3bae49307df83d5497e6aeb20dfd9c41ebe044.jpg","name":"Ahsoka the GOAT"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20582110","wmProperty":"like-of","wmId":824889,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20582110","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ianjacobs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/25aa85d1acea92ce0f4bb0cd7371200e3a2e7a41da6e6ae74aaf6eab0b55fd49.jpg","name":"Ian Jacob 🇮🇪🇪🇺"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17781643","wmProperty":"like-of","wmId":824888,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17781643","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Infotrix","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a81e316b681599f04e5fe819f5463dd8767f38cd0b37125b449244760358855c.jpg","name":"Ken Newton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2182291718","wmProperty":"like-of","wmId":824886,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2182291718","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kapil_ghimire","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/467430fa282fb5c17e6ea25b0e909a9f30f3df7916ab8a2cf9d56316379096f2.jpg","name":"kapil ghimire"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/51823523","wmProperty":"like-of","wmId":824887,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-51823523","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Fehners","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fadb046f0828e4e424d96b0bac030d087168ef42a8decee5c38a7328ef77e278.jpg","name":"Alex fehners"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/769936936530219008","wmProperty":"like-of","wmId":824884,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-769936936530219008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/konradsopala","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee574ecdaf097c60991708da72ea704e947306d7338c5c775652c5310a15f7e5.jpg","name":"Konrad Sopala"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1140287028766158848","wmProperty":"like-of","wmId":824885,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1140287028766158848","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NicoVoigt5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8cf2a1389d503d78a6f88c79a3340604e44be7143b70452ee08a4278ae31c36.jpg","name":"Nico Voigt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/137935459","wmProperty":"like-of","wmId":824882,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-137935459","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hegdedhananjay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43c3f4bd06cd862c28f3436a2eea5933931ab8110d5dd4744d111612abb4ae21.jpg","name":"Dhananjay Hegde ಧನಂಜಯ ಹೆಗಡೆ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/485132105","wmProperty":"like-of","wmId":824883,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-485132105","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AngelosVanKr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/414bad8a3772cba27c93fb44010e0511f616ca416416878cdf4abecd4b677154.jpg","name":"Angelos Krypotos (Ψ)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1166487787383730182","wmProperty":"like-of","wmId":824880,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1166487787383730182","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ibnShibShib","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2768d82a0db66ba15fd7fe08d8983100962d1678e0277b7628075a982d8a3372.jpg","name":"Abu Madinah ➐"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/32907681","wmProperty":"like-of","wmId":824881,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-32907681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yuthan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f0cabe3905428731520bef79f01bc2418a224d01fd5e48b4edd60e44e88c232.jpg","name":"🇻 🇪 🇱 🇦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1272566993644916742","wmProperty":"like-of","wmId":824879,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1272566993644916742","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_Charee11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72bdcff967ab65ae4f90df61ab2362df658d576403f9a7809651d6cf986c469d.jpg","name":"Charity Sunday🦋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1195282647620165634","wmProperty":"like-of","wmId":824878,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1195282647620165634","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/seyifunmitan_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5160fb5590d04ba230c83eed35f41dd8be093646fea260ec0dd990b411c9e734.jpg","name":"Z"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/423839451","wmProperty":"like-of","wmId":824877,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-423839451","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ki_twyce_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d83814bb1015eb6687dc64d018693bbe642f58a2c7a5bb8056fe6650904d6c5b.jpg","name":"Beatrix_Kiddo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1196892181","wmProperty":"like-of","wmId":824875,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1196892181","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wetengekencot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e29c66bdd423bcd4b7dc8ca27d3d998aa7d0c206e6e5153f27bd26b123f7ae01.jpg","name":"Ardian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1113983894","wmProperty":"like-of","wmId":824876,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1113983894","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/oviskywalker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56a35ef90106bded319864246acf926d88c701ffe9bed83fb979afc478ed2dd5.jpg","name":"Obi Wan's Apprentice"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1227954355061420032","wmProperty":"like-of","wmId":824874,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1227954355061420032","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/maddestpanda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60c4a77dc3cc0ccd571c741ccd138de8d184185356321d8620acebab75d35d08.jpg","name":"Ujjwal Panda 🐼"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/970665931","wmProperty":"like-of","wmId":824873,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-970665931","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/OkLoluwa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/79e4d9ab16ad3a26af21a602b33068666e35a55d607ab2b12b9590c5e8bd5246.jpg","name":"Loluwa 🌻🇳🇬🇳🇬🇳🇬🇳🇬🇳🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/943538858","wmProperty":"like-of","wmId":824872,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-943538858","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dechmilznik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54f4ebcb25a44e35bbde0784a04c75c5bc501fb51d0e4c5a099455a7743656bf.jpg","name":"Milz Dechnik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/87948838","wmProperty":"like-of","wmId":824871,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-87948838","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/marciomeschini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/08e2d6812f0389fae29997e48aa3e3349e077b5aa830a629bc73e0caa0c0fd19.jpg","name":"Marco Meschini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1281121885250600960","wmProperty":"like-of","wmId":824869,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1281121885250600960","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Pacemaker001","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Olayinka Muhammed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20517942","wmProperty":"like-of","wmId":824870,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20517942","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joepour","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b2364301310544b8a8f953afdca26f79e28224183be9a9ef62f4b380bddc1d9b.jpg","name":"Joe Pour"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1277015799811768322","wmProperty":"like-of","wmId":824868,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1277015799811768322","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/constManish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/124d971d8d8fbf9b3021d441380eab4a683ed53641c213b80d091c946297f0dc.jpg","name":"{`Manish`}"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1252024803546013698","wmProperty":"like-of","wmId":824867,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1252024803546013698","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/WaterMilk7","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"WaterMilk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1256441693777387525","wmProperty":"like-of","wmId":824865,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1256441693777387525","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/S07_vl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/08df707b15c31dbe5c894e718e7e022f59c154e921605f5b55ef12ac3c77ee16.jpg","name":"سـَــاره🦋'"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2393737420","wmProperty":"like-of","wmId":824866,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2393737420","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ashtnjmsbrwn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbd819b1ab08709183c87e2781dde22a3a4cde08aeadb0739fd6f272625b83d4.jpg","name":"Ash 🇯🇲"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19549288","wmProperty":"like-of","wmId":824863,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19549288","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Murdo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8d8d6e4637df7fce8cb98ef49dbeadc98348f6c9dda44d7b3d8026122dc5061.jpg","name":"Murdo Connochie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/350657439","wmProperty":"like-of","wmId":824864,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-350657439","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ipayealameen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a389a770af015c7374051488ac605a29c1d7953db18e9a147c903f6c9319481.jpg","name":"Akinkünmi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/941335487674949632","wmProperty":"like-of","wmId":824862,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-941335487674949632","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mr_anonymou_z","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1dfaf28db94255d2fdfa000b7ed923adbad26c1a0f7df1a8e41d2a3a32e52aa.jpg","name":"Swapnil Sukunge"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2472170058","wmProperty":"like-of","wmId":824861,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2472170058","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CJTing1128","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/594a37f27b20f3f366bfefa501e8a12f556f749e8658791625c00b0574cc5212.jpg","name":"CJ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/306731094","wmProperty":"like-of","wmId":824859,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-306731094","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ColinNewell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4bac4f6a1e23e12df669c2e5381ee57a6ede683a5c49f0489f140b158f5eb76.jpeg","name":"Colin Newell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/797309349743890432","wmProperty":"like-of","wmId":824860,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-797309349743890432","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arjithn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3fca86c88473fb2afadd29521dc3e5f99f067246fcc44bb85a3edfbadcb2a05e.jpg","name":"Arjith Natarajan 💙"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/37211937","wmProperty":"like-of","wmId":824857,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-37211937","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dean_La","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/32d324617b1143ce42a1442cf48e16ac107c982a691bc2b21814d6211d9fda35.jpg","name":"Dean Lang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/266149388","wmProperty":"like-of","wmId":824858,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-266149388","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/s4rify","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/adf0c399f51cea1315fea82bb3e24418563780552129c7d76aaf74a26eaf2705.jpg","name":"Sarah Blum"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/88514785","wmProperty":"like-of","wmId":824855,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-88514785","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Matt_Craddock","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d44d5b008d32e89a43ab8057e63df7e3464dc0ed2ccca7c866a6aafce058d8.jpg","name":"Matt Craddock"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/835122140","wmProperty":"like-of","wmId":824856,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-835122140","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mmnation_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/97809badd5b1e5ed94efc11c17e0e48261577923c47d140c3e0d721b2689ac19.jpg","name":"MM_NATION"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14151888","wmProperty":"like-of","wmId":824854,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14151888","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ewanm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5756d9f34829b8e4d92763cbef13d718e2514549dcb0947f3273bee59015c51d.jpg","name":"𝔈𝔴𝔞𝔫 🇿🇦🇨🇭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1220695476158246913","wmProperty":"like-of","wmId":824853,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1220695476158246913","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AnumahABD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7a46014ac09fbf435e8bbff2a855cc7beda799fe68ed1e31add88122c8bd1d0.jpg","name":"Anumah, Abdulraheem Okehi 🌍👨‍🔬🇳🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/542814170","wmProperty":"like-of","wmId":824852,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-542814170","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mlkj_","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Mlkj"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2974337827","wmProperty":"like-of","wmId":824851,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2974337827","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/karanpanwar95","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae13b7c321119f4f5a2c98f7ddc83e9d264c595cd38b2ade34c2510f1e332949.jpg","name":"Karan 🚀 💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/126615639","wmProperty":"like-of","wmId":824850,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-126615639","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bmwiernik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b752f9a06a5d67cf55d5ba0d6ca0ab47f552b1ca19ab24f4553b6897d108ce4.jpg","name":"Brenton Wiernik 🏳️‍🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1039492482835394560","wmProperty":"like-of","wmId":824849,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1039492482835394560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vivek12252","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d6f119421a0a83b21806b39a7e163896e5c7d6f350c1c14a287073068cd2a6c6.jpg","name":"Vivek Appadurai"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3661020798","wmProperty":"like-of","wmId":824848,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3661020798","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jaintj95","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/227075616df2953fa76dba278947da4ce7b4ccdc55fc1cd008ad3d094a82a05a.jpg","name":"Tejas Jain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1113125523536871425","wmProperty":"like-of","wmId":824847,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1113125523536871425","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/samawonuga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63cc3b1f42e43fa2a7f5fa8b2de3bdc3edf61e951bba0ee324f4d2d3e5f510dc.jpg","name":"Kayodé"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1014517565140414470","wmProperty":"like-of","wmId":824845,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1014517565140414470","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GillesJnr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f38d9c9f25ba8e17323f01d4333b060e23c92c908f9ce5abd42f8645c99369d.jpg","name":"Gilles🇬🇭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1518670375","wmProperty":"like-of","wmId":824846,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1518670375","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mohammadhadiara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da0c33986ae69c4eec570e3528331f8cdbfa06855cce345a4bfd2852b3f1a917.jpg","name":"Mohammad Hadi Aarabi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1694523932","wmProperty":"like-of","wmId":824844,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1694523932","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NandanTumu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/649407b353965753683e82097ed5011ef91561fae7ee820bd8346d005ad30acc.jpg","name":"Nandan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/621507832","wmProperty":"like-of","wmId":824843,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-621507832","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/westgatecology","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43f03e4073fe23548c90ef66ef59ef1191965107691d6947a398668ad24bafc3.jpg","name":"Martin Westgate"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1060634772685242368","wmProperty":"like-of","wmId":824842,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1060634772685242368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/monga_rupinder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76e07aa7188598ec1505e10b2824a82d00fa6236597f927793d0a7e3f11c2015.jpg","name":"Rupinder Monga"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/32911895","wmProperty":"like-of","wmId":824841,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-32911895","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/travisnielsen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/812dc1a139f0014159c913ef270b2bfcd72dfc4ac71c4934b2ebae5298825db2.png","name":"Travis Nielsen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282208881393926144","wmProperty":"repost-of","wmId":824832,"type":"entry","url":"https://twitter.com/yeahshewrites/status/1282208881393926144","likeOf":null,"author":{"url":"https://twitter.com/yeahshewrites","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b351fa4c914445c3c211d0a90c9d6ee3f0454833771c05b1ad325cf399128f0c.jpg","name":"YT: Develop with Amina 👩🏽‍💻🌱"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282208589633843201","wmProperty":"repost-of","wmId":824833,"type":"entry","url":"https://twitter.com/Career_Karma/status/1282208589633843201","likeOf":null,"author":{"url":"https://twitter.com/Career_Karma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c5e41db24f9d6d57f1004b8287c87ac6202872fde120868612f67dac95db8f0d.jpg","name":"Career Karma"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282209952166289410","wmProperty":"repost-of","wmId":824831,"type":"entry","url":"https://twitter.com/Salvador_Av/status/1282209952166289410","likeOf":null,"author":{"url":"https://twitter.com/Salvador_Av","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9996600873f89aa3a389d6e957ef4686b8f9def6cf38793a3e728c40bda1b065.jpg","name":"Salvador Aveldaño"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282209945174200325","wmProperty":"repost-of","wmId":824830,"type":"entry","url":"https://twitter.com/oldtrang/status/1282209945174200325","likeOf":null,"author":{"url":"https://twitter.com/oldtrang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/822148313c36ae985d68a0d06b7c86fa6bdad256ac3640d73ae1be7e0bdc13e2.jpg","name":"tn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282210045707661312","wmProperty":"repost-of","wmId":824829,"type":"entry","url":"https://twitter.com/mythicalcmd/status/1282210045707661312","likeOf":null,"author":{"url":"https://twitter.com/mythicalcmd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72b9de0e8ea306dfdcc80ec8ca079e95dbb7c2e6790b24e9ba0060a962593469.jpg","name":"Mythical Cmd"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282210097909960704","wmProperty":"repost-of","wmId":824828,"type":"entry","url":"https://twitter.com/cat_in_the_tap/status/1282210097909960704","likeOf":null,"author":{"url":"https://twitter.com/cat_in_the_tap","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e546d56fb8eb535202316ca49e339068ce6452780f5bcc76c9fa5698313ef1ac.jpg","name":"Jim"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282213280682049536","wmProperty":"repost-of","wmId":824827,"type":"entry","url":"https://twitter.com/Davmixcool/status/1282213280682049536","likeOf":null,"author":{"url":"https://twitter.com/Davmixcool","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44bef50ce48ffbd6aa84c2c5e1f12a682a2308c895a85684343a357ed05efe1b.jpg","name":"David Oti"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282214365396037632","wmProperty":"repost-of","wmId":824825,"type":"entry","url":"https://twitter.com/AdamOwada/status/1282214365396037632","likeOf":null,"author":{"url":"https://twitter.com/AdamOwada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04d6bbecc53c52038d83a6c0534158962dc5d88c1b36864d30dfe2e2acc5e570.jpg","name":"Adam Owada"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282213770635304962","wmProperty":"repost-of","wmId":824826,"type":"entry","url":"https://twitter.com/Andres_FischerC/status/1282213770635304962","likeOf":null,"author":{"url":"https://twitter.com/Andres_FischerC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/534595d8536a7f391efb0eb8791abea511bf496a3f4ad44cda5d04d9c6327851.jpg","name":"Andresfi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282214956050591745","wmProperty":"repost-of","wmId":824824,"type":"entry","url":"https://twitter.com/reyintherain/status/1282214956050591745","likeOf":null,"author":{"url":"https://twitter.com/reyintherain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4caf7f50788c1ac4d42a53b89299201c0c971de224c4c95dce289f616a67782.jpg","name":"rey nobody 🦋"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282215399002640384","wmProperty":"repost-of","wmId":824823,"type":"entry","url":"https://twitter.com/ibshittu01/status/1282215399002640384","likeOf":null,"author":{"url":"https://twitter.com/ibshittu01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad25729763ed2b40451b037aadda296d48d77818a01bcf65f80f66524a4dfea9.jpg","name":"Ibrahim Shittu"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282215740075122689","wmProperty":"repost-of","wmId":824822,"type":"entry","url":"https://twitter.com/jondlorenzo/status/1282215740075122689","likeOf":null,"author":{"url":"https://twitter.com/jondlorenzo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7859a452f1de3ee69d055191886312c973c4e8b56d7a26b1fe4cd8f02d598dd.jpg","name":"Jonathan Delgadillo Lorenzo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282215766763474944","wmProperty":"repost-of","wmId":824821,"type":"entry","url":"https://twitter.com/amith_raravi/status/1282215766763474944","likeOf":null,"author":{"url":"https://twitter.com/amith_raravi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b7fba3f080eb06fa6fcb776b7e231eb187b633694242e4791378566df0fcc45.jpg","name":"Amith Raravi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282216407036563458","wmProperty":"repost-of","wmId":824820,"type":"entry","url":"https://twitter.com/AJFWebDesign/status/1282216407036563458","likeOf":null,"author":{"url":"https://twitter.com/AJFWebDesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d682045fb493164b5bee159e0124f2ec6d9602319b15a67ab96955fb5ca74d9.jpg","name":"AJF Web Design"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282218047479005184","wmProperty":"repost-of","wmId":824819,"type":"entry","url":"https://twitter.com/ashr/status/1282218047479005184","likeOf":null,"author":{"url":"https://twitter.com/ashr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78a079c3e3eaf6fa4a1eaea9d3aff8c447d9f99af83d6d0204b42ab15f11354c.jpg","name":"Ashley Raiteri"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282218125232967680","wmProperty":"repost-of","wmId":824818,"type":"entry","url":"https://twitter.com/narazamsa/status/1282218125232967680","likeOf":null,"author":{"url":"https://twitter.com/narazamsa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6bcd9fed3a16df13f59b8cbfb139a70c2614c2c35621b9dc61203381891c870a.jpg","name":"Axat"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282220090830622720","wmProperty":"repost-of","wmId":824816,"type":"entry","url":"https://twitter.com/afroz1198/status/1282220090830622720","likeOf":null,"author":{"url":"https://twitter.com/afroz1198","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ac880108fbacced199a6e5d5477e2834350710635fe644bc518d1ca2008ca8c.jpg","name":"Mohammed Afroz"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282219588717961216","wmProperty":"repost-of","wmId":824817,"type":"entry","url":"https://twitter.com/IanDellota/status/1282219588717961216","likeOf":null,"author":{"url":"https://twitter.com/IanDellota","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/423bbd14be27d1780e70b3bc54845ffd2fd04f1cde385a1dbe8573332aadf449.jpg","name":"Ian Dellota 🚀"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282224435118907393","wmProperty":"repost-of","wmId":824814,"type":"entry","url":"https://twitter.com/trevvy_af/status/1282224435118907393","likeOf":null,"author":{"url":"https://twitter.com/trevvy_af","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4d388a7cd8a9a4121d61cf2c7c5443652faaae540e2e257f882d975cd7f4a2c.jpg","name":"Trey"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282220793850667008","wmProperty":"repost-of","wmId":824815,"type":"entry","url":"https://twitter.com/statsepi/status/1282220793850667008","likeOf":null,"author":{"url":"https://twitter.com/statsepi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/090bfa7c2f49ab467733e1036d8e1827e9a3f98928f115d62ff840b084fe769c.jpg","name":"Darren L Dahly, PhD"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/158876747","wmProperty":"like-of","wmId":824813,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-158876747","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/romainderrien","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/947b592857d95a9cf691d1645d8d60890c88f0c67c1b22afe316ab51967cab4a.jpg","name":"Romain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/223065519","wmProperty":"like-of","wmId":824812,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-223065519","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/th3nn3ss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/852cedd57845a9dbb6b047a778fcc3f43e2d1363c3939f307dbfa9a09e692713.jpg","name":"Dennis Chukwunta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/318400459","wmProperty":"like-of","wmId":824810,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-318400459","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zeekrey_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b7e0bb564992c64ce77726972d8b1632cbce5256f207fb0951ef96d703b8bcc.jpg","name":"Christian K."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1104167677109579781","wmProperty":"like-of","wmId":824811,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1104167677109579781","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tanisaur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb0b15d884f54f5ef787ffd8d86c6aeaeaee7748df9a71b5d9c542af062262f8.jpg","name":"Tani 🦕"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1027256567542898688","wmProperty":"like-of","wmId":824809,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1027256567542898688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Career_Karma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c5e41db24f9d6d57f1004b8287c87ac6202872fde120868612f67dac95db8f0d.jpg","name":"Career Karma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/710686293349572608","wmProperty":"like-of","wmId":824808,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-710686293349572608","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mitali00874","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/680afeaa260823ec83bc731862a2221c272149292c9acddffd3927c8a807d2e9.jpg","name":"Mitali Sawant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1220326413234065410","wmProperty":"like-of","wmId":824807,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1220326413234065410","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TimothyBMutuma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/491c6bed005c2ddfd7ba5dabd3bee5144926d7f7ed0b9fb9963b550562ce82f4.jpg","name":"Mutuma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/275399075","wmProperty":"like-of","wmId":824806,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-275399075","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/esashitalks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/966a376fb4c64450aeb58675dc3576e0ec0fe7aab5ad8b959381964123979e3b.jpg","name":"ASHWIN E S"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/141679842","wmProperty":"like-of","wmId":824805,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-141679842","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anirudhIhdurina","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be3a18523fc0d25bb502977198ba5152d8f59a30dbb56989be5d8e95ab86b0e3.jpg","name":"Ani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2736208129","wmProperty":"like-of","wmId":824804,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2736208129","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JulaineScott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d93c8941a60c2fd6a6e9714943ba85f1f268cb7649f6a627de23d0763216e2c.jpg","name":"Julaine Scott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14563437","wmProperty":"like-of","wmId":824803,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14563437","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brntbeer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/090e0daa40626e159e01c5e29fc53d25ae62dd8b4c329fa5bbffc8ddb2e1ee19.jpg","name":"Brent Burgers"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/150453946","wmProperty":"like-of","wmId":824802,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-150453946","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mythicalcmd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72b9de0e8ea306dfdcc80ec8ca079e95dbb7c2e6790b24e9ba0060a962593469.jpg","name":"Mythical Cmd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/841036398023102464","wmProperty":"like-of","wmId":824801,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-841036398023102464","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/janokacer","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ján Káčer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/712690272107257856","wmProperty":"like-of","wmId":824800,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-712690272107257856","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/__The___Man__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88403b074297d0e867d236ec2166455df355b14b9e4da67999db99d54b34aa94.jpg","name":"𝐓𝐡𝐞 𝐌𝐚𝐧"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/760244948042063874","wmProperty":"like-of","wmId":824799,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-760244948042063874","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdamOwada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04d6bbecc53c52038d83a6c0534158962dc5d88c1b36864d30dfe2e2acc5e570.jpg","name":"Adam Owada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/263079579","wmProperty":"like-of","wmId":824798,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-263079579","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AJFWebDesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d682045fb493164b5bee159e0124f2ec6d9602319b15a67ab96955fb5ca74d9.jpg","name":"AJF Web Design"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1446593082","wmProperty":"like-of","wmId":824797,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1446593082","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_maxpou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3364a0332fdcb6bf11bdb274927b2cbea602ddb2ae4307ddb9da6cab77b79c0a.jpg","name":"Maxence Poutord @ 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1222157960240984065","wmProperty":"like-of","wmId":824796,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1222157960240984065","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/naren_dev_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6aa0c82f154df04e35fbfc88354d5b3fcc5033eaf780ffc928362c091c429625.jpg","name":"narendran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1281972480538705921","wmProperty":"like-of","wmId":824795,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1281972480538705921","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HamaadSiddiqui","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e0fc7ce5a1bc57c227aa185a7ffbb923ad98e322d7bc4624839419243f123af.jpg","name":"Hamaad Siddiqui"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2371072719","wmProperty":"like-of","wmId":824794,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2371072719","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PluckyPrecious","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cd027b7fdea0670bad7d80c275dfa2f532a0ecc06030d2c2533f992161f106e.jpg","name":"KẹlẹChi🦹🏾‍♀️ 勇敢_珍贵™"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1622012372","wmProperty":"like-of","wmId":824793,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1622012372","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anggitmg24","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cab1ca416db3dc46fa35c92194cf1e4fb803469f64b689cc7125c7fee9a03729.jpg","name":"GIT"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/132494026","wmProperty":"like-of","wmId":824791,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-132494026","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PaulJWright","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6eb448e275b3ebee28712580287415e52bbc45bfbb03383a0c0270369dab73e0.jpg","name":"Paul J. Wright"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1476027132","wmProperty":"like-of","wmId":824792,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1476027132","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JaLepreux","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1583cd82ba8ac4f8e00603e3f5a0a46c159cfec572ec9dab0ebedafce774eb73.jpg","name":"ALI Jamiil Touré"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4326368955","wmProperty":"like-of","wmId":824790,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4326368955","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Pikaacho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a17cc7e93825a3446577119c5823363b7ec22f156468ded670da6a9031a59045.jpg","name":"Pikachu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5626022","wmProperty":"like-of","wmId":824789,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5626022","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peterjuras","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/90cca18084e588aeb8741413eaace7e29c5dc3534e7c7df99bd0970dce396646.jpg","name":"Peter Juras"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/370354953","wmProperty":"like-of","wmId":824787,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-370354953","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elattar1993","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/569499249e9b11b594d2e7ea8bab157da71c0846703ced2f5da609b9da34e0a6.jpg","name":"Abdelrahman Elattar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/839383567566266368","wmProperty":"like-of","wmId":824788,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-839383567566266368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Lynette_SA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69afc7fa17e30b401fdd80dab47405cc4ae6c2606af91750926893475c666441.jpg","name":"Lynette Engelbrecht"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2547591452","wmProperty":"like-of","wmId":824786,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2547591452","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/webcrxwler","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d74c22a99199c6837c58c2e9f4a0fbed6069f8385392c8e336aece9ab07f090e.jpg","name":"Sarthak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/802824970673868804","wmProperty":"like-of","wmId":824785,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-802824970673868804","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pankhurivanjani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/42f4aa65b4ab6a73054a23f99b82dae440cb76c0536fa975501e9a9f23e8c526.jpg","name":"pankhuri vanjani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/103855490","wmProperty":"like-of","wmId":824784,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-103855490","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/n_kasukurthi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd32dcae88a8873de76d310ee853e9ecbc22ca9a90ce31bbc82cae79ee23d384.jpg","name":"Nikhil Kasukurthi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1180610070876278784","wmProperty":"like-of","wmId":824782,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1180610070876278784","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/narazamsa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6bcd9fed3a16df13f59b8cbfb139a70c2614c2c35621b9dc61203381891c870a.jpg","name":"Axat"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3061197396","wmProperty":"like-of","wmId":824783,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3061197396","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ido_goldfarb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/422890d3640d432c833ccba1dd898d84c2b5cff98f07bedfa5e775ff878a9709.jpg","name":"Ido Goldfarb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/702392677","wmProperty":"like-of","wmId":824781,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-702392677","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheodoreChu_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3af5a94a14a62afb2f50107a82296880cd71a241339805bc7c6ad0ea2a644c83.jpg","name":"Theo(dore) Chu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4835881999","wmProperty":"like-of","wmId":824780,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4835881999","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/manojtwee","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"manoj"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14334536","wmProperty":"like-of","wmId":824778,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14334536","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shewlian","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Julian Andrés"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18645004","wmProperty":"like-of","wmId":824779,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18645004","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cat_in_the_tap","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e546d56fb8eb535202316ca49e339068ce6452780f5bcc76c9fa5698313ef1ac.jpg","name":"Jim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3870333477","wmProperty":"like-of","wmId":824777,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3870333477","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zangry73","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/99ff965df739ec06d4e5b540f5e860310663f6395791e2a17940d49e8a148515.jpg","name":"zangry73"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/84151382","wmProperty":"like-of","wmId":824775,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-84151382","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andreas_poeschl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39e84f491695b7688fd86b03dccfc6bf09296705b599c30597010b0daae5e623.jpg","name":"Andreas Pöschl"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1026385750504304640","wmProperty":"like-of","wmId":824776,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1026385750504304640","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/reyintherain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4caf7f50788c1ac4d42a53b89299201c0c971de224c4c95dce289f616a67782.jpg","name":"rey nobody 🦋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/366817921","wmProperty":"like-of","wmId":824774,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-366817921","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Davmixcool","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44bef50ce48ffbd6aa84c2c5e1f12a682a2308c895a85684343a357ed05efe1b.jpg","name":"David Oti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3109610545","wmProperty":"like-of","wmId":824772,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3109610545","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/annujraval","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b4cb96e068088585abacc387e79079319caa96c28eae041d551d2a746e163e8.jpg","name":"Anuj Raval"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/904093823311032320","wmProperty":"like-of","wmId":824773,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-904093823311032320","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Andres_FischerC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/534595d8536a7f391efb0eb8791abea511bf496a3f4ad44cda5d04d9c6327851.jpg","name":"Andresfi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1604972082","wmProperty":"like-of","wmId":824771,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1604972082","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/faizmokh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d53c511b1365289955e55a25e3c16b81f9295994c5c3608c2cacc6d1e7dd6b7.jpg","name":"Faiz Mokhtar 👨‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4085642830","wmProperty":"like-of","wmId":824770,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4085642830","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chibuikem_Nick","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db9c5fe144f60414bc4754c9fab158111f874f4f974faa342c207541cfe759f4.jpg","name":"Cipher"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/38906681","wmProperty":"like-of","wmId":824769,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-38906681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jamie_maguire1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f35c3a46be16a0ed4730c5cad6f923848c894386ab75ebe864467d53be1957b.jpg","name":"Jamie Maguire"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2726854426","wmProperty":"like-of","wmId":824768,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2726854426","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ibshittu01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad25729763ed2b40451b037aadda296d48d77818a01bcf65f80f66524a4dfea9.jpg","name":"Ibrahim Shittu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/140663134","wmProperty":"like-of","wmId":824767,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-140663134","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amith_raravi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b7fba3f080eb06fa6fcb776b7e231eb187b633694242e4791378566df0fcc45.jpg","name":"Amith Raravi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/617159773","wmProperty":"like-of","wmId":824766,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-617159773","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mabrouk__a","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f70d451dae42197fbf44f253f6daebca62db9fa69729b7f3bb13f71a418945a.jpg","name":"Mubarak Akinsola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1101647025987309568","wmProperty":"like-of","wmId":824765,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1101647025987309568","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/OfuzorEmeke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a27b0d49afc4a7de0c0667d69ea6eb797eda30e525e33f061bbeef11f5f0a90f.jpg","name":"CHUKWUEMEKE"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1239656379914346496","wmProperty":"like-of","wmId":824764,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1239656379914346496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fenskexyz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e9be3ef9e0b2859f506b25fc49ac60aab3b59a094a96753595f442fc1ed0baa.jpg","name":"Anton Fenske"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/465653692","wmProperty":"like-of","wmId":824762,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-465653692","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SAITARUN1997","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b89c4b264fc48627e80e1b4b114f1e6fdc30da7482ab4c4275903d941d745fe.jpg","name":"Sai Tarun Kaniganti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14772560","wmProperty":"like-of","wmId":824763,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14772560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/smartalix","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/104c6f9be242f86228501c06c69ef74c8fa9ce4d8ab07034ad49d761727c884c.jpg","name":"smartalix"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3107745118","wmProperty":"like-of","wmId":824761,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3107745118","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DioulaD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c85526578aa73499beec182c6e0aef8bc3b2839f8197b24ed9906ce734a8b51.jpg","name":"Gaynaako"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1074203079820554240","wmProperty":"like-of","wmId":824760,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1074203079820554240","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/denzilbilson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c69b63430f608f8e6cb6efb6ae122e9849925ec142094a00f3691607e950165c.jpg","name":"Denzil Bilson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/554189766","wmProperty":"like-of","wmId":824759,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-554189766","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_gabesantos1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d2bec23b19d84976f7e7a178778cb603dee42dc831bbdf9c97005be69ab17f93.jpg","name":"Gabriel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/70298986","wmProperty":"like-of","wmId":824758,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-70298986","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Salvador_Av","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9996600873f89aa3a389d6e957ef4686b8f9def6cf38793a3e728c40bda1b065.jpg","name":"Salvador Aveldaño"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282208048577159168","wmProperty":"mention-of","wmId":824756,"type":"entry","url":"https://twitter.com/yeltzland/status/1282208048577159168","likeOf":null,"author":{"url":"https://twitter.com/yeltzland","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/49ef1184b19a00cde695f7b4e1cbd461e59a19cc8718a2a5d3003b8b95c57668.jpg","name":"John Pollard"},"published":"July 12, 2020","content":{"text":"After reading an excellent article by @waterproofheart I’ve updated my GitHub profile page at github.com/bravelocation to look a whole lot nicer 👍\n\nThe article is at \naboutmonica.com/blog/how-to-cr… if you want to do the same"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/896716983449903105","wmProperty":"like-of","wmId":824757,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-896716983449903105","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mausamsingh470","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad885b768d77122f6bac9f8fa4bf7b977afba85f8f756a5d3dc5080001246aa7.jpg","name":"KingbondL⛷️🙇"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282197440372891650","wmProperty":"repost-of","wmId":824737,"type":"entry","url":"https://twitter.com/learnupdate/status/1282197440372891650","likeOf":null,"author":{"url":"https://twitter.com/learnupdate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a954fcfb5f431add1718273fdcc61cb1151c52897c4b943e738154ded32d8de1.jpg","name":"Igbani Izuchukwu"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282199746342461442","wmProperty":"repost-of","wmId":824736,"type":"entry","url":"https://twitter.com/schniggie/status/1282199746342461442","likeOf":null,"author":{"url":"https://twitter.com/schniggie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80d5f515b42966a48955fbf0ff2a91535f0a81105dad1288167a51af138dde05.jpg","name":"Ⓒhrstphⓡ ㋡ Ⓓrhⓡ"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282199776138756097","wmProperty":"repost-of","wmId":824735,"type":"entry","url":"https://twitter.com/the_ladyking/status/1282199776138756097","likeOf":null,"author":{"url":"https://twitter.com/the_ladyking","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a387552e142f60d414cba8924852b2b8a565cc41a4688a952f28b7620572f1d0.jpg","name":"Teresia Kirung'o"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282201331881725952","wmProperty":"repost-of","wmId":824734,"type":"entry","url":"https://twitter.com/baby_ada_/status/1282201331881725952","likeOf":null,"author":{"url":"https://twitter.com/baby_ada_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06b2e6cc6d285db31208cfc7180a788bbd72a24ff9f453f70a192cd3dae197e4.jpg","name":"Adachukwu 💖💖"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282202981316714497","wmProperty":"repost-of","wmId":824733,"type":"entry","url":"https://twitter.com/jdelosreyes888/status/1282202981316714497","likeOf":null,"author":{"url":"https://twitter.com/jdelosreyes888","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/434d20af19fe44b9a185285f3abb3577cd731c221001b3561bb4083ddc7c2167.jpg","name":"James D"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282203230135447552","wmProperty":"repost-of","wmId":824732,"type":"entry","url":"https://twitter.com/gmarthas/status/1282203230135447552","likeOf":null,"author":{"url":"https://twitter.com/gmarthas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/342cf99e78969b665ce8c0ebf4b35b889108bb65e6cd8a94212ec5f34f4934cc.jpg","name":"g. martha sari"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282203502941356032","wmProperty":"repost-of","wmId":824731,"type":"entry","url":"https://twitter.com/rubiagatra/status/1282203502941356032","likeOf":null,"author":{"url":"https://twitter.com/rubiagatra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a75784aca89e007ce02afaf3d9370e6f18e9c05b4a0f564ea09cf8f46996f71.jpg","name":"doni"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282203656281096193","wmProperty":"repost-of","wmId":824730,"type":"entry","url":"https://twitter.com/ovidiug/status/1282203656281096193","likeOf":null,"author":{"url":"https://twitter.com/ovidiug","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b41e3c12e741b4e31cf61c9f3f372fe82c0996908de1f437e3105c22ad97a46.jpg","name":"ovidiug"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282204109928402944","wmProperty":"repost-of","wmId":824729,"type":"entry","url":"https://twitter.com/_JayTeeGee/status/1282204109928402944","likeOf":null,"author":{"url":"https://twitter.com/_JayTeeGee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3254837ba21d1eb3e15ed75e72f110dac757bf71672835449470a2e36309c87c.jpg","name":"Joel G"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282204270515957760","wmProperty":"repost-of","wmId":824728,"type":"entry","url":"https://twitter.com/Cute_Scientist/status/1282204270515957760","likeOf":null,"author":{"url":"https://twitter.com/Cute_Scientist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c14603770629b87af798955e3dd074c0eeeb8731b46dda5b3670238bfdb90e33.jpg","name":"Leaving academia....."},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282204474165956609","wmProperty":"repost-of","wmId":824727,"type":"entry","url":"https://twitter.com/ananthachetan/status/1282204474165956609","likeOf":null,"author":{"url":"https://twitter.com/ananthachetan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a35da180c808e02c886c919ad165cc8cdd8bd712ea19be88dfc06ed3cbae430b.jpg","name":"Ananth"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282205425404973058","wmProperty":"repost-of","wmId":824726,"type":"entry","url":"https://twitter.com/jagzangel/status/1282205425404973058","likeOf":null,"author":{"url":"https://twitter.com/jagzangel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b8adbdaaf672f012a6cb06b50954afe8ec95d11edc4ab13a21e9c676f19f20b.jpg","name":"God's Daughter"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282207125716992001","wmProperty":"repost-of","wmId":824725,"type":"entry","url":"https://twitter.com/dshah/status/1282207125716992001","likeOf":null,"author":{"url":"https://twitter.com/dshah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6007870fc0d3fd7a6fd313a40654c324e7d7767b1f528faedc3027df287a7cb0.jpg","name":"Deepesh Shah"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282207395817693185","wmProperty":"repost-of","wmId":824724,"type":"entry","url":"https://twitter.com/m_raycee/status/1282207395817693185","likeOf":null,"author":{"url":"https://twitter.com/m_raycee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a50d57dc44979ec126fa7400a056e441982b33e77bca68ae73e61b7297ebaa5.jpg","name":"Racheal Mwatela"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16961084","wmProperty":"like-of","wmId":824723,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16961084","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/onlyandrewn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0274a1c970344d0c0458fce175b30cf8513cea0a3d9344bc033e47bfd7abf78.jpg","name":"Andrew Nguyen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/718670668","wmProperty":"like-of","wmId":824721,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-718670668","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_TheGodsent","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0502decf5ae47bea7636614169f8acca5022e95ed6a1806a097496931d531ea.jpg","name":"Eliel Osadabamen Godsent: LOTR"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/50632538","wmProperty":"like-of","wmId":824722,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-50632538","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rubiagatra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a75784aca89e007ce02afaf3d9370e6f18e9c05b4a0f564ea09cf8f46996f71.jpg","name":"doni"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/157999983","wmProperty":"like-of","wmId":824720,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-157999983","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kalyanprasad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ef1bb4940206fb66aa244ce0b4146b1f38672bd33f8c29372c51baf8f62cd76.jpg","name":"Data Player 💸👨🏻‍💻📊📈📉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/223588852","wmProperty":"like-of","wmId":824719,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-223588852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ab_kathiriya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df940395a3bfcffdc9867e0e6119cdf97a3d58b9041c07fc31094926fa58024c.jpg","name":"Akash kathiriya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1259087765955842048","wmProperty":"like-of","wmId":824718,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1259087765955842048","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Q__Ade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad5bc7714972a5b95f087436a443a9c9d57a7d8d66fb90fecc6473d414254f71.jpg","name":"Adelodun Adeola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2291051035","wmProperty":"like-of","wmId":824717,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2291051035","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jadhavamitb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d5f5e2b9522ae854efa9e9fa8edb13c220cf6f8475802427adfa8a357709931.jpg","name":"Amit Jadhav"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1030587156295819264","wmProperty":"like-of","wmId":824716,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1030587156295819264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aabeborn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23d58e952a6f450032009a71588eb64ba9a9b395912b1c597fb05b2f95e2db6c.jpg","name":"Andrea Benato"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/961933867803328513","wmProperty":"like-of","wmId":824714,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-961933867803328513","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jsachinganesh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6bc9e62d44a6a7134855a014620a9d34d875c82060d2a1c05b44d3dfed742a1.jpg","name":"sachin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/893136446583963648","wmProperty":"like-of","wmId":824715,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-893136446583963648","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sedisfy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8fad93aef1b857bcbfb55936cc9187798de67906b55cd1c21f6194761adf02a1.jpg","name":"Lesedi Peu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/410629801","wmProperty":"like-of","wmId":824713,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-410629801","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ZinoTrust","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a627676511c6f9346f914fcfbe62211e79f24e10fabc28f90ea799b8ee98f90.jpg","name":"Dr Zino"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1276429090262671361","wmProperty":"like-of","wmId":824711,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1276429090262671361","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/itskartikeymish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d97cafab657b07e7527ec2ac3c2d1e8514521f804036d7ed93f486b07477c8a6.jpg","name":"Kartikey Mishra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/64309608","wmProperty":"like-of","wmId":824712,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-64309608","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Cute_Scientist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c14603770629b87af798955e3dd074c0eeeb8731b46dda5b3670238bfdb90e33.jpg","name":"Leaving academia....."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/972398846826426368","wmProperty":"like-of","wmId":824710,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-972398846826426368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/m_raycee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a50d57dc44979ec126fa7400a056e441982b33e77bca68ae73e61b7297ebaa5.jpg","name":"Racheal Mwatela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/956919437201985536","wmProperty":"like-of","wmId":824709,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-956919437201985536","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/0xtyro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed859e02c0d3903903ab618cd5d862bac9d084c859c9918be1ec7b05a5cc3dd7.jpg","name":"tyro.blue"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14757999","wmProperty":"like-of","wmId":824708,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14757999","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SatelliteSci","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3cfb877df54e19aa208411653481f079786c66b92ad5e9efd7ffeed1a7ae1f8.jpg","name":"Dr Robbi Bishop-Taylor 🛰️🌎🌊"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1139494397861433344","wmProperty":"like-of","wmId":824706,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1139494397861433344","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CertainlyItsAli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70c6830bb61822cad75fbb489d8a3dd919badac9916e52181e7baa81fee75a55.jpg","name":"Ali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18460574","wmProperty":"like-of","wmId":824707,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18460574","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jessicamalonso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1c0f65d45d88f2c6ee5ebaf439ab55580d044d24f4723ce5aea802c799a62370.jpg","name":"Jessica Alonso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/432853423","wmProperty":"like-of","wmId":824705,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-432853423","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/icarelittle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/025cb4d94da6cabea3560eee1da1d391a8764185dbd5674ab4877a2e77bc8e03.jpg","name":"abdulQudus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125908710","wmProperty":"like-of","wmId":824703,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125908710","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/its_rishu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8bbbd046018eae032bb772a8ad7a000c4a10356729277215788bc0de90cb9948.jpg","name":"Abhishek Srivastava"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2361801218","wmProperty":"like-of","wmId":824704,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2361801218","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KristianMuniz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c87633039e10f19062d84cc57db7ca0f6045e2e1769edb0ce01dbc118ed2f1b8.jpg","name":"Kristian Muñiz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/59193692","wmProperty":"like-of","wmId":824702,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-59193692","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jdelosreyes888","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/434d20af19fe44b9a185285f3abb3577cd731c221001b3561bb4083ddc7c2167.jpg","name":"James D"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/562699166","wmProperty":"like-of","wmId":824700,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-562699166","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/syedmujahed97","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa16a58fcf9979d3f9dfb97710fb210d24e3c6ef1373453b7bbfe4e6eccef0df.jpg","name":"Mujahed Syed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/525721090","wmProperty":"like-of","wmId":824701,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-525721090","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_JayTeeGee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3254837ba21d1eb3e15ed75e72f110dac757bf71672835449470a2e36309c87c.jpg","name":"Joel G"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/817141164247842817","wmProperty":"like-of","wmId":824699,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-817141164247842817","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/steven_0351","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58104ab1ff747619a8f8da02f6f413a29ff939c2c8e1b33e7c5754bed4d5e82c.jpg","name":"Steven Sherry"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3193980790","wmProperty":"like-of","wmId":824697,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3193980790","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/the_ladyking","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a387552e142f60d414cba8924852b2b8a565cc41a4688a952f28b7620572f1d0.jpg","name":"Teresia Kirung'o"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/227342791","wmProperty":"like-of","wmId":824698,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-227342791","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Glorydinho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1b5ea2d635772473d2dd9e4339cf3c01ab3e3e097a71eaf33907c1227cd23c4.jpg","name":"Ayodele Okiki"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1259907462246866946","wmProperty":"like-of","wmId":824695,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1259907462246866946","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/baby_ada_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06b2e6cc6d285db31208cfc7180a788bbd72a24ff9f453f70a192cd3dae197e4.jpg","name":"Adachukwu 💖💖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2790217066","wmProperty":"like-of","wmId":824696,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2790217066","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheUXScouser","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6968ec02c9b42dcc70bb915a314a23ec5437f9a49c9c7f7237f0147e9e1856d4.jpg","name":"Michael Brownlee"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2315226532","wmProperty":"like-of","wmId":824694,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2315226532","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CarlosBanko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d102cdda8da64366b7097985ce37490c5d3d5a2a5fde9e4a45782b9fb7c60686.jpg","name":"Call me Banks"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26456267","wmProperty":"like-of","wmId":824693,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26456267","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JGPuk84","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a99cd98c5ecba041e97d0a79a68d18453b682a9d7c0807f727344f7cf05a7fb1.jpg","name":"James Porter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/118686780","wmProperty":"like-of","wmId":824692,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-118686780","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ananthachetan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a35da180c808e02c886c919ad165cc8cdd8bd712ea19be88dfc06ed3cbae430b.jpg","name":"Ananth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/926369837143773184","wmProperty":"like-of","wmId":824690,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-926369837143773184","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ptrbyf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc7085faca6037bfe566b79eb6da3241f93c10be05c3b994cd9b13fc57a49df0.png","name":"Peter Byf"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/772135147307085825","wmProperty":"like-of","wmId":824691,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-772135147307085825","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kawankoding","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dce1b75bd47e49e448c6a502c98d9470d4b3880e6ab5c488018380fd3de5b91e.jpg","name":"Kawan Koding"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1010649169944604674","wmProperty":"like-of","wmId":824689,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1010649169944604674","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SaadM41674706","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Saad M."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/8704152","wmProperty":"like-of","wmId":824688,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-8704152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kadnan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a585a51f655aadc54243364e6f6fade735d154da00b8a6690b49f64e544548c.png","name":"Adnan-عدنان"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1867248529","wmProperty":"like-of","wmId":824686,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1867248529","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Wasajja_J","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f21fc2ba467e755de38675866b4ce85892b94843d67d383157d0e6ef506e9fc.jpg","name":"Julius Wasajja"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/596591560","wmProperty":"like-of","wmId":824687,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-596591560","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jagzangel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b8adbdaaf672f012a6cb06b50954afe8ec95d11edc4ab13a21e9c676f19f20b.jpg","name":"God's Daughter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282186087826259968","wmProperty":"repost-of","wmId":824684,"type":"entry","url":"https://twitter.com/jocdart/status/1282186087826259968","likeOf":null,"author":{"url":"https://twitter.com/jocdart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85b6b9511eb7438d56d9e496f06d079e401a57378cd7addde5bd74735fc62b8c.jpg","name":"Jocelyn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282190450976149504","wmProperty":"repost-of","wmId":824682,"type":"entry","url":"https://twitter.com/WP_Harish/status/1282190450976149504","likeOf":null,"author":{"url":"https://twitter.com/WP_Harish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edc5a551bf777c2016b88cb1d4e890084c172054786fcefb7904b6180458f328.jpg","name":"Harish Reddy"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282187971706286081","wmProperty":"repost-of","wmId":824683,"type":"entry","url":"https://twitter.com/sumitparak/status/1282187971706286081","likeOf":null,"author":{"url":"https://twitter.com/sumitparak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/05b2a2d238cbadba9711acd1cb130646c140974ceedcda27c123f551e1e4b43a.jpg","name":"Sumit Parakh"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282191137000873984","wmProperty":"repost-of","wmId":824680,"type":"entry","url":"https://twitter.com/clevadani001/status/1282191137000873984","likeOf":null,"author":{"url":"https://twitter.com/clevadani001","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f87812ee2c728a8f1e32859026c1e127700acf870c36afe90926f5009ad0c4da.jpg","name":"Daniel"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282192351402823680","wmProperty":"repost-of","wmId":824681,"type":"entry","url":"https://twitter.com/ROOT_OR_DEATH/status/1282192351402823680","likeOf":null,"author":{"url":"https://twitter.com/ROOT_OR_DEATH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c47cfa58ac3262a809201de74d83e68dc847b256fb1333fa755f53181a0581d.jpg","name":"Shailyn Ortiz"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3299434633","wmProperty":"like-of","wmId":824678,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3299434633","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ashfaqnisar00","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa78c6b8cbfcf8b5ac3b4c0bc95817dd8a153db864c01140134b993ada328613.jpg","name":"Ashfaq Nisar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282196536613654528","wmProperty":"repost-of","wmId":824679,"type":"entry","url":"https://twitter.com/ArudoEliud/status/1282196536613654528","likeOf":null,"author":{"url":"https://twitter.com/ArudoEliud","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54ddb35749759df84841284b3f53996dce2d0e3ee1c18fdfb79f977cf876f5ab.jpg","name":"Eliud Arudo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/85331982","wmProperty":"like-of","wmId":824677,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-85331982","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anshusaurav","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fee3bc2f529665a08b56d341b2f5eaebe1df1e4948dc7f2fb0f357f7746fdf9b.jpg","name":"Anshu Saurabh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/937325547994079232","wmProperty":"like-of","wmId":824676,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-937325547994079232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sumitparak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/05b2a2d238cbadba9711acd1cb130646c140974ceedcda27c123f551e1e4b43a.jpg","name":"Sumit Parakh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3944732123","wmProperty":"like-of","wmId":824675,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3944732123","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/clevadani001","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f87812ee2c728a8f1e32859026c1e127700acf870c36afe90926f5009ad0c4da.jpg","name":"Daniel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/893430097","wmProperty":"like-of","wmId":824674,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-893430097","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chom_Dum_Dum","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57af8a069773e40035c15fd316754186304c9eb0f219c26ff1e8cb685bd3252c.jpg","name":"_chom"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/62446657","wmProperty":"like-of","wmId":824672,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-62446657","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DeMayjor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af4afba3400ab5dadf80783af7da71a77e2103377fc8145bb2f172350fba6924.jpg","name":"DMM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4830568055","wmProperty":"like-of","wmId":824673,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4830568055","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ROOT_OR_DEATH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c47cfa58ac3262a809201de74d83e68dc847b256fb1333fa755f53181a0581d.jpg","name":"Shailyn Ortiz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/114595702","wmProperty":"like-of","wmId":824671,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-114595702","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/winterduds_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8dfa6f5337d152cf37829d1a5bc246fa98036b0d4fe2c6651a6076b6734f1f1.jpg","name":"blair waldorf alternativa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1226040154097364994","wmProperty":"like-of","wmId":824669,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1226040154097364994","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/guido_kollerie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbdd95bec16a1ad720ac408e37d98f818b234438bd5b02facfccdf1de9af2cd8.jpg","name":"Guido Kollerie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/484187596","wmProperty":"like-of","wmId":824670,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-484187596","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/So_xhollo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35a7d88c0a72dd78d84f9fc3d515c4bfbd50abb1021a254a2c847878f59eefd0.jpg","name":"Xhollo💣"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1201085287","wmProperty":"like-of","wmId":824667,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1201085287","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/qxtaiba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c3ca0be6ab92d077b782ffc5431816fa50d2d9ddc7ea96e9d37c9fcc2acd98b9.jpg","name":"Qutaiba Al-Nuaimy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4299160752","wmProperty":"like-of","wmId":824668,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4299160752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FoxCyberWrench","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9d1179e3df5e3811ee8dbe6193695e5e1bb03cfd19b81357aa1a0c53998ea7e6.jpg","name":"FoxCyberwrench"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/322744255","wmProperty":"like-of","wmId":824666,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-322744255","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/StRutherford","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/470b74308f36742cd152a7e45764636df292c897d50f297f050dedfe79ae6b7e.jpg","name":"Stephen Rutherford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/202807275","wmProperty":"like-of","wmId":824664,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-202807275","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/k_heidi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f88f81c486b50ade8283786f24d85a0684380d5f2dbaa1ed5559b04fe00f5a27.jpg","name":"Katherine Heidi Fehr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/882636960594046976","wmProperty":"like-of","wmId":824665,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-882636960594046976","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/0ProfessorMaple","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e91696a4a343e385c19fa490e4db21c6ab59199b08c39455c64ca9cc9a97caee.jpg","name":"Owen McVey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/31175208","wmProperty":"like-of","wmId":824663,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-31175208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/markcwebster","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b6519953c199c312d7e8367537510edd28aa1f4b91b47b39758d284842d2753.jpg","name":"Mark C. Webster"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26383705","wmProperty":"like-of","wmId":824662,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26383705","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KarimArdalan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8046e96165c16fc6cdd16e72e7d1ef779872815a89303b4ca4d4ea4b8aa96059.jpg","name":"Karim Ardalan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/935286962809917440","wmProperty":"like-of","wmId":824659,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-935286962809917440","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bewagner_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f256f3e2ac1cee523b8602d892f2b4ec66282233be4da89aebdfa478608a811b.jpg","name":"Benjamin Wagner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/22094304","wmProperty":"like-of","wmId":824660,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-22094304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jruizdesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d723c2090119d5b93244c5285f45bd5f2a7b9f3c5bb43fda89518572e24e83d6.jpg","name":"Jonathan Ruiz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282191164343492608","wmProperty":"repost-of","wmId":824658,"type":"entry","url":"https://twitter.com/Codeindeed/status/1282191164343492608","likeOf":null,"author":{"url":"https://twitter.com/Codeindeed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48d5ddfe3488bb9a7bd4a44bb82dac33fd6d62222e9976b7a5da3b9087af1def.jpg","name":"Alex Favour"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2721337472","wmProperty":"like-of","wmId":824657,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2721337472","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/UsmanLanray","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7578d313e0ddf42676aae6c9c2f9e98952984c258b3eb91c2a8cc16f8ca0a610.jpg","name":"Olanrewaju"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2264060811","wmProperty":"like-of","wmId":824656,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2264060811","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ms_OkechAnnete","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e21d8671648e25220a65a36a172dbfd2d51958784fcaf8dc89e3bf41ead54594.jpg","name":"Okech-Ater Adhiambo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3226307065","wmProperty":"like-of","wmId":824655,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3226307065","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PassionDani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51ffd54238db39dd6e8105de98d8677b230bc11e225bd509ace5a01e5cf3be00.jpg","name":"Daniccan Veerapandian 🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2391621231","wmProperty":"like-of","wmId":824654,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2391621231","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/realongman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2d1df2518ed3e5440ab3ba4098650e16609cea80a154e1da491b1a1493fadaf.jpg","name":"Caleb Pitan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1077884053611790337","wmProperty":"like-of","wmId":824653,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1077884053611790337","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArudoEliud","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54ddb35749759df84841284b3f53996dce2d0e3ee1c18fdfb79f977cf876f5ab.jpg","name":"Eliud Arudo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/970800533270245376","wmProperty":"like-of","wmId":824651,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-970800533270245376","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BjornMHansen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b64eb4863ad1db619924bdc6929f6870c76b63954ad3b2a18365ebd0a3afccb.jpg","name":"Bjorn Hansen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3370438851","wmProperty":"like-of","wmId":824652,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3370438851","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nathingele","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dc7383b4b149015379c61902f0d0a9f05dab1f4b965fa705cb0fc35cbb509ca.jpg","name":"nathi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14090114","wmProperty":"like-of","wmId":824650,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14090114","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ponddesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c3846ac88451058f1b10cbaf69a5065451d3d80d94a16d23b3eb96cadd6d620c.jpg","name":"Christopher Pond"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/39058883","wmProperty":"like-of","wmId":824648,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-39058883","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/1abio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/42bc7d7626827e59213d49ffc395d0f59d911821ac1415cd960654778ff44ed4.jpg","name":"abiodun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/584607254","wmProperty":"like-of","wmId":824649,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-584607254","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/WYFFELSLudovic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36180b6a6b62786c91a56ce54d18d76ea49b33aa2204c7acc3de2b1df30a61a0.jpg","name":"WYFFELS Ludovic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/453571800","wmProperty":"like-of","wmId":824647,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-453571800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chiputera","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/452f24a30dacfe963d596e223971e6ad0376f56f35b1f52fb59d050503bcdb91.jpg","name":"CHI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/714916196861231105","wmProperty":"like-of","wmId":824646,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-714916196861231105","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/karina_shapran","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Karina Shapran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24962408","wmProperty":"like-of","wmId":824645,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24962408","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kripar_8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0c6954848f448bc6f243e21e5097c61bc29f98515dbb51ccee789c9d1eccab4.jpg","name":"kripa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/917089557807370241","wmProperty":"like-of","wmId":824644,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-917089557807370241","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/qubit_0_1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bfb8f43d63fd46642731579a036cdd88540e313d7f759f4fd4e000e94360f206.jpg","name":"Sheikh Tajamul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/381456308","wmProperty":"like-of","wmId":824643,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-381456308","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/marco_allotta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/861096f4860630d054d3a0ecbf525237f2761198b078c89d2fcb73b1bf9bf1fa.jpg","name":"captainHarlott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/806833298001592321","wmProperty":"like-of","wmId":824642,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-806833298001592321","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gatarelib","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e828cff05b0d9f91f02cc273066828a32c273b743cc0cd1699466d6d774c3cc6.jpg","name":"Gatare Libère"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1269668157112942592","wmProperty":"like-of","wmId":824641,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1269668157112942592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LMastorious","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ef8d40f513038f51011166247dd5cad02e4716c959b79ead84d6d8dd7c52f31.jpg","name":"LA Mastorious"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/8874082","wmProperty":"like-of","wmId":824640,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-8874082","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/walmc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50a6ee1e619f35a4a0ebfd29dbd17035a1814dbc3d05869b4de6da1d31cade2b.jpg","name":"Wal McConnell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/96053695","wmProperty":"like-of","wmId":824639,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-96053695","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tinyjoyceee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e53a89aceceb9764f600125e4f755f5617c766bcb8e9584e9cd83c8baf06cc7a.jpg","name":"Joyce Kwon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/82567441","wmProperty":"like-of","wmId":824638,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-82567441","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rv1990","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cadf2ac35d57592c5126b2379a6a9918d5d08fe331fde4d415171007c876061.jpg","name":"rahul varma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/706106363319967744","wmProperty":"like-of","wmId":824636,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-706106363319967744","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mukku_51","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62f7386a2917dfd651af0bac5092080373a38169dc9073701edfa0ae7f5eed98.jpg","name":"mukesh kumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/75136171","wmProperty":"like-of","wmId":824637,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-75136171","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nklausni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07f7dd245c2176da35ab0c3c58ab3d04be869385dfa433dbed825ef4208e4622.jpg","name":"Niko Klausnitzer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1169681","wmProperty":"like-of","wmId":824635,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1169681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aravindajad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5224e3f06dc89e76883764dedb1c7779a980d528385fb3f2848847726e551a2.jpg","name":"ᗩᖇᗩᐯIᑎᗪ ᗩᒍᗩᗪ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5676102","wmProperty":"like-of","wmId":824634,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5676102","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shanselman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cfba273dfca1fe338dcb416ec11111b8751d8b4a9ee5e23ace8f135c7f2a2106.jpg","name":"Scott Hanselman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/93998944","wmProperty":"like-of","wmId":824633,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-93998944","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HazemHAM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efa7cf69c8f0cfb6ea1466c7a9b763fe72cb1de62f1c981584714d7428abb912.jpg","name":"Hazem AbuMostafa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/502441790","wmProperty":"like-of","wmId":824631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-502441790","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JohnTurnerPGH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7089f805c669edbc3713b4bb793c67f98f5d671c6f3c0ae7bc338c7f42bc577.jpg","name":"John Turner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/613114969","wmProperty":"like-of","wmId":824632,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-613114969","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chamber087","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d838c0c6627c376e8edeff70a7219d7954052bdb34334f66d354985948db0f51.jpg","name":"R.L Franklin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/181545437","wmProperty":"like-of","wmId":824630,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-181545437","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NTDesk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/355011cdb56170ff04d98d972d5bbab59a9f724eba3e49e6c7cf6c54842b809d.jpg","name":"NT"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/167023094","wmProperty":"like-of","wmId":824628,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-167023094","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Da_Pacific","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78b501fe6e1ad4e217aa117f1707882e3dddfb54adb2fe91f1bd5893ddcde528.jpg","name":"𝔓𝔯𝔞𝔰𝔞𝔫𝔱𝔞 𝔎𝔲𝔪𝔞𝔯 𝔇𝔲𝔱𝔱𝔞"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/47900698","wmProperty":"like-of","wmId":824629,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-47900698","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arunkrdadhwal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bc1c8a9dad86158639770f7884ab82642936e4a4f803a7479fd81459d3606d0.jpg","name":"Arun 🕉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/536174327","wmProperty":"like-of","wmId":824627,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-536174327","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jocdart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85b6b9511eb7438d56d9e496f06d079e401a57378cd7addde5bd74735fc62b8c.jpg","name":"Jocelyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26318087","wmProperty":"like-of","wmId":824626,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26318087","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RemonSinnema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e23ced8898ec2680542e9ded03a729b79e6f661b69725f84a41c77f967c2125b.png","name":"Ray Sinnema"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/44529990","wmProperty":"like-of","wmId":824625,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-44529990","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MusicEqualsLuv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4d9b2bc5f1136feb1294d982437718033a902956055acb09c695bfa89589acb.jpg","name":"Jess🌻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/456262334","wmProperty":"like-of","wmId":824624,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-456262334","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AyoMillionaire","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae4264329ddb4383ac9871cc05596e2007cd060e0b26579db17e750ad261c383.jpg","name":"Legacy Minded Man"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/44580952","wmProperty":"like-of","wmId":824623,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-44580952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shar1z","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7a43f855414be0a6c716e8b78f3e305c6e46aada18f3fbf8fdcc4c35a140262.jpg","name":"Sharone Zitzman 🥑"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/768798204401967104","wmProperty":"like-of","wmId":824622,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-768798204401967104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/learnupdate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a954fcfb5f431add1718273fdcc61cb1151c52897c4b943e738154ded32d8de1.jpg","name":"Igbani Izuchukwu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282190679284707328","wmProperty":"in-reply-to","wmId":824621,"type":"entry","url":"https://twitter.com/jdp23/status/1282190679284707328","likeOf":null,"author":{"url":"https://twitter.com/jdp23","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e357ddde39bbc98cf6db838f29798c2df443e198b19270dcec85463bb842042f.jpg","name":"Jon Pincus"},"published":"July 12, 2020","content":{"text":"Thanks, it's clear and useful!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282175627894775813","wmProperty":"mention-of","wmId":824615,"type":"entry","url":"https://twitter.com/GreP86/status/1282175627894775813","likeOf":null,"author":{"url":"https://twitter.com/GreP86","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63b7ebfbc563f3ac10bb6a7b63255fbed535ccddf1ac1b389a44c8df06a8876f.jpg","name":"Greg Powell, Ph.D."},"published":"July 12, 2020","content":{"text":"So happy I learned about this\n\ngithub.com/Gielpy"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282173339037863936","wmProperty":"repost-of","wmId":824614,"type":"entry","url":"https://twitter.com/MaeseRahl/status/1282173339037863936","likeOf":null,"author":{"url":"https://twitter.com/MaeseRahl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19ad6c8a27692004a46493e777aac9f0220deb87a92c4f58399d440104d4cdad.jpg","name":"Javier Jimenez"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282174555633659909","wmProperty":"repost-of","wmId":824613,"type":"entry","url":"https://twitter.com/itszeekay20/status/1282174555633659909","likeOf":null,"author":{"url":"https://twitter.com/itszeekay20","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36964521bb6da3be5161843620a501cc47ee8ebdd20378f84a1c4a5b9123d50a.jpg","name":"ZeeShan Ch"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282178406562570241","wmProperty":"repost-of","wmId":824611,"type":"entry","url":"https://twitter.com/jaishirelle/status/1282178406562570241","likeOf":null,"author":{"url":"https://twitter.com/jaishirelle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4bff6e2fd0dd32b6a515780a3cd63ec4d3829c6f60ce0f2c6428864601a0698e.jpg","name":"The Fat and Skinny on Fashion"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282177889752907779","wmProperty":"repost-of","wmId":824612,"type":"entry","url":"https://twitter.com/c_drani/status/1282177889752907779","likeOf":null,"author":{"url":"https://twitter.com/c_drani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc1d82e06a226a2867c52e1dcf31f6d1f3062263d871b7f1ee75cdecc5316667.png","name":"everthing is heavy"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282178982893559810","wmProperty":"repost-of","wmId":824610,"type":"entry","url":"https://twitter.com/softwareqe/status/1282178982893559810","likeOf":null,"author":{"url":"https://twitter.com/softwareqe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15deff4bdf3950fa0efefa49a991a8ab7325d6cd4fcb27924099747aafeed43e.png","name":"Software Quality Engineering"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282179891337863168","wmProperty":"repost-of","wmId":824609,"type":"entry","url":"https://twitter.com/huangger/status/1282179891337863168","likeOf":null,"author":{"url":"https://twitter.com/huangger","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db44d51819a27200d9380a5eeb3eb0fa30a68209e8bbd89247e04fe7196e919e.png","name":"Justin Huang"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282180201628106753","wmProperty":"repost-of","wmId":824608,"type":"entry","url":"https://twitter.com/movq100/status/1282180201628106753","likeOf":null,"author":{"url":"https://twitter.com/movq100","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b612c03cc5c739d394db0bb96243fcef70ceb5d2e938e62533f5235ede798c5.jpg","name":"Butterscotch Pete"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282180375117094912","wmProperty":"repost-of","wmId":824607,"type":"entry","url":"https://twitter.com/rukku/status/1282180375117094912","likeOf":null,"author":{"url":"https://twitter.com/rukku","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59029fbbdf636415138dce6c24c3080488f13aa99f42c27999a7d0412e849aa0.jpg","name":"RK"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282180550816653313","wmProperty":"repost-of","wmId":824606,"type":"entry","url":"https://twitter.com/MegaDocker/status/1282180550816653313","likeOf":null,"author":{"url":"https://twitter.com/MegaDocker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d432f8ec3913a11939f19474995fb77750463d7e5021f8277d85ef2a0ad2cd3f.jpg","name":"MegaDocker"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/742084870642470912","wmProperty":"like-of","wmId":824604,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-742084870642470912","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/felipeklafke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee02d480339a96cf19cc655b14b5916375956111b78f1994834cc611029f3bfe.jpg","name":"Felipe Klafke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282183736008880128","wmProperty":"repost-of","wmId":824605,"type":"entry","url":"https://twitter.com/winterduds_/status/1282183736008880128","likeOf":null,"author":{"url":"https://twitter.com/winterduds_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8dfa6f5337d152cf37829d1a5bc246fa98036b0d4fe2c6651a6076b6734f1f1.jpg","name":"blair waldorf alternativa"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4735592955","wmProperty":"like-of","wmId":824603,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4735592955","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KenNguch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ab1018b68bbdd2571f7dd1a82ecf2b18ccfe541ad90c0a2affecdbb3fc18955.jpg","name":"Ken Nguch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/864132633638207488","wmProperty":"like-of","wmId":824602,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-864132633638207488","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Prince111998","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Piyush"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14680556","wmProperty":"like-of","wmId":824600,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14680556","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kyleve","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ba59388cc65b69e4cba37409da191b9cfaeb7c801d5d8823c2dabc7f7dc8969.png","name":"Kyle says ACAB 🏳️‍🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/878730728615272448","wmProperty":"like-of","wmId":824601,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-878730728615272448","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MrGeislinger","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b566d5ef4ccac982dc567033b1ee0bdaec77716cc1fe54d73dfb1d8d0deda15.png","name":"Victor Geislinger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3048676193","wmProperty":"like-of","wmId":824598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3048676193","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_banun","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa62c51896a1fde1784cd2c69991cb995c484004ef9736bf6f8017b3d5559aba.jpg","name":"Banun Idris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/157198470","wmProperty":"like-of","wmId":824599,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-157198470","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_mkos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/785f3121aa768313f05d949bf807c77767784437b0fbde0b27bf2cd8f414cb71.jpg","name":"Matthew Kosloski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/360372365","wmProperty":"like-of","wmId":824597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-360372365","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mahmud_Ibrahiem","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40338b9a93adc618077ef813f2243d308a1b1c330ccfabe93660b3d8d0516a89.jpg","name":"محمود إبراهيم"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/597969900","wmProperty":"like-of","wmId":824596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-597969900","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ricardo_0621","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/657d998145431dcefd8022268cbadafb20f8a62b9f479a59de56804af4143fd7.jpg","name":"Ricardo Diaz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14317516","wmProperty":"like-of","wmId":824595,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14317516","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/djngoma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e30b5e348af3b8c23f772ac1a328e2a9949f038e035c52bda72a41d9beb74729.jpg","name":"Daliso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20748565","wmProperty":"like-of","wmId":824594,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20748565","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Samichi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec22e93157b7d6e5ee35ddb0a2c8c38bcc207feabd004e426418c68274ebf8de.jpg","name":"Sammie Sunshine☀️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18381058","wmProperty":"like-of","wmId":824592,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18381058","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kellycodeschaos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/695f305dc4abc465cfeba82628d4252c5a205ba05e6001e0d0ffbcef37bf4aa4.jpg","name":"ruthl3ss wears a mask"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24363196","wmProperty":"like-of","wmId":824593,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24363196","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/haikubrian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77b1cd8e8cb84e16dcb285c22190a3f64c3d23fb899c60608501acf300952e34.jpg","name":"Brian Beach"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/772754759795081216","wmProperty":"like-of","wmId":824591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-772754759795081216","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ushakiran_m","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad650f38b4712cb3888142d859ac708cd319a8f45320593e2555c02028dc9ecf.jpg","name":"K!r@nD0n"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2728283653","wmProperty":"like-of","wmId":824590,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2728283653","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/snowdj1984","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"snowdj"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2272661424","wmProperty":"like-of","wmId":824589,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2272661424","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MaeseRahl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19ad6c8a27692004a46493e777aac9f0220deb87a92c4f58399d440104d4cdad.jpg","name":"Javier Jimenez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2461005456","wmProperty":"like-of","wmId":824588,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2461005456","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BhattShaiq1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a75fc7d7c6ea6dc16892d25ef3dfad0006684d6b721f86b2b2f07ea1fefdfd50.jpg","name":"Bhatt Shaiq"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/175721947","wmProperty":"like-of","wmId":824587,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-175721947","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mr_Fyung","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/133375df1cc46abece970924c7dee471d6ac1b85f56266946c65e41fe1e729c0.jpg","name":"KOKOette"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/65390232","wmProperty":"like-of","wmId":824586,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-65390232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/skipzero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5c62999c3f583976ab3a559f45974ac867ff08d18b64f5a77dd0fae11a41c75.jpg","name":"SkipZero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2767640332","wmProperty":"like-of","wmId":824585,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2767640332","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thisisjimmye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6e3bf3570469fd69cbfaa8517c5215984b157a19748cf4e7b8232e758947dcd.png","name":"Jimmy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/616827065","wmProperty":"like-of","wmId":824584,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-616827065","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PatrickKadas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b26bb50fca965a0c0f06a375b64650165b7794af2a3bf875464567733da03103.jpg","name":"Patrick Kadas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2911553684","wmProperty":"like-of","wmId":824583,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2911553684","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vivek_prakash15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a79f80657729be2e70d6cc5c1f5d03ec894ccea40c441cb20b463aa968d454db.jpg","name":"Vivek Prakash"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2148250837","wmProperty":"like-of","wmId":824581,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2148250837","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Anjoureen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4564897757b8a77599b5687d4ae303559809400d197eed4c2cb186a1ba4a613a.jpg","name":"🍊 angie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/527004840","wmProperty":"like-of","wmId":824582,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-527004840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lstorelli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e98c8c97457d3e1dd312936d9490682763c3c5ff171a49d109c9448c929dc36d.jpg","name":"Laurenzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1040861328792006656","wmProperty":"like-of","wmId":824580,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1040861328792006656","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LeoThesen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54e6932158cd9c61e7d885437a043339c69a6b609a9c8f50a700eb1f5f481dba.jpg","name":"Leo Thesen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19559618","wmProperty":"like-of","wmId":824579,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19559618","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ryanbensondev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4d5bafa4df3629c29d9a0c74950a09806c50b22e359b6de231d98a7c753285b.jpg","name":"Ryan Benson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27448142","wmProperty":"like-of","wmId":824578,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27448142","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AIturrios","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9efa8e833b0f3b6f6a947a0bbc36e32b4d71f3d18e02ce5cddf190bdfd6f344.jpg","name":"Aldo Iturrios"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2337863246","wmProperty":"like-of","wmId":824576,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2337863246","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArslantTariq","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36e2b7c9ec79bb00e84827d419ff521fe6c1b5d539807bc863cf7f4d3e48539d.jpg","name":"Arslan Tariq"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1060382511287521280","wmProperty":"like-of","wmId":824577,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1060382511287521280","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Hello_Takako","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5231bffb3f8bf430a4450d9d40499fd172e4b330b28b219b3470f5218d8221a2.jpg","name":"takako.js"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9719492","wmProperty":"like-of","wmId":824574,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9719492","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bsflores","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e616708a5c8014f2a71e158742cb7677135d12d509b9f5266ad00ce71f6b3cbd.jpg","name":"Barbara Flores"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/800281711799980032","wmProperty":"like-of","wmId":824575,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-800281711799980032","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sandhya85448275","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Sandhya yadav"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280169817358491648","wmProperty":"like-of","wmId":824573,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280169817358491648","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mughlain2","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"mughlain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14404708","wmProperty":"like-of","wmId":824572,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14404708","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ByteRisc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a6bcc00234d20c6bd0504954e8860bd8fd4f975ee96711a5316423d414b9a98.jpg","name":"Herrick Spencer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1208618967612264448","wmProperty":"like-of","wmId":824571,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1208618967612264448","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/newtechnovice","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09d891a3695d1f305f9dc8a2f245e340f08c10f4eb0b5f0141075fed35b64675.jpg","name":"Mia👩‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/204366583","wmProperty":"like-of","wmId":824570,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-204366583","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vardhu04","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b08f0aefdd148fb27ba6e88c5945d28e52e08dc85fe52e6310264e2e4fd19355.jpg","name":"Vardhaman Ayyagari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/474971909","wmProperty":"like-of","wmId":824569,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-474971909","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bierbryo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9257c6bc32f1b8e6531c9f867c5ee4f2d6fafe2f1c5ec8ad6cc2c15711daac22.jpg","name":"Bier Kraichak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/38382955","wmProperty":"like-of","wmId":824567,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-38382955","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/guerrix","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24f5cbfbc05ae3a264f4b427a692a59cc2347c1e6709b3e6553945f2842b44c0.jpg","name":" Jesús Guerra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/242266162","wmProperty":"like-of","wmId":824568,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-242266162","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anmolmanchanda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51cccc35f20d161992af1f7df81a9f6cf34fa36a99459b9021c357e28cacf530.jpg","name":"Anmol Manchanda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/951790694","wmProperty":"like-of","wmId":824566,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-951790694","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IAmJamesWong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/026c904c8dd29a1afe7d5b4fcd75156a17fc990a712db5d1125f168d6e1bfef8.jpg","name":"James Wong"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15037448","wmProperty":"like-of","wmId":824565,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15037448","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aliibrahim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/571bffbef40bd512b8c8666b9f1730fe665627ffc4fdeea3110b77e6a067e131.jpg","name":"Ali Ibrahim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3129674079","wmProperty":"like-of","wmId":824564,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3129674079","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_flipjazz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed8effa7c4df8602973a976570a9e934370d24fff78fc3c51b26d95f8b4a7bcf.jpg","name":"Aladdin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/82052760","wmProperty":"like-of","wmId":824562,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-82052760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/foxymania","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e6c7f978aff6875d1441986eb2d932d32991e83507845186f55186de5829865.jpg","name":"Mushab"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2323340450","wmProperty":"like-of","wmId":824563,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2323340450","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jagadesh_ram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f00a23b4c3e51a24f2c8780fb27f75a8a1a7a2277d59ed12dc7ff928fd22309.jpg","name":"Jagadesh Ram"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/304837258","wmProperty":"like-of","wmId":824561,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-304837258","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vivalosburros","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b2563bd3cb13f8fd0839e9824d2d19e3169c1a385517eceec1230d8e5de942c.jpg","name":"Jesse Sadler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1155929838","wmProperty":"like-of","wmId":824560,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1155929838","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vuly16","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b2191b7b799ed1f828f9848471b8d4e6466fb99b7ca9af318dcd1098bb06bf0.jpg","name":"lyvd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/31694476","wmProperty":"like-of","wmId":824558,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-31694476","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/expertfingers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abc4767464ddb48831cd69c768b105b1bf395a57911b7376e0a29271a74c9cd3.jpg","name":"Temidayo Oluwabusola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1142137768891437057","wmProperty":"like-of","wmId":824559,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1142137768891437057","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ritvikdubey27","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed428d9edaa02b7a265803960df1b20606a547248829d51e402cde376e6dc4d3.jpg","name":"Ritvik Dubey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/832625263208914944","wmProperty":"like-of","wmId":824556,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-832625263208914944","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/b1ackd0t","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/758b7414285cf9a932bd21273e98256185c75c53caf96aff9be818ca5adbc3c7.jpg","name":"rodney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/100820840","wmProperty":"like-of","wmId":824557,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-100820840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jossemarGT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a0b7bac417e8566dcf93de3b29ff51f802a88cfd5cc65ae14210389a43a465e.jpg","name":"Jossemar Cordero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/141340589","wmProperty":"like-of","wmId":824554,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-141340589","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hmCuesta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/712367069b325cdbd1f7066c2f022b18432b10d598d142ba280358b8bcb5df89.jpg","name":"Hector Cuesta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/292326349","wmProperty":"like-of","wmId":824555,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-292326349","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/psalmyjay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b49cef19aebc5c04edd04339559cdd6bc4acbf868b527e59a190df48e058b5e0.jpg","name":"Samuel Johnson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/121861210","wmProperty":"like-of","wmId":824553,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-121861210","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/VerdayneGraham","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b8cfeadf25dc674712009b890b89711ca41db3af5d8c1eafb3538b86e6b90e70.jpg","name":"Verdayne Graham"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3194994325","wmProperty":"like-of","wmId":824552,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3194994325","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/YogeshNile","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6dae34da8d312b3574d60c086610ccc76c531381962a4b41554dee871710e13.jpg","name":"Yogesh Nile (Pyogesh)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7693092","wmProperty":"like-of","wmId":824550,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7693092","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bgianf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aee553e02f9de06d5801e9189b9942568fbf7810b04b24693c613c2036dbcba1.jpg","name":"Brian Gianforcaro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2226592850","wmProperty":"like-of","wmId":824551,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2226592850","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peeyu5h","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10163e921ea0a84c5f271bdc46a55996aacde7de1ce258b35f4b2aa1dcd5e45e.jpg","name":"Peeyush Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/33735222","wmProperty":"like-of","wmId":824549,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-33735222","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Igfasouza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91db151f9f3ee75adc4022cf8a8dc0dc323f3cd61fda097e236595b90974e245.jpg","name":"Igor Souza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/322459511","wmProperty":"like-of","wmId":824548,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-322459511","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/panamerican_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dbfca53d74bbdbac5f07d893ee3d4c5d70307007efd21ab8b09bf643de2b1c15.jpg","name":"Jonathan Guzman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2883096133","wmProperty":"like-of","wmId":824546,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2883096133","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frdzhnfds","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5472d27fc142a38be47bb52fdf172ea1c72afad5174ed0d4ff8b65cc275c7ad2.jpg","name":"Faridzhuan Firdaus ⑦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/986771581169909760","wmProperty":"like-of","wmId":824547,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-986771581169909760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TranPeter08","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16066dad3d69bcf61db21493572535200e51ff894fb9d00dbc01b6dc0cccdaf4.jpg","name":"Peter Tran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2274879362","wmProperty":"like-of","wmId":824545,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2274879362","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/YasserMuayed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f43ee8c111fb650eddf7ed49d81354f1bbe571d52849260d43073d4a872f380.jpg","name":"Yasser Muayed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/189740988","wmProperty":"like-of","wmId":824544,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-189740988","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BoroczPeter","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Peter Borocz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/923835703913414656","wmProperty":"like-of","wmId":824543,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-923835703913414656","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/newtonmunene_yg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b2824592987a67d1bc636e4c6bfe72b7427fa869d68dbefdc3cba7c2c71440d.jpg","name":"Newton Munene"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/909691749068546048","wmProperty":"like-of","wmId":824542,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-909691749068546048","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jromest_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f24099d6593022f8cab8c808fda02f257348efcd6954d4687aeea9eca0ef79cc.jpg","name":"Jerome Estiller 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1613756358","wmProperty":"like-of","wmId":824541,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1613756358","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RocAqua","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a7c07367ba08fe5e99a9eae869568a7965a4040bcb36962d7ebe1e1f7e92b96.jpg","name":"Chris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/90120636","wmProperty":"like-of","wmId":824540,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-90120636","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cimacim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24250816d18730aba90e3dff15ab272e1aa4d96c5c6f4789bb0ea5b9eef9e07a.jpg","name":"Fatimah Azzahra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1193744523203006465","wmProperty":"like-of","wmId":824539,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1193744523203006465","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ScriptEngineer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/623febcc236ba7f9fc03b53c53a3b65e1f45ef33b67795bb25c6133a688d69e6.jpg","name":"Jonathan Haluska"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/73862884","wmProperty":"like-of","wmId":824537,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-73862884","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FawazShak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7fa5537e1be6c54a3a5a561b65c4bdce5fa6bac9957ec6a04f6af4b0f4d73d35.jpg","name":"Fawaz Shak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/45075164","wmProperty":"like-of","wmId":824538,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-45075164","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/type404_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b44e4d940221302e0f6bb51f18487dd142ddd71c9641afd7b77f7d27c095bccc.jpg","name":"Tisha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282170055850102784","wmProperty":"in-reply-to","wmId":824536,"type":"entry","url":"https://twitter.com/camilleatwork/status/1282170055850102784","likeOf":null,"author":{"url":"https://twitter.com/camilleatwork","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89ea26e0442472c37f8e5bddbf0fbbae213a5bd3e6bf56f5cb81978c075b209d.jpg","name":"Camille Tomlin"},"published":"July 12, 2020","content":{"text":"Great profile! How did you create a brown skin tone :wave: emoji? I've been struggling to do this for a while."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/471760277","wmProperty":"like-of","wmId":824535,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-471760277","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TavoGLC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/410cfe15b40283391b25b32291fbdb123a0235ccbd17eeb68f551f1457943957.jpg","name":"Octavio Gonzalez-Lugo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282151737755750401","wmProperty":"repost-of","wmId":824529,"type":"entry","url":"https://twitter.com/okbutwhyyyyy/status/1282151737755750401","likeOf":null,"author":{"url":"https://twitter.com/okbutwhyyyyy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68d82c324fb54ce6b3defe57b5b0fb997884e70d406aa7da68e5e0d706e4427b.jpg","name":"noval agung"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282138729545707521","wmProperty":"mention-of","wmId":824527,"type":"entry","url":"https://twitter.com/michaeltbuss/status/1282138729545707521","likeOf":null,"author":{"url":"https://twitter.com/michaeltbuss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b0572aec6ba5205f6a768b0e879cfbdf12a610b75b855a35b900d0d6de5ec7d.jpg","name":"Mike Buss"},"published":"July 12, 2020","content":{"text":"This is awesome!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282128910029922305","wmProperty":"mention-of","wmId":824528,"type":"entry","url":"https://twitter.com/weezykon/status/1282128910029922305","likeOf":null,"author":{"url":"https://twitter.com/weezykon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c68081e3e050a75bdd76c693b80667d9e69a67b030f19b732508c1f3090900dd.jpg","name":"ᐸAkinbode Weezykon/ᐳ"},"published":"July 12, 2020","content":{"text":"🔥 🔥"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282165212452290561","wmProperty":"mention-of","wmId":824526,"type":"entry","url":"https://twitter.com/skipzero/status/1282165212452290561","likeOf":null,"author":{"url":"https://twitter.com/skipzero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5c62999c3f583976ab3a559f45974ac867ff08d18b64f5a77dd0fae11a41c75.jpg","name":"SkipZero"},"published":"July 12, 2020","content":{"text":"sweet!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282148047552606208","wmProperty":"repost-of","wmId":824525,"type":"entry","url":"https://twitter.com/iambdxoul/status/1282148047552606208","likeOf":null,"author":{"url":"https://twitter.com/iambdxoul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcaeaaf9e3374a1595bc677158475646d714e445f7f7a15bec4c16861d9bfd42.jpg","name":"BDXOUL 🇳🇵"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282148263668273153","wmProperty":"repost-of","wmId":824524,"type":"entry","url":"https://twitter.com/RezaPradhan/status/1282148263668273153","likeOf":null,"author":{"url":"https://twitter.com/RezaPradhan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/597d3ccbc0f992bc2145a788f943ec053350deac147e40ce1e8f9c951357d30d.jpg","name":"R3Z4"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282149091191840771","wmProperty":"repost-of","wmId":824523,"type":"entry","url":"https://twitter.com/directornola/status/1282149091191840771","likeOf":null,"author":{"url":"https://twitter.com/directornola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5cb1faad2780b1de624b72395de1ea42079beeb4175167ccfdafa842879f560.jpg","name":"Jason V. Holmes"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282152003783864320","wmProperty":"repost-of","wmId":824522,"type":"entry","url":"https://twitter.com/LTNGames/status/1282152003783864320","likeOf":null,"author":{"url":"https://twitter.com/LTNGames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a15a97a8539c5a630e2f3ef3a8d4a9ea7b032a67fb2ff5992dd709311350e08.jpg","name":"⚡LTN Games⚡"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282149833151787008","wmProperty":"repost-of","wmId":824521,"type":"entry","url":"https://twitter.com/josh_ryggs/status/1282149833151787008","likeOf":null,"author":{"url":"https://twitter.com/josh_ryggs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f5e4263d06b6fa89c6f9f95d012ed6c85caf83a06ce4734bc6e5281fb20dce3.jpg","name":"Joshua Murigi"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282153522826555397","wmProperty":"repost-of","wmId":824520,"type":"entry","url":"https://twitter.com/packetengineer/status/1282153522826555397","likeOf":null,"author":{"url":"https://twitter.com/packetengineer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87986d81c3838edc67ee497ee07cb96f4d6f9e6966b0eb53736f878203c61730.jpg","name":"Scott Lynch"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282154129368862722","wmProperty":"repost-of","wmId":824518,"type":"entry","url":"https://twitter.com/RaviAgheda/status/1282154129368862722","likeOf":null,"author":{"url":"https://twitter.com/RaviAgheda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d6f5f2b7a2c77f3f68eac1fcdc014b2a268ba55c5e9e333fb967f05aa80b3b9.jpg","name":"Ravi Agheda"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282153834312343552","wmProperty":"repost-of","wmId":824519,"type":"entry","url":"https://twitter.com/indrayam/status/1282153834312343552","likeOf":null,"author":{"url":"https://twitter.com/indrayam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da1e33bc975c76dfcc6a932d38b032b0299d85319bac6665172b1e70e21749a2.jpg","name":"Anand #BLM Sharma (आनंद)"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282154376409145345","wmProperty":"repost-of","wmId":824517,"type":"entry","url":"https://twitter.com/bikashd4332/status/1282154376409145345","likeOf":null,"author":{"url":"https://twitter.com/bikashd4332","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/307c9214e5a10b93db32ffedfd1c2ab4019a37966ccf390214943500c14e578a.jpg","name":"Bikash Das"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282155070445027329","wmProperty":"repost-of","wmId":824516,"type":"entry","url":"https://twitter.com/GerardoValdezMx/status/1282155070445027329","likeOf":null,"author":{"url":"https://twitter.com/GerardoValdezMx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4ec6a4e54761d14eb021463c854e4249ca6b4aad3503eaf62cb9f8856073650.jpg","name":"Gerardo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282158270359076864","wmProperty":"repost-of","wmId":824514,"type":"entry","url":"https://twitter.com/larsx2/status/1282158270359076864","likeOf":null,"author":{"url":"https://twitter.com/larsx2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8058cd3815009e76f69e30440d0edcdf37137428efb65c30397e4b7cc29f8d0f.jpg","name":"Eduardo Urias"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282158171721613313","wmProperty":"repost-of","wmId":824515,"type":"entry","url":"https://twitter.com/MigiSchmigi/status/1282158171721613313","likeOf":null,"author":{"url":"https://twitter.com/MigiSchmigi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51e5622730431bdd28fd26ec2d6a2a1f576fe8844ae451105485fcf402d3076f.jpg","name":"Jen"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282161488988446721","wmProperty":"repost-of","wmId":824512,"type":"entry","url":"https://twitter.com/bytemeorg/status/1282161488988446721","likeOf":null,"author":{"url":"https://twitter.com/bytemeorg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9623832371e370b9034d347c12715446a8729df81562427eefeb345cc888c641.jpg","name":"Mark Allen"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282160829480214528","wmProperty":"repost-of","wmId":824513,"type":"entry","url":"https://twitter.com/psalmyjay/status/1282160829480214528","likeOf":null,"author":{"url":"https://twitter.com/psalmyjay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b49cef19aebc5c04edd04339559cdd6bc4acbf868b527e59a190df48e058b5e0.jpg","name":"Samuel Johnson"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282161872280489984","wmProperty":"repost-of","wmId":824511,"type":"entry","url":"https://twitter.com/frdzhnfds/status/1282161872280489984","likeOf":null,"author":{"url":"https://twitter.com/frdzhnfds","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5472d27fc142a38be47bb52fdf172ea1c72afad5174ed0d4ff8b65cc275c7ad2.jpg","name":"Faridzhuan Firdaus ⑦"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282162869761536000","wmProperty":"repost-of","wmId":824510,"type":"entry","url":"https://twitter.com/bierbryo/status/1282162869761536000","likeOf":null,"author":{"url":"https://twitter.com/bierbryo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9257c6bc32f1b8e6531c9f867c5ee4f2d6fafe2f1c5ec8ad6cc2c15711daac22.jpg","name":"Bier Kraichak"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282163235689426944","wmProperty":"repost-of","wmId":824509,"type":"entry","url":"https://twitter.com/semiinvariant/status/1282163235689426944","likeOf":null,"author":{"url":"https://twitter.com/semiinvariant","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"semi-invariant"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282166903444836352","wmProperty":"repost-of","wmId":824508,"type":"entry","url":"https://twitter.com/foxymania/status/1282166903444836352","likeOf":null,"author":{"url":"https://twitter.com/foxymania","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e6c7f978aff6875d1441986eb2d932d32991e83507845186f55186de5829865.jpg","name":"Mushab"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/998402854309117952","wmProperty":"like-of","wmId":824507,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-998402854309117952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/i_am_syahirah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9d493e0533c3f43cf77b6f1b6b0065a2330c5a02a4cd57b1994eaf3694a895e9.jpg","name":"syahirah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/797054021836144640","wmProperty":"like-of","wmId":824505,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-797054021836144640","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_areebk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee8377ed2b6c4d3ebe9c421c389cd37ce50a8e00695d91107cc20901fbb6b0cf.jpg","name":"Areeb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/249037910","wmProperty":"like-of","wmId":824506,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-249037910","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ItsMalikJones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30e02c49e8e68ea39f10f22e27eb6f796463a2aaf1170fa4a8298b38f4304774.jpg","name":"Malik Alleyne-Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1097518533456658432","wmProperty":"like-of","wmId":824504,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1097518533456658432","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/smokey_brian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebd7bc4c8efec40581d572c59ecac54c2da2310a0c85be5c41cedff567f454c5.jpg","name":"Smokey Brian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/701797619618676736","wmProperty":"like-of","wmId":824503,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-701797619618676736","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kiplagat_laban","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/681c2682d3827843d0cd7a672d68b6e189f7565e01e1557b1d12279a9f65b61c.jpg","name":"Laban Kiplagat."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/983205977632620544","wmProperty":"like-of","wmId":824502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-983205977632620544","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sfyyx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/574a3afd324283be3db5c27e73176aefe5d11e3d5dc45607629202c1189475ae.jpg","name":"♉︎"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1260530235147051011","wmProperty":"like-of","wmId":824501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1260530235147051011","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/masa00167581","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2da3ee254134f2d17c0609e31e64105184a7c52c07d4b2bdf3a8ea189022c634.jpg","name":"スカスカみかん@ピアノ猛練習中‼️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1091097124228472832","wmProperty":"like-of","wmId":824499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1091097124228472832","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/moosa_bi_asa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/770fa6adeb282168793a700b32fec9491113f02abdcac339ebc7646a4adc4333.jpg","name":"موسی‌بی‌عصا"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17375930","wmProperty":"like-of","wmId":824500,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17375930","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/larsx2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8058cd3815009e76f69e30440d0edcdf37137428efb65c30397e4b7cc29f8d0f.jpg","name":"Eduardo Urias"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/772796949380685824","wmProperty":"like-of","wmId":824498,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-772796949380685824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/glotcha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ff909974cea8e653af6ad74f445eda212205032e8d4256dbce7395918a1ef57.png","name":"Neil Hargreaves"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4498954313","wmProperty":"like-of","wmId":824497,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4498954313","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LTNGames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a15a97a8539c5a630e2f3ef3a8d4a9ea7b032a67fb2ff5992dd709311350e08.jpg","name":"⚡LTN Games⚡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/363376907","wmProperty":"like-of","wmId":824495,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-363376907","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thatmusicloverr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ccf3de95db40f560b6d65954fdf2c3ae308ae5530140ef332bfafd844c330c8.jpg","name":"Crystal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1329747854","wmProperty":"like-of","wmId":824496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1329747854","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/meltomene","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b856843c14d9653210c9b805cbbcbe94518c50f77df4d9d6e5364e8a66fabff.jpg","name":"Melanie Tosik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1071773035726815232","wmProperty":"like-of","wmId":824493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1071773035726815232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/snazzyAI","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/690e8601552cdc482ceb5e7bcdf40a4210ea199aa9fb6068245b30a6f221d7f4.jpg","name":"Abdulsalam Ibrahim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3240018397","wmProperty":"like-of","wmId":824494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3240018397","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RaviAgheda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d6f5f2b7a2c77f3f68eac1fcdc014b2a268ba55c5e9e333fb967f05aa80b3b9.jpg","name":"Ravi Agheda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/41867281","wmProperty":"like-of","wmId":824492,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-41867281","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pamtaro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a79c2951d97ab23f1e70fbe15ae8df3e2f4eb59a5b4c91308a230883942b9ac6.jpg","name":"Pam ✌️ong"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/46842049","wmProperty":"like-of","wmId":824490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-46842049","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/m_roqo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac5e3461c4c18257de62eb2770ce2395aab29b0a33f127169f51e5a8d896b7fc.jpg","name":"Roqo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19176588","wmProperty":"like-of","wmId":824491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19176588","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hatfim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bf77b29251ae842a7e127e18d1c0525d4fefb9c481c3cde10a1147690bb3876.jpg","name":"0x 68617466696d"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/132567636","wmProperty":"like-of","wmId":824489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-132567636","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mazibishop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8a308477f2a1c0ce4f9637951d425dc26de1e6b5875deeb8ac170055c5bc7a6.jpg","name":"Engr. p o p e ™ 🇳🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14470485","wmProperty":"like-of","wmId":824488,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14470485","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ryanchristensen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c36b72d54e964f32136b4a2087be890a46dd4053eb7c1d26cb748f3d002ea3b.jpg","name":"Ryan Christensen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/810871485741076480","wmProperty":"like-of","wmId":824486,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-810871485741076480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/estern_winluck","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fddd6721e71a2c68d95df9c9af27348ca5b8d647e81a46afffc807a856a6b29e.jpg","name":"Estern Winluck"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/937968061809750017","wmProperty":"like-of","wmId":824487,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-937968061809750017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gauravvarmatw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/822a12a384f7fef65581ee1df273f7250d30cd4dd3e9fd6ac43d35df39eb65cb.png","name":"gaurav varma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/732700465482338304","wmProperty":"like-of","wmId":824485,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-732700465482338304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BokserRory","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c5f84bd3b9fab4a2d8733eb8b2dae7e16d9d51225298bf220ee509a4ed8c4968.jpg","name":"Rory Bokser"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/988326834","wmProperty":"like-of","wmId":824484,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-988326834","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/josephfree64","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c44fbb3de97f26c86ab54d37216b146de18ca26fd4729efafd72891a933da14.jpg","name":"J S."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2428038720","wmProperty":"like-of","wmId":824483,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2428038720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/directornola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5cb1faad2780b1de624b72395de1ea42079beeb4175167ccfdafa842879f560.jpg","name":"Jason V. Holmes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/712706752173645824","wmProperty":"like-of","wmId":824481,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-712706752173645824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/inverted_index","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2f2989549aec3b9746651fb389f02a5c4e8d18f5751567635875aad752f76c2.jpg","name":"Ra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1136834810842763266","wmProperty":"like-of","wmId":824482,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1136834810842763266","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KetanAggarwal17","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/944be6abad5ab8c9fab9d9b3218427225cb966506d5a419cafb6743b6c0c7f40.jpg","name":"Ketan Aggarwal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1255815677790715905","wmProperty":"like-of","wmId":824480,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1255815677790715905","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/two_shar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb0d425e90a29f917daa8bca37da5c1535abe7bf863a35aa5d228a1e0f991ee2.jpg","name":"Tushar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1190972262339530752","wmProperty":"like-of","wmId":824479,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1190972262339530752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mt_creates","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/121116de8e4fca23937d3021a4d53f910eff18477f2632071f9d73bc433f61c4.jpg","name":"Tudor Matei"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1325932890","wmProperty":"like-of","wmId":824477,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1325932890","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lovelessthea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52140f4f0f6e15856a1f4282a3e0d50d1fbdf300fbe2fceb2f0d3aef68ff6d3b.jpg","name":"💻ジェシカ 🎮"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16298084","wmProperty":"like-of","wmId":824478,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16298084","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/egsy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2eba691fdc007344a01568fea749c6f10715a9f2eb97911c68aff11b9a6f90ba.jpg","name":"elaine yeung"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/884573031816982528","wmProperty":"like-of","wmId":824476,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-884573031816982528","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andx0r","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Mac"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/599408767","wmProperty":"like-of","wmId":824475,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-599408767","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Vish3vdi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20c5371caee6926f55bd222011a0131a1fd909ffc568cfd4e01310984f84314d.jpg","name":"Wyshal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/705471655724916736","wmProperty":"like-of","wmId":824470,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-705471655724916736","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dennisndegwa13","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee548cf8558363145e17abee6a882920481e33b4946a069c31486ba773a58356.jpg","name":"I"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1119265142","wmProperty":"like-of","wmId":824469,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1119265142","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bikashd4332","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/307c9214e5a10b93db32ffedfd1c2ab4019a37966ccf390214943500c14e578a.jpg","name":"Bikash Das"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/46249464","wmProperty":"like-of","wmId":824468,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-46249464","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/medvar72","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0b98fa45024a6a51e049bc0eac65aba593ab622deb7a34685cf07809cf443de.jpg","name":"Héctor Medina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/176916795","wmProperty":"like-of","wmId":824467,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-176916795","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thelocdEngineer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/360cd3391850dd344010dab652f91ed61b70169b648354c3199c589fa34002a2.jpg","name":"thatGuyWithTheLocks"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15497928","wmProperty":"like-of","wmId":824465,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15497928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rubenharris","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09e70c422a495a40f5cb88ad5afdedc748da21f351f25484d57a52319ae80b1f.jpg","name":"Ruben Harris - IG: @rubenharris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1228577218000867328","wmProperty":"like-of","wmId":824466,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1228577218000867328","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/darkknight_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a4f5d9ef6b1314957d3d090417c95d9e579027fc198da76344ab981e9ead53b.jpg","name":"darkknight_dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1221930010006708224","wmProperty":"like-of","wmId":824464,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1221930010006708224","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ollywogs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cbff8bac15a7b6262d93a67b905833efa0d3c1041ffaaf86467cffa95ca853b.jpg","name":"Olivia S."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2809408278","wmProperty":"like-of","wmId":824463,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2809408278","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pushpend3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a14d685f77ab828418303c2698296245660c5b61edb9ec5ae082c685a79cf95a.jpg","name":"Pushpender Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/56723160","wmProperty":"like-of","wmId":824461,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-56723160","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gkapagunta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60d736320e45bb9d74f738434ef8fef87d346179e5f1089a03431cc583cc8ad5.jpg","name":"Gopi Krishna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/310933300","wmProperty":"like-of","wmId":824462,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-310933300","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NandipMakwana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d604ceb3c736d617f4039386830f0a76b472087b9297732100643d50589372c.jpg","name":"Nandip Makwana"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1010636624","wmProperty":"like-of","wmId":824460,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1010636624","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/khaitawng93","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4c05749e2ac20bf80d37027795ec0ba4a95424ea754d1d59c5c699bd65ea3f0.jpg","name":"khaitawng"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/329277863","wmProperty":"like-of","wmId":824458,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-329277863","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/packetengineer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87986d81c3838edc67ee497ee07cb96f4d6f9e6966b0eb53736f878203c61730.jpg","name":"Scott Lynch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/235733083","wmProperty":"like-of","wmId":824459,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-235733083","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pretty_heinous","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/376498383f5b9b39659f22f43631148e2c91f4274f8ac4b50b23ccbc7358ba72.jpg","name":"Nick Bernard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18857390","wmProperty":"like-of","wmId":824456,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18857390","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/donokuda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6abed8601119b9372806171d46a64e900312f5c8f073d689696411475988994.jpg","name":"Don Wayne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/798044110468722690","wmProperty":"like-of","wmId":824457,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-798044110468722690","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Keval011","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4b2f0ffb089e6279cb442a71113ac67ac3bc21c2b3e005bea839509b0c343fe.jpg","name":"Keval 💫"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4262253314","wmProperty":"like-of","wmId":824454,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4262253314","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akuma_ed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/367159d4bffe51c426fe1f12dfc5bfd08bbb96c2389b0f7de3f039ed9fa3d4bb.jpg","name":"Castro Eduardo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/285415139","wmProperty":"like-of","wmId":824455,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-285415139","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/flo_withit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34f3ad5aa60b7e4b4392d9bf629e8e7cad07482479a6edf8bae2d0b0fc7496a1.png","name":"Andrea Flores"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/198288355","wmProperty":"like-of","wmId":824453,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-198288355","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Umara8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06f1679f292d909eaea02eecc6557f9beb5c12abbb2fb77aa9d97854ecdc725b.jpg","name":"Dr Farouk Umar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/915860920827469824","wmProperty":"like-of","wmId":824452,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-915860920827469824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vijaykumarktg18","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c84793f01e042424f4a408e21e604a7712487029dba2abb2d91926c4aa21eb39.jpg","name":"Vijay Kumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3188032544","wmProperty":"like-of","wmId":824451,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3188032544","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jarvision__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a42e0efb75f839d4af174aa733a829e37d79c73380a778417bae5632c880d0a2.jpg","name":"harini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/64583","wmProperty":"like-of","wmId":824450,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-64583","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PixelSushiRobot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc6e340830b02a65ca33cdb2e28ade246dc79b2280c9f0a061ffe845b4526388.jpg","name":"Jeffrey Chiang 👋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11159","wmProperty":"like-of","wmId":824449,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11159","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Chiphead","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2827a023fa7837788e464f789fa3796ffbe4ce9d77521a965590ec020156a765.jpg","name":"Chippy Ulibary"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/845315004601552896","wmProperty":"like-of","wmId":824448,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-845315004601552896","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AndreaBlass11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d7d09ca499ddef72c63ac56b371872ae2a4a6d39978b26c2e1acd97d39c15c2.jpg","name":"Andrea Blass Zamudio 👩🏻‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/44272543","wmProperty":"like-of","wmId":824447,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-44272543","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akingcoder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02fb703fd83eefd41f7607bba69e77f6bff5897bccff30e39cf19bddbb82de1c.jpg","name":"Adam King"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/310715321","wmProperty":"like-of","wmId":824446,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-310715321","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shivamkrpandey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a2520b6754431c4374061544d1ad35932bebc2cb18ddf1e4ccbca5cbebe8844.jpg","name":"Shivam Pandey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1057102171747966977","wmProperty":"like-of","wmId":824445,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1057102171747966977","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/roosepher","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ruju"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1279067007011471360","wmProperty":"like-of","wmId":824444,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1279067007011471360","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamsubhrajitP03","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34861261980d21614ee232d04adc75aec9f684578b751329a1812956224f78db.jpg","name":"Subhrajit Patra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1277913898780372992","wmProperty":"like-of","wmId":824442,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1277913898780372992","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MayurTawade01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edf20af89b6feb9bf71e46272bed2e58c228645f59370171ea727360942f4e6f.jpg","name":"Mayur Tawade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/312952083","wmProperty":"like-of","wmId":824443,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-312952083","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AndyIbanezK","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/904f7f7002a6c05bf54ead412fad490501a8cda2c955e6768cac57df551090cb.jpg","name":"Andy Ibanez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1247432864276213760","wmProperty":"like-of","wmId":824441,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1247432864276213760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_wnxn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b530c02383615e61880b338cf4ddceed30592585afcaa0c33f81738c04c04538.jpg","name":"Boonsuen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1189257734736240640","wmProperty":"like-of","wmId":824440,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1189257734736240640","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MigiSchmigi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51e5622730431bdd28fd26ec2d6a2a1f576fe8844ae451105485fcf402d3076f.jpg","name":"Jen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/10042902","wmProperty":"like-of","wmId":824438,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-10042902","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/indrayam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da1e33bc975c76dfcc6a932d38b032b0299d85319bac6665172b1e70e21749a2.jpg","name":"Anand #BLM Sharma (आनंद)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/998494923426025472","wmProperty":"like-of","wmId":824439,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-998494923426025472","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mazi_bishop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1d9b3ae705d0ed15493b81d07a5fd20dded329c941b9ad551bd2ef6a21218f2.jpg","name":"𝕵. 𝓘𝓯𝓮𝓬𝓱𝓲"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/544543482","wmProperty":"like-of","wmId":824437,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-544543482","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/McRonalds1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a1ca9b0acd6945bc2038be5dfee9915be08bd90756d0d8313f26e7ae64f59af.jpg","name":"Ronald Salguero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1194765235078356993","wmProperty":"like-of","wmId":824436,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1194765235078356993","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zimafu1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1699563d16dc2fff78d082dba15a7dd317d5e714c144e104a9bd7d76bdec52bb.jpg","name":"zimafu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1975613690","wmProperty":"like-of","wmId":824434,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1975613690","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SG5202","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f98230cc27e30990c2637b274a799d6abbe05bfc173f91dcf085db12d7e55ce5.jpg","name":"SG Kantamani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/734755001214500864","wmProperty":"like-of","wmId":824435,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-734755001214500864","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amarachi_melvin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a21c1149234e3143f90bf52583cc836f28874cc764ba0a40fea846f81240ca38.jpg","name":"Amarachi Melvin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15755614","wmProperty":"like-of","wmId":824433,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15755614","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iansu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a38da25135039eb45649e23762779bc383fd4996cd01ac0fcf85560cb43ae70a.jpg","name":"Ian Sutherland 🇨🇦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/259353729","wmProperty":"like-of","wmId":824432,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-259353729","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rakesh_vardan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce987ffd3edd11463007dfcaffac512d461525766f85c9be3e0f247ff8e034ac.jpg","name":"𝚛𝚊𝚔𝚎𝚜𝚑 𝚟𝚊𝚛𝚍𝚊𝚗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18871087","wmProperty":"like-of","wmId":824431,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18871087","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fthtnrvr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c48797278b7ff00731d22f9c0fd4bbef06682d02ffb5259aa9517d3244a124d.jpg","name":"FatihT"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2797196335","wmProperty":"like-of","wmId":824430,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2797196335","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/steaminist","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Wendy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/312884682","wmProperty":"like-of","wmId":824429,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-312884682","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/__MaRhadebe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab50c9ef154cfd6766963fd628d18a2bba8bc4d973262bf55318c2b4254120f9.jpg","name":"Miss_•Ludidi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/979310434128982017","wmProperty":"like-of","wmId":824428,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-979310434128982017","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/josh_ryggs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f5e4263d06b6fa89c6f9f95d012ed6c85caf83a06ce4734bc6e5281fb20dce3.jpg","name":"Joshua Murigi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/515436922","wmProperty":"like-of","wmId":824427,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-515436922","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SAM_wayan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6e534432ce617df83fe662f705bd105c15dfa110ae6742d0c0fa4132ba82583.jpg","name":"Wayan SAM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16555660","wmProperty":"like-of","wmId":824426,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16555660","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/patricksanders","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e2fb4574b4347b053bc6c31c22f28aa13b81f910abee781fe184a719d46947dd.png","name":"Patrick Sanders"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/548964067","wmProperty":"like-of","wmId":824425,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-548964067","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iambdxoul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcaeaaf9e3374a1595bc677158475646d714e445f7f7a15bec4c16861d9bfd42.jpg","name":"BDXOUL 🇳🇵"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282131751255461888","wmProperty":"in-reply-to","wmId":824424,"type":"entry","url":"https://twitter.com/JaganMadhavan3/status/1282131751255461888","likeOf":null,"author":{"url":"https://twitter.com/JaganMadhavan3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/794b463732a5fa30eec15b228e22e157811dc531812c287f160565e004b0a275.jpg","name":"Jagan Madhavan"},"published":"July 12, 2020","content":{"text":"How to use ful profile madam"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3352422965","wmProperty":"like-of","wmId":824423,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3352422965","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Beinmonyu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d854438017f84e391258f1efe771c6a8f5fe4de239f36f58b2dfea986119876.jpg","name":"Bytes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282148906319536129","wmProperty":"in-reply-to","wmId":824421,"type":"entry","url":"https://twitter.com/iambdxoul/status/1282148906319536129","likeOf":null,"author":{"url":"https://twitter.com/iambdxoul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcaeaaf9e3374a1595bc677158475646d714e445f7f7a15bec4c16861d9bfd42.jpg","name":"BDXOUL 🇳🇵"},"published":"July 12, 2020","content":{"text":"Please anyone guide me how to get Github.io.domain because i tried everything but it didn't work. bdxoul.guthub.io"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282167380295090177","wmProperty":"in-reply-to","wmId":824422,"type":"entry","url":"https://twitter.com/TranPeter08/status/1282167380295090177","likeOf":null,"author":{"url":"https://twitter.com/TranPeter08","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16066dad3d69bcf61db21493572535200e51ff894fb9d00dbc01b6dc0cccdaf4.jpg","name":"Peter Tran"},"published":"July 12, 2020","content":{"text":"Nicely done"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282130742890229760","wmProperty":"mention-of","wmId":824410,"type":"entry","url":"https://twitter.com/iamharnad/status/1282130742890229760","likeOf":null,"author":{"url":"https://twitter.com/iamharnad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee8a89ac50b79542711aaf50219092e6b69330aab98b5a6993723b150f093eaf.jpg","name":"Babu Frik"},"published":"July 12, 2020","content":{"text":"aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282127832483803136","wmProperty":"mention-of","wmId":824411,"type":"entry","url":"https://twitter.com/PacoSirventVila/status/1282127832483803136","likeOf":null,"author":{"url":"https://twitter.com/PacoSirventVila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e1a32db73c677f7df2711303dde45298ccb893644c5dbdd0337a675ed720617.jpg","name":"Paco Sirvent"},"published":"July 12, 2020","content":{"text":"How To Create A GitHub Profile README by ⁦@waterproofheart⁩  aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282121923728601088","wmProperty":"mention-of","wmId":824403,"type":"entry","url":"https://twitter.com/frederickohen/status/1282121923728601088","likeOf":null,"author":{"url":"https://twitter.com/frederickohen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24341310293059c82d5af18576fc1c47e60760084eda5e02847d4a4f39efdfde.jpg","name":"Freddie "},"published":"July 12, 2020","content":{"text":"This is amazing!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282112144587325443","wmProperty":"repost-of","wmId":824401,"type":"entry","url":"https://twitter.com/tonywlsn/status/1282112144587325443","likeOf":null,"author":{"url":"https://twitter.com/tonywlsn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/134f81f66edfd859573393ece068d7b8a027a86c186167fab4632c5b9e5c1937.jpg","name":"tonywlsn"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282111037643411456","wmProperty":"repost-of","wmId":824402,"type":"entry","url":"https://twitter.com/AliHussein_20/status/1282111037643411456","likeOf":null,"author":{"url":"https://twitter.com/AliHussein_20","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/255d3d348651a3be47267d65e166b3127a6c8a8f0b2e46d21491c1be0cb5e65f.jpg","name":"Ali Hussien"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282112877235712000","wmProperty":"repost-of","wmId":824400,"type":"entry","url":"https://twitter.com/danc_O/status/1282112877235712000","likeOf":null,"author":{"url":"https://twitter.com/danc_O","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce163b5738c1c6ee4702837b4700e10ab3b5addc56f609c151ae41ec17567636.jpg","name":"Daniel Opiyo Lunjalu"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282114605662134272","wmProperty":"repost-of","wmId":824399,"type":"entry","url":"https://twitter.com/ssembara99/status/1282114605662134272","likeOf":null,"author":{"url":"https://twitter.com/ssembara99","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab0dfcc6a2ce1ae730d2ec9fbb90bd03da4ba825bdfb458370ec076458b515ee.jpg","name":"Sebastianus Sembara"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282114782116614151","wmProperty":"repost-of","wmId":824398,"type":"entry","url":"https://twitter.com/_manAbl/status/1282114782116614151","likeOf":null,"author":{"url":"https://twitter.com/_manAbl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b68107b7297849afd91f7bca800e0c11010625273f8a65b66bd2377c9f7172d.jpg","name":"Manuel Blanco🔥"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282116043687596032","wmProperty":"repost-of","wmId":824397,"type":"entry","url":"https://twitter.com/mawshin/status/1282116043687596032","likeOf":null,"author":{"url":"https://twitter.com/mawshin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d66c17dd417621a542f704c0f00c923562bed17edf5da1fa9cd5ecbf5763ff78.jpg","name":"MAW"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282116894208806913","wmProperty":"repost-of","wmId":824396,"type":"entry","url":"https://twitter.com/jrieffel/status/1282116894208806913","likeOf":null,"author":{"url":"https://twitter.com/jrieffel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95a762cc485800e4f3fea0304fdb90b4a6b24a7515259df0d3b7a4985a2bd1b5.jpg","name":"|imperceptible humming|"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282117555415658502","wmProperty":"repost-of","wmId":824395,"type":"entry","url":"https://twitter.com/bradleyhaveman/status/1282117555415658502","likeOf":null,"author":{"url":"https://twitter.com/bradleyhaveman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a8c1e8fca39767a2edf27bb6d24c624bb7ee28b8e248ef116e5af4de1232563c.jpg","name":"Bradley Haveman"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282119110764175363","wmProperty":"repost-of","wmId":824393,"type":"entry","url":"https://twitter.com/iampreshjohn/status/1282119110764175363","likeOf":null,"author":{"url":"https://twitter.com/iampreshjohn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afb8bc15cbfb6670a69723d91687261461b752cf2780a844cf85a00eb78cd9ab.jpg","name":"Precious John"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282118785873383424","wmProperty":"repost-of","wmId":824394,"type":"entry","url":"https://twitter.com/katenkyokatsui/status/1282118785873383424","likeOf":null,"author":{"url":"https://twitter.com/katenkyokatsui","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34fdb8018c4368c8688e9a5b7e2ed8df47bf7643d8f55115a57ac13d3b5fad91.jpg","name":"tw♦st*d"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282121209266798596","wmProperty":"repost-of","wmId":824391,"type":"entry","url":"https://twitter.com/cybermise/status/1282121209266798596","likeOf":null,"author":{"url":"https://twitter.com/cybermise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f90efaa4ce1bb112e3bf53fea589b7046c459b00201b273ebdf640d3fcd4fab5.jpg","name":"Cybermise"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282121094753857539","wmProperty":"repost-of","wmId":824392,"type":"entry","url":"https://twitter.com/digimarktech/status/1282121094753857539","likeOf":null,"author":{"url":"https://twitter.com/digimarktech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c3340ced94aaed7f2c767a56cf79d9e494fbd5ad0543b5233916387be676dfb.jpg","name":"Marc Aupont"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/113580123","wmProperty":"like-of","wmId":824389,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-113580123","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bpsagar","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Sagar Chakravarthy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282122005735768064","wmProperty":"repost-of","wmId":824390,"type":"entry","url":"https://twitter.com/peaceville88/status/1282122005735768064","likeOf":null,"author":{"url":"https://twitter.com/peaceville88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c676faa921ec7d27aa8d995dfc292f0132810e0d4f0965b004d987d35a18cbe2.jpg","name":"ufere peace"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/614608440","wmProperty":"like-of","wmId":824387,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-614608440","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/katenkyokatsui","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34fdb8018c4368c8688e9a5b7e2ed8df47bf7643d8f55115a57ac13d3b5fad91.jpg","name":"tw♦st*d"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1567529924","wmProperty":"like-of","wmId":824388,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1567529924","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jsjoeio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac94041465a65e363617c3c5e2c2d7e3966b4ec4f2f8b689fd9c0a93cb41c1cc.jpg","name":"Joe Previte 🦀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3166481347","wmProperty":"like-of","wmId":824386,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3166481347","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ra_v_shankar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18feb2bb30bb45787c9506cfa335ab13f80b68e55b088e2c2788e7f87426e9d1.jpg","name":"RaviShankar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/821157675597602818","wmProperty":"like-of","wmId":824385,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-821157675597602818","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EinaOnting","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b66208350bdc9a22aadddb358aaea05b660dabc56aac7fcd13115b2b43d5a192.jpg","name":"eina onting"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17342619","wmProperty":"like-of","wmId":824384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17342619","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CherylLawson918","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b40f0911b567a526a7d1116622ef34b9faa901ccd7e596105104e1b7d777e13.jpg","name":"Cheryl Lawson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14128908","wmProperty":"like-of","wmId":824383,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14128908","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shidi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c1e2e083c463e694dd5289c01e91687ec0ac70d432be5ce741f256762441e72a.jpg","name":"Rashidi Zin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2243142293","wmProperty":"like-of","wmId":824381,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2243142293","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/temiafeye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/429d999e852b6b7d0f3c565b86e552fe5936707970d281e0a04d868c7b94316d.jpg","name":"Temi Afeye"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1612037503","wmProperty":"like-of","wmId":824382,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1612037503","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alexweininger_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72f101214a56fd37703f816bd1451c29c8ceb7ace87c6a7e6c891be70af7a427.jpg","name":"Alex Weininger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/925904313792237568","wmProperty":"like-of","wmId":824380,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-925904313792237568","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adamu_fura","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec0592a89aba8659e6cd0b3a1a71cd7469e15f6969315525279ef10805c176c0.jpg","name":"I_am_Programmer 👓 💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1190301190791282693","wmProperty":"like-of","wmId":824379,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1190301190791282693","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cybermise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f90efaa4ce1bb112e3bf53fea589b7046c459b00201b273ebdf640d3fcd4fab5.jpg","name":"Cybermise"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/181515376","wmProperty":"like-of","wmId":824377,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-181515376","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/suretrustng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/349bb8e2727298e48e3661de912081f582f10d1883ac702810962ad93d1ef2e9.jpg","name":"Saheed Oladele"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1219427927655215104","wmProperty":"like-of","wmId":824378,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1219427927655215104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GreP86","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63b7ebfbc563f3ac10bb6a7b63255fbed535ccddf1ac1b389a44c8df06a8876f.jpg","name":"Greg Powell, Ph.D."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3938328921","wmProperty":"like-of","wmId":824376,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3938328921","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/digimarktech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c3340ced94aaed7f2c767a56cf79d9e494fbd5ad0543b5233916387be676dfb.jpg","name":"Marc Aupont"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15877928","wmProperty":"like-of","wmId":824375,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15877928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KyleKochanek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8bfd1d1c1f21880b3673fd861416539f41c802c9a9979bf74c2b167841bc749b.jpg","name":"Kyle Kochanek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/49202698","wmProperty":"like-of","wmId":824374,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-49202698","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jrieffel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95a762cc485800e4f3fea0304fdb90b4a6b24a7515259df0d3b7a4985a2bd1b5.jpg","name":"|imperceptible humming|"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/929421320365932545","wmProperty":"like-of","wmId":824373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-929421320365932545","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/D1g1talAv3ng3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb4a6f181b16c57292b75842f707d2e2daec5a5888710a3608ea327b5498dd74.jpg","name":"Roseann Guttierrez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/699971373725315072","wmProperty":"like-of","wmId":824372,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-699971373725315072","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/justinedenny1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbe84d9b2bdee09c24928ec3e6bf0b5cb619e92a81a3aa37ad9605ca310dac93.jpg","name":"Justine Denny"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4584003268","wmProperty":"like-of","wmId":824371,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4584003268","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SirOnuigweVitus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/611c427f1f57d2c1e640bc5401b65af35fbac01a0e0168ca90f7a0f1fdc326c6.jpg","name":"Onuigwe Vitus✍️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14204543","wmProperty":"like-of","wmId":824370,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14204543","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tonywlsn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/134f81f66edfd859573393ece068d7b8a027a86c186167fab4632c5b9e5c1937.jpg","name":"tonywlsn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14123218","wmProperty":"like-of","wmId":824369,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14123218","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andrewatkinson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/609be261ca863bbb43c7ab7f814c6781ca9bc2c076c2863c6c2dfd665ae5bf2c.jpg","name":"andrewatkinson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/236293492","wmProperty":"like-of","wmId":824367,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-236293492","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alentyler","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b485901f8813c7dec5da66902b020614a22022934a05cc7263999fc0f155e35.jpg","name":"†"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1161622178082754565","wmProperty":"like-of","wmId":824368,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1161622178082754565","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/abdullahimas_ud","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e2973a580c954b4fb5164d686b64c5c2f8ad97fedff71ffdae9f7d8008a5aa8f.jpg","name":"Abdullahi Mas_ud"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/970559282704826368","wmProperty":"like-of","wmId":824366,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-970559282704826368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/slamare15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb4086ff49ff61d37e156ded7f14aa961f4aaac628499dd4b30b16be9e7cdc07.jpg","name":"Shemika (She/Her)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/944019567109660674","wmProperty":"like-of","wmId":824365,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-944019567109660674","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_manAbl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b68107b7297849afd91f7bca800e0c11010625273f8a65b66bd2377c9f7172d.jpg","name":"Manuel Blanco🔥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1046821174284615681","wmProperty":"like-of","wmId":824364,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1046821174284615681","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KatieKodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51b097b375c5e1c5373595619fe0f78351ab800e2826576dea0f997705a0ccda.png","name":"Katie Kodes, My Mask Saves You; Your Mask Saves Me"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2999046156","wmProperty":"like-of","wmId":824363,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2999046156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ChristinaM_Dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f42f2aa15a168dda477d989bfb1fb362c1a8cb63cb9688637502fbdbcf1546a.jpg","name":"npm install -g christina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/54379339","wmProperty":"like-of","wmId":824362,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-54379339","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rodrigoSyscop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b580f6faa86eb1969fc2afe01b62ec437001e5cad073729bff60c92c5778db7c.jpg","name":"Rodrigo Vieira"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1066761405678977024","wmProperty":"like-of","wmId":824361,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1066761405678977024","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rehbraga_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f603334449a7f3fc0472a19af3ec8fecc3b7cf58bb619b58afc87521ed36c6e5.jpg","name":"Renata Braga"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/85199470","wmProperty":"like-of","wmId":824360,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-85199470","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dzikers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7dce20c76e7db68f157f0af456f31c1f7faa1fff69e4cdd0358c478ccfcc145d.png","name":"Dzikri"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1206465280668360704","wmProperty":"like-of","wmId":824359,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1206465280668360704","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sugar_painter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f69178f1068cdd6d8939a76e48587bd09adf539daba9d872e382c72cba34250.jpg","name":"sugar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3334821089","wmProperty":"like-of","wmId":824358,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3334821089","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/uncle_groovey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f56ac642009bab89831ee61ab7116a08d3911ccca152549fa3a407095261902.jpg","name":"uncle_groovey😎👨🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/72484666","wmProperty":"like-of","wmId":824356,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-72484666","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sentinelcore","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/280d13ccbdf636add7b6b10bcdcab4e7e8b00ff039ab0e58f761eaea5e5f87cb.png","name":"Anova Fawzi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/819547736550871040","wmProperty":"like-of","wmId":824357,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-819547736550871040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/danc_O","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce163b5738c1c6ee4702837b4700e10ab3b5addc56f609c151ae41ec17567636.jpg","name":"Daniel Opiyo Lunjalu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/193309643","wmProperty":"like-of","wmId":824355,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-193309643","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LouayHamada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24dae3ee5cedde406b57bfb9018c7d4b9669eab29313fd086ba3770a0dd39346.png","name":"Louay Hamada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4838017586","wmProperty":"like-of","wmId":824353,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4838017586","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/britthuntzberry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82557b11bda09d5057ecc202d6b07403833f81aa1552d354244355e35aacb954.jpg","name":"Britt 🐀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/28652077","wmProperty":"like-of","wmId":824354,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-28652077","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamtherookie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fac0035a07a08b023477e464e6b3c52b6b386dbb7333f7758b78407fecef68fc.jpg","name":"tony tony chopper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/842176502","wmProperty":"like-of","wmId":824352,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-842176502","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peaceville88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c676faa921ec7d27aa8d995dfc292f0132810e0d4f0965b004d987d35a18cbe2.jpg","name":"ufere peace"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/100251969","wmProperty":"like-of","wmId":824351,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-100251969","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arslanramay104","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bb7347a26acb55bef4f0182d4dc4f5886392c3ee10dfc029ba7dba20d8766d1.jpg","name":"Arslan Ramay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2848888311","wmProperty":"like-of","wmId":824350,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2848888311","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nehathemighty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9d078faeee732cbe8864d3c45a6d9445c1373ebbec73806d9993e287905c5c2.jpg","name":"N"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1240384412145115141","wmProperty":"like-of","wmId":824349,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1240384412145115141","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/linds_gillaspie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41b21f300b2acd4d30093689aec66140832257071e7ec760ff1818e86d230be7.jpg","name":"Lindsey Gillaspie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/238249965","wmProperty":"like-of","wmId":824348,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-238249965","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emremjones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cfaa38c81563bc750d4b4d93766c027f79568c3d8925b4efd6d374afea6446c.jpg","name":"monica is STAYING HOME 👩🏼‍💻📊"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/393746618","wmProperty":"like-of","wmId":824347,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-393746618","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Castellantech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3814a8fa3169d9d5e42cdc254f97e80fdf137cec6abec2c2a568e1185aef5e5.jpg","name":"Adam Werner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/113107484","wmProperty":"like-of","wmId":824346,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-113107484","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jhonathananto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c407a4ed1dee05480a2b8404e1287046ad9b037498550eec37ba865bb2c2355.jpg","name":"jhonathan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4706426257","wmProperty":"like-of","wmId":824345,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4706426257","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MadhusudanBabar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/213a5c93d9cb5d604824e028c109f01e96141989412ce0390e502a234e54d9c2.jpg","name":"madhusudan babar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1205455967678189568","wmProperty":"like-of","wmId":824344,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1205455967678189568","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/the_edu_cat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c92eac1ad64c74f5a5620dd4c3aa89ac9e22aee051f92cc4d83228209f4dba7f.jpg","name":"eduCATional"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2281043821","wmProperty":"like-of","wmId":824343,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2281043821","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Carp_704","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88d6cc73ffad2f3615fc6c0287a27f6055cba98d2236cff3e60c966e44300bb1.jpg","name":"carp"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1164136583844552704","wmProperty":"like-of","wmId":824342,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1164136583844552704","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iampreshjohn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afb8bc15cbfb6670a69723d91687261461b752cf2780a844cf85a00eb78cd9ab.jpg","name":"Precious John"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1212287401759895552","wmProperty":"like-of","wmId":824340,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1212287401759895552","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pforpengqueen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48a6e3c79fe1a9536fd3cd62a12252de2a04c997f15d2633f3e5fa68b6fbb0ac.jpg","name":"Rey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/958481322506379264","wmProperty":"like-of","wmId":824341,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-958481322506379264","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdmireNathaniel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/320633d4b3bec21713112a808eec52ecf871a45161ba0ac33706d877aaae04ad.jpg","name":"Admire_nathaniel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282095654135689217","wmProperty":"mention-of","wmId":824334,"type":"entry","url":"https://twitter.com/snowman/status/1282095654135689217","likeOf":null,"author":{"url":"https://twitter.com/snowman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5257ba6f458fd47f1650d3e9b3e7eacb4fbe87aa0b679df82c6cd572c350ce33.jpg","name":"Jim Moffitt"},"published":"July 11, 2020","content":{"text":"This is cool. I look forward to trying it out. Thanks for a great article."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282102212408180736","wmProperty":"mention-of","wmId":824332,"type":"entry","url":"https://twitter.com/MelChadwickICT/status/1282102212408180736","likeOf":null,"author":{"url":"https://twitter.com/MelChadwickICT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f192ca1b70949e15005a468d2211f0f427b7ea7421fdec9a0c79eb6434c31686.jpg","name":"Melinda Chadwick"},"published":"July 11, 2020","content":{"text":"💙love technology"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282100706900504576","wmProperty":"mention-of","wmId":824333,"type":"entry","url":"https://twitter.com/AlexHolderDev/status/1282100706900504576","likeOf":null,"author":{"url":"https://twitter.com/AlexHolderDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb1ffc807703496063ce7ef4f1c971640b3791cb9c81990499c16dbcb96f4fd7.jpg","name":"Alex Holder"},"published":"July 11, 2020","content":{"text":"Very neat trick, and super quick & easy to do!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282100718032293888","wmProperty":"repost-of","wmId":824330,"type":"entry","url":"https://twitter.com/daniel_mbiye/status/1282100718032293888","likeOf":null,"author":{"url":"https://twitter.com/daniel_mbiye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77965bbd269cf46631176a5869e8d79ec1b04e86bc332981a198014be6b9f63f.jpg","name":"Daniel Mbiye"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282100503699050496","wmProperty":"repost-of","wmId":824331,"type":"entry","url":"https://twitter.com/christineyinho/status/1282100503699050496","likeOf":null,"author":{"url":"https://twitter.com/christineyinho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96d7e29b8846c586cc32ba08084af3af5dd3797950d5408d54d933e4c2c8af3f.jpg","name":"Christine"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282101302873542657","wmProperty":"repost-of","wmId":824328,"type":"entry","url":"https://twitter.com/KeirstenBrager/status/1282101302873542657","likeOf":null,"author":{"url":"https://twitter.com/KeirstenBrager","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73addd8a14882550440c0b8103e71e0c4c4fa7ed3873b5c6b5cd30229da29995.jpg","name":"Secured The Bag ⚜️"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282101186154258433","wmProperty":"repost-of","wmId":824329,"type":"entry","url":"https://twitter.com/Talal916/status/1282101186154258433","likeOf":null,"author":{"url":"https://twitter.com/Talal916","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aecf5d4f604f5247f769eddc13ee2972d247929b1d067a568ac872276e9ac6b8.jpg","name":"طلال"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282101550962208768","wmProperty":"repost-of","wmId":824326,"type":"entry","url":"https://twitter.com/j_holtslander/status/1282101550962208768","likeOf":null,"author":{"url":"https://twitter.com/j_holtslander","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d2e1eaba7afee2e72bed737345e398a547f73015351703ae348e2a73a804dbe.jpg","name":"Jay Holtslander"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282101527822209024","wmProperty":"repost-of","wmId":824327,"type":"entry","url":"https://twitter.com/Jared_Mamrot/status/1282101527822209024","likeOf":null,"author":{"url":"https://twitter.com/Jared_Mamrot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7659c1e0fb4548b0bf93d3c851185bb3e00dd92f1521205facc4d9e30af4c8f3.jpg","name":"Jared Mamrot"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282102192036446208","wmProperty":"repost-of","wmId":824325,"type":"entry","url":"https://twitter.com/jtruher/status/1282102192036446208","likeOf":null,"author":{"url":"https://twitter.com/jtruher","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1bc2bd8c9972a7d7b5079920c553c6160a047ec11dfdfb4d7bdfb2f95c92566f.png","name":"Jim Truher"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282103542338265092","wmProperty":"repost-of","wmId":824323,"type":"entry","url":"https://twitter.com/CamilleTheMaven/status/1282103542338265092","likeOf":null,"author":{"url":"https://twitter.com/CamilleTheMaven","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2aa217397feb8635116b900cda259f5fb23f013f32dbfea9c3e0c4abfa05502a.jpg","name":"First Lady Cam 💖"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282102465513631745","wmProperty":"repost-of","wmId":824324,"type":"entry","url":"https://twitter.com/toola22/status/1282102465513631745","likeOf":null,"author":{"url":"https://twitter.com/toola22","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/670ec0cf36e7b683cd63c4dfe73119dce487f0cf078c6c3ade8fe67de0f1844f.jpg","name":"Batoul H. Hassaballa - Stay🏠"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282103896064786432","wmProperty":"repost-of","wmId":824322,"type":"entry","url":"https://twitter.com/koladev32/status/1282103896064786432","likeOf":null,"author":{"url":"https://twitter.com/koladev32","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61e9438080b729af182e93c68229a8882dccdffa7a1e4f7111fdb21a06d1b3f7.jpg","name":"Kolawole Mangabo"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282103926142140416","wmProperty":"repost-of","wmId":824321,"type":"entry","url":"https://twitter.com/ryanwi/status/1282103926142140416","likeOf":null,"author":{"url":"https://twitter.com/ryanwi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a937871724f3ac74824f3ac3b349887f71f7dfd4d5a2b7793c73bb2a25689a48.jpg","name":"Ryan Williams"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282104275468988416","wmProperty":"repost-of","wmId":824320,"type":"entry","url":"https://twitter.com/restevesd/status/1282104275468988416","likeOf":null,"author":{"url":"https://twitter.com/restevesd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/932cf3d3706fb036ac36d225ed7f2f02b8524d7a912979b37169ce8f841db61e.jpg","name":"RED"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282104395388407809","wmProperty":"repost-of","wmId":824319,"type":"entry","url":"https://twitter.com/pedrocruzio/status/1282104395388407809","likeOf":null,"author":{"url":"https://twitter.com/pedrocruzio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33fc56b2137f173d79f7ede0c12f0eb54ed9ce073c230e705fd0b123ba4c9aa8.jpg","name":"Pedro Cruz"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282106817477324801","wmProperty":"repost-of","wmId":824317,"type":"entry","url":"https://twitter.com/driconrikus/status/1282106817477324801","likeOf":null,"author":{"url":"https://twitter.com/driconrikus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44e68e125f5c42ba6a07d7b8468fe4da4ef9beb2e0afa751832c3c0d3cb89f23.jpg","name":"Ricardo Valdez"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282104915972821003","wmProperty":"repost-of","wmId":824318,"type":"entry","url":"https://twitter.com/BillPetti/status/1282104915972821003","likeOf":null,"author":{"url":"https://twitter.com/BillPetti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26721dabd674f07f43ed48909a85b3d9febf90e1d5d1b5166a2aad142ecd1b00.png","name":"Bill Petti"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282107150672605184","wmProperty":"repost-of","wmId":824316,"type":"entry","url":"https://twitter.com/GegyHamdani/status/1282107150672605184","likeOf":null,"author":{"url":"https://twitter.com/GegyHamdani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9620284226cc84ea7168a708651332f5078a8fe516322e04da6fa7d01e396a2.jpg","name":"Gegy Hamdani"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282108537179537408","wmProperty":"repost-of","wmId":824314,"type":"entry","url":"https://twitter.com/lenicholsdev/status/1282108537179537408","likeOf":null,"author":{"url":"https://twitter.com/lenicholsdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9dd0db393bfadee9650ceb36a9d68395d6d3450b67647b889e18c9465e94d7f.jpg","name":"L.E. Nichols"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282108356245819392","wmProperty":"repost-of","wmId":824315,"type":"entry","url":"https://twitter.com/Renee7076/status/1282108356245819392","likeOf":null,"author":{"url":"https://twitter.com/Renee7076","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2853570e77590c26e11dd624015b1b7ebb369df16ce9dbfcb14eb2e872db5367.jpg","name":"Renee Richards"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282109616390897665","wmProperty":"repost-of","wmId":824312,"type":"entry","url":"https://twitter.com/arslanramay104/status/1282109616390897665","likeOf":null,"author":{"url":"https://twitter.com/arslanramay104","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bb7347a26acb55bef4f0182d4dc4f5886392c3ee10dfc029ba7dba20d8766d1.jpg","name":"Arslan Ramay"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282109524418035712","wmProperty":"repost-of","wmId":824313,"type":"entry","url":"https://twitter.com/EinaOnting/status/1282109524418035712","likeOf":null,"author":{"url":"https://twitter.com/EinaOnting","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b66208350bdc9a22aadddb358aaea05b660dabc56aac7fcd13115b2b43d5a192.jpg","name":"eina onting"},"published":"July 12, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/99936513","wmProperty":"like-of","wmId":824311,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-99936513","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/toola22","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/670ec0cf36e7b683cd63c4dfe73119dce487f0cf078c6c3ade8fe67de0f1844f.jpg","name":"Batoul H. Hassaballa - Stay🏠"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/264654147","wmProperty":"like-of","wmId":824310,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-264654147","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Kiddojazz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/49df912b0d47f2da9cbb10870e64e1a2f4083fc67d584aff291426009a3abf84.jpg","name":"ANDREW_AI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/324856494","wmProperty":"like-of","wmId":824309,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-324856494","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GegyHamdani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9620284226cc84ea7168a708651332f5078a8fe516322e04da6fa7d01e396a2.jpg","name":"Gegy Hamdani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/226140133","wmProperty":"like-of","wmId":824308,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-226140133","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emacastillozam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/359772387ae48efa3b96059604074a678ff066dcfab020f2d2bc06d9a0eb6dc8.jpg","name":"Emanuel Castillo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1079478437864181760","wmProperty":"like-of","wmId":824307,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1079478437864181760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bilesun","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/260be7b909a22b0c37e04cd5632c57f4e06231f7df3383bb90702bba2c781230.jpg","name":"bil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/144099137","wmProperty":"like-of","wmId":824306,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-144099137","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MelChadwickICT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f192ca1b70949e15005a468d2211f0f427b7ea7421fdec9a0c79eb6434c31686.jpg","name":"Melinda Chadwick"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20079447","wmProperty":"like-of","wmId":824304,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20079447","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/christineyinho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96d7e29b8846c586cc32ba08084af3af5dd3797950d5408d54d933e4c2c8af3f.jpg","name":"Christine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1037188856095928323","wmProperty":"like-of","wmId":824305,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1037188856095928323","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pmallari_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4b79a153dc4504bb5d086d35e8cc5284ff2701b343f0746a469d94d3bb1b7dc.jpg","name":"Prince Mallari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3963539728","wmProperty":"like-of","wmId":824303,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3963539728","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jimmyn199","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5a8e79158ae7527e3dfee00db93fd63441077070e694d860188d2cd13e8d502.jpg","name":"Aksel laɣrur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2940580395","wmProperty":"like-of","wmId":824302,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2940580395","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/khedr_sherif","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4d8fcf673fb5c965ee27ffd0c5824230305ea5827916422c67b57f2e8f8e110.jpg","name":"sherif khedr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/846492418778132480","wmProperty":"like-of","wmId":824301,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-846492418778132480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/seemcat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b58b554a3312b26f773ca8a280a2116e570dd5553b93fc2e8bc8d702a09ab765.png","name":"Maricris Bonzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26645387","wmProperty":"like-of","wmId":824300,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26645387","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lenicholsdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9dd0db393bfadee9650ceb36a9d68395d6d3450b67647b889e18c9465e94d7f.jpg","name":"L.E. Nichols"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24345198","wmProperty":"like-of","wmId":824299,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24345198","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DanielOgden","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0250c2e13031d67f82855dfe134320c8d08b546236661f56ab65f5509627fcaa.jpg","name":"Daniel Ogden"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1061545039","wmProperty":"like-of","wmId":824298,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1061545039","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bjdewilde","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b009b90fb856e58c8330b9dea56ba7a9afc73067286bb7bfa55110e2897c36b4.jpg","name":"Burton DeWilde"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1147096996752154625","wmProperty":"like-of","wmId":824297,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1147096996752154625","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mneelansh15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85419ecb8507bc325a75e9ddfffae9719a4d32d3926331f88ead9c7d356ee0d7.jpg","name":"Neelansh Mathur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1190852294381834240","wmProperty":"like-of","wmId":824295,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1190852294381834240","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/driconrikus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44e68e125f5c42ba6a07d7b8468fe4da4ef9beb2e0afa751832c3c0d3cb89f23.jpg","name":"Ricardo Valdez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/835831","wmProperty":"like-of","wmId":824296,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-835831","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gkkd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f38f997a49a8f412898c8ab6d7a35c80de2c42d7caa5ec0b8025ae40cd73734e.jpg","name":"amnesiac 🇩🇰 🎸🚴"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/835079456914026496","wmProperty":"like-of","wmId":824294,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-835079456914026496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Judekiing","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54c083f3c35b1e21d29c40c7f5591286e20dcf113e9cfe22e325d69107f2912d.jpg","name":"Jude Okorie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17420708","wmProperty":"like-of","wmId":824293,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17420708","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/j_holtslander","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d2e1eaba7afee2e72bed737345e398a547f73015351703ae348e2a73a804dbe.jpg","name":"Jay Holtslander"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5371602","wmProperty":"like-of","wmId":824292,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5371602","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DivineOmega","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3823557bfb2cb1537af0393fade1a4db6c57e564f05d93d71e8fc737fd813fa.jpg","name":"Jordan Hall"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26837714","wmProperty":"like-of","wmId":824291,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26837714","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/VinylAlchemist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9529e361d9c8dae7aeb0ae711a58442ad77be91d25b6e723b03203374c3e2e2a.jpg","name":"@𝚗𝚍𝚛𝚎𝚠 𝙼𝚒𝚕𝚕𝚎𝚛 🔩"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/23236250","wmProperty":"like-of","wmId":824290,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-23236250","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PiratePartyINT","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb37db1eee9b7c626bb6257894a1b8ff20c76e03d6e1edbf9d978c2186d060f5.jpg","name":"Pirate Party Weekly🏴‍☠️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1569919244","wmProperty":"like-of","wmId":824289,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1569919244","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dazam92","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bebc7d68f1fc90d55dd91936e2fda7524f592c5def9afcea507c0800513a7ff7.jpg","name":"Danial Azam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/852117510778433536","wmProperty":"like-of","wmId":824288,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-852117510778433536","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DangerNode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c79724add389d123670f82f0157de7f5ae48a0a5f34bf5b1dd70e49c34f0eacf.jpg","name":"DangerNode"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16577725","wmProperty":"like-of","wmId":824287,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16577725","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/docsmooth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae90530416aa4644df88711667f960ebaa634953d8cb5779182c2fa16a9d4a01.jpg","name":"Robert Auch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/803232037075296256","wmProperty":"like-of","wmId":824286,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-803232037075296256","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FJ_Grisanti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c13f487de9626ac93007637c592ebc5dd227183ec88cff1928523393caff14e.jpg","name":"Francisco Grisanti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2400565813","wmProperty":"like-of","wmId":824285,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2400565813","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kriptoleo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f03834c2cc5634be4517401f34a7b5423db0ffeccd320c0458113e9e45957b6.jpg","name":"Cihan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2604534457","wmProperty":"like-of","wmId":824284,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2604534457","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/weebrncgee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1de88be34293a48e1dc5a2812247d23bd19dece9a8c9a89cd25e5c0ae1f6b53e.jpg","name":"(༎ຶ⌑༎ຶ)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1249312346352373762","wmProperty":"like-of","wmId":824283,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1249312346352373762","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jonrgs4CybrSaaS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bc911aeef6dbdd759e204457208b063fb61b1907bdc3d8839ca8fb3fef14366.jpg","name":"JonRGS on CybeResponse|#Bekind #humanity #listen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14668027","wmProperty":"like-of","wmId":824282,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14668027","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/restevesd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/932cf3d3706fb036ac36d225ed7f2f02b8524d7a912979b37169ce8f841db61e.jpg","name":"RED"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/780604260761214976","wmProperty":"like-of","wmId":824281,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-780604260761214976","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DirtyPok3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b8c46eb3f8854a7514dc5bdb59edd8b05ec608bc2b7545673fe15260bf2e9f9.jpg","name":"Magical Negro 👴🏾"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19702846","wmProperty":"like-of","wmId":824280,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19702846","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gormlai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b847ba3e87945a728a611e49ac9b13c2e832fb6022ea4b39d42780b453f611dc.jpg","name":"Gorm Lai, Machine Whisperer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16004228","wmProperty":"like-of","wmId":824278,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16004228","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RLesur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e9694ac0cd1ef06e79c3713832a0ef262f0ef388b11734447140cd9aa2e1256.jpg","name":"Romain Lesur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/91648004","wmProperty":"like-of","wmId":824279,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-91648004","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_paaron_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1077867036ac8b0a266865482c3ced93242040088ac080db7a184c402d8e856a.jpg","name":"Pedro Aaron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1229885169080905732","wmProperty":"like-of","wmId":824277,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1229885169080905732","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BrianDoesCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f193d1a729a19f4c88131b5541bc223812cf660510a5b13e0fcc4b5921f67aee.jpg","name":"Brian Hayes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1226867355424362496","wmProperty":"like-of","wmId":824276,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1226867355424362496","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/snuthern","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d02a7c45e7507eb4b194dac34d12f0b5c5e2705d3f8a0d94a094d20bca600552.jpg","name":"${this.name}"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/885528385476190208","wmProperty":"like-of","wmId":824275,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-885528385476190208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rahulsr_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d6fc2da8b9c01937223c6b6964b3adfcfe4f97e5c7bbff9d3d653850e05ef28.jpg","name":"Rahul Rudragoudar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3291202110","wmProperty":"like-of","wmId":824274,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3291202110","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/michael_does","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95431642eefd68c2f810de68d47ec8be80e0ac4920b0d0cb94d60ecb3dc54af1.jpg","name":"Michael Cole"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14589642","wmProperty":"like-of","wmId":824273,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14589642","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RickyTijerina","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"RickyTijerina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/817130986957901829","wmProperty":"like-of","wmId":824272,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-817130986957901829","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Renee7076","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2853570e77590c26e11dd624015b1b7ebb369df16ce9dbfcb14eb2e872db5367.jpg","name":"Renee Richards"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1636148550","wmProperty":"like-of","wmId":824271,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1636148550","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jedalong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19069b9ae89ea92e2497391b349e14da11a4cd75d48e31d79c1b5d80b5079223.jpg","name":"Jed Long"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1665639386","wmProperty":"like-of","wmId":824270,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1665639386","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/coachcarternyc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/725c84edc7bf4576a6b8b0541434258a38370d6c745bed5444bfc1918b29483b.jpg","name":"Coach"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/957409209192189954","wmProperty":"like-of","wmId":824269,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-957409209192189954","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ahmed_MSPTN","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10dd6df7bc921d2c70decdfbc263d4aa22398a03c5f106f7c25cf1abfacb255e.jpg","name":"Ahmed Khemiri #MSFTStudentPartner 👨‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/254816518","wmProperty":"like-of","wmId":824268,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-254816518","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ethanagbaker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c7c073f8880b0d859caba6cfc50a3d1384e79825f6306af80a740da330a0c99.jpg","name":"Ethan Baker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1116068959","wmProperty":"like-of","wmId":824267,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1116068959","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlexHolderDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb1ffc807703496063ce7ef4f1c971640b3791cb9c81990499c16dbcb96f4fd7.jpg","name":"Alex Holder"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4415304135","wmProperty":"like-of","wmId":824266,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4415304135","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_sarge97","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92a55ca151b910f612f00299c011a3c3270dcf9c13fbd1ce9061115d5f0a05ef.png","name":"Sarge"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3668447783","wmProperty":"like-of","wmId":824265,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3668447783","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ojsholly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fac63a038212c8f06d8786c0057a841313062725a9631fe6e612d0ea8cee2407.jpg","name":"Olusola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/97579576","wmProperty":"like-of","wmId":824264,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-97579576","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/moinoviimir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c87e27a04b75b405d036a592310a6695fb5cc60f95c36c3bba12d16ee2ebffd1.jpg","name":"Andrey Bolibrukh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3162328915","wmProperty":"like-of","wmId":824263,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3162328915","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Andrew_Edward37","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93973a3aa5dd76b20a1ebd366ad1a6937ab644531a305160b4b2b60a9a3802d1.jpg","name":"Andrew Edward"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1171218080","wmProperty":"like-of","wmId":824262,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1171218080","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/daniel_mbiye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77965bbd269cf46631176a5869e8d79ec1b04e86bc332981a198014be6b9f63f.jpg","name":"Daniel Mbiye"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2540605710","wmProperty":"like-of","wmId":824261,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2540605710","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/taravancil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f493b014eee59756839c069f62eed42ece6108a8e19c6c26a895a1f39577d45f.jpg","name":"Tara Vancil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3621695367","wmProperty":"like-of","wmId":824260,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3621695367","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rex_filius","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/989a0cb8dd89206a07fe4d838c9b9ddb3c473b26e908494413067f568919313a.jpg","name":"Ify Osakwe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/790969107835387904","wmProperty":"like-of","wmId":824259,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-790969107835387904","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sucre_KE","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/889edde0ab294c12339f746c2aa2b32944b1bc4601fcf78bf7c62f969a76977b.jpg","name":"Austin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1149124971647705088","wmProperty":"like-of","wmId":824257,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1149124971647705088","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zitomanna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8cfa035e621ba528483a6030bc94c1fd94ab59e5a68daee3849edf2f81212902.jpg","name":"KIZITO🌍💚"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14600580","wmProperty":"like-of","wmId":824258,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14600580","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kilger","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a134ad784e90b5b836707e1be747e31c9c892c0465c65adc09deb7a0e221eb71.jpg","name":"kilger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17200003","wmProperty":"like-of","wmId":824256,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17200003","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/snowman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5257ba6f458fd47f1650d3e9b3e7eacb4fbe87aa0b679df82c6cd572c350ce33.jpg","name":"Jim Moffitt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1259943884165124096","wmProperty":"like-of","wmId":824255,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1259943884165124096","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tech_kech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ce9a3691ea0c2cc8857ff3440d77104c7e56a4face83abee572eb4ce33eabe8.jpg","name":"Deanna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/68727366","wmProperty":"like-of","wmId":824254,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-68727366","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brianmoney233","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7eebed848c7051345166371b5981e78b2b240ddb464eb4ee3974ea49feb251bd.png","name":"brian r00t folding team #258829"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/622184929","wmProperty":"like-of","wmId":824253,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-622184929","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ampanmdagaba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e6c0ae3fc7b7c36404dbb4bb06d7aa9bfa1310a06aa2f192e5a4301ad4c4be0.jpg","name":"Arseny Khakhalin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1015887898325999616","wmProperty":"like-of","wmId":824252,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1015887898325999616","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/devSnill","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/956b89f94db7887948ce80897e8f26e5882a07f59e11b15843e147bc6e314084.jpg","name":"Snilloc Cliste"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/484244700","wmProperty":"like-of","wmId":824251,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-484244700","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/polarbearwalk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc44d7ef94d1f78e808b6c7cc4c741d127718d7c35c77dd0e4b40a5556d7f6ac.jpg","name":"Michael"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18453558","wmProperty":"like-of","wmId":824249,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18453558","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brooklyncentre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a904d70f517e13aaedbbed7e72ea85f51ee80ca4d18478eac7aa2c311e4171bf.jpg","name":"Old-Brooklyn Centre"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/411308520","wmProperty":"like-of","wmId":824250,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-411308520","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lizmoy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89bc47684b56caaafd03a0e149498ee2b33aec123b7f1566dc3dcc557862217c.jpg","name":"Liz Moy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/52987963","wmProperty":"like-of","wmId":824248,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-52987963","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chr7stos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c23cd44a5adf08944d22f74b669fb96aa82ded8b4f98e251a42c35db90894c25.jpg","name":"Christos Christodoulou"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/240652995","wmProperty":"like-of","wmId":824247,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-240652995","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sandeepsaran05","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2025796896f2c60dc8ab57d1856a95182ac6b59bd10a7bdb512d1e1146ce610.jpg","name":"Sandeep Saran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3010980311","wmProperty":"like-of","wmId":824246,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3010980311","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ShimaaSayed__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/628cb03eb735dc6f8ee2c70eb77b87690b7a56583b26b38512e0f55addd09a47.jpg","name":"1876"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/260514534","wmProperty":"like-of","wmId":824245,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-260514534","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Talal916","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aecf5d4f604f5247f769eddc13ee2972d247929b1d067a568ac872276e9ac6b8.jpg","name":"طلال"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1189713724824866816","wmProperty":"like-of","wmId":824244,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1189713724824866816","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Lois_K_Burnett","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c270fa67d5dc0ed8fbd4f49d46ca31bbfba4f044aa7dd1238acef84352bd9645.jpg","name":"Katie Burnett"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/792022341827989504","wmProperty":"like-of","wmId":824243,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-792022341827989504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dINAHsaurrrrrr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10b3539f784e94fc4a0d8840a7d985d63b67f5fc381a859e08816c47e930ab31.jpg","name":"Inah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/120976540","wmProperty":"like-of","wmId":824242,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-120976540","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/imanilsahu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f823d8539872353777e6ad5b1da2f82902063accba1916fddd6d299110ad528d.jpg","name":"बागी बंदा"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1264683195498463232","wmProperty":"like-of","wmId":824241,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1264683195498463232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/koladev32","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61e9438080b729af182e93c68229a8882dccdffa7a1e4f7111fdb21a06d1b3f7.jpg","name":"Kolawole Mangabo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2696099767","wmProperty":"like-of","wmId":824240,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2696099767","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CamilleTheMaven","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2aa217397feb8635116b900cda259f5fb23f013f32dbfea9c3e0c4abfa05502a.jpg","name":"First Lady Cam 💖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/262711363","wmProperty":"like-of","wmId":824239,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-262711363","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tomkralidis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a0d50fbe569654692755a1b08ed11162ace085f85e921c976a9251e3a243d5d8.jpg","name":"Tom Kralidis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/35229430","wmProperty":"like-of","wmId":824238,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-35229430","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bubblewire","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8b20967c99d3156e5f9c7ce2abcfbb88264659021b1eab993de457de14824c8.jpg","name":"Ænna Westelius"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/29278059","wmProperty":"like-of","wmId":824236,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-29278059","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BillPetti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26721dabd674f07f43ed48909a85b3d9febf90e1d5d1b5166a2aad142ecd1b00.png","name":"Bill Petti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/529513621","wmProperty":"like-of","wmId":824237,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-529513621","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/McAranNodchriss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a32e59b6f704c62f2f0a6dce4e1472bd9f27082eb7fbf3e0a5f988509d95b93.jpg","name":"McAran Nodchriss"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1072585802918576128","wmProperty":"like-of","wmId":824235,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1072585802918576128","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LiseMontefiore","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8ccb18d3b8621618a3925d91d19153c73799eb528d716bdd8a0f80ce8ea4a15.jpg","name":"Lise Montefiore"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/700519638912757760","wmProperty":"like-of","wmId":824234,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-700519638912757760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Jared_Mamrot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7659c1e0fb4548b0bf93d3c851185bb3e00dd92f1521205facc4d9e30af4c8f3.jpg","name":"Jared Mamrot"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282101339363794945","wmProperty":"in-reply-to","wmId":824233,"type":"entry","url":"https://twitter.com/Talal916/status/1282101339363794945","likeOf":null,"author":{"url":"https://twitter.com/Talal916","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aecf5d4f604f5247f769eddc13ee2972d247929b1d067a568ac872276e9ac6b8.jpg","name":"طلال"},"published":"July 11, 2020","content":{"text":"This is sick! Thank you!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282103434716442624","wmProperty":"mention-of","wmId":824232,"type":"entry","url":"https://twitter.com/AlexHolderDev/status/1282103434716442624","likeOf":null,"author":{"url":"https://twitter.com/AlexHolderDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb1ffc807703496063ce7ef4f1c971640b3791cb9c81990499c16dbcb96f4fd7.jpg","name":"Alex Holder"},"published":"July 12, 2020","content":{"text":"Made a fancy Github profile readme as per this guide: aboutmonica.com/blog/how-to-cr… \n...It's basically a copy & paste of my LinkedIn but with some emojis & photos. I guess that's enough? 😅😁\n\nCheck out the profile here: github.com/AlexHolderDeve…\n\n #github #developer"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282081249578737664","wmProperty":"mention-of","wmId":824226,"type":"entry","url":"https://twitter.com/Catcstevens/status/1282081249578737664","likeOf":null,"author":{"url":"https://twitter.com/Catcstevens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe8d05c29914bae59c7c6d9f3c8e706047944cdc8d799fc9db547726bf61c546.jpg","name":"{Cat: Stevens}"},"published":"July 11, 2020","content":{"text":"This is going on my to do list."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282082704003969024","wmProperty":"mention-of","wmId":824224,"type":"entry","url":"https://twitter.com/GalarnykMichael/status/1282082704003969024","likeOf":null,"author":{"url":"https://twitter.com/GalarnykMichael","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/087dc390336d2bdfc03f66cd0aae33d1cb77171ab1778ff67bf34d633e974b42.jpg","name":"Michael Galarnyk"},"published":"July 11, 2020","content":{"text":"Super cool!\n#DataScience"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282082705488793600","wmProperty":"repost-of","wmId":824223,"type":"entry","url":"https://twitter.com/madsyair/status/1282082705488793600","likeOf":null,"author":{"url":"https://twitter.com/madsyair","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fad92e8fb28517f677937686812f9119ac0b9dcecb90fe4214c5f8cd9e702e15.png","name":"Achmad Syahrul Choir"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282083205248581632","wmProperty":"repost-of","wmId":824222,"type":"entry","url":"https://twitter.com/brattyx/status/1282083205248581632","likeOf":null,"author":{"url":"https://twitter.com/brattyx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6682cfeacd65bbbdc2dd0e808f2322b65832a8d27165bacfa0e611317720026.jpg","name":"Chrisse Tiana"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282083398069166085","wmProperty":"repost-of","wmId":824221,"type":"entry","url":"https://twitter.com/nyates314/status/1282083398069166085","likeOf":null,"author":{"url":"https://twitter.com/nyates314","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da2d7d9277f969c505437306181a4daafebc99ac4d428fde181bff282b3f81b9.jpg","name":"Nick Yates"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282084087872749568","wmProperty":"repost-of","wmId":824220,"type":"entry","url":"https://twitter.com/ryanjgallag/status/1282084087872749568","likeOf":null,"author":{"url":"https://twitter.com/ryanjgallag","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9f4e583dda4905128ceb5f35170a0885505c28d774d85edcb427b5020ccdb9e.jpg","name":"Ryan J. Gallagher"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282084516463550465","wmProperty":"repost-of","wmId":824218,"type":"entry","url":"https://twitter.com/codingwithmanny/status/1282084516463550465","likeOf":null,"author":{"url":"https://twitter.com/codingwithmanny","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b60267f3e3e6db2faef4ab13a9c657651ce1c92992603b437c4b185184633d7.jpg","name":"Manny"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282084210354733056","wmProperty":"repost-of","wmId":824219,"type":"entry","url":"https://twitter.com/Mbals_about/status/1282084210354733056","likeOf":null,"author":{"url":"https://twitter.com/Mbals_about","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f5ed34b2a54bb695098871e492cc493a77a415d0cbf57e8e512102099f3ff94.jpg","name":"🌻Mbalenhle🌻"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282085048045494272","wmProperty":"repost-of","wmId":824217,"type":"entry","url":"https://twitter.com/Abogaziah/status/1282085048045494272","likeOf":null,"author":{"url":"https://twitter.com/Abogaziah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/525e0fae9f5da971670b2950fff2c47d817f82cacb3a6b6d10f8df62d51d1895.jpg","name":"Muhammed Abogazia"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282085381459128327","wmProperty":"repost-of","wmId":824216,"type":"entry","url":"https://twitter.com/xtttk/status/1282085381459128327","likeOf":null,"author":{"url":"https://twitter.com/xtttk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84eb8269958c3b3ee2a4bd8487f9f22142f977a3229f50978540b9e9bac71fdc.jpg","name":"Rachel Scherer"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282085801816395778","wmProperty":"repost-of","wmId":824215,"type":"entry","url":"https://twitter.com/yabellini/status/1282085801816395778","likeOf":null,"author":{"url":"https://twitter.com/yabellini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11e096b9a4e8c88b02d0a7e51c4129859ed3d655efbe6111ec203723bf5779bd.jpg","name":"Yanina Bellini Saibene"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282086248983625729","wmProperty":"repost-of","wmId":824214,"type":"entry","url":"https://twitter.com/amyrlam/status/1282086248983625729","likeOf":null,"author":{"url":"https://twitter.com/amyrlam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/269d7a37830c21c2491cd38173eb28d88a5a551c6efbad6039026c525a016bdf.png","name":"Amy Lam"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282086787511451648","wmProperty":"repost-of","wmId":824212,"type":"entry","url":"https://twitter.com/koke0117/status/1282086787511451648","likeOf":null,"author":{"url":"https://twitter.com/koke0117","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89d674ec50499faf34ab570195403efe2699fe3e111868817413932d59805697.jpg","name":"Jorge Lavin Montoro (@ home 🏠👨‍💻)"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282086722944335878","wmProperty":"repost-of","wmId":824213,"type":"entry","url":"https://twitter.com/_edtorr/status/1282086722944335878","likeOf":null,"author":{"url":"https://twitter.com/_edtorr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8bd50994d41bf3bf053f04b1e5d8059c0e30f00e3171924c9060ec8e4617cccd.jpg","name":"Edwin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282088531540824064","wmProperty":"repost-of","wmId":824210,"type":"entry","url":"https://twitter.com/peoray_/status/1282088531540824064","likeOf":null,"author":{"url":"https://twitter.com/peoray_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/192439a41a410b238a63decf4320fa99a10119dc3fc0f2bb5233323411df27b6.jpg","name":"Emmanuel Raymond"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282087818961932288","wmProperty":"repost-of","wmId":824211,"type":"entry","url":"https://twitter.com/knbrlo/status/1282087818961932288","likeOf":null,"author":{"url":"https://twitter.com/knbrlo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/085f1dda4173641ccd8e8462c9035bf2826bae29f3ff1f66b96e5f2f845ae273.jpg","name":"Ken Barlow"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282091732314750981","wmProperty":"repost-of","wmId":824208,"type":"entry","url":"https://twitter.com/MrBrianHinton/status/1282091732314750981","likeOf":null,"author":{"url":"https://twitter.com/MrBrianHinton","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/74a029cf21a46a950a0baaa15bc95aea57598443e594080d76f36dac4e119cb9.jpg","name":"Brian Hinton 🐧"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282092023760203783","wmProperty":"repost-of","wmId":824209,"type":"entry","url":"https://twitter.com/LarhwallY/status/1282092023760203783","likeOf":null,"author":{"url":"https://twitter.com/LarhwallY","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a63b1a101d9a067739f99c899586ea3e6a599c90c43e1613165978fe536bcb1e.jpg","name":"N E R D G A N G 💻"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282092629367369728","wmProperty":"repost-of","wmId":824207,"type":"entry","url":"https://twitter.com/iGabrielX360/status/1282092629367369728","likeOf":null,"author":{"url":"https://twitter.com/iGabrielX360","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/468c773bd0484e6985cc5ccab217a90f6a29375425e24dc75c303d071907c3e3.jpg","name":"Gabriel Moraes Barros"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282093503640739840","wmProperty":"repost-of","wmId":824205,"type":"entry","url":"https://twitter.com/waller_ariana/status/1282093503640739840","likeOf":null,"author":{"url":"https://twitter.com/waller_ariana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/113fc56ab4e6f5c1fadd1ca483ace5ab139c91163291a896cc7aef5436e5bc85.jpg","name":"🎙👩🏾‍💻 #WomenInTech"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282093116770705408","wmProperty":"repost-of","wmId":824206,"type":"entry","url":"https://twitter.com/ThomasG77/status/1282093116770705408","likeOf":null,"author":{"url":"https://twitter.com/ThomasG77","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bf7ee51fad4b9ca5cadedcb1c78139b6c3203200dc3b4c25edf627ec067bea9.jpg","name":"Thomas gratier"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1233017259930505222","wmProperty":"like-of","wmId":824203,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1233017259930505222","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andrealinfe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82fe9f279fe2e90f6e61989c44af0a91ae3d9844ce2f01789d4e4190067c0908.jpg","name":"Andrea Lin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/23577513","wmProperty":"like-of","wmId":824204,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-23577513","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gabrielkrieshok","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e81105fbb16b2840509b12c52da706b65421d1d5f739ca5ab5d53e7ea79eb24d.jpg","name":"Gabriel Krieshok"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4338966852","wmProperty":"like-of","wmId":824202,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4338966852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GalarnykMichael","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/087dc390336d2bdfc03f66cd0aae33d1cb77171ab1778ff67bf34d633e974b42.jpg","name":"Michael Galarnyk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2610890424","wmProperty":"like-of","wmId":824201,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2610890424","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/talianahr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b18122b80e0b847c5be96af920e0e82ce2c0d4f76a516c7a7636582731aed9c.jpg","name":"Taliana Herrera R."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/142364889","wmProperty":"like-of","wmId":824200,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-142364889","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tangentc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/267b2e8e2b9b2f3dac31dcdaff8a30bcd5862bb0ba32c5003f173decf0ea8333.jpg","name":"Carolina Cullington"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1178055820791156736","wmProperty":"like-of","wmId":824199,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1178055820791156736","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rxspaghetti","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"mtu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/909815364846047232","wmProperty":"like-of","wmId":824198,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-909815364846047232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ania_kubow","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6add1018da5aaa96c101e802704fa30a4bf7a9e8e89c143768d5592d0aab4df.jpg","name":"Ania Kubów #JavaScriptGames"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1100128183238705153","wmProperty":"like-of","wmId":824196,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1100128183238705153","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_OscarAmilcar","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Oscar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/801173","wmProperty":"like-of","wmId":824197,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-801173","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LordBron","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80d042feb243d085e231a449d3e8874c656bc6ba539265b8732f2e5f848d20fd.png","name":"Tom Ortega"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/77647840","wmProperty":"like-of","wmId":824194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-77647840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JeffreyJVega","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67616ec2b20e2ee4e4d9f69651e69035c02e259256c4e8dda81e64dd05e8a17d.jpg","name":"my name is Jeff"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2351951762","wmProperty":"like-of","wmId":824195,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2351951762","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NaufalPrakoso_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/196d6277ece85c42b1d811185fa268b98df3135fa74c12054988b9ab8c31b632.jpg","name":"Naufal Prakoso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/897461310442569728","wmProperty":"like-of","wmId":824192,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-897461310442569728","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ngelosi_zikod","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ab692e96786546e8f5e03f7947b0eff2e306f0baeb8e4284d0d14267ed64180.jpg","name":"Sindisiwe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1226267333561327616","wmProperty":"like-of","wmId":824193,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1226267333561327616","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/risxyang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78fa5f21303f01bb712ab51178df189a3de8491ca5434f85920576bda0878ffc.jpg","name":"christine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14845559","wmProperty":"like-of","wmId":824191,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14845559","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TDLAmagi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5fa07fd6dc2c53385e3d9c5adc49f6e4d414f043e6bd7818e02ade77d0c66c9.jpg","name":"Theo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24844094","wmProperty":"like-of","wmId":824190,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24844094","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pixelzealot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a1f49c4b663d5ba2fb2faf29f498c568612755d7529b8a4a17c9800d8e2b808.png","name":"Piotr Dubla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/73696179","wmProperty":"like-of","wmId":824189,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-73696179","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jainshishir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7ee1084d7c0b75c083e64a40b3fbddad9bce2ef43d9aa652c133bbc88ef7da1.jpg","name":"Shishir Jain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/226696691","wmProperty":"like-of","wmId":824188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-226696691","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johanso11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a0cb0f7a41370b650977a684fed6430e36a0b3888ed08341b34654991fc46290.jpg","name":"johanso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/327447870","wmProperty":"like-of","wmId":824187,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-327447870","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JoshCaplin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f4f9c08e7920503b4f377567cdb772cdd4b6c9adcf46ba28cb4f1f656ef7bc5.jpg","name":"Josh Caplin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2683452061","wmProperty":"like-of","wmId":824185,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2683452061","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Abogaziah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/525e0fae9f5da971670b2950fff2c47d817f82cacb3a6b6d10f8df62d51d1895.jpg","name":"Muhammed Abogazia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/919012147","wmProperty":"like-of","wmId":824186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-919012147","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_jmw_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e24eba8872c37a1645c3a19329934c8bbee5e4f4c6885c292b408d05c190fbe.jpg","name":"Joseph Williams"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/844952871275843584","wmProperty":"like-of","wmId":824183,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-844952871275843584","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/underwaytrying","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38ec865d96c003b48fe90ea8e15ec33f0346ca66627b781b3b9da3c262f3fb52.jpg","name":"Spacepost postman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/860862402702782468","wmProperty":"like-of","wmId":824184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-860862402702782468","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/michbcerra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1da8a9605f4bb2a37dc2599f9f932d9e6ddc354802a8afa9623219fb3ac86508.jpg","name":"Michel Becerra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2738282312","wmProperty":"like-of","wmId":824182,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2738282312","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alffabetta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7326619f0b6b11f9001326f1661de45319576c323fb53af5c88ffd05c82467e3.jpg","name":"Bett Acosta 👩‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2981712394","wmProperty":"like-of","wmId":824180,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2981712394","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AutonomousApps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f814c581587f0625ac23406ef1f6354b5e82e813ca69cdd307385dbf8aaaf735.jpg","name":"Tony ACAB"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/51707787","wmProperty":"like-of","wmId":824181,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-51707787","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/spetulla","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72a62682f9bc5fa5d3b3eb1683497e303801d115ae0efda6c3e4fc35342218e6.jpg","name":"Sam Petulla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1213945730034880512","wmProperty":"like-of","wmId":824179,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1213945730034880512","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Halcyon92Og","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/83d036f434bac7627c204a85a14e0f6758fef16c59fa861bc3afd18184959607.jpg","name":"JoeHalcyon92OG"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/60313807","wmProperty":"like-of","wmId":824178,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-60313807","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/watrutalkin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a70b21872e7129b75f8b7da0df89a63ef680c0a972e38160329bb2395de7f1db.jpg","name":"Snehith Allamraju"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/216449469","wmProperty":"like-of","wmId":824177,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-216449469","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dante_gerardo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dece4e777ce411bc34f92c3ad792d83953f8aa714b9164165e8b9cb77dca6067.jpg","name":"Dante-San"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1265730420814962688","wmProperty":"like-of","wmId":824176,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1265730420814962688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/McnikkoP","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c83ec9c818313845fbb2332f80ab4ef635618dacf84724cb415aa8ecbdfde6a.jpg","name":"Mcnikko Pinlac"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/36133587","wmProperty":"like-of","wmId":824175,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-36133587","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bearloga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd96a1f6e53bccac6561be0a1b1b24dea313919c4adb59d535bc1ea3f241095e.png","name":"Mikhail Popov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15273703","wmProperty":"like-of","wmId":824174,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15273703","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/drchrystal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd35a6c838df4c1d3eba2dacf3766a4557b37d8cbbef9428f0182aa0a7800939.jpg","name":"Chrystal Porter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/900922085605728256","wmProperty":"like-of","wmId":824172,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-900922085605728256","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Catcstevens","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe8d05c29914bae59c7c6d9f3c8e706047944cdc8d799fc9db547726bf61c546.jpg","name":"{Cat: Stevens}"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/8839152","wmProperty":"like-of","wmId":824173,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-8839152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mattwaite","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10373ed93a938ffb6a8704deeec263e551f96fd383fa8f680f9217ab80d3d560.jpg","name":"Matt Waite"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/156800758","wmProperty":"like-of","wmId":824170,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-156800758","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/golodhros","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e02ca4214388efb7c28a8e11f07e03fd48c952532e7a419c10ad6a8e61ab68e0.jpg","name":"Marcos Iglesias"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/886027430737182721","wmProperty":"like-of","wmId":824171,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-886027430737182721","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xtttk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84eb8269958c3b3ee2a4bd8487f9f22142f977a3229f50978540b9e9bac71fdc.jpg","name":"Rachel Scherer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/53309554","wmProperty":"like-of","wmId":824168,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-53309554","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/synapticarbors","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e69c7db7fa7af2673f8606c61c0af94d1fde5eb682e4a94c332d244005a5678.jpg","name":"Joshua Adelman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3364327647","wmProperty":"like-of","wmId":824169,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3364327647","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/permutans","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b37ab3d37c33af469d95e76fec6c3b8aa149763dc68454d0c10744724e1b41df.jpg","name":"Louis Maddox"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/107742111","wmProperty":"like-of","wmId":824167,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-107742111","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brandonmcansh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1072e6ff513dda111d8143d3ee0eb6d12eeff5ab1b51847a398dca16ed4ad02c.jpg","name":"Brandon McAnsh | #BLACKLIVESMATTER"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3138482457","wmProperty":"like-of","wmId":824166,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3138482457","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amine__hammou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/661a3d19f93dfb7a8d0557925ebdc665e2f01ce3dbd641d22c509b2c1c8ce3bc.jpg","name":"Amine Hammou"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3685722612","wmProperty":"like-of","wmId":824165,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3685722612","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Novice_Coder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a367ec89afa7a673ae5a5c13f1e2ac572b14106e7c95cb91adceccd611c793b8.jpg","name":"D. Elle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1162194248","wmProperty":"like-of","wmId":824164,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1162194248","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/not_so_jain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cd0ee2e8b381d54545142c87bb94aae2b7dacb61b6cebc98b29a6e382aa79779.jpg","name":"pip install HapPy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1168548500646162433","wmProperty":"like-of","wmId":824163,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1168548500646162433","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/azhar_khandekar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f520811586c6fd3aba5b081f555f5e7d19bc2ac5e583548c32a4a31b6b2b4c2e.jpg","name":"Azhar Khandekar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/763074324802658304","wmProperty":"like-of","wmId":824162,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-763074324802658304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LOTRDeckTech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d197152631f09513c3f345f3ee6da4811259453bf87497664bf3ca1ce87db6bf.jpg","name":"LOTR Deck Tech"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1220913177145135104","wmProperty":"like-of","wmId":824160,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1220913177145135104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/knbrlo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/085f1dda4173641ccd8e8462c9035bf2826bae29f3ff1f66b96e5f2f845ae273.jpg","name":"Ken Barlow"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1003529600901767168","wmProperty":"like-of","wmId":824161,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1003529600901767168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pascaldoesgo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6545faace39e89a08af42aecee72b5f5f43c889df4012cb67dd558daf67c8c4.jpg","name":"Pascal Dennerly"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/249345878","wmProperty":"like-of","wmId":824159,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-249345878","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JeremyNeedle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bc4f56ed6b0199b708aedc22f5033e93972a4a74207eff39c8e69d7de8715eb.jpg","name":"Jeremy Needle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/229564414","wmProperty":"like-of","wmId":824157,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-229564414","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/minebocek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d26719e59a9492acba24c0b1c5ac691b6ebd818b86ed925a976ed2065d46954d.jpg","name":"Mine CetinkayaRundel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/86592838","wmProperty":"like-of","wmId":824158,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-86592838","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mfyameen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/321fc1dc1127e654e2cfaf2b713f8e15bdf407343b62b3c576bfb892cded0468.jpg","name":"Fazal of the 🏡 Yameen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/231187129","wmProperty":"like-of","wmId":824156,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-231187129","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fabeeoo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cdda8bc1192b1e35cc962bbb1d92ecf30ec249e98a6aa39e35b6a48c4e0c078.png","name":"fabio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282091909108903938","wmProperty":"in-reply-to","wmId":824155,"type":"entry","url":"https://twitter.com/MrBrianHinton/status/1282091909108903938","likeOf":null,"author":{"url":"https://twitter.com/MrBrianHinton","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/74a029cf21a46a950a0baaa15bc95aea57598443e594080d76f36dac4e119cb9.jpg","name":"Brian Hinton 🐧"},"published":"July 11, 2020","content":{"text":"Thank you so much for sharing. It really is appreciated."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1257375353841938433","wmProperty":"like-of","wmId":824154,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1257375353841938433","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DedmanRollet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53ab18cc907dcad0b5b11a2b18eda78836031dac33ea2830ff3a873a7d510d6b.jpg","name":"🇫🇷Chris Dedman-Rollet🇺🇸"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282093569730326533","wmProperty":"in-reply-to","wmId":824153,"type":"entry","url":"https://twitter.com/waller_ariana/status/1282093569730326533","likeOf":null,"author":{"url":"https://twitter.com/waller_ariana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/113fc56ab4e6f5c1fadd1ca483ace5ab139c91163291a896cc7aef5436e5bc85.jpg","name":"🎙👩🏾‍💻 #WomenInTech"},"published":"July 11, 2020","content":{"text":"Omgggg this is so helpful!! Thanks!!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1074346770","wmProperty":"like-of","wmId":824145,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1074346770","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/odirionyeo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec0e84824450689ff67b24a6cdd3e7a242fd5a63ac93d903860f78986ff3352a.jpg","name":"Obinna Odirionye"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3044575835","wmProperty":"like-of","wmId":824146,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3044575835","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/setupel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/035b28b68d09bf77c55f1c7dd6b37a67bb0130d79a131ed0173a6357ccb1aff9.jpg","name":"Setu Pelz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/861830241299419137","wmProperty":"like-of","wmId":824144,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-861830241299419137","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tbow5257","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/950d482e1a0c51e53f2e6786b2ddd35234c1f18d9fd0ca6ab5260bb3b3adc82b.jpg","name":"Thomas Bowen dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1260152044444364800","wmProperty":"like-of","wmId":824143,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1260152044444364800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Hibocodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4716f852bea34b7b3ce845e1068edffa850a5e9344de7c08065d35b33cf3baf0.jpg","name":"hibo 👩🏾‍💻✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5693432","wmProperty":"like-of","wmId":824142,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5693432","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cjlise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6459ada22ad48ba38944b269e73042220ed258491186c85e349eadce4a3eec93.jpg","name":"Jose Lise"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3518051","wmProperty":"like-of","wmId":824140,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3518051","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_edtorr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8bd50994d41bf3bf053f04b1e5d8059c0e30f00e3171924c9060ec8e4617cccd.jpg","name":"Edwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16802678","wmProperty":"like-of","wmId":824141,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16802678","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wthogmartin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/556074d6657e83bc9d4ba2d97f4f537adcc34c7fc6875222944b2880d62af15d.jpg","name":"Wayne Thogmartin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2877149884","wmProperty":"like-of","wmId":824138,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2877149884","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/unicdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/389e2d975cf9c853e909d3134c9440d4857467f20f0c81d77c34ca22fb685acd.jpg","name":"Único 开发"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3031080352","wmProperty":"like-of","wmId":824139,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3031080352","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JohnsonVidda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f3fac8f3ac683c2e5272eb228ffcb36cb090cfa902e5179000709378053c145.jpg","name":"kinq_vidda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/205775928","wmProperty":"like-of","wmId":824137,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-205775928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MicheBarks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/177a0fbddbc491370fc07fe81f4294a5247bb9d4528f4e020c6aad6fe89298e7.jpg","name":"Michelle Barker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1319221","wmProperty":"like-of","wmId":824136,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1319221","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gfelitti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07381479bd274153abba1cdcb329a9cc8a5d7945c8959772f7bf376f73a571d4.jpg","name":"Guilherme Felitti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/53021876","wmProperty":"like-of","wmId":824134,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-53021876","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dk_prabhu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/baa9147fc71ed8f5baaaee966f1ee350b3681bcdf450d0da67fd6170ace2bdd1.jpg","name":"Dwarkanath Prabhu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/120354228","wmProperty":"like-of","wmId":824135,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-120354228","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/antoniohilario","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea8036454be75b7cbc47d24aea1e288315e3c455da995ed7c69b1b6f13bc6c35.jpg","name":"Jose Hilario"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/540974234","wmProperty":"like-of","wmId":824133,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-540974234","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HeyAmaka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bb0a80c0596de8d82ba51fb1a796845e17a8fe4bcffa726acb19c9e00baa85c.jpg","name":"Amaks"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15194201","wmProperty":"like-of","wmId":824132,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15194201","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mooeypoo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d924e9e3c4b1b403d21e910f1766d6bf58ea80c5d0fef25f90e96cd52bf51bc.jpg","name":"Moriel Schottlender"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/452867357","wmProperty":"like-of","wmId":824131,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-452867357","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/StephanieBogart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09b81e9efa98ef9255c964632eb1a96b9c970cde4f8b2a9e1759c8f5313571cd.jpg","name":"Stephanie Bogart"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/296895671","wmProperty":"like-of","wmId":824130,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-296895671","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chrismainey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/097baffe55ab55d7acde1636550149c299d95c077c31c035361d831921645424.jpg","name":"Chris Mainey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1243901325668159492","wmProperty":"like-of","wmId":824128,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1243901325668159492","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Lysendrah_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8f2f0c18391466b1b2e819df58a6ca3dc42e98067110a0f528064a27154b5fd.jpg","name":"Lysendrah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/238267939","wmProperty":"like-of","wmId":824129,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-238267939","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_jes5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4372072428dde35b467f002537adbf4b7d16196e88ca00662d156ec7821b5bdd.jpg","name":"Jes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/130939508","wmProperty":"like-of","wmId":824127,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-130939508","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IamBozhinovski","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/770e377e4284d3599298dcf56f5d9de47cd850982c9f173fdf3e6eca6552374f.jpg","name":"Vlad Bozhinovski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14096156","wmProperty":"like-of","wmId":824126,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14096156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rosstimson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a7d24738dac9dbf8d0f450a4c3e251f4837d72937baf1a76fe5bd3a0b7ae258.jpg","name":"rosstimson@bsd.network"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17958605","wmProperty":"like-of","wmId":824125,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17958605","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nyates314","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da2d7d9277f969c505437306181a4daafebc99ac4d428fde181bff282b3f81b9.jpg","name":"Nick Yates"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/45085327","wmProperty":"like-of","wmId":824124,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-45085327","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sahiangara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4c261e45fadcfece493491743e6771c8d09818731ea520b22940dada593384c.jpg","name":"Sahitya Angara"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/69135983","wmProperty":"like-of","wmId":824122,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-69135983","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Tvofik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6c78458db3585f6010f1f53ea8ab4fff3c8e6788ab7b41c38b8d5658583a7a7.jpg","name":"no one"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1857732703","wmProperty":"like-of","wmId":824123,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1857732703","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peoray_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/192439a41a410b238a63decf4320fa99a10119dc3fc0f2bb5233323411df27b6.jpg","name":"Emmanuel Raymond"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/145551462","wmProperty":"like-of","wmId":824120,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-145551462","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davidaragones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/611a4743fb8fe9b3c61729ad387137e13fd061fee7c5a3d7aa14e1a098c54546.jpg","name":"David Aragonés"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1263791567397101570","wmProperty":"like-of","wmId":824121,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1263791567397101570","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheGirlThatCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b436c6183440cd3f9c077fc92e54b52b4488f245cb96d0e7c2c07038bce5e649.jpg","name":"The Girl That Codes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/511107318","wmProperty":"like-of","wmId":824119,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-511107318","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jacquietran","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ed1ff8a96d5f094dd13e858de1372119cd0654ef43f2bc71c2e16935f24f3ff.jpg","name":"Jacquie Tran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/759142616822845440","wmProperty":"like-of","wmId":824118,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-759142616822845440","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nefe_james","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d0b35844b2e8af2b8755b5bf946245b520542079d25393534a6f067a60f35c0.jpg","name":"daddynefs ☄🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/96012265","wmProperty":"like-of","wmId":824117,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-96012265","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fcongson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ae8ba4aa7330ada07b872756e8398e610799db1df9aacd0b1532d39476d0251.jpg","name":"Frank Congson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282063142974095362","wmProperty":"repost-of","wmId":824107,"type":"entry","url":"https://twitter.com/JLove_lace/status/1282063142974095362","likeOf":null,"author":{"url":"https://twitter.com/JLove_lace","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/804906076d613a2e8f2a5ade63857f40a4f12c7cb1a0d2ca77a3d18c7b34a198.jpg","name":"Jacqui Gitau"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282065644259815427","wmProperty":"repost-of","wmId":824105,"type":"entry","url":"https://twitter.com/w3bh4ck/status/1282065644259815427","likeOf":null,"author":{"url":"https://twitter.com/w3bh4ck","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5e286e72067b3ee55a573947b83591cd4d10ca25f2cc1e4d1b5a35a910a3027.jpg","name":"ƃuᴉǝq uɐɯnH"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282064745042862080","wmProperty":"repost-of","wmId":824106,"type":"entry","url":"https://twitter.com/rho_selynn/status/1282064745042862080","likeOf":null,"author":{"url":"https://twitter.com/rho_selynn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d20d977496ffd3f7c2379cb88f53dc7a9f18c5c0faae63c540be89ca3e8c7674.png","name":"Roselynn Conrady"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282066797777358848","wmProperty":"repost-of","wmId":824104,"type":"entry","url":"https://twitter.com/Wisdom_Ekpotu/status/1282066797777358848","likeOf":null,"author":{"url":"https://twitter.com/Wisdom_Ekpotu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d3cb6a2df48a8bb55a308bf93812a498fb40e82a79ff4044c41822ceb3e8d00.jpg","name":"Wisdom Ekpotu ➰"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282067348170702855","wmProperty":"repost-of","wmId":824103,"type":"entry","url":"https://twitter.com/CodesMuna/status/1282067348170702855","likeOf":null,"author":{"url":"https://twitter.com/CodesMuna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07a04202ecf8367cb3a071a9706da3467b5de03d7615fa973f09b78df37d69f7.jpg","name":"MunaCodes"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282067372644470791","wmProperty":"repost-of","wmId":824102,"type":"entry","url":"https://twitter.com/MB_samaritan/status/1282067372644470791","likeOf":null,"author":{"url":"https://twitter.com/MB_samaritan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ecda9eb23386e1fba3fdb1b5d4b3f886ff0c1dfe4af3d91f28165d77f1ce8d9e.jpg","name":"ᴍʀ. ɴɪᴄᴇ ɢᴜʏ"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282067525178658817","wmProperty":"repost-of","wmId":824101,"type":"entry","url":"https://twitter.com/Emma_Amfo/status/1282067525178658817","likeOf":null,"author":{"url":"https://twitter.com/Emma_Amfo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26a2a8e6540d881b6dec80f688e7bd7a65ff3e5135735c04f0e55cb918b7cf50.jpg","name":"Success_up"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282068411015716867","wmProperty":"repost-of","wmId":824100,"type":"entry","url":"https://twitter.com/alextoudic/status/1282068411015716867","likeOf":null,"author":{"url":"https://twitter.com/alextoudic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5586187eae60fc7667d2e660ce90d0a69b9f89db14c6f6e53f3c6f0bcc921709.jpg","name":"Alex Toudic"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282069033886445569","wmProperty":"repost-of","wmId":824099,"type":"entry","url":"https://twitter.com/jdp23/status/1282069033886445569","likeOf":null,"author":{"url":"https://twitter.com/jdp23","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e357ddde39bbc98cf6db838f29798c2df443e198b19270dcec85463bb842042f.jpg","name":"Jon Pincus"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282070096530350080","wmProperty":"repost-of","wmId":824098,"type":"entry","url":"https://twitter.com/bendoin_/status/1282070096530350080","likeOf":null,"author":{"url":"https://twitter.com/bendoin_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34bad38e82e9790e3d142712f5d9532c66a5c7d0463644f3a6322e102067f075.jpg","name":"Bendoin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282071051518636033","wmProperty":"repost-of","wmId":824097,"type":"entry","url":"https://twitter.com/StefLikeCurry/status/1282071051518636033","likeOf":null,"author":{"url":"https://twitter.com/StefLikeCurry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22d32d6dfaaf3e329eb61be50b9ef4c2fc34893210bed91ffd9e2017227fb814.jpg","name":"Stef @Home"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282071302644264960","wmProperty":"repost-of","wmId":824096,"type":"entry","url":"https://twitter.com/sim_dw/status/1282071302644264960","likeOf":null,"author":{"url":"https://twitter.com/sim_dw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e8605a5a9eb3b6f0f643df3d232ac7823fac27bfd6e1b52fed8ecdd31382965.jpg","name":"심대원"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282072525350952961","wmProperty":"repost-of","wmId":824095,"type":"entry","url":"https://twitter.com/tony_bai/status/1282072525350952961","likeOf":null,"author":{"url":"https://twitter.com/tony_bai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4f3653f812f6934e19d17e636f2379e8da9320351704235331c86d378f7d517.jpg","name":"Tony Bai"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282073528846573568","wmProperty":"repost-of","wmId":824094,"type":"entry","url":"https://twitter.com/JoeButson/status/1282073528846573568","likeOf":null,"author":{"url":"https://twitter.com/JoeButson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d90a0ff89481b0333050f949b121d5fbf715a6d43d3de1037a5f25b13db35520.png","name":"Joe Butson"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282073786787995648","wmProperty":"repost-of","wmId":824093,"type":"entry","url":"https://twitter.com/Madammanagerng/status/1282073786787995648","likeOf":null,"author":{"url":"https://twitter.com/Madammanagerng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85a4267b3528c76d7ee4ff1686e61bd433dc785db86614c41f5b7973ab64ef5a.jpg","name":"Maria Olawumi Egunjobi"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282074461571887104","wmProperty":"repost-of","wmId":824092,"type":"entry","url":"https://twitter.com/som_anie/status/1282074461571887104","likeOf":null,"author":{"url":"https://twitter.com/som_anie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efd150c78593ecff58081804806cef0144683029ddece685dddca404296f4955.jpg","name":"Aniekwensi Chisom"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282074723317428224","wmProperty":"repost-of","wmId":824091,"type":"entry","url":"https://twitter.com/techedteachAO/status/1282074723317428224","likeOf":null,"author":{"url":"https://twitter.com/techedteachAO","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e4a2b4a7fd72ddd8aacaad066c3fdbd4d81471fbe58e5ca9779e0bdbf82736d.jpg","name":"AshleyOConnor"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282076729968857088","wmProperty":"repost-of","wmId":824090,"type":"entry","url":"https://twitter.com/idgm5/status/1282076729968857088","likeOf":null,"author":{"url":"https://twitter.com/idgm5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62082061037ac8046828af98760d67198a087cab8ab39938950ba24e3432a3b1.jpg","name":"Isaac"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5571542","wmProperty":"like-of","wmId":824089,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5571542","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dave__cross","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bff3b2c555b7bb6a87b6035484e7e9e34653dfbbc8627e17d33bb71b0f2d40f.jpg","name":"David Cross"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/556380621","wmProperty":"like-of","wmId":824088,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-556380621","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Emma_Amfo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26a2a8e6540d881b6dec80f688e7bd7a65ff3e5135735c04f0e55cb918b7cf50.jpg","name":"Success_up"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/151032183","wmProperty":"like-of","wmId":824087,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-151032183","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/atr8472","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Andrew McCallum"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/71897685","wmProperty":"like-of","wmId":824086,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-71897685","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/scienceisbeauty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41df4d5ca455c66a84b0b84dad3437dd8f2f454d0a6a56d338a72b0db9b1b93b.jpg","name":"Ecléctikus (at home 🌴)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280912621290610689","wmProperty":"like-of","wmId":824085,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280912621290610689","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/taylorly_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4aa0735d8a300e79258e7e7b84cd6aeb55ffdf18524ee120f400c39e1e56e5e4.jpg","name":"Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11826022","wmProperty":"like-of","wmId":824084,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11826022","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/annieholly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ae6fde7d180d4c0e23860378bb771b69d45334b1506f26945cee7cbe626ef79.jpg","name":"annie ho"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/174971583","wmProperty":"like-of","wmId":824083,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-174971583","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/haseev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24ed0f2e4b6dd9fe7af5e62fc102644923092a731cdd497ad104cae45e3e940c.jpg","name":"Haseeb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1112761138322853893","wmProperty":"like-of","wmId":824082,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1112761138322853893","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Blur_wrecked_me","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d1ed1ba77fb531e55c5a9ff08fe6c48679f772059e769b1d8218466de74fb6.jpg","name":"John"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/106123228","wmProperty":"like-of","wmId":824081,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-106123228","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kevindonaghy84","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f52188ec2d7a24494acc7c800ba0b9b704145ed97365872cd77c0d038510dd8.jpg","name":"Kevin Donaghy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1264208618934743040","wmProperty":"like-of","wmId":824080,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1264208618934743040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mabiorssd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/83242bf01910ba99924daf7fafdfbd2950b9e280ebb05f9555261c5409735233.jpg","name":"Mabior"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3420830831","wmProperty":"like-of","wmId":824079,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3420830831","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lizinessence","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ef79b8d29f739a70f29e19e44c94149340b515cb0b1993285c79ee87f059d4f.jpg","name":"Elizabeth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/61948290","wmProperty":"like-of","wmId":824078,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-61948290","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ErskineRob","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea8410a1fb1e19ff5b8d3a21c49f6761d458c7f98bc7085ecd831a7899132692.jpg","name":"rob erskine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1256743971604365313","wmProperty":"like-of","wmId":824077,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1256743971604365313","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EffProduct","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/747253991f0e4276bb11b311571c7189d2b38dca411a1d73640f33ad0a233f7c.jpg","name":"EffProduct"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1214779253742587904","wmProperty":"like-of","wmId":824076,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1214779253742587904","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/accordingtoher3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/230bb4fd4aac1fa37d4c07736593b25e8ffd3ddd0a5a48c3c8e79a5623536caa.jpg","name":"emily"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/115633460","wmProperty":"like-of","wmId":824075,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-115633460","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ChrisWoodsSays","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69f05eac21fe947a36aa4f73eb1e7a34a1b147c6e0c14693118af8d30487c4d2.jpg","name":"Chris Woods"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1024514801542877184","wmProperty":"like-of","wmId":824074,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1024514801542877184","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adharshkamath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/acd7eb9adddfd3c4c957efb23aa41a37800c4da5e3ad06ad238f1504ceca060b.jpg","name":"Adharsh Kamath"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2493251","wmProperty":"like-of","wmId":824073,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2493251","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Geekpulp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6b2236894f427309067427ee89bedacc3c8a99297792401a04b7f38d1373658.png","name":"Glen Young"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/33305384","wmProperty":"like-of","wmId":824072,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-33305384","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/forquare","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6005e78803cc1f9ee7c155cd6209ff44761ccbaab4fa352b46fb793ca248034.jpg","name":"Ben Lavery-Griffiths"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/395425154","wmProperty":"like-of","wmId":824071,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-395425154","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alextoudic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5586187eae60fc7667d2e660ce90d0a69b9f89db14c6f6e53f3c6f0bcc921709.jpg","name":"Alex Toudic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1104860886445875200","wmProperty":"like-of","wmId":824069,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1104860886445875200","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eerbewell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b0f13b02f5d8864c5f6e38e670fb7e6b163dceef183bab77aad778d73b7b5c0.jpg","name":"be 🐝 😤 🌱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/941366277704245253","wmProperty":"like-of","wmId":824070,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-941366277704245253","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Olanaseyezid","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4b90befcd5dbee5f59aca53b3fa4a3360611946fde02bb3878727c33ad205d6.jpg","name":"Yezid"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19612483","wmProperty":"like-of","wmId":824068,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19612483","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/craigbruce","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24b1c4eee420a4a9573e83d605ee87f68397082c3d56845800cb44433cc3bae5.jpg","name":"Craig Bruce @ 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/811021586","wmProperty":"like-of","wmId":824067,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-811021586","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/moraryou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76a6dd7a50237ed12443c4fd06f4d7b969b9a0a15876f5d08a4b1f7bf9258571.jpg","name":"Ionut"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/35765024","wmProperty":"like-of","wmId":824066,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-35765024","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Arnlaugsson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8d53d0d566139bfdfb36dfa9d5833f9f97b9b908670e9750758c342d64dc89a.jpg","name":"Skúli Arnlaugsson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1417739119","wmProperty":"like-of","wmId":824065,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1417739119","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JLove_lace","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/804906076d613a2e8f2a5ade63857f40a4f12c7cb1a0d2ca77a3d18c7b34a198.jpg","name":"Jacqui Gitau"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/93853278","wmProperty":"like-of","wmId":824064,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-93853278","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mjrcelso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb2af0ac0be87186a7604bee2a02ca898e896e5ff953ab77e07f81079eaecde7.png","name":"Celso Marigo Junior"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/138101848","wmProperty":"like-of","wmId":824063,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-138101848","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nickvergessen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6be7939c4175ff60b6daec47ea257f48862182a85805ec11b00349b058a3286.jpg","name":"Joas Schilling"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1279267934943064065","wmProperty":"like-of","wmId":824062,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1279267934943064065","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rho_selynn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d20d977496ffd3f7c2379cb88f53dc7a9f18c5c0faae63c540be89ca3e8c7674.png","name":"Roselynn Conrady"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4111771817","wmProperty":"like-of","wmId":824061,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4111771817","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EvaMurzyn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e5c330995e46ab2a00e6ef5283f542a5262aa47f61dce1457ed024c7f068be5.jpg","name":"Dr Eva Murzyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1167277305883852800","wmProperty":"like-of","wmId":824060,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1167277305883852800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/heyitsnanah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/911a24ce5bb4541e227a66eaa984c17a9f646739b9591036d42e72811781fa95.jpg","name":"nana 〜(꒪꒳꒪)〜"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/854329308","wmProperty":"like-of","wmId":824059,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-854329308","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ManLikeLijah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a15e11ea880eb1856ed27b8d56c9016b3c934ff972f3c6c92141ac19de4a829c.jpg","name":"Mystic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/781787605608181760","wmProperty":"like-of","wmId":824058,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-781787605608181760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wilder569","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/664477988cf76d730a58429a0fe573af08315210b4cc0e718d7bb03ec65e26b5.jpg","name":"Dhruv Mehta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1024206996566933504","wmProperty":"like-of","wmId":824057,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1024206996566933504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ann2804maina","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b654acc779f6f8141838e8489362f0d5eef8b60963620aac62252832198d4f1.jpg","name":"Ann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/500892040","wmProperty":"like-of","wmId":824056,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-500892040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/He_Is_Noel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6bf87382740339eae602187a6084242b837e4e62b1254efb30e34e225d20f82d.jpg","name":"Roko's Basilisk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/712715722514907137","wmProperty":"like-of","wmId":824055,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-712715722514907137","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ahmed_esmail98","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/595707f643b573e0873d92d20d56b346e0a751a2128f6afb2d6c5e07de442d23.jpg","name":"Ahmed Esmail"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1192046235663757312","wmProperty":"like-of","wmId":824054,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1192046235663757312","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/otoutoace","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03e9f1f71e555d55a25cea30da48abdb3bf147bc2f5884a81e0c03373ae12e80.jpg","name":"Shanghaiissst"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/25728895","wmProperty":"like-of","wmId":824053,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-25728895","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/antonioacruz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/725ec600613b422afb17be3d9e84197411e910691fed70d326b389d4b3a4d9fe.jpg","name":"António Cruz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/133877981","wmProperty":"like-of","wmId":824052,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-133877981","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/animflynny85","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ab057b525fb832d48c5f77586320a409720d8cdd694661fa41deb22f45a668f.jpg","name":"Kevin flynn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1243699411512786944","wmProperty":"like-of","wmId":824051,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1243699411512786944","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hazzanz3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c68940d199fe6c48f7cfa7a070a9b87c9a3792a9e959ce793d986a16172f20ef.png","name":"Harry Page"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/780462502467477504","wmProperty":"like-of","wmId":824050,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-780462502467477504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SaysKez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a38b7d3c86e9886337dc5cfedd1992ca979c7cd73a1553441e8a3d22640cee4.jpg","name":"Kezie Todd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2320983140","wmProperty":"like-of","wmId":824048,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2320983140","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/charlesonunze","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/392465213c5f7c04ad3572f2ef99b97672dfc757301a1d169a33b4d35be453ad.jpg","name":"Charles Onunze"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/805981577729556484","wmProperty":"like-of","wmId":824049,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-805981577729556484","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/manbirmarwah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e520f8b75da56850795fb5fd2497ca3c2969a677ec81083de008959852396cdc.jpg","name":"Manbir"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/144474933","wmProperty":"like-of","wmId":824047,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-144474933","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/edibuff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ca187ccced463425595e853997c044297074b1cd963ca3ac678ddab0d289bd7.jpg","name":"Ed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/304594649","wmProperty":"like-of","wmId":824046,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-304594649","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SrSanjeevSharma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/214d3df73bbb2399b7f95b96a569c3d4647e9dff8015e7cc59251632a36cf902.jpg","name":"sanjeev sharma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1580652410","wmProperty":"like-of","wmId":824044,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1580652410","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SaishSankhe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eee89762d39c0c9ce8d7eae4ad0b6deeb029c66e0f2eb6766ae2cc26e4cf7e52.jpg","name":"Saish Sankhe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2387072557","wmProperty":"like-of","wmId":824045,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2387072557","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_WhyseMan_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7cc80e6401290ecec2a9cded5fca1efc075dc4800fe5a840e242bbcc21704d18.jpg","name":"Владимир 🔭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/119277309","wmProperty":"like-of","wmId":824043,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-119277309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alyssastweeting","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac17761dad8d7cb5207d17751fcd6107ebd4372e2a076e53269e3e44e0972cd0.jpg","name":"Alyssa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/133082830","wmProperty":"like-of","wmId":824042,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-133082830","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ElisaTP","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3908bd4704fbf19515adefd93a2459cbbde79223692143459040bbe691324b9.jpg","name":"Elisa Taveras"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/920806304","wmProperty":"like-of","wmId":824041,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-920806304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_ahrbil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72555b9d3a32d89834bfb2a9d4cf4727801507431e899e9dc8f9f98fb5987f44.jpg","name":"Ahrbil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/137220951","wmProperty":"like-of","wmId":824039,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-137220951","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vinothrajendran","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27829a4c600c3240cc73b464b90040cf3d62a7acb8a3c0b88ad3987035df399c.jpg","name":"Vinoth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14833959","wmProperty":"like-of","wmId":824040,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14833959","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/heathnewburn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7814ff5a2ff2feb589c64f436581521e29a2061cd0b42443cadaf8ab1496bfd5.png","name":"Heath Newburn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/201455709","wmProperty":"like-of","wmId":824038,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-201455709","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AfroSapien","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0432c14908fcf6692a9480963a97d5763bbf675a93b13e6854e0c5869b7b7e6d.jpg","name":"Afro-Sapien"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5989302","wmProperty":"like-of","wmId":824037,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5989302","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GarysBasement","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/66f70233193e091ed1048d892f299dd7ac8fa951e686b84f84a1d7abda09592f.jpg","name":"Gary Spagnoli ⚓"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3074476946","wmProperty":"like-of","wmId":824035,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3074476946","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rakeshkonfucius","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50ad4550aa69e32387ca75f5f1e2f54ccc7d140e7d577dcc0ac166dfc71b887d.jpg","name":"Rakesh Kumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1240983403618435076","wmProperty":"like-of","wmId":824036,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1240983403618435076","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gelatofm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21f8557cbe7140d28c92fd3e3acc06f4b8429fa3f6d9764e87e5e879a957e1a2.jpg","name":"PRETTY LITTLE ICE CREAM FACTORY"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14659101","wmProperty":"like-of","wmId":824033,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14659101","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jalogisch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad2fcb230c05ea0aa02c7518c0bd2b9c2672ce0a64cb7431098c80773a75a09c.jpeg","name":"Jan | jalogisch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1236264763203760128","wmProperty":"like-of","wmId":824034,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1236264763203760128","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Clinton88565611","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3c54f475a4883a65ce411616e9352d943ab0328f58e02e08aa2f1a1dccac241.jpg","name":"Clin.ton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27201148","wmProperty":"like-of","wmId":824032,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27201148","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheKidDewey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb953b2c938a2320c899033551a67e2d3432a6a6d256823e0d7e46475d187e42.jpg","name":"Alex Dewey 👨‍🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/758325923313754112","wmProperty":"like-of","wmId":824031,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-758325923313754112","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Wisdom_Ekpotu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d3cb6a2df48a8bb55a308bf93812a498fb40e82a79ff4044c41822ceb3e8d00.jpg","name":"Wisdom Ekpotu ➰"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14354134","wmProperty":"like-of","wmId":824030,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14354134","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dwisk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df85abc109992ec2e542778fb2a07fc0004d18f36d3e49e72f1b4d87645a5592.jpg","name":"DWiSK"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1069018423433285637","wmProperty":"like-of","wmId":824029,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1069018423433285637","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SquiresChance","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a697445564a919870408f65b2263f8f1814d4f6a6e617c6e79af87dc8a017ea3.jpg","name":"Chance 🇨🇦 ☮️ 🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3962707632","wmProperty":"like-of","wmId":824028,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3962707632","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/annareynolds01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/99fc76e567001c9ebae3ea69fe4262dd9588f0ae75191d919b5b976aed151deb.png","name":"Anna Reynolds"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4365946882","wmProperty":"like-of","wmId":824027,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4365946882","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/XeniyaBo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/561c0ad5d9ee620c51c1184b2f8b9a827f488681641fdccd181a5377ed62986f.jpg","name":"CyberXen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1177187691169030144","wmProperty":"like-of","wmId":824026,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1177187691169030144","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/idwyte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8992671064112baabf6155c9da46c9b3fc43eefe10ad5756ddd786a55b22fa9.jpg","name":"{ D }"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/34408318","wmProperty":"like-of","wmId":824024,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-34408318","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/StefLikeCurry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22d32d6dfaaf3e329eb61be50b9ef4c2fc34893210bed91ffd9e2017227fb814.jpg","name":"Stef @Home"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/364669140","wmProperty":"like-of","wmId":824025,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-364669140","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RobQlder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/13de94a2bec8d4e72d43e4e443dd8365c282fe2a6870aaee2f7e14fa065ef1a9.png","name":"Rob McGuire"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18305975","wmProperty":"like-of","wmId":824023,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18305975","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tony_bai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a4f3653f812f6934e19d17e636f2379e8da9320351704235331c86d378f7d517.jpg","name":"Tony Bai"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1156612797834420227","wmProperty":"like-of","wmId":824022,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1156612797834420227","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/XemiColon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ccb37a26960571c2d7717675febcfc80ab52a6ea217d285834b92337ce8abfa.jpg","name":"‏ً"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/75893","wmProperty":"like-of","wmId":824021,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-75893","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/indiamos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a960fc2bd07c59139268cdf824ad8c19b34611fc090e5306c6a5b5e62e3c7a6b.jpg","name":"India"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/851726634348630018","wmProperty":"like-of","wmId":824020,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-851726634348630018","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vicky_abz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5469968be74bcebdd8ded2199dac47c6f11d2df875c2757c671e60bfff984fc.jpg","name":"ABIZEYIMANA Victor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282074131677286400","wmProperty":"in-reply-to","wmId":824019,"type":"entry","url":"https://twitter.com/digitalforus/status/1282074131677286400","likeOf":null,"author":{"url":"https://twitter.com/digitalforus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d720c4f29fb17aee598ad2cb90229833ac171a1a0b1100b84ed8fca8ddc69d2a.jpg","name":"Hakeem OLASUPO"},"published":"July 11, 2020","content":{"text":"This is awesome"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282056523254906881","wmProperty":"mention-of","wmId":823986,"type":"entry","url":"https://twitter.com/goshakkk/status/1282056523254906881","likeOf":null,"author":{"url":"https://twitter.com/goshakkk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70163ce6390e823a739e17969be58559d3971c539906fadd5ee07bb00f546b60.jpg","name":"Gosha #BlackLivesMatter"},"published":"July 11, 2020","content":{"text":"Oh that's how you do that! https://t.co/dh6O2QY7kt"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282055825926828032","wmProperty":"repost-of","wmId":823985,"type":"entry","url":"https://twitter.com/BongoFett7/status/1282055825926828032","likeOf":null,"author":{"url":"https://twitter.com/BongoFett7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d789562418e55550d70e9cef472b569061132c7513f895dbb9308d27b1f1bbe2.jpg","name":"Bongo_Fett"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282055829802438658","wmProperty":"repost-of","wmId":823984,"type":"entry","url":"https://twitter.com/soandsos/status/1282055829802438658","likeOf":null,"author":{"url":"https://twitter.com/soandsos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1a04ebb175f5290fcdab9138dee2bf970a363b045f7179f083d7a325961ab8d.jpg","name":"Sailor Ghoul 👻✨"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282056380065751041","wmProperty":"repost-of","wmId":823983,"type":"entry","url":"https://twitter.com/poppastring/status/1282056380065751041","likeOf":null,"author":{"url":"https://twitter.com/poppastring","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f6b017be68e2a8a2fb9d4c6e0bb8ee614b9567b9f55148d27511d97e1198fbd.jpg","name":"Mark Downie"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282056749760106498","wmProperty":"repost-of","wmId":823982,"type":"entry","url":"https://twitter.com/dot_hex/status/1282056749760106498","likeOf":null,"author":{"url":"https://twitter.com/dot_hex","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ian Joseph Ayitey Akotey"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282056781150248960","wmProperty":"repost-of","wmId":823981,"type":"entry","url":"https://twitter.com/TDaug_/status/1282056781150248960","likeOf":null,"author":{"url":"https://twitter.com/TDaug_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d0ba2aea9bf93c9b6c27bab8090352c567b77e79ffbca365c706d67b2b4fb6fc.jpg","name":"Thomas Daugherty"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282057335167492102","wmProperty":"repost-of","wmId":823980,"type":"entry","url":"https://twitter.com/JoePittsy/status/1282057335167492102","likeOf":null,"author":{"url":"https://twitter.com/JoePittsy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb132fff7f8fc93c4b4c085e5513ed42a1ac1f4c6362be3e24fa1e1152edf170.jpg","name":"Joe Pitts"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282057986496761858","wmProperty":"repost-of","wmId":823979,"type":"entry","url":"https://twitter.com/UnderGrounder96/status/1282057986496761858","likeOf":null,"author":{"url":"https://twitter.com/UnderGrounder96","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da51b7ec69c337399053cebfb7998117a3155dda5bafeaf7644e54f92a398fc6.jpg","name":"UnderGrounder96"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282058245742440453","wmProperty":"repost-of","wmId":823978,"type":"entry","url":"https://twitter.com/RaphaelKwesi/status/1282058245742440453","likeOf":null,"author":{"url":"https://twitter.com/RaphaelKwesi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/121939a47e0ed3606b284b37de297fd9838537018ea89aa21045f887509144ef.jpg","name":"Ralph Kwesi 👨🏾‍💻 ❁"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282058373320642560","wmProperty":"repost-of","wmId":823977,"type":"entry","url":"https://twitter.com/jonatoni/status/1282058373320642560","likeOf":null,"author":{"url":"https://twitter.com/jonatoni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78cb4c87731c6844a1ce07adcb5fd783dd66be546c988f0026f4fef0f628e10a.jpg","name":"Jona Azizaj👩🏻‍💻 🥑 @🏡"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282058846853357569","wmProperty":"repost-of","wmId":823976,"type":"entry","url":"https://twitter.com/harold_arb/status/1282058846853357569","likeOf":null,"author":{"url":"https://twitter.com/harold_arb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f837a76cec1f048702b3e092482fa102fc501b59a6705d7de3fd3d0ad68d7085.jpg","name":"ّ"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282058999928512512","wmProperty":"repost-of","wmId":823975,"type":"entry","url":"https://twitter.com/AvantSekai/status/1282058999928512512","likeOf":null,"author":{"url":"https://twitter.com/AvantSekai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aab8ddd8e73c397e612221aa0e7b0fb378e46c35b035f49cc198f525c100fffd.jpg","name":"Shavant"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282059139406090241","wmProperty":"repost-of","wmId":823974,"type":"entry","url":"https://twitter.com/Samson_Goddy/status/1282059139406090241","likeOf":null,"author":{"url":"https://twitter.com/Samson_Goddy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d9ac5e16dbb8d93b81ab3f83d6c2dc8ea60b7709ddae029d1aa0c83b0538299.jpg","name":"Samson Goddy"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282059564473606145","wmProperty":"repost-of","wmId":823973,"type":"entry","url":"https://twitter.com/shimst3r/status/1282059564473606145","likeOf":null,"author":{"url":"https://twitter.com/shimst3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a8fb5792c25903fcfe92a0b67cd020a3a0ea90fe0403e2a6c17df22a2525b2e5.jpg","name":"Nils 🦔"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282060759737028609","wmProperty":"repost-of","wmId":823971,"type":"entry","url":"https://twitter.com/ArielMejiaDev/status/1282060759737028609","likeOf":null,"author":{"url":"https://twitter.com/ArielMejiaDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a83006ed4632d49e41a6f9c085d9c9346136c8487e017783ee4fc03095adee8.jpg","name":"ArielMejiaDev"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282060357347966976","wmProperty":"repost-of","wmId":823972,"type":"entry","url":"https://twitter.com/FiLiS/status/1282060357347966976","likeOf":null,"author":{"url":"https://twitter.com/FiLiS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/049af7ba1e2224a362c1b643f872cdf9c9ad9acd02faaa85d083ebf177873810.jpg","name":"Not Evander Sinque"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282060959889199111","wmProperty":"repost-of","wmId":823970,"type":"entry","url":"https://twitter.com/minter/status/1282060959889199111","likeOf":null,"author":{"url":"https://twitter.com/minter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab41928a81119b52967ca33cd9bee95b8a6edfba0dc91535e8c35bde89795a27.jpg","name":"H. Wade Minter"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282060960824426496","wmProperty":"repost-of","wmId":823969,"type":"entry","url":"https://twitter.com/baysym/status/1282060960824426496","likeOf":null,"author":{"url":"https://twitter.com/baysym","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6786a235d436a245d1e5eac3a4479b06f89f1350a730bbb1afccbf1beeffd3e2.jpg","name":"Bailey"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282061022111694849","wmProperty":"repost-of","wmId":823968,"type":"entry","url":"https://twitter.com/dbarisakkurt/status/1282061022111694849","likeOf":null,"author":{"url":"https://twitter.com/dbarisakkurt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5f70bcfe580d5fcefff261483b2570540c840229d42d1a2707233d478f2178c.jpg","name":"Baris Akkurt"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282061055989030912","wmProperty":"repost-of","wmId":823967,"type":"entry","url":"https://twitter.com/FethiKarakoch/status/1282061055989030912","likeOf":null,"author":{"url":"https://twitter.com/FethiKarakoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edfb5c3094647f987dfd0a29c36258066212304c89f6ff9d29418d175fe97c9b.jpg","name":"naijja"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282061273006370816","wmProperty":"repost-of","wmId":823966,"type":"entry","url":"https://twitter.com/singhvaibhavram/status/1282061273006370816","likeOf":null,"author":{"url":"https://twitter.com/singhvaibhavram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aac7b9020fd72c12fbaf13533a9a51263e19e7568cfc33782ba3d36396c78e25.jpg","name":"Ram Narayan Singh"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1089643802300727309","wmProperty":"like-of","wmId":823965,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1089643802300727309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ArielMejiaDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a83006ed4632d49e41a6f9c085d9c9346136c8487e017783ee4fc03095adee8.jpg","name":"ArielMejiaDev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2437194205","wmProperty":"like-of","wmId":823964,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2437194205","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/baysym","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6786a235d436a245d1e5eac3a4479b06f89f1350a730bbb1afccbf1beeffd3e2.jpg","name":"Bailey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/64867649","wmProperty":"like-of","wmId":823963,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-64867649","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JCarlosUnltd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8af586cc382574e126179856f3e6bc1e53be515912e7d719dea1961163c962ce.jpg","name":"Carlos Ferrazo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/241923010","wmProperty":"like-of","wmId":823962,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-241923010","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/norahsakal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9f390feff812e80e450a5f94525e4333cda83c0168fa6fabea39abc3730715c.png","name":"Norah Sakal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1268208518416433152","wmProperty":"like-of","wmId":823961,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1268208518416433152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jessmensa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/de7a0523c23b9933b0833015453728a43e6928bb48a3eabc1ecf2460edde0ed8.jpg","name":"Jesse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2912735318","wmProperty":"like-of","wmId":823960,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2912735318","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/blackdominoe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bfb837baf94a5c9172455fb1e6d8ee359532c0d75991cb86227ccd5204bcbb2c.jpg","name":"Dom Toliver"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/25102590","wmProperty":"like-of","wmId":823959,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-25102590","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Illuminortii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ef90f6d1abc25839c5929d6e77a053e76a726164f61510c76cb7303aa43d919.jpg","name":"𝔦𝔩𝔩𝔲𝔪𝔦𝔫𝔬𝔯𝔱𝔦𝔦 ₀₀₁₁₀₀₀₁"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43855146","wmProperty":"like-of","wmId":823958,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43855146","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/floridaelago","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce0e67ab50a358eff0886517c5bc821db46d056b1f28ca969caab036a9d886fb.jpg","name":"Florida Elago ❁"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/191359693","wmProperty":"like-of","wmId":823957,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-191359693","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wilco124","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/256ffeefd39c8f3f9268905dbedc90a711c353456716daa5d6fc62ceeee3cfe1.jpg","name":"Javi Ortiz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/53247211","wmProperty":"like-of","wmId":823956,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-53247211","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PhilaJMadondo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b3cf9b4ea0dbf576df2b0ad8286fbb3d1c992a2fc530b5892759f2f58b15ed8.jpg","name":"Phila J. MADONDO 📚🎓💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/106927026","wmProperty":"like-of","wmId":823955,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-106927026","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MiguelRisos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa6d83f09469561e0088e9a735f64807df0d6ea11ed5aafb53401cbd1395d05e.jpg","name":"Miguel Rios"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/794256550785404928","wmProperty":"like-of","wmId":823954,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-794256550785404928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NehemiahKiv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/231edcef7a409c4cd861ea3eabc9e15a1d798dec50e95d0f33d65c6d1c69f2b0.jpg","name":"Nehemiah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/95945273","wmProperty":"like-of","wmId":823952,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-95945273","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_No__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/763ffd7c8ec00c2a8f2e2c84c56fb5a265a16a15d99b72a2d56e0cbb69e3f4a7.jpg","name":"n.n.n.n"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/37736156","wmProperty":"like-of","wmId":823953,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-37736156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cassiocardoso","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b919540b7287ae674b26d451cb1c8442e8098473d5a25a28a1c80bd0fe7ea805.jpg","name":"Cassio Cardoso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1565159863","wmProperty":"like-of","wmId":823951,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1565159863","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Samson_Goddy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d9ac5e16dbb8d93b81ab3f83d6c2dc8ea60b7709ddae029d1aa0c83b0538299.jpg","name":"Samson Goddy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/161147114","wmProperty":"like-of","wmId":823950,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-161147114","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ALAColombia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1b39c2939bf225e3d0fa8fc11c068a185f7749e611026328d7572430652d375.jpg","name":"AndreaGriffiths11"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/714843730025512961","wmProperty":"like-of","wmId":823949,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-714843730025512961","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shimst3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a8fb5792c25903fcfe92a0b67cd020a3a0ea90fe0403e2a6c17df22a2525b2e5.jpg","name":"Nils 🦔"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21017196","wmProperty":"like-of","wmId":823948,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21017196","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/poppastring","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f6b017be68e2a8a2fb9d4c6e0bb8ee614b9567b9f55148d27511d97e1198fbd.jpg","name":"Mark Downie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/754070421092372481","wmProperty":"like-of","wmId":823947,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-754070421092372481","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FethiKarakoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edfb5c3094647f987dfd0a29c36258066212304c89f6ff9d29418d175fe97c9b.jpg","name":"naijja"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43253646","wmProperty":"like-of","wmId":823946,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43253646","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ricgrego","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5087b5afae351e2ce502dc45a31b5ed382252366fb5ac0ee1b5c1698e4348c1.jpg","name":"Ricardo Grego"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1884960493","wmProperty":"like-of","wmId":823945,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1884960493","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JRaidu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84e8bb73b20d6c8fb834c643b37d313299d7721011811723e124c218eb6f891c.jpg","name":"Jaswanth Raidu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/310393195","wmProperty":"like-of","wmId":823944,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-310393195","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Rafys_fuquis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46c8df9aa9e47556741842eaad9dd07da27456f4bc663b61fd25a2426855ea0e.jpg","name":"Rafaela Retamal Diaz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/960252933244968961","wmProperty":"like-of","wmId":823943,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-960252933244968961","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JoePittsy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb132fff7f8fc93c4b4c085e5513ed42a1ac1f4c6362be3e24fa1e1152edf170.jpg","name":"Joe Pitts"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/112517383","wmProperty":"like-of","wmId":823942,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-112517383","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nikopartanen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/727346b40077fdafe7ac43f7b3c35f28859a764d42985d9045cf50add7a73806.jpg","name":"Niko Partanen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/976494030","wmProperty":"like-of","wmId":823941,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-976494030","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/erikaybar_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a6b7d7795562524936adf044bce1044ae37a6420cf3b09425488932280fc501.jpg","name":"erikaybar_"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/29565519","wmProperty":"like-of","wmId":823940,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-29565519","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/maikan5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4301817e1ff848e519f9c9bdfb76f5d69e49a4d4daa24e1ca58b88c6d7ae13cf.jpg","name":"((( FRANK DUMAS ))) 🏴"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/157126991","wmProperty":"like-of","wmId":823939,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-157126991","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ademusoyo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/760456ded19f3f5dcd0c2c2c247db1de0aa3cf6d5a37aafaa3b7c0642a39f103.jpg","name":"Soyo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14249932","wmProperty":"like-of","wmId":823938,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14249932","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/silvr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8073d25a241cbf609e1bc7f3d1e2a01f70aab778d4644a079a181fae79b57e66.jpg","name":"Alex Silver"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/321069275","wmProperty":"like-of","wmId":823937,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-321069275","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thomasvargasc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/254a43be2541ff7ed5eef8652e922d9266012717e799ff562c39d8c968224fd3.jpg","name":"Thomas Vargas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4053097317","wmProperty":"like-of","wmId":823936,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4053097317","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/harold_arb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f837a76cec1f048702b3e092482fa102fc501b59a6705d7de3fd3d0ad68d7085.jpg","name":"ّ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2340972630","wmProperty":"like-of","wmId":823935,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2340972630","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mathieuKs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eee45d6d487e06fc2339f1d46313b46cc3b940622a3daef74a6641862b017f61.jpg","name":"Mathieu Ferment"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/739173987234807808","wmProperty":"like-of","wmId":823934,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-739173987234807808","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RobinakAbuga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c02b6438b596a77b15997ac1443944e6c230e33c0ffc32fafc937f61b738ef17.jpg","name":"Ms.Abuga Robina💕💕"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1192454993640644608","wmProperty":"like-of","wmId":823933,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1192454993640644608","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/a10s_code","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e993a2ef96c1b000f760575a439ae8f07f086ef283d033c6d171b465c42d5787.jpg","name":"Aaron Soules"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/249247936","wmProperty":"like-of","wmId":823932,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-249247936","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheKaterTot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bcd68749300f994965f350d981c0bd7c4ad98360dbea659ab696522e20a27cd8.jpg","name":"katertot"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/859612042474516481","wmProperty":"like-of","wmId":823931,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-859612042474516481","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bohn_jrilliant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb23cdb2491f5d811d4aa21f70369d32887b899572917ba45c23a9409200d98e.jpg","name":"John Brilliant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2815621310","wmProperty":"like-of","wmId":823930,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2815621310","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/N6combat_model","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cc65cb12496c51fad42cf99cc63a4fc1cb05b65c1906917b54ac67e8eed89d6.jpg","name":"Nexus-6"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21901301","wmProperty":"like-of","wmId":823929,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21901301","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TiagoGouvea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d8faddeaf0553770ca15a2fa75a067020c1d7b0f3bd8f167be51562160fbe70.jpg","name":"Tiago Gouvêa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/295114166","wmProperty":"like-of","wmId":823928,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-295114166","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RojaBharathi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9580cbc384f1ed64de8222daf8e1b094ae8a372537ec0503c6959e31254a3961.jpg","name":"Roja B Sunderneedi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2745912852","wmProperty":"like-of","wmId":823927,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2745912852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/larszmac","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/100c4aa4b9fef7a87d7fb56cce0b65121152b404745e79eeb6c5bd842727ae8c.jpg","name":"Lars Mackenzie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1348585531","wmProperty":"like-of","wmId":823926,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1348585531","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/xschemer1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8495b67f92e8c5b6bc0ce93ca15b207321adf528c8488487036d2d4cfc266e77.jpg","name":"Engr Kins Okafor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/218035485","wmProperty":"like-of","wmId":823925,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-218035485","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TDaug_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d0ba2aea9bf93c9b6c27bab8090352c567b77e79ffbca365c706d67b2b4fb6fc.jpg","name":"Thomas Daugherty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1255972906422714368","wmProperty":"like-of","wmId":823924,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1255972906422714368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thechampsmoke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94ae292a5b23769caff1ae788f53d36279cea676c5f9e0adcce4ed859d893058.jpg","name":"#SocialDistance and save lives 💯🦁👨🏻‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2406096042","wmProperty":"like-of","wmId":823923,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2406096042","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andriyorehov","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7ee9d005df04b20b04accaa193526b010dc43177d1bb147a9562d0e3db46deb.jpg","name":"Андрей Орехов"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/65419793","wmProperty":"like-of","wmId":823922,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-65419793","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AvantSekai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aab8ddd8e73c397e612221aa0e7b0fb378e46c35b035f49cc198f525c100fffd.jpg","name":"Shavant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/62368773","wmProperty":"like-of","wmId":823921,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-62368773","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nkvenom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5724ad9b06a1b2748e47a28d8a9d20a4ed6a3d94c717ee0649805d8d08d36289.png","name":"Néstor Alonso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1084941308060422145","wmProperty":"like-of","wmId":823920,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1084941308060422145","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fjohanssondev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9e9726dbcfa9d7d3c1b8309911eb800126633c22c1aaf86972623cc3fba78be4.jpg","name":"Fredrik Johansson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/458072022","wmProperty":"like-of","wmId":823919,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-458072022","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/prattsj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3bb9e3c7a2e3deb2650a6071b52c0933a3b6fd3e72a7fd69ee73dae1174de6a2.jpg","name":"JP"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14570239","wmProperty":"like-of","wmId":823918,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14570239","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vinniewrote","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d7c5f64a6eb7e7aeca7121c33c692b3d9d408e17a23e079c53738dbf051d6c2c.jpg","name":"Blatino Warrior a.k.a Plextor Fowler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/245296393","wmProperty":"like-of","wmId":823917,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-245296393","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thabolive","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/494cccaaecd2b3d07e9e40493ff145510526174ad15557bbf82c7ebee92447c0.jpg","name":"Thabo Makwea"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2439118128","wmProperty":"like-of","wmId":823916,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2439118128","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Adamespi_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80c31057325abb7e18e8b3c4152d5ac36c99ce8521bf2b3513df1ac953c27717.jpg","name":"Adamespi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1167726579763568642","wmProperty":"like-of","wmId":823915,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1167726579763568642","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ikshalee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38c07944487c84c082c606b9593ff97d72cb731caf676bbe445e9eb0bb1bab7f.jpg","name":"xale"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1060187946","wmProperty":"like-of","wmId":823913,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1060187946","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chaitanyawaikar","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"chaitanya waikar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/703536163","wmProperty":"like-of","wmId":823914,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-703536163","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/blogjeremiah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a49384de0ceb6ca7fd9fa929f8c61cacba2b0b4ac1eba5fea5eeee649b7a53dc.jpg","name":"Jeremiah, E.O"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4737764715","wmProperty":"like-of","wmId":823912,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4737764715","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Tecnoe2016","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Noe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/107696167","wmProperty":"like-of","wmId":823911,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-107696167","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tibinlukose","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5de81c11835e71a6bc518c4b91132eb43824f287ab2f1fb1a0464e52a5684682.jpg","name":"Tibin Lukose"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/529087252","wmProperty":"like-of","wmId":823909,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-529087252","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rostysok","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d111eefe8e68b9cd686d5c077143ca9fcb5c98083577bafc97a04627c5f81274.jpg","name":"rosty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16609069","wmProperty":"like-of","wmId":823910,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16609069","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/soandsos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1a04ebb175f5290fcdab9138dee2bf970a363b045f7179f083d7a325961ab8d.jpg","name":"Sailor Ghoul 👻✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1024400847264993281","wmProperty":"like-of","wmId":823908,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1024400847264993281","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rziegler_","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ryan Ziegler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2870720476","wmProperty":"like-of","wmId":823907,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2870720476","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AlissonGRN","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0d2d7d117a27dddfeaf5463b79980972079546b3c09d117fef0f34629c1f18c.jpg","name":"Alissu.js"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/182563","wmProperty":"like-of","wmId":823905,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-182563","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/oliver","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8777c57b4cf8ccb17f298fb6625042872f87eacbff57fdec83146719a40af058.jpg","name":"Oliver on parental leave"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1000525452358946818","wmProperty":"like-of","wmId":823906,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1000525452358946818","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BongoFett7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d789562418e55550d70e9cef472b569061132c7513f895dbb9308d27b1f1bbe2.jpg","name":"Bongo_Fett"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1681542451","wmProperty":"like-of","wmId":823904,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1681542451","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iAhsanJaved","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c5072b5494ad79333205c672bb67dc39a93e335c069b6174560e541a3acfb13.jpg","name":"Ahsan Javed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125962292","wmProperty":"like-of","wmId":823903,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125962292","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamharnad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee8a89ac50b79542711aaf50219092e6b69330aab98b5a6993723b150f093eaf.jpg","name":"Babu Frik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1043876272420638720","wmProperty":"like-of","wmId":823901,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1043876272420638720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ada_ezemba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40df576c9fdf773f3f1801cb485f8b2d2f3f601e5d00f4d5b596f1fad6c2d204.jpg","name":"Ada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2891075008","wmProperty":"like-of","wmId":823902,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2891075008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/singhvaibhavram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aac7b9020fd72c12fbaf13533a9a51263e19e7568cfc33782ba3d36396c78e25.jpg","name":"Ram Narayan Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/821913913943953408","wmProperty":"like-of","wmId":823900,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-821913913943953408","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gams_basallo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/993edb6f55bd3979afb5a295751d243f3f2c939c2d7db075ccf9c4b90fcd6a0b.jpg","name":"Gams Basallo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/283012168","wmProperty":"like-of","wmId":823899,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-283012168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Oluisrael11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d29d60c947140d1e283b9aaea96cdedee8099216968e95fcaa95a89580f2274.jpg","name":"Pilgrim — X Æ A-12 —"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2712815018","wmProperty":"like-of","wmId":823898,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2712815018","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/michaelkara2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a26dc4b468d896e9f2224928f5eb67889db45de7603244155daccaa2b51431f.jpg","name":"Maiko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/975535152062492679","wmProperty":"like-of","wmId":823896,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-975535152062492679","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ThaiiBraga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6bb5e4b4403871b18c22770dfc7544af8059007b35c941e800cefca9e91258c4.jpg","name":"console.log(\"Thai Braga\");"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/779339763304112128","wmProperty":"like-of","wmId":823897,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-779339763304112128","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CharlotteNahon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3db47d3745099edc13219798bf60ba9dae55a6a9eaedef273125bd46f12ba885.jpg","name":"Charlotte Nahon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2590923537","wmProperty":"like-of","wmId":823895,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2590923537","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Gonkristiano","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba815ede79f0841cfeda4f364ec5eaf97cc2e52e6e1c9a70fd415d1cdc6e5e4b.png","name":"Cristiano Gonçalves ⛩️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/872079631","wmProperty":"like-of","wmId":823894,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-872079631","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JnrMabiya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89b499a864a173392ae641f259dd59ad6f5a8c398dd723ea4cf1d3d6f9a9cbca.jpg","name":"Mpumi Mabiya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/201262607","wmProperty":"like-of","wmId":823892,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-201262607","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jonatoni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78cb4c87731c6844a1ce07adcb5fd783dd66be546c988f0026f4fef0f628e10a.jpg","name":"Jona Azizaj👩🏻‍💻 🥑 @🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/714951327231713280","wmProperty":"like-of","wmId":823893,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-714951327231713280","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ayeni_Idris","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3f2f35baa51c9ab5a2ea52cf7a30153e04ce0f1518304e354fc6da577a2bfd2.jpg","name":"Ayenidris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/133031018","wmProperty":"like-of","wmId":823891,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-133031018","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Frulko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bce3f149de3f930ec19c45c5aa89ee5af52521eae65187c3cfa7cd4197a73e5c.jpg","name":"Guillaume Dumoulin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/706092901546237953","wmProperty":"like-of","wmId":823890,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-706092901546237953","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/khatabwedaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30d28fefd2051d743e5a041e7c262f02ea2615d3d851611b5e031c07f101d394.jpg","name":"khatab Wedaa ⚗️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1215362889109909512","wmProperty":"like-of","wmId":823889,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1215362889109909512","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shortguyui","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/138a32032adfe58aa7587f74951d625c84aa4bbe4e1d476dcaaa577a1447894b.jpg","name":"ShortGuyUI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/620129680","wmProperty":"like-of","wmId":823888,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-620129680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kelly_perrie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a86ea69f89d6839299dfeee753fc695b49ac52a1f89ac4db819cbefd09e2af4b.jpg","name":"Kells"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/90139401","wmProperty":"like-of","wmId":823887,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-90139401","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/piushvaish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9867aed8b9354d7471163c22a93e2c48ce18178b1b19462e41e29b277aabe69.jpg","name":"piushvaish"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/825167970188029952","wmProperty":"like-of","wmId":823886,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-825167970188029952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheScifibrarian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c802a184e64eab793e14950e9070ede7cd143151f88d65d7342bd7ddc2d0095b.jpg","name":"Scifibrarian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282051643434041348","wmProperty":"in-reply-to","wmId":823884,"type":"entry","url":"https://twitter.com/enigmaticsoulrg/status/1282051643434041348","likeOf":null,"author":{"url":"https://twitter.com/enigmaticsoulrg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afc58c6ab794312a6df89d55526ca2760fb9ddafb4a854dfd6dd9c44b6535236.jpg","name":"Virgo Clarity 👩🏾‍💻"},"published":"July 11, 2020","content":{"text":"Wonderful. Thank you"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282050879735160834","wmProperty":"in-reply-to","wmId":823885,"type":"entry","url":"https://twitter.com/thiagocandiido/status/1282050879735160834","likeOf":null,"author":{"url":"https://twitter.com/thiagocandiido","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebab76890a9fc078c6b9a9967047a25c2226543810d9a7d8077aeef1cbeb637a.jpg","name":"Thiago Candido"},"published":"July 11, 2020","content":{"text":"@OdsRaquel"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282057126173503489","wmProperty":"in-reply-to","wmId":823883,"type":"entry","url":"https://twitter.com/triptych/status/1282057126173503489","likeOf":null,"author":{"url":"https://twitter.com/triptych","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb7001d5872f43be35b96505f786a1b0c4b684e3ee280d3cd342370ad58e3f84.jpg","name":"Andrew (Making web things)"},"published":"July 11, 2020","content":{"text":"Thank you so much for this post! I updated my own \"Readme\""}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282054513570938881","wmProperty":"mention-of","wmId":823882,"type":"entry","url":"https://twitter.com/triptych/status/1282054513570938881","likeOf":null,"author":{"url":"https://twitter.com/triptych","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb7001d5872f43be35b96505f786a1b0c4b684e3ee280d3cd342370ad58e3f84.jpg","name":"Andrew (Making web things)"},"published":"July 11, 2020","content":{"text":"How To Create A GitHub Profile README | monica*dev aboutmonica.com/blog/how-to-cr…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1282032685867835392","wmProperty":"mention-of","wmId":823870,"type":"entry","url":"https://twitter.com/GoPartnerPro/status/1282032685867835392","likeOf":null,"author":{"url":"https://twitter.com/GoPartnerPro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb128e95c4851d636b0f1b5a7efcb0e000d3c2a6a931b87bcd95dc20878aac93.jpg","name":"GoPartnerPro"},"published":"July 11, 2020","content":{"text":"This was pretty Good! 😃#resume #100DaysOfCode #github"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282034708554092545","wmProperty":"repost-of","wmId":823869,"type":"entry","url":"https://twitter.com/dpkreativ/status/1282034708554092545","likeOf":null,"author":{"url":"https://twitter.com/dpkreativ","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43eaf6d5c5aa4e4dda482fd8b2edcdfef3599aee0a7740d836cca5cc23402e37.jpg","name":"^_^"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282034800581386240","wmProperty":"repost-of","wmId":823868,"type":"entry","url":"https://twitter.com/viniciusllima/status/1282034800581386240","likeOf":null,"author":{"url":"https://twitter.com/viniciusllima","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae6efd91fe56b5a1d31c272dfcde775bcc9851cf3ad550ce9ca1f5d411dcc75b.jpg","name":"Vinicius Lima 🇧🇷"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282035189791764481","wmProperty":"repost-of","wmId":823867,"type":"entry","url":"https://twitter.com/_Chepsi/status/1282035189791764481","likeOf":null,"author":{"url":"https://twitter.com/_Chepsi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a597c8d3a2db7c98871814724ab8f1023a7e7949f0eeb9a5449375cd4175eca.jpg","name":"Chepsi"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282035230677913606","wmProperty":"repost-of","wmId":823866,"type":"entry","url":"https://twitter.com/mgio35/status/1282035230677913606","likeOf":null,"author":{"url":"https://twitter.com/mgio35","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5024f4de3d3a1da9fbebdb3b72cabc1daa6e8723baad0314d8a43468d8a4331b.jpg","name":"BlueⓂ️"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282035412031111169","wmProperty":"repost-of","wmId":823865,"type":"entry","url":"https://twitter.com/S_N_Vibbi/status/1282035412031111169","likeOf":null,"author":{"url":"https://twitter.com/S_N_Vibbi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3b90df152e70fa033735f1414ec2f8157d3e0f256dc561036d2cb9015d6fb53.jpg","name":"We Move 🇸🇱"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282035741393145857","wmProperty":"repost-of","wmId":823864,"type":"entry","url":"https://twitter.com/pilotdigital/status/1282035741393145857","likeOf":null,"author":{"url":"https://twitter.com/pilotdigital","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57532045402362335a2199d22fd18019ef452b6d638c2e1ff179fbdcad19c2a4.jpg","name":"Wｅｉｒｄ Ｎｅｅｇａ🎃"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282037001152233472","wmProperty":"repost-of","wmId":823862,"type":"entry","url":"https://twitter.com/Khokhlana/status/1282037001152233472","likeOf":null,"author":{"url":"https://twitter.com/Khokhlana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b615840095ec405069f839a7897e58e1bf51f696567a624c4026c67adccf5d2.jpg","name":"Тревожная кнопка"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282035787794714625","wmProperty":"repost-of","wmId":823863,"type":"entry","url":"https://twitter.com/pobermeier87/status/1282035787794714625","likeOf":null,"author":{"url":"https://twitter.com/pobermeier87","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46d6d3aae1b6f2a3c9bd4b20f22d456eeaac6c2a505d29467e5ce5c10727f57d.jpg","name":"Patrick Obermeier"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282037461552529408","wmProperty":"repost-of","wmId":823861,"type":"entry","url":"https://twitter.com/honeychawla20/status/1282037461552529408","likeOf":null,"author":{"url":"https://twitter.com/honeychawla20","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18a8e39a4c717a1d7244fcccecf6c12cca7826bb50b73f3d574a4c1af0351fa5.jpg","name":"honey chawla"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282037667279130626","wmProperty":"repost-of","wmId":823860,"type":"entry","url":"https://twitter.com/MuyiwaWilliams_/status/1282037667279130626","likeOf":null,"author":{"url":"https://twitter.com/MuyiwaWilliams_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6fb3067d9be780a9a52ed132ccf631f6fa1c20dfb1241842f0de19be1b606e6.jpg","name":"MuyiwaWilliams©"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282040165943386112","wmProperty":"repost-of","wmId":823858,"type":"entry","url":"https://twitter.com/mrmatengo/status/1282040165943386112","likeOf":null,"author":{"url":"https://twitter.com/mrmatengo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebd81c841579ff757e76e1cc4d19544177dced9725dff9584568e21a8eca7012.jpg","name":"{{MATENGO DEV KE}}"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282038253374275584","wmProperty":"repost-of","wmId":823859,"type":"entry","url":"https://twitter.com/Nayanexx/status/1282038253374275584","likeOf":null,"author":{"url":"https://twitter.com/Nayanexx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e229496074a0774e78617a7ec48c3659d9954f2562f888b653b5212147e0ea8.jpg","name":"Nayana (나야나)"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282040362203324417","wmProperty":"repost-of","wmId":823857,"type":"entry","url":"https://twitter.com/stefanhoth/status/1282040362203324417","likeOf":null,"author":{"url":"https://twitter.com/stefanhoth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bc32431e9e2377bb1112e2d4b144a564607833642824ac80466ba410612bc98.jpg","name":"Stefan @ 🏡 #BlackLivesMatter 🖤"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282040973573230592","wmProperty":"repost-of","wmId":823856,"type":"entry","url":"https://twitter.com/Niiiikhilghuge/status/1282040973573230592","likeOf":null,"author":{"url":"https://twitter.com/Niiiikhilghuge","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04ecadaf9ce323ed7c11624ea0af968a2408251c698c78d916456dfc89bd4850.jpg","name":"Nikhil Ghuge"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282041208957808642","wmProperty":"repost-of","wmId":823854,"type":"entry","url":"https://twitter.com/DEcodes2020/status/1282041208957808642","likeOf":null,"author":{"url":"https://twitter.com/DEcodes2020","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/42ce82ff8e82e497a255b25ae71f303dc35c7df9b83968f0c347a2ac5b62efce.jpg","name":"Dusan"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282040983262302211","wmProperty":"repost-of","wmId":823855,"type":"entry","url":"https://twitter.com/Maximep_dev/status/1282040983262302211","likeOf":null,"author":{"url":"https://twitter.com/Maximep_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78c4182c9ee92656d764580cf83ca03d9a3aace45e835433f9780873a2d980bd.jpg","name":"Maxime P 👨‍💻"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282042971051962368","wmProperty":"repost-of","wmId":823853,"type":"entry","url":"https://twitter.com/LcTrKiD/status/1282042971051962368","likeOf":null,"author":{"url":"https://twitter.com/LcTrKiD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01777817e51ee1d05ef77d4e804d2443384530f98e7109089e4ab54267edfffc.jpg","name":"Joaquín"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282043978834161664","wmProperty":"repost-of","wmId":823852,"type":"entry","url":"https://twitter.com/OvieDuke/status/1282043978834161664","likeOf":null,"author":{"url":"https://twitter.com/OvieDuke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8fb11ca8f75abbfdb974f9fc13461a12dc43db4400e32fd58eab65b641800f57.jpg","name":"Duke Ovie"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282044280735817728","wmProperty":"repost-of","wmId":823851,"type":"entry","url":"https://twitter.com/harpalrtu/status/1282044280735817728","likeOf":null,"author":{"url":"https://twitter.com/harpalrtu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39337f51b2f48ffdc9f81b2f757dbad8120837a53c0514d091862e398fe5835b.jpg","name":"harpal singh"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1060221638","wmProperty":"like-of","wmId":823850,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1060221638","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EmixMaxime","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5c383376be277df5679c0e86cbcc6bcc132342f5ba60e2feb8133e198981134.jpg","name":"Maxime"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/795665604724355072","wmProperty":"like-of","wmId":823849,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-795665604724355072","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pilotdigital","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57532045402362335a2199d22fd18019ef452b6d638c2e1ff179fbdcad19c2a4.jpg","name":"Wｅｉｒｄ Ｎｅｅｇａ🎃"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19898656","wmProperty":"like-of","wmId":823848,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19898656","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/demsangeles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da81806a20e94ddce3e58ceaaf924f040453abd0796686b9201bb23cbeeace10.jpg","name":"デミ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15599874","wmProperty":"like-of","wmId":823847,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15599874","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/missbarbell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/16582d89f01418bd5857aa9f728e6fdf4a20e31761bbcde1dabe4c2078f07433.jpg","name":"Barbie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/245810260","wmProperty":"like-of","wmId":823845,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-245810260","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/askari01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5b117d8eb798ead4d3cb561258f8dd6b78537e347470ab2382403c71b7547192.jpg","name":"SF. Askari"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/287877680","wmProperty":"like-of","wmId":823846,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-287877680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CodeHerk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0597a6a1553891310eb7a94b7eab3e08dd86f3234d1d00b8093dd8e9d425156a.jpg","name":"🌐"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1688200141","wmProperty":"like-of","wmId":823844,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1688200141","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DiTerlizziG","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76fae156735b37f81ae92981e403ea80dea55ec03e9cf7314f6c2f7daa45a289.jpg","name":"Giuseppe Di Terlizzi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1117240587726524416","wmProperty":"like-of","wmId":823843,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1117240587726524416","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KyleRobin16","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0cabdf948b57a7d083e2f15e1bcf449945c16e55752263a43507a70a08adcaed.jpg","name":"Tarantula 🇬🇭🇬🇭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1121713803006226434","wmProperty":"like-of","wmId":823841,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1121713803006226434","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Devdhacoder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cf36c58797279db1c159cceb55da41b2844b04e92448b7707570533ef0c42c7.jpg","name":"🦍🦍SilverBack🦍🦍"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2448322238","wmProperty":"like-of","wmId":823842,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2448322238","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Captain_Gallo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/978541d45385299ceba114aae7423204d323f6202d0e9653c217836d3b2f489c.jpg","name":"Steven Gallo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3315060819","wmProperty":"like-of","wmId":823840,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3315060819","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IamLassig","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/baf750eb65d81d9ffe20e4cb5de272f3d0ac06be53af45a25630f693fa19acb3.jpg","name":"I AM LILLY 🇬🇭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1018003118791933952","wmProperty":"like-of","wmId":823839,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1018003118791933952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KangahoHarrison","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39732dac1e8d73ec650095da673a4bd10cfd7fda26e503fd80cbbd67d85d6a77.jpg","name":"Harrison Kangaho"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/96739077","wmProperty":"like-of","wmId":823837,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-96739077","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/honeychawla20","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18a8e39a4c717a1d7244fcccecf6c12cca7826bb50b73f3d574a4c1af0351fa5.jpg","name":"honey chawla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/26378688","wmProperty":"like-of","wmId":823838,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-26378688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/artismarti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e813f2ee4783691cd7dd85e181610bb211e777e19e38b1988fc88d9fe2ae7dfd.jpg","name":"Arti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21428353","wmProperty":"like-of","wmId":823836,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21428353","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EscofolioDotCom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6870f6cdda8955527f5bc658e9bd4f2aa5d510d73e16909f5b1deeae4f0b4dbc.jpg","name":"Carlos Escobar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/718421012971331584","wmProperty":"like-of","wmId":823835,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-718421012971331584","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Uche_Shehu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21da0a6320287eb770b2a887737a8f54a72b1b6bbeaf802594fd99d11824abc8.jpg","name":"Kano Prince"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1124246763982983168","wmProperty":"like-of","wmId":823833,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1124246763982983168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/OvieDuke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8fb11ca8f75abbfdb974f9fc13461a12dc43db4400e32fd58eab65b641800f57.jpg","name":"Duke Ovie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/270848580","wmProperty":"like-of","wmId":823834,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-270848580","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/naummo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f735f50788b404860b703b12f1248041caa1ce93efa44d4ee8952d70fb9669c.jpg","name":"Naums Mogers"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2414184042","wmProperty":"like-of","wmId":823832,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2414184042","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lib_liam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01f13574905bb0b438ed49b3b70e81a0ead927e63f0075f125268ad369925768.jpg","name":"Liam O'Dwyer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1231968284410556416","wmProperty":"like-of","wmId":823831,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1231968284410556416","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Maximep_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78c4182c9ee92656d764580cf83ca03d9a3aace45e835433f9780873a2d980bd.jpg","name":"Maxime P 👨‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1199388857310932993","wmProperty":"like-of","wmId":823829,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1199388857310932993","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PrasannaVaidya4","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9c0d500b5d6f4ee074697689735ac6283b5e7ea1054f761f30b90421b3a5e13a.jpg","name":"Prasanna Vaidya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1137297915104366593","wmProperty":"like-of","wmId":823830,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1137297915104366593","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dpkreativ","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43eaf6d5c5aa4e4dda482fd8b2edcdfef3599aee0a7740d836cca5cc23402e37.jpg","name":"^_^"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1526393732","wmProperty":"like-of","wmId":823827,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1526393732","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Nayanexx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e229496074a0774e78617a7ec48c3659d9954f2562f888b653b5212147e0ea8.jpg","name":"Nayana (나야나)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1309245397","wmProperty":"like-of","wmId":823828,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1309245397","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/harpalrtu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39337f51b2f48ffdc9f81b2f757dbad8120837a53c0514d091862e398fe5835b.jpg","name":"harpal singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/730469084","wmProperty":"like-of","wmId":823825,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-730469084","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pryley","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/049c51ca787b56407cc5b4bc3a1c5e15eb081291c543fb219a9e442a42851fd4.jpg","name":"Paul Ryley ⚡️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/27428916","wmProperty":"like-of","wmId":823826,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-27428916","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/viniciusllima","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae6efd91fe56b5a1d31c272dfcde775bcc9851cf3ad550ce9ca1f5d411dcc75b.jpg","name":"Vinicius Lima 🇧🇷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1039166101068898304","wmProperty":"like-of","wmId":823824,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1039166101068898304","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LynetteMidy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4004dd470f2863d9b6889e3dfa8f4dd6dce26e9bc81f0005a79db0975bb2cdeb.jpg","name":"Lynette Midy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/411935512","wmProperty":"like-of","wmId":823823,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-411935512","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GoPartnerPro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb128e95c4851d636b0f1b5a7efcb0e000d3c2a6a931b87bcd95dc20878aac93.jpg","name":"GoPartnerPro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14168868","wmProperty":"like-of","wmId":823822,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14168868","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/allanhenderson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efa2058b382f5eab40e0579dc26d7b8b1f7e6667572ffa0558a0f2d58a6be8e9.jpg","name":"Allan Henderson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2281082587","wmProperty":"like-of","wmId":823821,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2281082587","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Niiiikhilghuge","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04ecadaf9ce323ed7c11624ea0af968a2408251c698c78d916456dfc89bd4850.jpg","name":"Nikhil Ghuge"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9445562","wmProperty":"like-of","wmId":823820,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9445562","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LcTrKiD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01777817e51ee1d05ef77d4e804d2443384530f98e7109089e4ab54267edfffc.jpg","name":"Joaquín"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1241795314853576704","wmProperty":"like-of","wmId":823819,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1241795314853576704","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mymy03362623","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d609a95e7d3a6f525bd473030288ea959a02bcaa7e9315a37038db984a2a6479.jpg","name":"Mymy🌸🌸"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/36607464","wmProperty":"like-of","wmId":823818,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-36607464","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jamescalviniv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03bdcd20c6c220a694687ac03e99f901de8ec56be67f0ee391883c966706c528.jpg","name":"jamescalvinIV #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/57246480","wmProperty":"like-of","wmId":823817,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-57246480","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/robcecildemo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ff69dedc9e5e8d30b3111e0228b9ad25a2206092aa25a45fe152ab89ccf62c4.jpg","name":"Rob Cecil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/268737126","wmProperty":"like-of","wmId":823816,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-268737126","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sanentini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9c589029e77067a824be9e5c09a0690b31b2f55c4686fdc36ad3f8ede4013d0.jpg","name":"SunnyWeathr☀️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1009408015","wmProperty":"like-of","wmId":823815,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1009408015","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alebrozzo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cdc5e4a231ec3c4d8df9fb1d2424bb76ec76158973de02a0c04ba0bdccbd02b4.jpg","name":"Alejandro Brozzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/735333","wmProperty":"like-of","wmId":823814,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-735333","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cincodenada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/14b0ab8a543127d29bad12af8ff2c552d755827d6051713f2e2f0569b2615d5a.jpg","name":"Joel Bradshaw"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/546117778","wmProperty":"like-of","wmId":823813,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-546117778","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/T_maine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd736cb2dc109dd71b64a52eb14e8533e4d5093e76fd55628dbaa67ebe0d109d.jpg","name":"Kofi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1096459905597403136","wmProperty":"like-of","wmId":823812,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1096459905597403136","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MwisyaB","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5b515b232a0ddc7025e4381b12b39dad7d8f64bb98cd3d5c0fd90645f4ecbe48.jpg","name":"iva the boneless"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/382593421","wmProperty":"like-of","wmId":823811,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-382593421","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/juanmaperezvar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c41bc0831df273ffdd0ab8c9461f047fdc034e490b05a77c2e33c447887935a.jpg","name":"Juanma Pérez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1015048726002393089","wmProperty":"like-of","wmId":823810,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1015048726002393089","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kilitili22","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbeb9f164d75350b5dad6a32e4382ced417b9d17bfe47b8834c7d14cd282a136.jpg","name":"fili"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/906468997578735617","wmProperty":"like-of","wmId":823809,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-906468997578735617","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ibnsaeedamer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/210c9abf98605dad2690955afcaf3d1c0c183cd6b4fca48997d81d76f0da8027.jpg","name":"AS"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15974775","wmProperty":"like-of","wmId":823808,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15974775","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/unixmonkey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c753c27ca769c01fd4c431172adfdd8b6bba4c771cc42619978a9092bd7a438.jpg","name":"David Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1961961800","wmProperty":"like-of","wmId":823806,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1961961800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pravz2505","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad36b1a662b9903d8c2beb6b4e7d08392394608202dec2556326570c09c405e3.jpg","name":"Pravallika Kambhampati"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1008897847406755840","wmProperty":"like-of","wmId":823807,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1008897847406755840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_Chepsi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a597c8d3a2db7c98871814724ab8f1023a7e7949f0eeb9a5449375cd4175eca.jpg","name":"Chepsi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/795534563053367296","wmProperty":"like-of","wmId":823805,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-795534563053367296","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/annuusshhkkaaaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa186f4a5ee0c2eaf7f2ec815bedb8ca85b5eca2449ce07e74d09942bb037017.jpg","name":"Anushka Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1229393846","wmProperty":"like-of","wmId":823804,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1229393846","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frank_omullo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec9f034fbf3640c011ced49661c9c99d2b8c10088053bbc8ab6e5f1e20f4f84d.jpg","name":"Material base vs Idealistic Superstructure"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/846757632471912448","wmProperty":"like-of","wmId":823802,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-846757632471912448","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/D4lfonzo","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"David Alfonzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1209939618386391041","wmProperty":"like-of","wmId":823803,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1209939618386391041","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/raeedahwahid","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a8b7230e984aba6307ea0180aeff3f59208eee5ac0506910f598c5dfdd317739.jpg","name":"Raeedah Wahid"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1179369768370999298","wmProperty":"like-of","wmId":823801,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1179369768370999298","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ComputerVideos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26c1de04dd697d09ece3298ec8cb1d2844b2305aa97839390daa61bc69125680.jpg","name":"ComputerScienceVideos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/931083897328173061","wmProperty":"like-of","wmId":823800,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-931083897328173061","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ravi09basil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd57cd8181f76af4a68fd5ab84b75f68c15f68a688a3037935c9abd73bf9795b.jpg","name":"Ravi Basil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1265681093681909762","wmProperty":"like-of","wmId":823798,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1265681093681909762","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/farouqolatunji8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e648adf8339f4747e3fac207388f3c10647810bf5fc31e32adb11610c29b449e.jpg","name":"OLATUNJI FAROUK OLAMILEKAN"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20590204","wmProperty":"like-of","wmId":823799,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20590204","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bigpg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee5561d624836572a2f3079ca4029c1396fe18d381d818a065df83da719ed69c.jpg","name":"Paul Gillespie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/487518192","wmProperty":"like-of","wmId":823797,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-487518192","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/imRedblood","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a16bc44d0271c09fcff308ddfb7ce3a7ba6061342abdb81a40bf548d4642e67.jpg","name":"pradeep sharma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/776687556557668353","wmProperty":"like-of","wmId":823796,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-776687556557668353","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Khokhlana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b615840095ec405069f839a7897e58e1bf51f696567a624c4026c67adccf5d2.jpg","name":"Тревожная кнопка"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/934173056175665152","wmProperty":"like-of","wmId":823795,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-934173056175665152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LeeFisherJr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06513f05cef2d7ea30e22eda8c975111a832c2ef4a7510465017c83f323af45b.jpg","name":"Lee Fisher"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2769105874","wmProperty":"like-of","wmId":823793,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2769105874","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cochesaurus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36a274752ded0f0d119380dda12a43d97a4aeead92b10d7fe011065e1c8fbb37.jpg","name":"Jose Navas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1117816003516346368","wmProperty":"like-of","wmId":823794,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1117816003516346368","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/benjaminhtr1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a871807036d7d0382b9665685352a90307a604b5c3b131935c8c04f7fc172a46.jpg","name":"Benjamin Hutter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1066151600","wmProperty":"like-of","wmId":823792,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1066151600","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/editingemily","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/957f62047e692331ea6eae9257c71f413182a8003abcd093c75b7653557982a1.jpg","name":"emily freeman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/157613695","wmProperty":"like-of","wmId":823791,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-157613695","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/abyolatunde","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0538747cfc398ad685909dc6b66c1348f72cdf5d6eeadeda8f00ebcf0e2ee3ef.jpg","name":"👩‍💻Abayomi O. Sunmonu👩‍💻💻💻🎨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1263604692","wmProperty":"like-of","wmId":823789,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1263604692","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CZAR__KING","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cfa7a5781cd3a2b805086bb97ffcb93e3e4265171ed0ed936936c06ad6553a87.jpg","name":"(((CZARKING)))"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/104403857","wmProperty":"like-of","wmId":823790,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-104403857","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BharathMuddada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c7465d4f88f67ab848c8a754f3272b63f1fbe1d446205717f6fa35e1e58e6ccf.jpg","name":"Bharath Muddada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2212879538","wmProperty":"like-of","wmId":823787,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2212879538","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lynncyrin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/098eec5a939ce605442c560863914b93b706d8e2d08b539ae64c476623ae5a1b.jpg","name":"lynn (they)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1080839463385923585","wmProperty":"like-of","wmId":823788,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1080839463385923585","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/S_N_Vibbi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3b90df152e70fa033735f1414ec2f8157d3e0f256dc561036d2cb9015d6fb53.jpg","name":"We Move 🇸🇱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1260893236048146433","wmProperty":"like-of","wmId":823785,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1260893236048146433","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pobermeier87","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46d6d3aae1b6f2a3c9bd4b20f22d456eeaac6c2a505d29467e5ce5c10727f57d.jpg","name":"Patrick Obermeier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14704391","wmProperty":"like-of","wmId":823786,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14704391","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/knaackee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/562e4e13e0dfdee26f3d3b60d48da9cf261aa9a287dbb8cbf77bd0641b0145e5.jpg","name":"Denis Knaack"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1400970824","wmProperty":"like-of","wmId":823784,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1400970824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cristcdc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b8d951646b3cf261b636dab3077c99badb9efe86cdb026686a7f5c60e0784d4.jpg","name":"Cristian David"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/128181922","wmProperty":"like-of","wmId":823783,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-128181922","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IamJaffery","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2bbebcc4933b97f084bef92079c73403429a5c50b8a2c72e28931eb18e0b9696.jpg","name":"BASEER H. JAFFERY🇵🇰🇨🇦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1112742860036759552","wmProperty":"like-of","wmId":823782,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1112742860036759552","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/salihu_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/935a83ef3bfeebe84db0693073b038ff1f7b63eadaa2ecdd51e4b754098afad7.jpg","name":"Muhammad Salihu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3318049389","wmProperty":"like-of","wmId":823781,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3318049389","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CJ_Stylezz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d13137e3eb81a9f4c457cc0bafbcd90d22c065bb78be914a5a16fb6a96b8d01.jpg","name":"DOLABOMI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/782171741766488064","wmProperty":"like-of","wmId":823779,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-782171741766488064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/javed_baloch1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d7730ca67243c3cd646296d43153a5e9dad1d6695f3507efb3daf2861ef5887d.jpg","name":"⚡Javed Baloch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/361392830","wmProperty":"like-of","wmId":823780,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-361392830","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/heyemmibee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5224b6fa9c47e0a55ee65b4babd1a4f6865559ad4f5b28752656c855e8593c11.jpg","name":"Emily B"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/133669248","wmProperty":"like-of","wmId":823778,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-133669248","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/edanfesi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a40bb3a46da4b0571b647cce5f2f688f4aa415d65229f9092a2f7f982a51ed0.jpg","name":"Edward Fernández"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/512754623","wmProperty":"like-of","wmId":823777,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-512754623","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wharlos_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e57af2fb1027a74c2bd55ee721c8f59f9f0bed7cdcc8ccc2b3683eb1c2f62bd.jpg","name":"Carlos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/68420706","wmProperty":"like-of","wmId":823775,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-68420706","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stefanhoth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bc32431e9e2377bb1112e2d4b144a564607833642824ac80466ba410612bc98.jpg","name":"Stefan @ 🏡 #BlackLivesMatter 🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1225014717703446534","wmProperty":"like-of","wmId":823776,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1225014717703446534","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DEcodes2020","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/42ce82ff8e82e497a255b25ae71f303dc35c7df9b83968f0c347a2ac5b62efce.jpg","name":"Dusan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14149014","wmProperty":"like-of","wmId":823774,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14149014","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sectrean","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ffbac8d6440a26a44a59d8240c3e9006f46fd58879553cfa79b87321f72de99.jpg","name":"John Rutherford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15724646","wmProperty":"like-of","wmId":823773,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15724646","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/razh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f70cccda0baacbfacf87eab1691672c8fb30246b455da90ffde74bad411db8b.png","name":"razh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282022234748592129","wmProperty":"in-reply-to","wmId":823771,"type":"entry","url":"https://twitter.com/AbovyanSargis/status/1282022234748592129","likeOf":null,"author":{"url":"https://twitter.com/AbovyanSargis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22c9efe23532102f5e1df00882e5c6fa4e6181f0bd08556a4514b5129435c2b5.jpg","name":"𝚂𝚊𝚛𝚐𝚒𝚜 𝙰𝚋𝚘𝚟𝚢𝚊𝚗"},"published":"July 11, 2020","content":{"text":"Thnxs @waterproofheart. It was very interesting, cause I am looking for a good or inspiring idea on how to organize that page. I suggest you make another article again after a while when everybody will try this feature out. I think at that time you will find even better examples"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/876785354","wmProperty":"like-of","wmId":823772,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-876785354","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/saitej786","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d7fc04e44eefd7ca23d4cb47362f987720a633a5e26304ecb2dd0f90aaf3d273.jpg","name":"Sai Tej"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1238721260462288896","wmProperty":"like-of","wmId":823770,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1238721260462288896","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mohitnainwal007","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edbe74b29dc65f4f8564b9e6ce1e272f93cd8a39eafada9a35c1ee483ced672f.jpg","name":"Mohit Nainwal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282021492478230528","wmProperty":"in-reply-to","wmId":823768,"type":"entry","url":"https://twitter.com/decimalator/status/1282021492478230528","likeOf":null,"author":{"url":"https://twitter.com/decimalator","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f64a394ed0625087c7f060dab836234b3851a3c2568014a00a6c1739e722894.jpg","name":"Ryan #BLM 🥳"},"published":"July 11, 2020","content":{"text":"Did. Not. Know. This."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282020890453192707","wmProperty":"in-reply-to","wmId":823769,"type":"entry","url":"https://twitter.com/kraln/status/1282020890453192707","likeOf":null,"author":{"url":"https://twitter.com/kraln","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f296d9a09cbe45dc9e17cbb34783dddbd0b1f3f8b9f4fe18f3c726663581ec5.jpg","name":"Jeff Katz (杰夫)"},"published":"July 11, 2020","content":{"text":"Thanks!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282007440096022528","wmProperty":"repost-of","wmId":823759,"type":"entry","url":"https://twitter.com/KrishaMehta2/status/1282007440096022528","likeOf":null,"author":{"url":"https://twitter.com/KrishaMehta2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9f51b715eb0fe512da57010b0814be7f1f8acfe83e62733dc744eb4e1f65f54.jpg","name":"Krisha Mehta"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282008169330298881","wmProperty":"repost-of","wmId":823758,"type":"entry","url":"https://twitter.com/inababi/status/1282008169330298881","likeOf":null,"author":{"url":"https://twitter.com/inababi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ba33b83280652e7b513813d79f6d598dc8bc143cd61e45c36adac6842be5a48.jpg","name":"Salina Mendoza"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282008897709121537","wmProperty":"repost-of","wmId":823757,"type":"entry","url":"https://twitter.com/M6TEM/status/1282008897709121537","likeOf":null,"author":{"url":"https://twitter.com/M6TEM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e96f49cae869498ae197df3233916161dcbd9783f7222d276af9bacba0f1e49.jpg","name":"Benjamyn"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282010371126030338","wmProperty":"repost-of","wmId":823756,"type":"entry","url":"https://twitter.com/guruprasath/status/1282010371126030338","likeOf":null,"author":{"url":"https://twitter.com/guruprasath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa0a089cca8038dd76ff8e9d139bdd7105b5af937a40d214eccc88e7422accfe.jpg","name":"Guru Prasath (@guruprasath@mastodon.social)"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282010809653223425","wmProperty":"repost-of","wmId":823755,"type":"entry","url":"https://twitter.com/feralCode/status/1282010809653223425","likeOf":null,"author":{"url":"https://twitter.com/feralCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df5d90c010c92f2f4c4fc28b7069ebcf0ba8ff398c990654debe8ef11b8ec87c.jpg","name":"F Ξ R ∀ L"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282011054441213952","wmProperty":"repost-of","wmId":823754,"type":"entry","url":"https://twitter.com/patriciomaseda/status/1282011054441213952","likeOf":null,"author":{"url":"https://twitter.com/patriciomaseda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ad861871c720877b23b4fff96ed46f0051163b3721d2e136715809423d593d6.jpg","name":"Patricio Gabriel Maseda"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282011162104799235","wmProperty":"repost-of","wmId":823753,"type":"entry","url":"https://twitter.com/bmdahbestboy/status/1282011162104799235","likeOf":null,"author":{"url":"https://twitter.com/bmdahbestboy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e226a40c122386d4bb80fd0fa59a37c504d47bc62c8740b121aff1f831406fa7.jpg","name":"coderboy"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282012952808370177","wmProperty":"repost-of","wmId":823752,"type":"entry","url":"https://twitter.com/SoyBhalut/status/1282012952808370177","likeOf":null,"author":{"url":"https://twitter.com/SoyBhalut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1c38fae0846060e20007552a13bfe4bfa4c2fe42d18f874d520f44509f5e7d04.jpg","name":"Abdel Mejia 🤖"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282013240860520449","wmProperty":"repost-of","wmId":823751,"type":"entry","url":"https://twitter.com/peters8310/status/1282013240860520449","likeOf":null,"author":{"url":"https://twitter.com/peters8310","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1aa18f7c408b2de5c34f256a829b97af6a6a2a29acb22669a74c53afbf23d0d9.jpg","name":"Peterson Ch"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282014637274406921","wmProperty":"repost-of","wmId":823750,"type":"entry","url":"https://twitter.com/BoogieWNHoodie/status/1282014637274406921","likeOf":null,"author":{"url":"https://twitter.com/BoogieWNHoodie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10eafba4cc8f96a1cdd8913fb4f0aefa8ce4a7ac4e080ddc81f896c48c831c80.jpg","name":"A BoogieWithNoHoodie"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282015144072142848","wmProperty":"repost-of","wmId":823749,"type":"entry","url":"https://twitter.com/NamesChrisJames/status/1282015144072142848","likeOf":null,"author":{"url":"https://twitter.com/NamesChrisJames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d9ad6022afa4e23622c063dd42aec4d4aee3672d13feecb4f611f9e0a130b5e.jpg","name":"CryptoChrisJames"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282015331746185216","wmProperty":"repost-of","wmId":823748,"type":"entry","url":"https://twitter.com/pakdamie/status/1282015331746185216","likeOf":null,"author":{"url":"https://twitter.com/pakdamie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b65e69c4ddeec610f3fb69b608ce55ba0075b072f4cc458da809b223cb671c6.jpg","name":"Damie Pak"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282015849298231296","wmProperty":"repost-of","wmId":823747,"type":"entry","url":"https://twitter.com/ayoakpata/status/1282015849298231296","likeOf":null,"author":{"url":"https://twitter.com/ayoakpata","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1521d43759863aa14632ea14d308aa046b71a04c4b208067901c18b15b94a12b.jpg","name":"BigRocks"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282016189259173888","wmProperty":"repost-of","wmId":823746,"type":"entry","url":"https://twitter.com/beatrizcode/status/1282016189259173888","likeOf":null,"author":{"url":"https://twitter.com/beatrizcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d16b18d9cc6d6cb53bb60888aee25557f590d97022acf7bd0c8ba3ac604e9bc2.jpg","name":"Beatriz"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282016401344155658","wmProperty":"repost-of","wmId":823745,"type":"entry","url":"https://twitter.com/christopheml/status/1282016401344155658","likeOf":null,"author":{"url":"https://twitter.com/christopheml","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba3f2c787533c5a5fa2fe6064882e4671c4a015cfe468657249b7c5677d49c0c.jpg","name":"Christophe Michel"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282016496307236864","wmProperty":"repost-of","wmId":823744,"type":"entry","url":"https://twitter.com/chrisbiscardi/status/1282016496307236864","likeOf":null,"author":{"url":"https://twitter.com/chrisbiscardi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cb62548f7ea6e68607b69c1553bde1fcfef10b564e7f87d10e7a8def2dee7dc.png","name":":party-corgi:"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282017865667874817","wmProperty":"repost-of","wmId":823743,"type":"entry","url":"https://twitter.com/kiurirekuria/status/1282017865667874817","likeOf":null,"author":{"url":"https://twitter.com/kiurirekuria","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbff519d894b4dd0c616b5be1f9c7ee69cac6d158c031b9469c92e34960a667e.jpg","name":"Kuria Joseph"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282018018386567168","wmProperty":"repost-of","wmId":823742,"type":"entry","url":"https://twitter.com/urmilshroff/status/1282018018386567168","likeOf":null,"author":{"url":"https://twitter.com/urmilshroff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c2d6eb5effc805bd8a48293712a60a46ba82dee61737397518b02bd93587d94.jpg","name":"Urmil Shroff"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1117541492","wmProperty":"like-of","wmId":823741,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1117541492","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thesincerelad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/806ad6eecab8aff7b1117d3a255ad0ba62fdd8431442f9a84b9b2a665e251bf8.jpg","name":"aakash garg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/186557126","wmProperty":"like-of","wmId":823740,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-186557126","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/becomingwisest","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3a9aa20b7383e81197b83736398208e278832513d37d69c7ef1f66022689363.jpg","name":"Christopher Evans"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/166386799","wmProperty":"like-of","wmId":823739,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-166386799","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jakekara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cedc7beadd9bf09f175e6e5a0caf55ee84291a5eac17fbefca827e3f3cba6bb4.jpg","name":"Jake Kara"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1248435079463878658","wmProperty":"like-of","wmId":823738,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1248435079463878658","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/denverjess","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5376e9aa353b1efcb9373226b4267e4d3a999e452f0d3267e2544a80880f472f.jpg","name":"Jessica"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14653","wmProperty":"like-of","wmId":823737,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14653","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/walter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae1e2616823c24dc65c96322e897c17458d36574d527897f038fe330e23779c8.jpg","name":"Walter Higgins"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/256855996","wmProperty":"like-of","wmId":823736,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-256855996","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Design__Pattern","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d2a385ec3d3575f328e2a9629bb71fb3c8ccdc30cfb55e12ee4382f4e32a9844.jpg","name":"James Singleton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/767260070","wmProperty":"like-of","wmId":823735,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-767260070","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mraarif_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f36c8144e810ab9834dcbd2582d87bb9bc83438a5583e965db87aa2130b01128.jpg","name":"Aarif"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/193099265","wmProperty":"like-of","wmId":823734,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-193099265","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/josh_bytesant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/364e65c45e2c1a555cbc84469097bf6c34c09989d629212ba1d6c10e3b70b37c.jpg","name":"josh uwagwu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/981996647906533378","wmProperty":"like-of","wmId":823733,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-981996647906533378","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/product_blinch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5b2714c2f963a9e935a45a4d1acc6520944949d16f1c7b8ca6859b1092693b8.jpg","name":"Ricardo Blanch PM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1041278485417811973","wmProperty":"like-of","wmId":823732,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1041278485417811973","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JamesOnuyaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ddd72e768c71a929f73918a78e679fbbb6dd92cb140586c9b6594a77f953442.jpg","name":"James Onuyaa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4257855739","wmProperty":"like-of","wmId":823731,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4257855739","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/noor30196","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3974eac97ef001fbabde5bdd3a85dea7a4f5aee8d8c150d6a1a2ec5c96df35e.jpg","name":"Gurnoor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1901121127","wmProperty":"like-of","wmId":823730,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1901121127","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Solomoncheruyot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/198aeca4c6debfafca60014e7d62af3115f5697e2ad835f75bc0172c4eb80c3f.jpg","name":"Solomon 🇰🇪 Cheruiyot 🇰🇪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/263280721","wmProperty":"like-of","wmId":823729,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-263280721","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arnuIfo_07","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81a62c024bdeb455ac31a27b90d99076fae75d16b2120b01d8e98db6870f9cfb.jpg","name":"José Arnulfo R. H."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1402065949","wmProperty":"like-of","wmId":823727,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1402065949","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NICKBAHSON2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/99f50fb201aa82e391febebb5780bd60b0cbd58d9b329a2682bfd26f2bbc5180.jpg","name":"Nicholas Njogu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1100395696891592706","wmProperty":"like-of","wmId":823728,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1100395696891592706","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/possible_eric","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21de24f69fcdbd1daeacd9fe37243bf8ff93a7f67e17ccd42c4919a3f3527ba1.jpg","name":"ERICSSON ®💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3227839950","wmProperty":"like-of","wmId":823726,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3227839950","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anmol3299","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac7f4afa82b8527dd47ebdf477c422a66d8b3aa7404c6d871f71c7c0fbfd1bae.jpg","name":"Anmol Mittal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1227680109508911104","wmProperty":"like-of","wmId":823724,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1227680109508911104","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ihadurcaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/707374e479f28cef40b827d4280cc318f0d51369ceac17df47f358e3226a9122.jpg","name":"Shayne 🥀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1010550753805643777","wmProperty":"like-of","wmId":823725,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1010550753805643777","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/manwittaplan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f8dfdeac34fa37eb6afc524b53c398a1314be858000e33bd0dc226a44ee2cb0.jpg","name":"Terry Threatt, MBA 👨🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/275386105","wmProperty":"like-of","wmId":823723,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-275386105","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NamesChrisJames","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d9ad6022afa4e23622c063dd42aec4d4aee3672d13feecb4f611f9e0a130b5e.jpg","name":"CryptoChrisJames"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/126641629","wmProperty":"like-of","wmId":823722,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-126641629","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/coolprobn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53c2fd7c121cbdcae2da72912f0662a968041a37ac2d1c6b15c0b595c0e32a0b.jpg","name":"Prabin Poudel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/964810068","wmProperty":"like-of","wmId":823720,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-964810068","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ElFaith3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0c89722f80e00bdcab5001239bad0a189a8ea3945a0261ff12226fe8e6bc991.jpg","name":"Engr Hassan Muhd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/321933","wmProperty":"like-of","wmId":823721,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-321933","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mikelove","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c6e697bbc853fa0fb5379039ea1798b481ab15284af332f145d541bf1178d08.jpg","name":"Michael Love"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1232509320","wmProperty":"like-of","wmId":823718,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1232509320","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/marshalhayes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7fcd97b7b7fa1bedf97d989553efa909034809346ff19cdf80dfd5f7dd5e5a7d.jpg","name":"Marshal Hayes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/732664211453706242","wmProperty":"like-of","wmId":823719,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-732664211453706242","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Horpsy24","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11f174d54d0b1a9eef538b6ba0e4d5faa4a4bb2c4a0e1e7de3269efe87061b93.jpg","name":"Ayo💟"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1131547134921236482","wmProperty":"like-of","wmId":823717,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1131547134921236482","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AngelOpoku3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb8006a70086bb5fc122c73cccfb9d48ea3f61bf59f77aff3431213ac95d4dd5.jpg","name":"Angel Opoku"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1211637914414616576","wmProperty":"like-of","wmId":823716,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1211637914414616576","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/beatrizcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d16b18d9cc6d6cb53bb60888aee25557f590d97022acf7bd0c8ba3ac604e9bc2.jpg","name":"Beatriz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1294965319","wmProperty":"like-of","wmId":823715,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1294965319","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Afaq_A_Khan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03dc43c1bc52817d691dc67771a7e62d045e5316b35b0e861773933689c4ba5d.jpg","name":"afaq ahmed khan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1278131884468449280","wmProperty":"like-of","wmId":823714,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1278131884468449280","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ReworkingWork","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/842218e67970bb2632567b9d7515294e5ef02349a4758e0b3022aee7476610a0.png","name":"Reworking"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1217265631445184512","wmProperty":"like-of","wmId":823712,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1217265631445184512","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AbovyanSargis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22c9efe23532102f5e1df00882e5c6fa4e6181f0bd08556a4514b5129435c2b5.jpg","name":"𝚂𝚊𝚛𝚐𝚒𝚜 𝙰𝚋𝚘𝚟𝚢𝚊𝚗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/203240578","wmProperty":"like-of","wmId":823713,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-203240578","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/piliffq","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e643dff57d353da9159f3638b25ba25acdaaa2e28000163b3fc8391ccfd17844.jpg","name":"Pilar Fernandez 🇦🇷 👩🏽‍💻 🇺🇸"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1235966036844871680","wmProperty":"like-of","wmId":823711,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1235966036844871680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/theOPdeveloper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3baaa9f3014082713a84522b60aa2822920601fb6d31bf8a819fda1c87edc297.jpg","name":"Pelumi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/16680545","wmProperty":"like-of","wmId":823710,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-16680545","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/guruprasath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa0a089cca8038dd76ff8e9d139bdd7105b5af937a40d214eccc88e7422accfe.jpg","name":"Guru Prasath (@guruprasath@mastodon.social)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1160305289675124737","wmProperty":"like-of","wmId":823709,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1160305289675124737","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AfyzBolaji","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a16d777bad81468a2edb87a9fb62532c6d2b75fe7eeb339a95cc5f948e952d2.jpg","name":"Mobolaji_Ola 🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1573606298","wmProperty":"like-of","wmId":823708,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1573606298","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/feralCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df5d90c010c92f2f4c4fc28b7069ebcf0ba8ff398c990654debe8ef11b8ec87c.jpg","name":"F Ξ R ∀ L"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/210751313","wmProperty":"like-of","wmId":823707,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-210751313","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/henfee","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Xubin Cao"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/378172927","wmProperty":"like-of","wmId":823706,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-378172927","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ekowgyan_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e34e3891144d53e0875de5386935f408387c53cf79dacc161865e8cd1c1b7430.jpg","name":"Ekow Baah-Nyarkoh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/708362190613520384","wmProperty":"like-of","wmId":823705,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-708362190613520384","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pakdamie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b65e69c4ddeec610f3fb69b608ce55ba0075b072f4cc458da809b223cb671c6.jpg","name":"Damie Pak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/728183428252762112","wmProperty":"like-of","wmId":823704,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-728183428252762112","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/InfoSecRavindra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27aecfbeae4c0452aabd8f6b2f6ef52c841d4da043916ab44cfa141342d18fe5.jpg","name":"Ravindra Sisodia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1161886287613353984","wmProperty":"like-of","wmId":823703,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1161886287613353984","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zaidakhterr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ec07955f1a19df23b7f378e64f47f156cd3f1c596ffab15e751448672485796.jpg","name":"Zaid Akhter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/742203106130284544","wmProperty":"like-of","wmId":823702,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-742203106130284544","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TPUGH_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb7dfeb2e1618953954fadcc71b79a37a5307f3110a8fb7267fc5105a5da7078.jpg","name":"Terrence Pugh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/196091613","wmProperty":"like-of","wmId":823701,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-196091613","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/M6TEM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e96f49cae869498ae197df3233916161dcbd9783f7222d276af9bacba0f1e49.jpg","name":"Benjamyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1134339757897445376","wmProperty":"like-of","wmId":823700,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1134339757897445376","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CristopherChak1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bde777b73b26c0e2a08e3005fad98f9da6b1d030715cdbc0bc7ab584b88801fe.jpg","name":"Shankar sevaka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1214822948021964801","wmProperty":"like-of","wmId":823699,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1214822948021964801","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/badGalRoma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9d9590e58d1031fcb69aeed5952ac5cd65cdf6c4949a673b4e9127140d69841.jpg","name":"Roma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3307322458","wmProperty":"like-of","wmId":823698,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3307322458","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MattixNow","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c19e5e06c584cd55bedc38b47dd520fd6865cfbd5560d2546630ab92ef6cb8d.jpg","name":"Mattèo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/373388676","wmProperty":"like-of","wmId":823697,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-373388676","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/christopheml","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba3f2c787533c5a5fa2fe6064882e4671c4a015cfe468657249b7c5677d49c0c.jpg","name":"Christophe Michel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/708949490917646336","wmProperty":"like-of","wmId":823696,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-708949490917646336","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bmdahbestboy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e226a40c122386d4bb80fd0fa59a37c504d47bc62c8740b121aff1f831406fa7.jpg","name":"coderboy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1129163415321292801","wmProperty":"like-of","wmId":823695,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1129163415321292801","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dvk33N","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96718ec6b1b98eca881350150524f647232723869d64eac45bbabd78119a0e13.jpg","name":"DvK33N⚡️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3034282549","wmProperty":"like-of","wmId":823694,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3034282549","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jayissus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95d3423d68d4a2822a3cc78e5cccef8ca2ef52ccdd2a0c2ff9e23193b542b2a2.jpg","name":"Jay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/494162166","wmProperty":"like-of","wmId":823693,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-494162166","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mar_aster","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca658d502ae3398d9c7f5dc5c271219100b1e06749dc4914779143fcf3da5c86.jpg","name":"mar_aster human disaster"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/821064600988876806","wmProperty":"like-of","wmId":823692,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-821064600988876806","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jeanadagi1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c93ef2d1b87ac85c83b17d657ddf57a83da1bf023bf834b2c3d0410de2f1607.jpg","name":"Jeannette"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14521062","wmProperty":"like-of","wmId":823690,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14521062","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/naupakaz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/138ae97b40b911ab8c693524efc00166deae10f5f642cb995421f77968ae299d.jpg","name":"Naupaka Zimmerman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/299492651","wmProperty":"like-of","wmId":823691,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-299492651","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/patriciomaseda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5ad861871c720877b23b4fff96ed46f0051163b3721d2e136715809423d593d6.jpg","name":"Patricio Gabriel Maseda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1094579109831806977","wmProperty":"like-of","wmId":823689,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1094579109831806977","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HumphreyEbuka2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e179a75faf6dcb30cc0ef621a2c42e4bbe46b6553e04250de705faf2131eddfb.jpg","name":"Humphrey E"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4844715733","wmProperty":"like-of","wmId":823688,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4844715733","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HiMrFaruk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c173d8460047c78ffa4c6d192fa9f9cc32f6627478690b395a7666f3cec296a0.jpg","name":"FΔRUK ΔHMED⚡️ Stay Home and Save Lives 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1365229688","wmProperty":"like-of","wmId":823687,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1365229688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gdo1993_a","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3d56d13e46c5d41b87744d2c1ced8af811cab5e8e9b98696e136044808a8e44.jpg","name":"Abdalbagi Mohamed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/125413224","wmProperty":"like-of","wmId":823686,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-125413224","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/the_realbobbyb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4539f3c712ce9360a1ba666fca6c7797f45f528897b743f4426274901fc4d458.jpg","name":"Robert Baldwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/173792947","wmProperty":"like-of","wmId":823685,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-173792947","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tarungupta003","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3150c51b0d2324f64ed0c7d752ee61c2353fb75c8c829cda1cc40e21f8a47c84.jpg","name":"Tarun Gupta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2887638520","wmProperty":"like-of","wmId":823684,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2887638520","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/allexlimas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/624a1d8f8b78a76ad63ae2c7329e227f832559208530d7c88409191dbf5f4837.jpg","name":"~vírus maldito~"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14151603","wmProperty":"like-of","wmId":823683,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14151603","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thegraydisplay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ffab9ee43a0fcbb1ab64c46711caad5d07ad28c44df0879df14fc73d25f7f5b.jpg","name":"𝚋𝚛𝚊𝚗𝚍𝚘𝚗 𝚐𝚛𝚊𝚢"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20009734","wmProperty":"like-of","wmId":823682,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20009734","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/messa_cz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/526fe78731cbf16ad9c62f3b6e5a1b802e58cdd00fdabc37946cbbdbd24f2a52.jpg","name":"Petr Messner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/300936064","wmProperty":"like-of","wmId":823681,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-300936064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/IlychBram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcc367a289d80d498afc8bf2eb28511d846ae380260581b08898db7f9757d5d4.jpg","name":"Bram Matus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1106029585","wmProperty":"like-of","wmId":823680,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1106029585","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/salmanzafar949","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1360812fc1329493f2bd37498ebe19b78427672c96cc65d8f4dc3d08f33112e7.jpg","name":"Salman Zafar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/965126124027117568","wmProperty":"like-of","wmId":823678,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-965126124027117568","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BoogieWNHoodie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10eafba4cc8f96a1cdd8913fb4f0aefa8ce4a7ac4e080ddc81f896c48c831c80.jpg","name":"A BoogieWithNoHoodie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/9286912","wmProperty":"like-of","wmId":823679,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-9286912","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/garoyeri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85b4bd7edb9d965e4213bdf59ead798b79b51c6e225887aa282ff4bc76187750.jpg","name":"Garo Yeriazarian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/353323641","wmProperty":"like-of","wmId":823676,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-353323641","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JHenryRussell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1ed70b3de18afcb44eb928796be1ea1f2a93d564e0df0dc9e0364520d57c5d4.jpg","name":"Jacob Henry Russell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/240315182","wmProperty":"like-of","wmId":823677,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-240315182","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/chrisbiscardi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cb62548f7ea6e68607b69c1553bde1fcfef10b564e7f87d10e7a8def2dee7dc.png","name":":party-corgi:"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/983877324109066241","wmProperty":"like-of","wmId":823675,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-983877324109066241","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/soradev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d28da2c339d31f01538d274d371350ad0894917e02fc35a5ff38af55379fa94e.jpg","name":"Tracy Marshall"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/489115750","wmProperty":"like-of","wmId":823674,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-489115750","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bhagone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3dc6094be74fcb92cede33002b8e439cdb60151c37eda6dc8f1efd9e2d24dd71.jpg","name":"Bhagawan Subedi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1091349344287182849","wmProperty":"like-of","wmId":823672,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1091349344287182849","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DiegoRambao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd3424ca6109baf0bb0c974afd344d20fffe8690f83db2e2b84602140a8c32b5.jpg","name":"Diego Rambao"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/911643033426448384","wmProperty":"like-of","wmId":823673,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-911643033426448384","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SoyBhalut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1c38fae0846060e20007552a13bfe4bfa4c2fe42d18f874d520f44509f5e7d04.jpg","name":"Abdel Mejia 🤖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4695046092","wmProperty":"like-of","wmId":823671,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4695046092","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/debbsefe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0acf8e6ca1d5d5e3b58f7d9cea032ed361f90ae30e0807933a91d2e8a5838fdb.jpg","name":"EMF"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1235871723448176641","wmProperty":"like-of","wmId":823670,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1235871723448176641","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/l33tb0i","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6a10a5b7db71c15799f75ce7155f8409965b85b57885d655d7edf7495d4ef66.png","name":"EliteBoy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1175713134000013312","wmProperty":"like-of","wmId":823668,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1175713134000013312","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Akacodegenie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4758251637adecb744c1e6e2af2c353dac4585f3dfe50e0a5bca9dea475b038.jpg","name":"Akanksha Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/345225006","wmProperty":"like-of","wmId":823669,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-345225006","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tndolz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2ac6ca6904318cdafa106e522143d18b15e06055aefbdf740285d468f700dd5c.jpg","name":"Uncle Rufy vekwaNdoro 🇿🇦🇧🇼🇿🇼"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1203959716914724866","wmProperty":"like-of","wmId":823667,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1203959716914724866","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/import_sanity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f78337d9e4d19602b07e0969b3daa93a9bcaf379afa591da14c02364ec9270af.jpg","name":"light."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/876699190696361984","wmProperty":"like-of","wmId":823666,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-876699190696361984","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alexangelj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/313654227ad0f85407af5348395e79c3a5e07a01299fe4ef1ee5b3f30a1dd3fc.jpg","name":"alex.ander.eth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1135332313355755525","wmProperty":"like-of","wmId":823664,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1135332313355755525","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Conrad_Casper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1e26411c934aa8464f34267a0005ef818bec2305e3ab38af278dc75a9220ad5.jpg","name":"Conrad Casper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/77901053","wmProperty":"like-of","wmId":823665,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-77901053","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/satriyop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47c77378301be8114db540208130943b5e74045e236ac0faa75a167fbc08566c.jpg","name":"satriyo pamungkas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/20574528","wmProperty":"like-of","wmId":823662,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-20574528","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NehaKadam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce3910c23e8fbb6f21a03ab2621c64950b2ccec719b31c1310bf7f35e7829f6c.jpg","name":"Neha Kadam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/17159092","wmProperty":"like-of","wmId":823663,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-17159092","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ActiveState","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/231d7dcdc55390653822567de398a4d37fd765c17acd064c063f97c3adf0a57c.png","name":"ActiveState"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282011689966342146","wmProperty":"in-reply-to","wmId":823660,"type":"entry","url":"https://twitter.com/emichel_dev/status/1282011689966342146","likeOf":null,"author":{"url":"https://twitter.com/emichel_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fccf19b9c73c84e18669acd4a6c6529b1377f57441ccf48a725229f04afc3963.jpg","name":"emichel"},"published":"July 11, 2020","content":{"text":"Cool 😎 thanks"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282005597794316290","wmProperty":"in-reply-to","wmId":823661,"type":"entry","url":"https://twitter.com/gshabbir_OD/status/1282005597794316290","likeOf":null,"author":{"url":"https://twitter.com/gshabbir_OD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eaca8b342690e9f57d0d3ccfa8d0e6a9f2c2bcf953fd9b93fbbaa5bb3e90e4f9.jpg","name":"Ghulam Shabbir"},"published":"July 11, 2020","content":{"text":"Brilliant achievement. Pl share a copy ...@mosharrafzaidi"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281995746074595329","wmProperty":"repost-of","wmId":823653,"type":"entry","url":"https://twitter.com/adetutu2222/status/1281995746074595329","likeOf":null,"author":{"url":"https://twitter.com/adetutu2222","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09d33982308ec045b519ac70194d3d65c15f3427c42d58ab5a2afba4012824be.jpg","name":"Adetutu_OmoOba 😍"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281995822524243978","wmProperty":"repost-of","wmId":823652,"type":"entry","url":"https://twitter.com/santiago_j_s/status/1281995822524243978","likeOf":null,"author":{"url":"https://twitter.com/santiago_j_s","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/617c822607dede1be09066771005151cde3d5310716f635c287c0685b07a7f96.jpg","name":"Santiago Santana"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281995866241286144","wmProperty":"repost-of","wmId":823651,"type":"entry","url":"https://twitter.com/devmanzur/status/1281995866241286144","likeOf":null,"author":{"url":"https://twitter.com/devmanzur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e9c77ed652a99c1103cb977fdbf68a837f25034dcdccf99c931048d6f12d6c39.jpg","name":"Manzur Alahi"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281996219032559617","wmProperty":"repost-of","wmId":823649,"type":"entry","url":"https://twitter.com/cloud_developr/status/1281996219032559617","likeOf":null,"author":{"url":"https://twitter.com/cloud_developr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/263a4bf9aa3ccdc21efefe6620568a384e750572fe08f372cb00e2a53ba3493f.jpg","name":"Anil Kushwaha"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281995899514871810","wmProperty":"repost-of","wmId":823650,"type":"entry","url":"https://twitter.com/cpintoval/status/1281995899514871810","likeOf":null,"author":{"url":"https://twitter.com/cpintoval","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d84413d23e0d70b0f681633c50ece70fa5a362e91765f8f0494f222ba7effcd.png","name":"Carlos Pinto"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281996880696745987","wmProperty":"repost-of","wmId":823647,"type":"entry","url":"https://twitter.com/rasaqkareem670/status/1281996880696745987","likeOf":null,"author":{"url":"https://twitter.com/rasaqkareem670","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34bd67be3b1a0e3250e37f94301c02ad8e386a1a8e0707bc6eaff7e8069de340.jpg","name":"Kareem Rasaq"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281996848769773569","wmProperty":"repost-of","wmId":823648,"type":"entry","url":"https://twitter.com/kevycodes/status/1281996848769773569","likeOf":null,"author":{"url":"https://twitter.com/kevycodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65c8a7bd66a4caef8c42d41981c9b14054a97c177ab668b26018d23a29cc288d.jpg","name":"mwaselela"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281997523536588800","wmProperty":"repost-of","wmId":823646,"type":"entry","url":"https://twitter.com/hhslepicka/status/1281997523536588800","likeOf":null,"author":{"url":"https://twitter.com/hhslepicka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0aabb99366a1db9340e89f98c8a969066cc9678e5c2540ab84f2078e6d847741.jpg","name":"Hugo Slepicka"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281998069333143553","wmProperty":"repost-of","wmId":823645,"type":"entry","url":"https://twitter.com/_CoryDev/status/1281998069333143553","likeOf":null,"author":{"url":"https://twitter.com/_CoryDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce9e80511bad7008856d90a9fcac1b07b1acfdb7d0ea82ee75f4f1fe962fc8d9.jpg","name":"Cory"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281998327706529793","wmProperty":"repost-of","wmId":823643,"type":"entry","url":"https://twitter.com/JoeCowsert/status/1281998327706529793","likeOf":null,"author":{"url":"https://twitter.com/JoeCowsert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7ce6738797062107162433256b0125282b1e208c49249b1b47b3f518d29eb6d.jpg","name":"Joey"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281998171334479873","wmProperty":"repost-of","wmId":823644,"type":"entry","url":"https://twitter.com/iixixv_/status/1281998171334479873","likeOf":null,"author":{"url":"https://twitter.com/iixixv_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db279686106eff6d206aa316af8ab916df0bbc11f5098fa4276b3122f76b93ea.jpg","name":"Omar Elhwarii"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282000208340094976","wmProperty":"repost-of","wmId":823641,"type":"entry","url":"https://twitter.com/jyraff/status/1282000208340094976","likeOf":null,"author":{"url":"https://twitter.com/jyraff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6c977810f2309506088274fba1fa310b48050d7c7fcd58963a8f4fbe8a09728.jpg","name":"Roma"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281999959030673410","wmProperty":"repost-of","wmId":823642,"type":"entry","url":"https://twitter.com/msants83/status/1281999959030673410","likeOf":null,"author":{"url":"https://twitter.com/msants83","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1064e643a8a175f162ea2107ef8c3fc089cc861d44b35bac37476aa0a080d54.jpg","name":"Michael Santos"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282000602013163520","wmProperty":"repost-of","wmId":823640,"type":"entry","url":"https://twitter.com/ZubairAsgar/status/1282000602013163520","likeOf":null,"author":{"url":"https://twitter.com/ZubairAsgar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73c2b33cfd2bc608608e316f521f94b03f8657405ffa40a33e8139f3366b8b18.jpg","name":"Bair 🏁"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282000836004986880","wmProperty":"repost-of","wmId":823639,"type":"entry","url":"https://twitter.com/anaveecodes/status/1282000836004986880","likeOf":null,"author":{"url":"https://twitter.com/anaveecodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb575e0eaf5b1ef14d8657903c4eb8b5f03db64b2b2ad58fd57f8c4d847656d5.jpg","name":"Ana Vela"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282001246044459008","wmProperty":"repost-of","wmId":823638,"type":"entry","url":"https://twitter.com/theSchantanu/status/1282001246044459008","likeOf":null,"author":{"url":"https://twitter.com/theSchantanu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82e777670fc7eed87a1a47f1aa047f60cb6b3fec90275025fceb623be39defbb.jpg","name":"Shantanu"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282002207542517760","wmProperty":"repost-of","wmId":823637,"type":"entry","url":"https://twitter.com/WaweruWaMwaura/status/1282002207542517760","likeOf":null,"author":{"url":"https://twitter.com/WaweruWaMwaura","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fce8907c731eff38953b6502db7a91a99eb2c7db83ffff391bd09196a4a6f646.jpg","name":"Waweru Mwaura"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282002245991768064","wmProperty":"repost-of","wmId":823636,"type":"entry","url":"https://twitter.com/regis_ate/status/1282002245991768064","likeOf":null,"author":{"url":"https://twitter.com/regis_ate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d19b202b1cc43368048b32793fbefc1a564f8f95ee98702fb6f493e4d0515b71.jpg","name":"Régis Atemengue"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282002594408419328","wmProperty":"repost-of","wmId":823635,"type":"entry","url":"https://twitter.com/buzzlers/status/1282002594408419328","likeOf":null,"author":{"url":"https://twitter.com/buzzlers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c1d76935e122a6ff5234f27dab2d1780eabec4f865fbc57d454082c8adc4e66.png","name":"buzzlers.com"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1282004313208913921","wmProperty":"repost-of","wmId":823634,"type":"entry","url":"https://twitter.com/humbleuidesigns/status/1282004313208913921","likeOf":null,"author":{"url":"https://twitter.com/humbleuidesigns","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b18b06bed817703fd119fd4b0ee99f3c5601290b3ce2f8fe1df8659fbf36371.jpg","name":"Hannah Milan"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1222991921867632643","wmProperty":"like-of","wmId":823633,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1222991921867632643","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davehilldev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7754b920478fbcf3c905a388e14600172a37f1e976d5420d1fe566014dea5685.jpg","name":"Dave Hill"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2645182202","wmProperty":"like-of","wmId":823632,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2645182202","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lc_powell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c23943f6e05b71d9b6f5b2f36a59aa35f1046ae9176f1dcee30322e92dec4bb4.jpg","name":"Dr Leila Powell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/783019057457033216","wmProperty":"like-of","wmId":823631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-783019057457033216","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/franck_dakia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c25a0b87399a45d91cde8af25ebb4c746df6ea48cf338d631286ad6c758f65b3.jpg","name":"Franck DAKIA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3429899057","wmProperty":"like-of","wmId":823630,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3429899057","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mikeyny_zw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6001b87b45dc7b839b88297b9f5d6136b6262b67f57f146283532011e355d38a.jpg","name":"Michael Nyamande"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/349123713","wmProperty":"like-of","wmId":823629,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-349123713","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GraceMacjones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/693f8b723b4dd03b03b82cecf3383d853152ec2fee04ede2c2f416ba273a5b1a.jpg","name":"Grace ☀️ #BLACKLIVESMATTER"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2465988320","wmProperty":"like-of","wmId":823628,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2465988320","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/isurajkc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e105b5ae4fcc83831b9af362be51ba1d53bbe881944564d47753828f52f92d77.jpg","name":"Suraj kc"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2985053977","wmProperty":"like-of","wmId":823627,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2985053977","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MellowDipti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67b5bdc5294884cff154dec0893ff683dbc8b7c28448e7ea9c0c305cc181a50d.jpg","name":"Dipti Gandhi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/883230876","wmProperty":"like-of","wmId":823626,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-883230876","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_CoryDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce9e80511bad7008856d90a9fcac1b07b1acfdb7d0ea82ee75f4f1fe962fc8d9.jpg","name":"Cory"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1115512128604127232","wmProperty":"like-of","wmId":823625,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1115512128604127232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EffJS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28d5d98013edf4a69dfc78a1c03b8179d530e7b68e5f5c81158a713ba26b92c3.jpg","name":"Fritz Johnson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/232520748","wmProperty":"like-of","wmId":823624,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-232520748","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wendyeveryday","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a8af92e5ef28ac5bded48d2637fcaa96168d296586e9bff78fe1a865f08d424d.jpg","name":"ｂｕｎｎｙ🦋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/5662932","wmProperty":"like-of","wmId":823623,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-5662932","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mikaelhuss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3908c3c720b4dd79bca106cece87dc9acd377da6d76cb6872cd2f97a6e50d2f.jpg","name":"Mikael Huss"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1620510746","wmProperty":"like-of","wmId":823622,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1620510746","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/just_mushie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5463127c1b0540793315332541526ff8db7e985c9d4b8f854ebbc3b8cfc79761.jpg","name":"Mushie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1024633518","wmProperty":"like-of","wmId":823621,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1024633518","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/WaweruWaMwaura","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fce8907c731eff38953b6502db7a91a99eb2c7db83ffff391bd09196a4a6f646.jpg","name":"Waweru Mwaura"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/132739561","wmProperty":"like-of","wmId":823620,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-132739561","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AmiahShep","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19b177b51a54a2aa61b2624e7e0af516a98ea44e0ccc21fc168931b7152aa217.jpg","name":"ＡＭＩＡＨ ＳＨＥＰＰＡＲＤ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1265512370643894272","wmProperty":"like-of","wmId":823619,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1265512370643894272","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/VKhatade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e5ad5b5927a6ae9633baa5ded065195fe6268ce0e07168ad6e662af693de8ce.jpg","name":"Vishakha Khatade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1172448527802236928","wmProperty":"like-of","wmId":823618,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1172448527802236928","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/makke_n","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e82cc7caeb7c62d213de4ecad8455c89116006cf7799abc4860271b3e604ab53.jpg","name":"Manà"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1059475875048157185","wmProperty":"like-of","wmId":823617,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1059475875048157185","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ricci_domini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0037751ab85c0a208a0a9b0683058e3fb1517f9e81f0fb3a539d1108e3df2aad.jpg","name":"Erica"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1222518813780008960","wmProperty":"like-of","wmId":823616,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1222518813780008960","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/overflo69944507","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"overflow"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/538471157","wmProperty":"like-of","wmId":823615,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-538471157","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CosmicKick","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28a05427215ed315dff6e1eb868a159d95c0928bff1f7596a6cdd3d221a4e4c0.jpg","name":"Hugo Garrido"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1240086660173443074","wmProperty":"like-of","wmId":823614,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1240086660173443074","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anamvgd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd8979ba9cef34d397ad22fb8889976a85e5c53a7a30a50f78b790d95ab6cfda.jpg","name":"ana"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1176881546919337985","wmProperty":"like-of","wmId":823612,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1176881546919337985","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/teesandtoes1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8316db58d6e71ff990a2686c3928197e89c05e00b047aae134f17171119e85d3.jpg","name":"teesandtoes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7352852","wmProperty":"like-of","wmId":823613,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7352852","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frojasg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6548a4ae8ce03a2ef3eb68a6f2fa70258580d5afd7bc4117a54039ca21901da0.jpg","name":"Francisco Rojas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/82892242","wmProperty":"like-of","wmId":823610,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-82892242","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elainevenson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cea223ff3974dfc4775a7bec388e39aae7fb3931330c903834e9d7e87dbde48a.jpg","name":"Elaine Venson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/82382383","wmProperty":"like-of","wmId":823611,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-82382383","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DeLaGuardo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64dc9387fd8bf904072a44d651e5a5fece07996bf8a8a72d9654c70b07a40c84.jpg","name":"Kirill Chernyshov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3261946174","wmProperty":"like-of","wmId":823609,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3261946174","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/DreDurr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48e11568cd4a5171067c5a5c453e613d0731083f6ec9c31c33d1a4e4cb3f8320.jpg","name":"DreDurr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/73788434","wmProperty":"like-of","wmId":823607,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-73788434","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nocnuc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8656eee88ad82d8cbbe540ba1e5df42db5502ed657a32abd8524f7e6a2a2b519.jpg","name":"bal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/134100171","wmProperty":"like-of","wmId":823608,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-134100171","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_k_o_f_i_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5928030735f8ec37d9c829c1f99a25849fab4fcdeb82525096d65452ee1e4e43.jpg","name":"Fredrick Kofi Tam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/805213694355456000","wmProperty":"like-of","wmId":823606,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-805213694355456000","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anaveecodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb575e0eaf5b1ef14d8657903c4eb8b5f03db64b2b2ad58fd57f8c4d847656d5.jpg","name":"Ana Vela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1281191815861985280","wmProperty":"like-of","wmId":823605,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1281191815861985280","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MalikJa44755965","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80f89fa6a1fa3d8f317ad67081620296fa64a46a1cf8e1da956939b083cd5a5f.jpg","name":"Malik Jabbar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/83989758","wmProperty":"like-of","wmId":823604,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-83989758","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fjugaldev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db3877e2e30bf4b088ad19d348f2ef9e3e33a626ef4c274dc2821010f9e43b2e.jpg","name":"𝚏𝚛𝚊𝚗𝚌𝚒𝚜𝚌𝚘@𝚕𝚘𝚌𝚊𝚕𝚑𝚘𝚜𝚝"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1266596809016782855","wmProperty":"like-of","wmId":823603,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1266596809016782855","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PoetryftCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2acfde1ba9501acec82b0126cdd3aeaeb96fd1b421219b68c443b8053106c979.jpg","name":"Mukhtar🇳🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14541875","wmProperty":"like-of","wmId":823601,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14541875","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/forkata","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1ce2247e90fa5636e8069ab31c9677cc7aa4852e3959e4186d45ab178d3c7ca.jpg","name":"Chris Todorov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4927343482","wmProperty":"like-of","wmId":823602,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4927343482","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/developerharon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b41c7ab2c9285cb0cbfbd7b5d1c2f9e1178d02bb6082645b7ba6981e21bdc96c.jpg","name":"Haron Rono"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2384324048","wmProperty":"like-of","wmId":823599,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2384324048","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TifanWest","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6aca5c48b09a367bf0d6ac6b40299337bd3b12abdf63801a8efcbeb0805a3078.jpg","name":"Tifan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1087853138445520897","wmProperty":"like-of","wmId":823600,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1087853138445520897","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vicradon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6180b1caaab624ba82e3bd2551d6aff1c1d1ec2eb4b5f747acff0604ff3560c5.jpg","name":"Osinachi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/735500470660259840","wmProperty":"like-of","wmId":823598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-735500470660259840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nyambura343","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36ffaa471314632255724c1cb7b719e6e1b14edeea1e29aaf885ace1508b5df8.jpg","name":"BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/7431932","wmProperty":"like-of","wmId":823597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-7431932","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rouge8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b0dc144fde92c6abaa11317fa5e544b046ea6da102d28b4e2ee95870f02e7f0.jpg","name":"Andy Freeland"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14085541","wmProperty":"like-of","wmId":823596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14085541","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/camsoper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/172ae82355ae7a3dd884b710745a3e8f99c962dca1c847cea59e48db44473f3c.jpg","name":"Cam Soper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2240477476","wmProperty":"like-of","wmId":823595,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2240477476","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Simi_Alli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb3d73bc2d387c5372bd4276f90e045637e2256176da9be1e63d2e9f813145df.jpg","name":"Taridengiyefa Simeon Allison"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/955725111113535488","wmProperty":"like-of","wmId":823594,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-955725111113535488","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Amaefule_Gabbie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1c2892d10a11b857c0e5e8d6804a2bd84b91464c1dfe4781b6e4904935fb120.jpg","name":"Gabbie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/386085994","wmProperty":"like-of","wmId":823592,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-386085994","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pierrah_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e603abcaf2ccddc03feffa81390030c2e4705ab8b4f9878b90b037a19e81a42.jpg","name":"Pierrah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/376069554","wmProperty":"like-of","wmId":823593,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-376069554","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Cjmaingi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad67737617cacd3e60181b3bfe7cdc168f45a4b4480bdf29d649745ffa9e2e82.jpg","name":"Jesse Mukonza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3004482516","wmProperty":"like-of","wmId":823591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3004482516","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dellyzon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35d31aaa673fc634aae6f3c7b9f20102742fc35d23e265fefb2abb1d540fe03d.jpg","name":"Dellyson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/883249037239046145","wmProperty":"like-of","wmId":823590,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-883249037239046145","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/samador9","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28c54a751c3e1b9965a1583032a3f80adc40096f5ea52634a477691eb1f5293f.jpg","name":"Samador 🔥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/739393242207129601","wmProperty":"like-of","wmId":823589,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-739393242207129601","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/prashanth___r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1451d0d6603cf226e55cfe586726db1d40d165d0b0431e3eaa4c978d7111a712.jpg","name":"Prashanth Ramakrishnan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/922541205199687684","wmProperty":"like-of","wmId":823588,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-922541205199687684","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/regis_ate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d19b202b1cc43368048b32793fbefc1a564f8f95ee98702fb6f493e4d0515b71.jpg","name":"Régis Atemengue"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4835959275","wmProperty":"like-of","wmId":823587,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4835959275","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wells_inpixels","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70fa2cf9c534852ed758115886842e5445c7e0bd08a3a813fb8afde4f064e40a.jpg","name":"Fisayo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/76301859","wmProperty":"like-of","wmId":823586,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-76301859","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/r_mulp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9e518dc590fabd12bb998f3f2b67f9c32232f57d2b4e1290ff5de0ecc150d7d.jpg","name":"Ravi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/451547593","wmProperty":"like-of","wmId":823584,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-451547593","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Naguarineis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d2c45c5643898c61fb4d7458764cda8f6c99bd6acae0236e2d1dd94e1569793.jpg","name":"withfather"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14182195","wmProperty":"like-of","wmId":823585,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14182195","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/anurse","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/365cb3b036745a83a52880df9b9ce1ccaa356a073de59c77abd72fb33be97911.jpg","name":"Andrew Stanton-Nurse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/181172377","wmProperty":"like-of","wmId":823583,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-181172377","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/humbleuidesigns","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b18b06bed817703fd119fd4b0ee99f3c5601290b3ce2f8fe1df8659fbf36371.jpg","name":"Hannah Milan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3959382380","wmProperty":"like-of","wmId":823582,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3959382380","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SorwarAkib","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5bede4065579e2df49c3dbe9a8d0d27b4792b3417da0d2d0044f823509aa6ac.jpg","name":"GOLAM SORWAR AKIB"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/766356864","wmProperty":"like-of","wmId":823581,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-766356864","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/emrahpolatcan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/32b6ee27bb39adcdada02682d15677beb25fd97b7e17ab2d7fa8417a670fd55a.jpg","name":"EMRAH POLATCAN"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/989151259","wmProperty":"like-of","wmId":823580,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-989151259","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Mahesh_Janagan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c7076fcabf349748a1a08382dbdd3fd67a349bf71f184e9c4bd35975a0066c30.jpg","name":"MJ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/40671688","wmProperty":"like-of","wmId":823579,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-40671688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JoeCowsert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7ce6738797062107162433256b0125282b1e208c49249b1b47b3f518d29eb6d.jpg","name":"Joey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/351876030","wmProperty":"like-of","wmId":823578,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-351876030","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/adrix_lg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48a0c41d0f7d185ea518a6c96dc4db48b659d412ac5f230b09b35044c0112e1a.jpg","name":"🅰drián Lara"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1217488101473497095","wmProperty":"like-of","wmId":823576,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1217488101473497095","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BenjaminJiang6","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d7feed0f224ed72b789d252927a8e864eac6eccf86fd1867cdeb1e1e6195b8c7.jpg","name":"versace wasabi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/371139230","wmProperty":"like-of","wmId":823577,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-371139230","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheSbuDgtl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c60ae749ae7780e7b4ef9fd1801258a224c24b6f9140aaf57ec37caa0693109.jpg","name":"Sibusiso Ndhlovu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1051223441842610178","wmProperty":"like-of","wmId":823575,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1051223441842610178","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/danianepg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac3099e128cb8462dc633897e1cfb4e978f44a46ebaac763e29b29c811ec7777.jpg","name":"danianepg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2998177170","wmProperty":"like-of","wmId":823574,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2998177170","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ZubairAsgar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73c2b33cfd2bc608608e316f521f94b03f8657405ffa40a33e8139f3366b8b18.jpg","name":"Bair 🏁"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/72297057","wmProperty":"like-of","wmId":823573,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-72297057","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PoslinskiNet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46d8f80f6d461a9a0e329f1e49447fba8d208948a1aaa0759858b86626cb49c0.jpg","name":"Dawid Pośliński"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1200704359190925312","wmProperty":"like-of","wmId":823571,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1200704359190925312","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/taken_by_code","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2db8a7ac1868875c4b2023bc905a5d36052fc6a6307013e382f68d41f0afe368.jpg","name":"Gift Ruwende"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1073031980","wmProperty":"like-of","wmId":823572,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1073031980","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_Kemmie_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d110c79f22491560ef7461152314b4d01a8be066cd40ec4f3c5dd9e818df375b.jpg","name":"• Ekemini•"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/135954926","wmProperty":"like-of","wmId":823570,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-135954926","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MsAhlove","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ffc869c80bfdd28b2364dc58c6c34414737ba9dd5b2121bb76ea9f6c2b81aecd.jpg","name":"Toyin was a just a teen."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/726250548","wmProperty":"like-of","wmId":823569,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-726250548","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/j_vesza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7ae6c301a9bca5b2def135b5977a8ef034009ffd50a9f1b1cb183d3c7a329b8.jpg","name":"József Vesza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/896798393602887680","wmProperty":"like-of","wmId":823567,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-896798393602887680","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dogtor_dee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56040c5b0a0c7b9b8f49024d94bb50dc5524f812ebc67b858c0e9e459ae3dd7d.jpg","name":"Daniel Schuette"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4821903800","wmProperty":"like-of","wmId":823568,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4821903800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/karthikeyan676","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc7ff914a79860a616b6f5281dac08fef04496c77976f143fe4ad6048d637235.jpg","name":"karthik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1597626307","wmProperty":"like-of","wmId":823566,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1597626307","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nouranbakry_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fce7336d0a5281f66d8d820552293374acd083b45885932a152a02a8f36c800c.jpg","name":"Nouran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/239468008","wmProperty":"like-of","wmId":823565,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-239468008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jyraff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6c977810f2309506088274fba1fa310b48050d7c7fcd58963a8f4fbe8a09728.jpg","name":"Roma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2843987002","wmProperty":"like-of","wmId":823563,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2843987002","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JohnJairoQuip","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0a828fd45817e698d0cbd8c1f47696c4fc02729babd008ec6291708ac8b4634.jpg","name":"John Jairo Quintero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1717405525","wmProperty":"like-of","wmId":823564,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1717405525","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/di___ana___","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dd2f7a204abc68da19b7e0bb3e377ff856242b1831bd99bb559e43994d6083b7.jpg","name":"dianans"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/55812900","wmProperty":"like-of","wmId":823561,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-55812900","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/apoclyps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7fa0ff7d5d82804abe4a9b3542ad6df92120ac4788350678b53d98429ce0c529.jpg","name":"Kyle Harrison"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1070471436567961601","wmProperty":"like-of","wmId":823562,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1070471436567961601","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hhslepicka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0aabb99366a1db9340e89f98c8a969066cc9678e5c2540ab84f2078e6d847741.jpg","name":"Hugo Slepicka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/891303210652237824","wmProperty":"like-of","wmId":823559,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-891303210652237824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Edeediong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b23f32539a744753bf34cbe2d07616914e3b2285b754942a3e4cefd9d512c7e6.jpg","name":"Edidiong Etuk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/65219208","wmProperty":"like-of","wmId":823560,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-65219208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nobleackerson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f862dedc995a5a29198ad69d6ef62d85d8f50074ab227dcd1f2d8e4f4fbf888.jpg","name":"Quentin Quarantinoble"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/49479271","wmProperty":"like-of","wmId":823558,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-49479271","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nicemarcela","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b651bd43b6579a22d797c32684cd0745ecdc3089a983afd116e288fdac74632.jpg","name":"Marcela 🦋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/38153641","wmProperty":"like-of","wmId":823557,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-38153641","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Tundeiness","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc8f12056c91ce54e6af9dbe8dab5f227455401e317ae860f5f0a3434efc471d.jpg","name":"Tunde"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/798981717960757249","wmProperty":"like-of","wmId":823556,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-798981717960757249","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/am_pra_veen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/987a111e4bf56b2747b6bd803624839475efcbe78d1d7992b7deaf485c5bb0a0.jpg","name":"Praveen Kumar Saini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/729689678488686592","wmProperty":"like-of","wmId":823554,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-729689678488686592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/urstrulyashok11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d534b9342c4476ea7a3fcbfaf0ada5f2476c5eef4b707f7b271806f55f318c42.jpg","name":"Ashok Reddy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/241834203","wmProperty":"like-of","wmId":823555,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-241834203","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Fk_Mondays","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a125d1dfb25c6fcc831753c1d5c629b8a133607bbaa85ac12d9737a66c9adb9d.jpg","name":"zoy un bot 🐲"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281992241804959746","wmProperty":"in-reply-to","wmId":823553,"type":"entry","url":"https://twitter.com/ZeusMadeIt/status/1281992241804959746","likeOf":null,"author":{"url":"https://twitter.com/ZeusMadeIt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c003391d2fa4948e8da2c7bdfa560b2aa655a7c826ca3d3d3e8fb1f60bfdc011.jpg","name":"Abraham Tornegyen"},"published":"July 11, 2020","content":{"text":"Thanks......."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281992591106547713","wmProperty":"in-reply-to","wmId":823552,"type":"entry","url":"https://twitter.com/nicolas09F9/status/1281992591106547713","likeOf":null,"author":{"url":"https://twitter.com/nicolas09F9","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5e21a644f356ecf76a4d53c06850d7531ece50b6b6c28400cb6729f7febd188.jpg","name":"Nicolás Álvarez"},"published":"July 11, 2020","content":{"text":"I didn't know of this feature! I'll add a GitHub readme with a big link to my GitLab profile 🙃"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281995882930601986","wmProperty":"in-reply-to","wmId":823551,"type":"entry","url":"https://twitter.com/adetutu2222/status/1281995882930601986","likeOf":null,"author":{"url":"https://twitter.com/adetutu2222","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09d33982308ec045b519ac70194d3d65c15f3427c42d58ab5a2afba4012824be.jpg","name":"Adetutu_OmoOba 😍"},"published":"July 11, 2020","content":{"text":"@okekehi"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1282002326392381440","wmProperty":"in-reply-to","wmId":823550,"type":"entry","url":"https://twitter.com/regis_ate/status/1282002326392381440","likeOf":null,"author":{"url":"https://twitter.com/regis_ate","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d19b202b1cc43368048b32793fbefc1a564f8f95ee98702fb6f493e4d0515b71.jpg","name":"Régis Atemengue"},"published":"July 11, 2020","content":{"text":"🥰"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281968602674008065","wmProperty":"mention-of","wmId":823541,"type":"entry","url":"https://twitter.com/NicK475/status/1281968602674008065","likeOf":null,"author":{"url":"https://twitter.com/NicK475","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cef7e3bbdcd972417d5ee65ad7adc2b8eea6ead4ddfab6e973ddc9a7f7298ea.jpg","name":"Cris - ニオブジュエリー"},"published":"July 11, 2020","content":{"text":"👏👏👏"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281980049885999104","wmProperty":"repost-of","wmId":823539,"type":"entry","url":"https://twitter.com/chons/status/1281980049885999104","likeOf":null,"author":{"url":"https://twitter.com/chons","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91b3f26ef5ad5a47617515f61f4d01958abc1028a4a110fdbdda7645d5e4ab29.jpg","name":"chons (18++)"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281971547805224960","wmProperty":"mention-of","wmId":823540,"type":"entry","url":"https://twitter.com/cjsthe2nd/status/1281971547805224960","likeOf":null,"author":{"url":"https://twitter.com/cjsthe2nd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fabc8f6e2ab77c111c18ba9467c859f268383cb72a607d03d10a05a67feb79d6.jpg","name":"webNinja( 🚀🕹💻 )"},"published":"July 11, 2020","content":{"text":"I need to get going on this!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281980147998973952","wmProperty":"repost-of","wmId":823538,"type":"entry","url":"https://twitter.com/daniel_dunbar/status/1281980147998973952","likeOf":null,"author":{"url":"https://twitter.com/daniel_dunbar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1eb928b290e4a3abab148a1b7e165f8daaaff8dc65aa2b3c1d3b6100c84dd03.png","name":"Daniel Dunbar"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281982329880076289","wmProperty":"repost-of","wmId":823536,"type":"entry","url":"https://twitter.com/zeffybamrah/status/1281982329880076289","likeOf":null,"author":{"url":"https://twitter.com/zeffybamrah","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"zeffybamrah"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281981782204862471","wmProperty":"repost-of","wmId":823537,"type":"entry","url":"https://twitter.com/GinoAvanzini/status/1281981782204862471","likeOf":null,"author":{"url":"https://twitter.com/GinoAvanzini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23792096947f36329d68e3d8caa07c17f9d36f339a7d5f354a5675826b78044d.jpg","name":"Gino"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281983071538085890","wmProperty":"repost-of","wmId":823535,"type":"entry","url":"https://twitter.com/notarianni/status/1281983071538085890","likeOf":null,"author":{"url":"https://twitter.com/notarianni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dcdabc5a61676f46f6cdec26c61f717f093abd96fe34f7abf18969ce81da820.jpg","name":"Bernard Notarianni"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281983450740748290","wmProperty":"repost-of","wmId":823534,"type":"entry","url":"https://twitter.com/calexity/status/1281983450740748290","likeOf":null,"author":{"url":"https://twitter.com/calexity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20a9c57159e5c457a4bd44cf317ed2a7947f11ff5de0683c67fe2fbf0bf8a077.jpg","name":"Lex Roman"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281983507649032192","wmProperty":"repost-of","wmId":823532,"type":"entry","url":"https://twitter.com/arps_1899/status/1281983507649032192","likeOf":null,"author":{"url":"https://twitter.com/arps_1899","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dae3b1a5311a4cf2f74ded4964c048e18d6f19cfdfb5b1126066ebc5c9eda88b.jpg","name":"Arpan"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281983605405700097","wmProperty":"repost-of","wmId":823533,"type":"entry","url":"https://twitter.com/_zrvi/status/1281983605405700097","likeOf":null,"author":{"url":"https://twitter.com/_zrvi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e85d33afdae4dfa87f7ddb425b163b9ee5c239fd14c31ec653561575654edade.jpg","name":"Z"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281984096432877568","wmProperty":"repost-of","wmId":823531,"type":"entry","url":"https://twitter.com/allison_horst/status/1281984096432877568","likeOf":null,"author":{"url":"https://twitter.com/allison_horst","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60ec76e99242566c61fd0903f2866b119fc77376ec181233bf86ac1c69846e9b.jpg","name":"Allison Horst"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281984328411549701","wmProperty":"repost-of","wmId":823530,"type":"entry","url":"https://twitter.com/MirHenglin/status/1281984328411549701","likeOf":null,"author":{"url":"https://twitter.com/MirHenglin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eedf279303aed235b9976b303539c4a46cd670bda42f09ba88d6b9f766b8406d.jpg","name":"Mir Henglin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281984692493758464","wmProperty":"repost-of","wmId":823529,"type":"entry","url":"https://twitter.com/_sethdobson/status/1281984692493758464","likeOf":null,"author":{"url":"https://twitter.com/_sethdobson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c05f791e86d05b635c19aa49409de2f94a6110f23e58edf0c7329273a229eb2.jpg","name":"Seth Dobson 😷"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281984718901334016","wmProperty":"repost-of","wmId":823528,"type":"entry","url":"https://twitter.com/actualemir/status/1281984718901334016","likeOf":null,"author":{"url":"https://twitter.com/actualemir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ecfecfe3360c1a386cfe08d0fd0ac39d59672770eeff85939a88800b927276a2.jpg","name":"Emir"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281985526661292032","wmProperty":"repost-of","wmId":823527,"type":"entry","url":"https://twitter.com/maxwellmatthis/status/1281985526661292032","likeOf":null,"author":{"url":"https://twitter.com/maxwellmatthis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/134ffc3c9d58ebaaaaf0a558b83068ff9b5667455d684f05439e16f10165d87f.jpg","name":"Maxwell Matthis"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281986991387705346","wmProperty":"repost-of","wmId":823526,"type":"entry","url":"https://twitter.com/vanessazbliss/status/1281986991387705346","likeOf":null,"author":{"url":"https://twitter.com/vanessazbliss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/873dab48d0283d0e0f8ba4a6edd7ca3f33e679d42475e27f73ef147dd06c37aa.jpg","name":"Vanessa J Kisowile"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281987389003632645","wmProperty":"repost-of","wmId":823525,"type":"entry","url":"https://twitter.com/dccc_phd/status/1281987389003632645","likeOf":null,"author":{"url":"https://twitter.com/dccc_phd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afb4b1a7efe90110154a7ed383866ce863387d51e73a47464cd356781125fa0a.jpg","name":"Damien C-C"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281987586110550022","wmProperty":"repost-of","wmId":823524,"type":"entry","url":"https://twitter.com/joequincy/status/1281987586110550022","likeOf":null,"author":{"url":"https://twitter.com/joequincy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a49fea3ca652b0c9a33f38cbe444e816cd9d55e7dedd0551b458732f6fc459c.jpg","name":"Jon Peterson"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281988134784454657","wmProperty":"repost-of","wmId":823523,"type":"entry","url":"https://twitter.com/romansorinn/status/1281988134784454657","likeOf":null,"author":{"url":"https://twitter.com/romansorinn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cdc8e85ed69e835194d7bde77eeca84bb12d14833fbebaff00d21904c7065b6b.jpg","name":"Roman Sorin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281988340104015872","wmProperty":"repost-of","wmId":823522,"type":"entry","url":"https://twitter.com/haysstanford/status/1281988340104015872","likeOf":null,"author":{"url":"https://twitter.com/haysstanford","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68bd8fecd311c7be5b7b9a5dbc4a6dac5b03f9bfc31cc471da04e8b36512428e.jpg","name":"Hays Stanford 🏜️"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281988428779978754","wmProperty":"repost-of","wmId":823521,"type":"entry","url":"https://twitter.com/Emile_Chang_Jr/status/1281988428779978754","likeOf":null,"author":{"url":"https://twitter.com/Emile_Chang_Jr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e89e151897993bf0bf17d1f1b8806c023fb9cdfb0b71abb4f395fba5350ef5b1.jpg","name":"Emile Chang Jr."},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1135874723454357504","wmProperty":"like-of","wmId":823520,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1135874723454357504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JustNii_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c04b87b4d7a30631f2a2b05c7a95e48ab622e9908cd83e4e6d2e9650a8ebebd.jpg","name":"Nii🚶‍♂️Naa🚶‍♀️™"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24472612","wmProperty":"like-of","wmId":823519,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24472612","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kootsoop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40a878d724d8d0fb32f13a98c87ba933d0efe57678e6fcf1f32b9437eff49a93.jpg","name":"P. J. Kootsookos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/29889980","wmProperty":"like-of","wmId":823518,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-29889980","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wakingrufus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d395ddc09de84d035dc89523c04c11ca9dfcf6d5ddfa1c7c134bd3298d1d01.jpg","name":"Rufus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/731279155","wmProperty":"like-of","wmId":823517,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-731279155","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_brohrer_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a5f0efb35731a4b33fbd6d50104a3c11c2c56ecb9c558f0a376df331a5aa66c9.jpg","name":"Brandon Rohrer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/838597606414684160","wmProperty":"like-of","wmId":823516,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-838597606414684160","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Astrobiomedical","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d308f7480e1bf619e3b626db1513a5480d0e0d20de6dda3c835e3d6d6011bd5b.jpg","name":"Sarah👩🏻‍💻🌈✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2450053789","wmProperty":"like-of","wmId":823515,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2450053789","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vanessazbliss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/873dab48d0283d0e0f8ba4a6edd7ca3f33e679d42475e27f73ef147dd06c37aa.jpg","name":"Vanessa J Kisowile"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1037814839178141696","wmProperty":"like-of","wmId":823514,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1037814839178141696","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_SuperwaleS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aba135c77a5c7b85661945a5125cb37124078b0c41591dd11fe4273ce55db5ae.jpg","name":"Kwamdeen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1429191696","wmProperty":"like-of","wmId":823513,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1429191696","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amy_linehan_ca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be4533f56e09921662dc7c72ddbaf1c298be1ef419ac7443ef0f2c7d52d51732.jpg","name":"Amy Linehan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/67341191","wmProperty":"like-of","wmId":823512,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-67341191","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aravindputrevu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/410c29fea1243ba24b4113ceb5cdf22623769fdf696105685b649e2482f5e395.jpg","name":"Aravind Putrevu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1714041","wmProperty":"like-of","wmId":823511,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1714041","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jasonmelgoza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c35686868b353c90a98c41d5eb6ec76975ae311e085fe55b6b340cc680faf5c5.png","name":"OldMan Jason"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/360888478","wmProperty":"like-of","wmId":823509,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-360888478","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wjakethompson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/17e122fd90517f639edfb9e51459f6f55ecd5dbd0c4762cf8ae6c4545c72746c.png","name":"Jake Thompson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/238391501","wmProperty":"like-of","wmId":823510,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-238391501","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sijanrijal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e3b02a0405dcae97994e24542d965e003bbfaa2a26ef6925511a153a2754266.jpg","name":"Sijan Rijal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/121483860","wmProperty":"like-of","wmId":823508,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-121483860","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BrianMMcClain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d70b1ce1149ae11121d423daa9fc91a5c5d808ff4fa8207cf1dbd697c8309f72.jpg","name":"Brian McClain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1162342691532890112","wmProperty":"like-of","wmId":823507,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1162342691532890112","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheAwesomeMoses","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48df572e4bc82cfa3e2142dc7ee21f4817dd6c4b6d132ceac1e3588ed7cdc4c3.jpg","name":"Hendrix 😎"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/237333189","wmProperty":"like-of","wmId":823506,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-237333189","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ismathim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b3399d3225f5a3909a1f0879c272b98ad6d78af24c7e33d03803bf7018694a20.jpg","name":"Ismath"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1281581845923065856","wmProperty":"like-of","wmId":823505,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1281581845923065856","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/penke_sandeep","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Sandeep Kumar penke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1213650681975820290","wmProperty":"like-of","wmId":823504,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1213650681975820290","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/peixototaii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc7c191ce5712ea2efb6d8d5ff80a27962c4d275564365c1d9c8e6c2a65a5501.jpg","name":"Taiane"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/68596536","wmProperty":"like-of","wmId":823503,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-68596536","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_ryannystrom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7cb2971d37361ab3ddea767a9b03e70a9b37e6561c586611055c841351f81b69.jpg","name":"Ryan Nystrom"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/994666596","wmProperty":"like-of","wmId":823502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-994666596","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Meu_Reei","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/53ea53e1d155959399af56ef401159cdc0023dfb97d76d5b8b85d0d50c3e3460.jpg","name":"knucklehead"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1253002325423079424","wmProperty":"like-of","wmId":823501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1253002325423079424","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_sethdobson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c05f791e86d05b635c19aa49409de2f94a6110f23e58edf0c7329273a229eb2.jpg","name":"Seth Dobson 😷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/397374653","wmProperty":"like-of","wmId":823499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-397374653","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iTameLions","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/deb7761f2e179e11bd2cda9a05808f9d31a28345ff0b8f92eddb80bd6b03627f.jpg","name":"Tanímọ̀la"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/973955318987210752","wmProperty":"like-of","wmId":823500,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-973955318987210752","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/allison_horst","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60ec76e99242566c61fd0903f2866b119fc77376ec181233bf86ac1c69846e9b.jpg","name":"Allison Horst"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/233929309","wmProperty":"like-of","wmId":823498,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-233929309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/manmoveon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f585a894158267eefc3c0057dfa747769c74a6a3db66616d186c36652a0661a0.jpg","name":"Le Hieu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/975431365","wmProperty":"like-of","wmId":823497,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-975431365","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NillBye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a172eb8074df0594a5714d25b120b40d8c60ad6ba4defc05b876db35914f205.jpg","name":"Casey Veggies"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/864631382466809860","wmProperty":"like-of","wmId":823496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-864631382466809860","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/essentialcode20","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cd7e68bb93bf16a7d23575d0c84778745e445e4e935f6fc1beb143fa53e6d161.jpg","name":"Marien"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3890078469","wmProperty":"like-of","wmId":823495,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3890078469","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cillo_b","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a2b478d4565ddcbc15c39d391ff833cf44ad03669b122eb6cce682e585e36ae.jpg","name":"Cillian Barron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1281859393097629696","wmProperty":"like-of","wmId":823494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1281859393097629696","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Alexverystupid","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d0d9658d518e69a7551843b9a8e84ffd622398056aa753f7b1f5eb7e6ec7f7f.jpg","name":"Alex"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1161703010894077952","wmProperty":"like-of","wmId":823493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1161703010894077952","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/patil4president","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ef78ff4bb0becee95ea32e7da2528a476ae57b67cee15e58791a868150739d7.jpg","name":"Atharva Patil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/94638435","wmProperty":"like-of","wmId":823492,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-94638435","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sigh_az","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8199e012e60b9f37010af8a557b0c93cfabe82581b2a980b480d11e141482aa.jpg","name":"Azmainn ✌️🥺"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1137682029775134730","wmProperty":"like-of","wmId":823491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1137682029775134730","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ijeomaemeruwa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/187933b611738ad97ab5a7c173768c9572db9872f4e9f42cf42eb697d0b1a6bc.jpg","name":"Ijae"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2645571102","wmProperty":"like-of","wmId":823490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2645571102","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/likatigre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ba48110db986c8ab63d79373a6b51d799d2a93f81eda5c7821c60599255338f.jpg","name":"ty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1025695232204189696","wmProperty":"like-of","wmId":823489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1025695232204189696","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NerdofUniverse","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94d3bf0f9916de97d4219bc53eb7875456665561d281a836339f9aa695c99960.jpg","name":"Amna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/176916282","wmProperty":"like-of","wmId":823487,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-176916282","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/junioortads","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/024641e717283ae466ce7bb5590d50bd691bdc1bc98102a7afe90cf995f253cb.jpg","name":"Joel Júnior"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/28164406","wmProperty":"like-of","wmId":823488,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-28164406","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/itsamoopoint","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/289dda57cd99e26d61e7cb28d2e5bcb74a3b69867d431c5ceb72f1b44c8d56a8.jpg","name":"Margaret Huang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2577407108","wmProperty":"like-of","wmId":823486,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2577407108","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MirHenglin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eedf279303aed235b9976b303539c4a46cd670bda42f09ba88d6b9f766b8406d.jpg","name":"Mir Henglin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/792389491","wmProperty":"like-of","wmId":823485,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-792389491","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dg_tc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/285603a107881d30be019a749fe401a8a7bb4660bbbced8a5b22ca209f81f485.jpg","name":"David Groomes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1251631190471331840","wmProperty":"like-of","wmId":823484,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1251631190471331840","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TobiDeveloper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eea7182267ef848631c290533e40816a8c542029b1993302e282e05ae2819e26.jpg","name":"Tobi O. Samuel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1234577448479657985","wmProperty":"like-of","wmId":823483,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1234577448479657985","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/G93985790","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"G"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1003466697565720576","wmProperty":"like-of","wmId":823482,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1003466697565720576","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RogerAnton23","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aae96cccd1a4722a753e8cc2ed2f424a3d3bc1459bb1692c68e55ab5e22d948e.jpg","name":"Roger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/279734274","wmProperty":"like-of","wmId":823481,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-279734274","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brandonb927","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/820a1022e53bdfd1af65993f030924dfc5d4c64640d861eba9ecff0567a30c1a.jpg","name":"Brandon Brown"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1178139022323077122","wmProperty":"like-of","wmId":823480,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1178139022323077122","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kdlo_ai_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcd273c9eb43a8ec9c0fe7770fac07338bd19a5dc7c2e17efe8267156a1d11fe.jpg","name":"Marvin Rivera"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/383007194","wmProperty":"like-of","wmId":823479,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-383007194","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/quotedevunquote","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e9343901d900c56e338db3cda897e5482853a769b3e81f56286ad93ff4ca5a6.jpg","name":"Day Campos | “fullstackish” developer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/427267345","wmProperty":"like-of","wmId":823478,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-427267345","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hryer_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbd2b0a0ae876d05e4a2df86304c02d0d0fc5ec322644d8a56144a3481b01eb5.jpg","name":"Harry Ermawan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/804372414230577152","wmProperty":"like-of","wmId":823477,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-804372414230577152","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_cblaine_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c275d284f9746bb5f404a8360bacb5edadb085b018c3752d98754b8f9ebbc07.jpg","name":"cblaine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1039880150488412160","wmProperty":"like-of","wmId":823476,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1039880150488412160","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EkunweL","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/acd3b1279a1d8c3d2764ec1c97e3b9cb87284543f1ae4ab013cd714f263e50c4.jpg","name":"Ekunwe Lawrence"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3179073805","wmProperty":"like-of","wmId":823475,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3179073805","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_zrvi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e85d33afdae4dfa87f7ddb425b163b9ee5c239fd14c31ec653561575654edade.jpg","name":"Z"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/816686799762366465","wmProperty":"like-of","wmId":823474,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-816686799762366465","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arps_1899","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dae3b1a5311a4cf2f74ded4964c048e18d6f19cfdfb5b1126066ebc5c9eda88b.jpg","name":"Arpan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/918530861603217408","wmProperty":"like-of","wmId":823473,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-918530861603217408","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Beejay_da_boss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20d79f023bdbe5d20d17b3df37f0a60c16486d7a662bd48e13c3940eaf63dc08.jpg","name":"Bolaji"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/39816453","wmProperty":"like-of","wmId":823472,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-39816453","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ivivek87","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/616b6aa7bf362ae3ca659a7a5572abd0016e4cf3b52d4a045ef9773459a2ecc4.jpg","name":"Vivek Das"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18205350","wmProperty":"like-of","wmId":823471,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18205350","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akutamatata333","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69759ba1aa3649348c053808962b533ba2371cd5f9551abdee75ffc5699cdcfc.jpg","name":"Joy Ekuta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1699229995","wmProperty":"like-of","wmId":823470,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1699229995","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/wisdomscode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26e34dc1b2e4ad1599ef50dcf78af38c013180d970f6ef6d0b603371c1c4b795.jpg","name":"Wisdom 🚀 Osinachi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15783492","wmProperty":"like-of","wmId":823468,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15783492","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kenkousen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c041b19b41de0d8319e453fab9c30c13189d7bcd7abfd1119d5c1def43020488.jpg","name":"Ken Kousen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11902532","wmProperty":"like-of","wmId":823469,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11902532","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/notarianni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dcdabc5a61676f46f6cdec26c61f717f093abd96fe34f7abf18969ce81da820.jpg","name":"Bernard Notarianni"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/84461501","wmProperty":"like-of","wmId":823467,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-84461501","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/carlynorama","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a90d761cd0188d4d0000d4ccd44c76180af2c1d37e9fab8cb4327d20f6f205c9.jpg","name":"carlyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4672538346","wmProperty":"like-of","wmId":823466,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4672538346","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/irajsuhail","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1251c1d55f3bfc76d471e70c8e5c35540d8910bfd4eb88e19ae7b23b1e83aa8e.jpg","name":"Raj Suhail"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/205883684","wmProperty":"like-of","wmId":823464,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-205883684","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Miguelc1221","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5ee7ebf012e516bc86be2530b1dd1d8412212de400c4865b06d64be1fd6a56d.jpg","name":"Miguel Correa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/291736473","wmProperty":"like-of","wmId":823465,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-291736473","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lackera","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69595cec5c3c85a43e249b37bcebb2436ea2cf4b78d9c9d24370ed163b74286b.jpg","name":"Allison"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/154005618","wmProperty":"like-of","wmId":823462,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-154005618","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/miritum","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea01eac4999e3c654a582a5cf7a87329df280ca6af891ace3387bdacb85fec64.jpg","name":"Magdalena Cassel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1099367449273819139","wmProperty":"like-of","wmId":823463,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1099367449273819139","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/__ultron","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc00eb37658abd2cfd48ad9f2d4923e74acf64d829dcfe84953525ada01b1c2b.jpg","name":"kwame_yeboah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/297254650","wmProperty":"like-of","wmId":823461,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-297254650","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/calexity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20a9c57159e5c457a4bd44cf317ed2a7947f11ff5de0683c67fe2fbf0bf8a077.jpg","name":"Lex Roman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1250002820176191490","wmProperty":"like-of","wmId":823459,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1250002820176191490","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/C0d1ngBetter","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"HappyCoder"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/33760554","wmProperty":"like-of","wmId":823460,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-33760554","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alexi_be3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a7bd31390dd604dd89777a09c0644a3abad3986b6b52060a1b7d3280715a292.jpg","name":"Alexi 🦄 🚀 🐶"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1214943582521643008","wmProperty":"like-of","wmId":823457,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1214943582521643008","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TechBadGuyy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9d7d99309da05753d09c63f1815bd1288f8c6ae79c9dd52f4a3a15dd344d567.jpg","name":"TechBadGuy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/268652046","wmProperty":"like-of","wmId":823458,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-268652046","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/faisalhassanx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ad9966bc9a774efa61f4be88d9aebaa036351a558af2cdb6a211b7b36007a71.jpg","name":"Faisal 👽"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/751930557454438400","wmProperty":"like-of","wmId":823456,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-751930557454438400","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TaylorKrusen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/105036e438acc0047f6aac6f0e6683323a357cb49b956789ac229ed677970ee7.jpg","name":"Taylor Krusen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/179895306","wmProperty":"like-of","wmId":823455,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-179895306","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/albertsarle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/569c0776f3a06afcab4f824afa5f979c6df2fcd50df2597a1b958e2dd6b5f404.jpg","name":"albert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/25417359","wmProperty":"like-of","wmId":823453,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-25417359","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hiimmox","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/940363add3c693677a61dc83bc17e7384856d5676f709cb45d15200463e67d2a.jpg","name":"Max"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/995421056759296000","wmProperty":"like-of","wmId":823454,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-995421056759296000","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BrandfulDomains","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ff828169c9a65fba8189fd78ecacbac0517e4f888efbb77d24f23df8f21769c.png","name":"Brandful"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/751878087168720896","wmProperty":"like-of","wmId":823452,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-751878087168720896","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MoDataSci","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f2f65adcc70243c947184ac56e1813a9ee1d40c2a6b9e0b30107e582c87c7ea2.jpg","name":"Mohamad Jalalimanesh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2953205123","wmProperty":"like-of","wmId":823450,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2953205123","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iamazik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c151555f03e3e7ac6b4bcc3c68282f43e9de326d550322bc38575257890b98b3.jpg","name":"Mazedul Islam Khan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2374441","wmProperty":"like-of","wmId":823451,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2374441","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ATLChris","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/98575cea18215b0174c5ec6df722722c79ba3126d5da34f40421fd8887684525.jpg","name":"Chris Lentz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/779064758","wmProperty":"like-of","wmId":823449,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-779064758","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/YoGarraGarra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cdc3f1d0a07e48d310d2c5633c651a5db2a2ee79196cda159d430e301ad9c5fe.jpg","name":"YoGarraGarra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1199268791483584512","wmProperty":"like-of","wmId":823448,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1199268791483584512","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdemolaDi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0acba721b3793d9fc81cd50746935fc4fac12774648d73741dca74a506e81902.jpg","name":"𝔸𝕕𝕖𝕞𝕠𝕝𝕒_𝕕𝕖e💥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/31712631","wmProperty":"like-of","wmId":823446,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-31712631","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/shznaqvi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca838ef8365abe62d99241c2c59675296f5b6dbac1020a27c280a601c673a5ff.jpg","name":"Hassan Naqvi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/85465641","wmProperty":"like-of","wmId":823447,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-85465641","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joequincy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a49fea3ca652b0c9a33f38cbe444e816cd9d55e7dedd0551b458732f6fc459c.jpg","name":"Jon Peterson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/210211973","wmProperty":"like-of","wmId":823445,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-210211973","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tundedon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22ccba65a87ba29cfb1b34e7aac679a4bc8c1fb37595e37d73f376721c3fadae.jpg","name":"t2dbabz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1575877309","wmProperty":"like-of","wmId":823444,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1575877309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/PrasadBhagabati","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7061da5ed05d2d4bce05fcfbb1955d2fb783ff25c04c6f5daff490f9ddcd0619.jpg","name":"Bhagabati Prasad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/446753387","wmProperty":"like-of","wmId":823443,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-446753387","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/itswillbrazil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6404df3e336df3d63210bd071825ebbf666247c2d80b0f917014a6f0fae8abd7.jpg","name":"Will Guedes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2361776326","wmProperty":"like-of","wmId":823442,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2361776326","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hugoparreao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f027a19eb1540b68db3c92e1bb77449930dc63d410f1f7f87fe1676c89f432eb.jpg","name":"Hugo Parreão"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19642722","wmProperty":"like-of","wmId":823441,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19642722","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tufant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d86675412662be7d9cbb39cf7dfb7d415684ff6b211cd2f995abf84ec5dd5cd.jpg","name":"Tufan Tunç"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281974930511454209","wmProperty":"in-reply-to","wmId":823440,"type":"entry","url":"https://twitter.com/SferaDev/status/1281974930511454209","likeOf":null,"author":{"url":"https://twitter.com/SferaDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a96b09d6d419eaf607579032c8f371f1ce5b393aa2f60d29f92eb0957a0a880a.jpg","name":"Alexis Rico"},"published":"July 11, 2020","content":{"text":"Just use pure html when you need it, for example resizing an image 😂😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281979017361580033","wmProperty":"in-reply-to","wmId":823439,"type":"entry","url":"https://twitter.com/juan_garcia3708/status/1281979017361580033","likeOf":null,"author":{"url":"https://twitter.com/juan_garcia3708","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cdc602861dded85cbc5799dab8d81aa8fb4359d85387e91641feab53ae8e96d0.jpg","name":"Juan Garcia"},"published":"July 11, 2020","content":{"text":"github.com/dustinrouillard *"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281983644639195136","wmProperty":"in-reply-to","wmId":823437,"type":"entry","url":"https://twitter.com/calexity/status/1281983644639195136","likeOf":null,"author":{"url":"https://twitter.com/calexity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20a9c57159e5c457a4bd44cf317ed2a7947f11ff5de0683c67fe2fbf0bf8a077.jpg","name":"Lex Roman"},"published":"July 11, 2020","content":{"text":"This is so cool! Thank you"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281980216429035522","wmProperty":"in-reply-to","wmId":823438,"type":"entry","url":"https://twitter.com/daniel_dunbar/status/1281980216429035522","likeOf":null,"author":{"url":"https://twitter.com/daniel_dunbar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1eb928b290e4a3abab148a1b7e165f8daaaff8dc65aa2b3c1d3b6100c84dd03.png","name":"Daniel Dunbar"},"published":"July 11, 2020","content":{"text":"Woah, thanks! I totally missed this was possible"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281947234414796803","wmProperty":"mention-of","wmId":823419,"type":"entry","url":"https://twitter.com/0xDEAD0xBEEF/status/1281947234414796803","likeOf":null,"author":{"url":"https://twitter.com/0xDEAD0xBEEF","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee3b2b8546fa1cae6573d91db2b9de0e113aa9665b309f1890542a3a3c1ac6fe.png","name":"0xDEAD 0xBEEF"},"published":"July 11, 2020","content":{"text":"Esto mola bastante. Estoy deseando de ver el de mis jefes del curro 😁😅"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281957659479101446","wmProperty":"mention-of","wmId":823418,"type":"entry","url":"https://twitter.com/fzero/status/1281957659479101446","likeOf":null,"author":{"url":"https://twitter.com/fzero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/899cf32491645e21c538f0139fbc1eb0f8bb7e222f134fc2c993f32d67161400.jpg","name":"Fabio!"},"published":"July 11, 2020","content":{"text":"Thank you, I was looking for (official) instructions and they're nowhere to be found!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281961791380172802","wmProperty":"mention-of","wmId":823417,"type":"entry","url":"https://twitter.com/jsnunki/status/1281961791380172802","likeOf":null,"author":{"url":"https://twitter.com/jsnunki","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72d5722c8f1a767897b247c81dfbb96f008d4fc9b84459e9690fa14180dbba48.jpg","name":"Joha Salinas"},"published":"July 11, 2020","content":{"text":"😍"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281960599547711489","wmProperty":"repost-of","wmId":823416,"type":"entry","url":"https://twitter.com/EriPDev/status/1281960599547711489","likeOf":null,"author":{"url":"https://twitter.com/EriPDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7990d3662b9e7065f2d8ac0790508361ce1dca9e13ec4ae9f42c22e7d7441a7.jpg","name":"✨Erika with a 'k'✨"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281961325820809217","wmProperty":"repost-of","wmId":823415,"type":"entry","url":"https://twitter.com/ChristianBope/status/1281961325820809217","likeOf":null,"author":{"url":"https://twitter.com/ChristianBope","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cfd0f757db9c4505ad76c90cf09b58310ff541bc0d1febed99a87369ed651f3d.jpg","name":"Christian D Bope, Ph.D"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281961396696047617","wmProperty":"repost-of","wmId":823414,"type":"entry","url":"https://twitter.com/iamsapankumar/status/1281961396696047617","likeOf":null,"author":{"url":"https://twitter.com/iamsapankumar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b5b03d4d0928a11467e36a9abfc606492b827aedb7e087c2b723e5c272fdb4e.jpg","name":"Sapan Kumar Das"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281962622238240770","wmProperty":"repost-of","wmId":823413,"type":"entry","url":"https://twitter.com/HostileUX/status/1281962622238240770","likeOf":null,"author":{"url":"https://twitter.com/HostileUX","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30b275be80851863e2398b7cc03311740e54fe8580bcf6865e9e11a0916492a8.jpg","name":"Cassie."},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281963475917574151","wmProperty":"repost-of","wmId":823412,"type":"entry","url":"https://twitter.com/sierra563/status/1281963475917574151","likeOf":null,"author":{"url":"https://twitter.com/sierra563","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/371784cae7502d487c35124246d05fbfb0b01d05ca5f9213d9bb70484b7023cc.jpg","name":"Benjamin Pannell"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964279789387778","wmProperty":"repost-of","wmId":823410,"type":"entry","url":"https://twitter.com/AsapGoku_/status/1281964279789387778","likeOf":null,"author":{"url":"https://twitter.com/AsapGoku_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce29cb77edb3a3f693b562353b38a82b07e7f6ec46beebccc8fb68da19058a06.jpg","name":"Nzeniele"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964006429745152","wmProperty":"repost-of","wmId":823411,"type":"entry","url":"https://twitter.com/jlengstorf/status/1281964006429745152","likeOf":null,"author":{"url":"https://twitter.com/jlengstorf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a74429440de7b7283bae6f28dfe94610c4a6432e90b73b945a121d60fb439578.jpg","name":"Jason Lengstorf"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964341462536192","wmProperty":"repost-of","wmId":823409,"type":"entry","url":"https://twitter.com/elibdev/status/1281964341462536192","likeOf":null,"author":{"url":"https://twitter.com/elibdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a05da74721fb7b4105140ecc44296725cd9663efa80d0ff720c44abd875462f.jpg","name":"Eli Bierman"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964569817239556","wmProperty":"repost-of","wmId":823408,"type":"entry","url":"https://twitter.com/gusma/status/1281964569817239556","likeOf":null,"author":{"url":"https://twitter.com/gusma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b920d46b8b44841a577a5ae835d8143d5d4b254764fb412b9c9f57723a769841.jpg","name":"Gustavo Malamud"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964583822000130","wmProperty":"repost-of","wmId":823407,"type":"entry","url":"https://twitter.com/CoachDemecos/status/1281964583822000130","likeOf":null,"author":{"url":"https://twitter.com/CoachDemecos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92788900559e797ce24d0ec1120cff05056d1ec2043876e64918272018c31dea.jpg","name":"FearCoach"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964633444757506","wmProperty":"repost-of","wmId":823406,"type":"entry","url":"https://twitter.com/outlog/status/1281964633444757506","likeOf":null,"author":{"url":"https://twitter.com/outlog","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cca89ec927d78782fedf7a6bd45349fab65d5680f0772d959e58e9f049356a90.jpg","name":"𝖯𝖾𝗍𝖾𝗋 𝖬𝖺𝖽𝗌𝖾𝗇-𝗆𝗒𝗀𝖽𝖺𝗅"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281964898264788992","wmProperty":"repost-of","wmId":823405,"type":"entry","url":"https://twitter.com/hankchizljaw/status/1281964898264788992","likeOf":null,"author":{"url":"https://twitter.com/hankchizljaw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3721c8a93a4b54a55b8a481ca630bfc29cd2f7d6fd3b23a277ce9b64bbdde7b6.jpg","name":"Andy Bell"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965641612709888","wmProperty":"repost-of","wmId":823403,"type":"entry","url":"https://twitter.com/live_avraj/status/1281965641612709888","likeOf":null,"author":{"url":"https://twitter.com/live_avraj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5e2b488af2925c057ca6ad91666d75ff268fe8f7d7f57a71540a069ff99e84a.jpg","name":"Abhijeet"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965026820206594","wmProperty":"repost-of","wmId":823404,"type":"entry","url":"https://twitter.com/AmrutaRanade/status/1281965026820206594","likeOf":null,"author":{"url":"https://twitter.com/AmrutaRanade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d818937497abee3d686116fdaa38229d6d553408ca8a7f95e6c90b3fa4ea50.jpg","name":"Amruta Ranade"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965690111524865","wmProperty":"repost-of","wmId":823402,"type":"entry","url":"https://twitter.com/hisophiabrandt/status/1281965690111524865","likeOf":null,"author":{"url":"https://twitter.com/hisophiabrandt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6628447d545423ea2bd96c5fdaeee1568062ca25540e833a7fae243780f901a.png","name":"hisophiabrandt"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965711519289344","wmProperty":"repost-of","wmId":823400,"type":"entry","url":"https://twitter.com/BundayyO/status/1281965711519289344","likeOf":null,"author":{"url":"https://twitter.com/BundayyO","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/690888055fb5726490fd78205b8555e5e2952f71bc62e9800cd22e594bff627a.jpg","name":"Bundayy Olayinka"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965819359043585","wmProperty":"repost-of","wmId":823399,"type":"entry","url":"https://twitter.com/MrRoryFlint/status/1281965819359043585","likeOf":null,"author":{"url":"https://twitter.com/MrRoryFlint","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbc7d80a5b9f8c314352d605af45d87c0d10dcc81d481f1a3f6f99c3408922e5.png","name":"Rory"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281965872815333377","wmProperty":"repost-of","wmId":823398,"type":"entry","url":"https://twitter.com/scottpantall/status/1281965872815333377","likeOf":null,"author":{"url":"https://twitter.com/scottpantall","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b199f2b5b1d6e3b5797d42fd964386fa84057318d9666c45567700b766e50ab9.jpg","name":"Scott Pantall"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281967016929382400","wmProperty":"repost-of","wmId":823397,"type":"entry","url":"https://twitter.com/JessicaSorbet/status/1281967016929382400","likeOf":null,"author":{"url":"https://twitter.com/JessicaSorbet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e26a7ac3f9a2d7e495934cb5283b3556a2bf6832dc71a29caf44dc0ffafd339.jpg","name":"Jessica Powell"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1033768673574637574","wmProperty":"like-of","wmId":823396,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1033768673574637574","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_mohdAdil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48bd0d2287a912a763f9c0a8644cf542f34192ae0e0ee6fec6538ba4f2a874e0.jpg","name":"Adil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3099994242","wmProperty":"like-of","wmId":823395,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3099994242","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Official_trisna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b42b30d088c9ba1a1dfeeedfafbb47dc3f12d51697919225e55bffdac14976c2.jpg","name":"Trisna Hermawan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/953160200646791168","wmProperty":"like-of","wmId":823394,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-953160200646791168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/oluchiorji_95","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9070617487c6f486846668305ccb7f00071042ef488dc6c0d2f34ca68cc7c4b.jpg","name":"Oluchi Orji"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1181062524768149504","wmProperty":"like-of","wmId":823392,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1181062524768149504","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/akmt_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/932a0f64fbc8537ce60127eed751c610cef2f96f254d4a9c46b9dabb56541c07.jpg","name":"Akhmetov Tokhtar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/366232416","wmProperty":"like-of","wmId":823393,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-366232416","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Aphrodeity_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91a06cb4a6b8a3d7e5d378213783a90b69c34cf674fa2f5fd415db80ce776621.jpg","name":"Deadly Nightshade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/898976628","wmProperty":"like-of","wmId":823391,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-898976628","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/muddy_soul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0038932c0877ae1d33d71efb1a67d5ff2d6c72cbeeab6e4f8acca6c8ab3e3dfd.jpg","name":"blm fuck cops"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1089209719514787846","wmProperty":"like-of","wmId":823389,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1089209719514787846","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nerdjfpb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e502b5c89b16c7e28c72724d678be23f197a0c5fb5e23d38169aee5d8b2edc7.jpg","name":"Nerdjfpb : Javascript Ninja"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1880872232","wmProperty":"like-of","wmId":823390,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1880872232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/puritanicdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f69d8c5cfe16bbbd02973011506abc976cea7d5216b8f48a0bbc48b71ff28ccc.jpg","name":"Darkø Tasevski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/161688323","wmProperty":"like-of","wmId":823388,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-161688323","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jsnunki","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72d5722c8f1a767897b247c81dfbb96f008d4fc9b84459e9690fa14180dbba48.jpg","name":"Joha Salinas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/869522685340131328","wmProperty":"like-of","wmId":823387,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-869522685340131328","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bowendevries","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e76016b48091867d7f83476e23b812afee608935a58c6e854f4465d10e50f55.jpg","name":"Bowen de Vries"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/897168962361987072","wmProperty":"like-of","wmId":823386,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-897168962361987072","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BadAsExpected","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30aaedc4376b83c979db2d8f2f7bd512ba5913367157e0602b55f64782afc6c9.jpg","name":"El Esgar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/755609707","wmProperty":"like-of","wmId":823384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-755609707","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/static_254","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee54e96cbd353e14bfae2dc70f0f0bf9b3fe60c8d2f2b8a04945a1e36bd6ef26.jpg","name":"The Dark Knight"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/425360890","wmProperty":"like-of","wmId":823385,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-425360890","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/StephensPrecy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a1bf9bd0e652a954337253daab58f968d431c19b4a30d0d0e5e2b4feceb0513.jpg","name":"Precious"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/735481700","wmProperty":"like-of","wmId":823383,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-735481700","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fernandodevega","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5aa2c03208c65010d8f6baa578f60e51aacb4a7ff494c700e3441bd80b8b3a17.jpg","name":"Fernando De Vega"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2779337688","wmProperty":"like-of","wmId":823382,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2779337688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/geekalachic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d368bbf4419c2802d04e99052cfed511beb01b98a07722b6494b7649eaf89342.jpg","name":"Ju_Li"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/81755348","wmProperty":"like-of","wmId":823380,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-81755348","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/magicofcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0aa565604e33abc25c066860e333b1b5bd3a77f96c375da864fe24fc710f9e3e.jpg","name":"Stephanie 🔮"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/77529292","wmProperty":"like-of","wmId":823381,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-77529292","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tanmay_patil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/285e4008fa7cc359b97839c28b0981e5eb3b52b92a5725c257ad7a9e3efb699e.jpg","name":"tanmay patil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3221047237","wmProperty":"like-of","wmId":823378,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3221047237","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/roach_iam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f388e2b9aba8dc12e90f419ed5cdb469217a8d26787445d06d69aba67033db58.jpg","name":"Kyle Roach 👨🏽‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14386271","wmProperty":"like-of","wmId":823379,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14386271","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/echwa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c49c0998dc27a0856cf25b2981d87a72dec52d3bce7be286fe8e7f0640dcace.jpg","name":"Damien Anderson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3194901","wmProperty":"like-of","wmId":823376,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3194901","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gterez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f9d01de81a4f61be56f1d6bf1923ce8d650748eb77636ea3f13f26f0fc7f35df.jpg","name":"George Terezakis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/76116338","wmProperty":"like-of","wmId":823377,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-76116338","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/philippkollenda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76ce15a9c667ad6d7b1c262a650bd34932a6c81f48f0ba52784c4d13fb9f5014.jpg","name":"Philipp Kollenda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1009141967245234176","wmProperty":"like-of","wmId":823374,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1009141967245234176","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/waitingbirdmf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/718d3abdacae99ffe73d8569f7c8749ab180fa4eace43fd2109ede859356cdb1.jpg","name":"Mike Lamb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/41229950","wmProperty":"like-of","wmId":823375,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-41229950","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lawlessGuy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abfb10dc09c47ad92149b24cf4dfb146b65b58b193d3fa8ab9d308f74e1b69bc.jpg","name":"Jim Lawless"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19012724","wmProperty":"like-of","wmId":823373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19012724","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GIGACHURCH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03c47f7c76e1fc7232f29754c8aa0fac9374f049a48de4e4332b7f3e853e7f78.jpg","name":"R. C."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1258771549433344002","wmProperty":"like-of","wmId":823372,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1258771549433344002","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/yoursincerley","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a00ab17571965e8ca5eea12a4988565fe50040b3d4a51fd811ed061aa00999a6.jpg","name":"Sirmuel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/15668072","wmProperty":"like-of","wmId":823370,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-15668072","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jlengstorf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a74429440de7b7283bae6f28dfe94610c4a6432e90b73b945a121d60fb439578.jpg","name":"Jason Lengstorf"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/340031134","wmProperty":"like-of","wmId":823371,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-340031134","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/iqballord","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d7c473250068fde724deba603802c5d097b5ab69dac421cc912e9c66d168d50.jpg","name":"iqbal mohamad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/602640816","wmProperty":"like-of","wmId":823369,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-602640816","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/asgharhussain11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31dedc844cc0e5e2be45a10f5670931ad79ce67a79a10ad1e3c0a95ab1c80bf9.jpg","name":"asgharhussain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/636018547","wmProperty":"like-of","wmId":823368,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-636018547","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davidmuregi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23c4194777c7a928388dc605859a9431944ce88829a93bf08c22e47c4d90a6df.jpg","name":"daytech 🇰🇪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/58254505","wmProperty":"like-of","wmId":823366,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-58254505","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/daniel_leal1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e22d45305ba03e30dbb15c91f8e8a551b58e1a74bff242c714e28967e6d2c21.jpg","name":"Daniel Borges Leal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/47209604","wmProperty":"like-of","wmId":823367,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-47209604","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LaurenAhmani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56341ef5835f3ea5b44519e81de183513706ef0e182bee3ca79e042e20f32fc8.jpg","name":"Lau."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/70271671","wmProperty":"like-of","wmId":823364,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-70271671","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/agiletalk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bca6e6bf84eb39f621ff730a686db74b5c306c57a1ddf2bad6fab913b1b9ba9b.jpg","name":"𝕔𝕙𝕒𝕟𝕛𝕦 𝕁𝕖𝕠𝕟"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2309494429","wmProperty":"like-of","wmId":823365,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2309494429","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/live_avraj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5e2b488af2925c057ca6ad91666d75ff268fe8f7d7f57a71540a069ff99e84a.jpg","name":"Abhijeet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/992796100087156737","wmProperty":"like-of","wmId":823363,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-992796100087156737","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Adeorgomez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d94dd877d2198572d2626aa18f5cb1a25ce81ead5343abc89086e8ecc3670aa6.jpg","name":"Mr Wilde(Ajifomiobowe)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/57692791","wmProperty":"like-of","wmId":823362,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-57692791","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/omoseisreal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70e282c213d4721d86d7980e57e6e7ae8a510c9eb5b24612e4c51044a5a6a3b5.jpg","name":"omose ogala ☻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/342813549","wmProperty":"like-of","wmId":823360,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-342813549","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/faahim01","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a70419f1685e1b91089a9d990f24dee489afea24be50f590ecd3061b2b4e051.jpg","name":"Faahim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2783440864","wmProperty":"like-of","wmId":823361,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2783440864","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/komilaya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a9b0a92934b75ddce220023138a346398fb3b8177af4adb9efdea75bfdd6de1.jpg","name":"komila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1206676955724161029","wmProperty":"like-of","wmId":823359,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1206676955724161029","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HeritageAlabi1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28eeabe359150b523db1dacba59e496c22079688c470568498f7cc6e517c5338.jpg","name":"Heritage Alabi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/714356232","wmProperty":"like-of","wmId":823358,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-714356232","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bwilkinson69","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33768661d9bc1511674bc22ef06c1f614c2c71a3c616f78de89de840f8567aec.jpg","name":"Bryce Wilkinson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24574573","wmProperty":"like-of","wmId":823357,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24574573","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/MrJasonGrant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9659d8c210a075f07558ce3d2d2b1db95b72f650ec7331e677f868fb744cf88a.jpg","name":"Jason Grant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/878048281493942273","wmProperty":"like-of","wmId":823356,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-878048281493942273","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/GonzaloEze_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9f0b2bc65138bc30687ee38764566249dfd2b05b4602fee98acc7242a23c402.jpg","name":"Gonza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/199307739","wmProperty":"like-of","wmId":823355,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-199307739","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Manuhh_L","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d7196b3ed9fdad3ed11d17f8013e74ba4d7443e3a70a2f3690b88d3e1354eeb.jpg","name":"Manuel Nhiuana 🇲🇿"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24953139","wmProperty":"like-of","wmId":823354,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24953139","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lungsoftheocean","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9c5a3a25fa8ecabfdbbdedb1c873b4ccabcc2b80d8168924bbd5de04d520653.jpg","name":"Ben Meszaros 🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1102569133764419585","wmProperty":"like-of","wmId":823353,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1102569133764419585","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HardymanMace","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d1a9a4b5d21217ff8dfff0153ea1a86358ee18f41ae918a2d0e9627095f9d03.jpg","name":"Martin Mace-Hardyman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1103507196","wmProperty":"like-of","wmId":823351,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1103507196","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AmrutaRanade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d818937497abee3d686116fdaa38229d6d553408ca8a7f95e6c90b3fa4ea50.jpg","name":"Amruta Ranade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/734983338","wmProperty":"like-of","wmId":823352,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-734983338","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_ahmed_ab","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad5a6446ee2e8d9c54c5d7a194c4e55e038197c9a7d0c89cf95758c5d453a774.jpg","name":"~/αhmєd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/865972214079860737","wmProperty":"like-of","wmId":823350,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-865972214079860737","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/haidersarfraz6","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2324402b851aff9f9e18a8f62d06cc7177f54378b136aa2e3dbfb446ca92d55b.jpg","name":"LiKoN"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3079390279","wmProperty":"like-of","wmId":823349,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3079390279","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Itsme310221","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cfc343bc9a6a7efb7a56cffff486eca0fe018e7001fc40de11a8c4e93f7e564.jpg","name":"Roshan Aryal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3065684709","wmProperty":"like-of","wmId":823348,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3065684709","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/elibdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a05da74721fb7b4105140ecc44296725cd9663efa80d0ff720c44abd875462f.jpg","name":"Eli Bierman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/174018502","wmProperty":"like-of","wmId":823347,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-174018502","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/endlesstrax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/17041493437d476ac4e9f2dc47527ae18e5e1d7a3f756405a1aa259ed3e7f8e9.jpg","name":"Ricky"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1171420710046248960","wmProperty":"like-of","wmId":823346,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1171420710046248960","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Jessarin5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81c1067e334671b08d792e1cb96a473d988a68ccee64aef56ab69d410a7e7a3e.jpg","name":"Ashley"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/43934803","wmProperty":"like-of","wmId":823344,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-43934803","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/brwngrldev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/091d30ee7d75096dccaf01558af605ea6ef3108e03d30c08f3c43056d99c058a.jpg","name":"Annyce Davis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1173515521276416001","wmProperty":"like-of","wmId":823345,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1173515521276416001","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/orion_esu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e03b5d591f0c2d954713ba3dc022978dc3c0df07407b241f0d7131bbcafb8257.jpg","name":"The Code Boy 🤓"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/941621621751721984","wmProperty":"like-of","wmId":823343,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-941621621751721984","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/CoachDemecos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92788900559e797ce24d0ec1120cff05056d1ec2043876e64918272018c31dea.jpg","name":"FearCoach"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/86857898","wmProperty":"like-of","wmId":823341,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-86857898","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Nathanbq","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23686db613895e4b358b2e83103dbae69b8d6879f73220b80ebf0824d45000d5.jpg","name":"Jonathan Bohorquez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1032309123025719297","wmProperty":"like-of","wmId":823342,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1032309123025719297","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/BundayyO","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/690888055fb5726490fd78205b8555e5e2952f71bc62e9800cd22e594bff627a.jpg","name":"Bundayy Olayinka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2784468223","wmProperty":"like-of","wmId":823340,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2784468223","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/frustratedpepe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/594c33b4e65575734a5117e288322b598de8927a4aad6f5fe9bc82bb94075c67.jpg","name":"_"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/98320697","wmProperty":"like-of","wmId":823339,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-98320697","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mach1095","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ca99242d497629c99984767e9a3c351bbe33c0b6babb7afbee628a4243c19c5.jpg","name":"Derek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1114547124065185792","wmProperty":"like-of","wmId":823338,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1114547124065185792","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KelvinRubbie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be013634ff6513c808054d1a69e739192b3497addd68ab42886a700e62479cea.jpg","name":"python -m rubbie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/84158337","wmProperty":"like-of","wmId":823337,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-84158337","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/davidwillianx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/446901b042bc901d06f11cf602475e4c3f31cf3851592e800a2d69bc73cebffb.jpg","name":"david willian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/50751291","wmProperty":"like-of","wmId":823336,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-50751291","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/deanbot88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd764b69149ff8bba5c839b2ac9c85bc3dcb68ef40bbec9bed42cb643a57f40d.jpg","name":"Dean Verleger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2462772540","wmProperty":"like-of","wmId":823335,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2462772540","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SaiRahulTalluri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/732875a46e495c10f9250f6a87e6214d19d8642bc8e4c975c85901c04c6d0571.jpg","name":"Sai Rahul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1161767135837851648","wmProperty":"like-of","wmId":823334,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1161767135837851648","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fun2src","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/897154ff51955480c8ba64240e9776909ead3d0d7db289d5b78cb4c5ca442a7c.jpg","name":"Alberto Seoane 🦀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/377491309","wmProperty":"like-of","wmId":823333,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-377491309","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JessicaSorbet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e26a7ac3f9a2d7e495934cb5283b3556a2bf6832dc71a29caf44dc0ffafd339.jpg","name":"Jessica Powell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2251952300","wmProperty":"like-of","wmId":823332,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2251952300","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/umohtobby","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/00c59e94283d9fa05e0ab2abcd569f5b2e84f6ac94964f70934927bfeba6dca1.jpg","name":"tobby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/533000552","wmProperty":"like-of","wmId":823331,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-533000552","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AsapGoku_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce29cb77edb3a3f693b562353b38a82b07e7f6ec46beebccc8fb68da19058a06.jpg","name":"Nzeniele"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/985049439856480257","wmProperty":"like-of","wmId":823329,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-985049439856480257","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/HostileUX","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30b275be80851863e2398b7cc03311740e54fe8580bcf6865e9e11a0916492a8.jpg","name":"Cassie."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/98734097","wmProperty":"like-of","wmId":823330,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-98734097","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hankchizljaw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3721c8a93a4b54a55b8a481ca630bfc29cd2f7d6fd3b23a277ce9b64bbdde7b6.jpg","name":"Andy Bell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/42729732","wmProperty":"like-of","wmId":823328,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-42729732","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/darioaxel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c1bd4b492144fb5798ed19f10a28c756b6964507d0d0cf6102d0dfb3b83b333d.jpg","name":"Darío Ureña"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/770101736707088384","wmProperty":"like-of","wmId":823327,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-770101736707088384","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/baklaev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1d4fde344966a32caa6fc30fc8f505e95bdff32426ce858696f45f688f79712.jpg","name":"Konstantin Baklaev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2752941746","wmProperty":"like-of","wmId":823326,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2752941746","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/simbaTmotsi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96075c0b4ff4723ef28be44196a0d4f3a171e4acba69d6df77c6f2cacbd2e5d2.jpg","name":"Simbarashe Timothy Motsi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19796958","wmProperty":"like-of","wmId":823325,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19796958","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Seanmclem","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22e3d0396ebcb1e1c930b95271d8720785e1750257d2391bd6d9aa49d721387b.jpg","name":"Sean C"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/36265139","wmProperty":"like-of","wmId":823324,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-36265139","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/klioonthemoon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/87dbbf191b82c812ef88be08fcf2aaf3aaea5772c21e750987ca615e4afe8a08.jpg","name":"kwisatz saderach 🌙✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1186654434","wmProperty":"like-of","wmId":823323,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1186654434","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/knowgaurav_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dded32b53e5a8613c04b60e5cc6cdd93ef49fe41b9bb99f81b1640fa612c7dc.jpg","name":"Gaurav Singh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/826478199198609409","wmProperty":"like-of","wmId":823322,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-826478199198609409","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/StephenLin35","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d89311087088505a8d1132eaa5a943ae459eba1f1f64c83815b3220861a46539.jpg","name":"Stephen Lin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/30917114","wmProperty":"like-of","wmId":823321,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-30917114","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/justlikeamy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e05e825418f7bfb83975e86f9fc0168588cf2c6b62d8704d6ed9fa64c99581fa.jpg","name":"Amy Edwards"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/482659369","wmProperty":"like-of","wmId":823320,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-482659369","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TylerEikenberg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0fc92d09f5c676e9078af7c8f09f56ec093133047a4f399396f17bf2bcafe4e.jpg","name":"Tyler Eikenberg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4679255582","wmProperty":"like-of","wmId":823319,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4679255582","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/pvomelveny","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63c88d2492178230c324d17afd1e96b1f10114e678417d3aa5d807deb1310c6e.jpg","name":"Patrick O'Melveny"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/24202643","wmProperty":"like-of","wmId":823318,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-24202643","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Kosai106","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e47cf56cc607c9e8672b758be3d86bbb62faaf4d515d470d9c5b4c531ab2ba5.jpg","name":"Kevin Østerkilde 🇩🇰"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/219607720","wmProperty":"like-of","wmId":823317,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-219607720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Yuka55Takahashi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac21200fe2ca8079c3e0a225b3068007b6bb181704b8101de109820b97074a7b.jpg","name":"YukaM☆55☆ゆうかむ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281960866355621889","wmProperty":"in-reply-to","wmId":823316,"type":"entry","url":"https://twitter.com/SnipeyDev/status/1281960866355621889","likeOf":null,"author":{"url":"https://twitter.com/SnipeyDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/785b083d3e2e09e043e414910ea235a81a3a9d37027c42a13c612d3c1e4d0df0.png","name":"Stephen F"},"published":"July 11, 2020","content":{"text":"github.com/dustinroulliard updated his automatically based off wakatime.\nPretty neat. I'm finishing mine to be a little bit more outlandish though."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281949119628611586","wmProperty":"in-reply-to","wmId":823309,"type":"entry","url":"https://twitter.com/ostomide/status/1281949119628611586","likeOf":null,"author":{"url":"https://twitter.com/ostomide","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f563b42cdeaa587acc6844cb0dfd469862f48dceb31811c7d4b976fe0dcf844.jpg","name":"👨🏼‍💻☠️NoB|€ $+£^D🧜🏼‍♂️🤓"},"published":"July 11, 2020","content":{"text":"You're a pro in mark-down files. I stan"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281950236651462657","wmProperty":"in-reply-to","wmId":823308,"type":"entry","url":"https://twitter.com/ostomide/status/1281950236651462657","likeOf":null,"author":{"url":"https://twitter.com/ostomide","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f563b42cdeaa587acc6844cb0dfd469862f48dceb31811c7d4b976fe0dcf844.jpg","name":"👨🏼‍💻☠️NoB|€ $+£^D🧜🏼‍♂️🤓"},"published":"July 11, 2020","content":{"text":"Thanks. I'll take the read. I just might end up stealing code from yours though 🤣🤣🤣"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/284556516","wmProperty":"like-of","wmId":823307,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-284556516","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Zombispormedio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b1c9720a3d40b830da52d9fa4a57f35bf44caf387d23dcea2ca24386738f8f2a.png","name":"Xavier Serrano"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2812030958","wmProperty":"like-of","wmId":823306,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2812030958","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gioperalto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b42716fb8bed35af3d59db90c9dbaba92d941f0edfc8ff7621b76fc1bca14d3d.jpg","name":"Gio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/389618036","wmProperty":"like-of","wmId":823305,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-389618036","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/panodk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28115d3ade6d9b175a152cc2124f7c9927707cc271217811880bbfcfd68324fa.jpg","name":"PK"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2173004061","wmProperty":"like-of","wmId":823303,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2173004061","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_WellOfPeace_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/696562becb07045b07246078ffbe457bdbd68a1c555149ddfe1c41c9587b1523.jpg","name":"Bakare Peace"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14526336","wmProperty":"like-of","wmId":823304,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14526336","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/TheSted","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/710aa5142d28823295792124e7918408974fc42a2220516b7ce84c535676ae3c.jpg","name":"Mike Steder"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/52304337","wmProperty":"like-of","wmId":823301,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-52304337","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rbaruah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/662f10d03f3247a17e492e4e15112f681adcb4c1ba1b0cd4ffb4eb05a0c957aa.jpg","name":"Elan Mosque"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/11891332","wmProperty":"like-of","wmId":823302,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-11891332","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stephenparish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b332c4a7edc3c8ff8b65f7e373029e3cd43e3a43ba7553c6699eee560c0380d3.jpg","name":"Stephen Parish"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1460991","wmProperty":"like-of","wmId":823300,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1460991","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dpen2000","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe8043ec5421ed495a13934242ee4067d9a1a022b3a7ae22aaec17bcdce9cf4c.jpg","name":"David Pendray"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1170698620175298563","wmProperty":"like-of","wmId":823299,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1170698620175298563","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/laura_NoMi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e998e0518b73a5a8dfeecaa6fec9159e3f3efcc098ce80756f9192da29c5fd0.jpg","name":"Laura"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/349446974","wmProperty":"like-of","wmId":823297,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-349446974","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/llewxamikkin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d00f42333062f724d518368191b8afa312315f2d40d493832373e526c0655f5.jpg","name":"Nikki Maxwell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/754385935098191872","wmProperty":"like-of","wmId":823298,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-754385935098191872","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/damn_gurrrl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80834dade9217512330a643145ef69883e0f82d3ed85955ca94ee1dffc3518da.jpg","name":"🗡️🌈 Stabby Painbow 🌈🗡️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1481941","wmProperty":"like-of","wmId":823296,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1481941","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mr_goodwin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/196c096088c4dc386014a02deecf93299f3508dcb3a2b6a92089801feee78297.jpg","name":"Mark Goodwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3115670325","wmProperty":"like-of","wmId":823295,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3115670325","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_eavam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0382c4a137509139adf9c247cedda7171adcd5e1db98853ca668f2be032982a.jpg","name":"Avakumov Egor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/807997605875744769","wmProperty":"like-of","wmId":823293,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-807997605875744769","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ed_dev_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abb5e740c585ec7c4d3457d47a50c45a350ebf32be018774b381548c5fc23b30.png","name":"Eduardo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281950452318457856","wmProperty":"in-reply-to","wmId":823294,"type":"entry","url":"https://twitter.com/samisoffIine/status/1281950452318457856","likeOf":null,"author":{"url":"https://twitter.com/samisoffIine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d67f49f10c7bd5c3e3d0b6c9cfe2eec9afd5e5dd47265dbf94d9e5b022fc7a.jpg","name":"Sam 🔗"},"published":"July 11, 2020","content":{"text":"I like this! It's really simple."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1094346301364469760","wmProperty":"like-of","wmId":823292,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1094346301364469760","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/heypaulmcgrath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f68b4074626eb9d13baf9602f2f12a3aefb7d21f204dbdc02765f167a8e6f27f.jpg","name":"Paul McGrath 🌱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19029316","wmProperty":"like-of","wmId":823291,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19029316","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/1iversoDiscreto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/37c72e1182bfca8eba21525e553c63fd8ed30fa7e6bdfd0a54524f2ef66cd3d0.jpg","name":"Lucas Lattari (Universo Discreto)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281957752412069889","wmProperty":"in-reply-to","wmId":823290,"type":"entry","url":"https://twitter.com/swingcake/status/1281957752412069889","likeOf":null,"author":{"url":"https://twitter.com/swingcake","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24e73e30d517274cd32f5a3dfe7d3d289aced2146708a6374456b3bf649ef6c8.jpg","name":"Tushar Choudhary"},"published":"July 11, 2020","content":{"text":"Keep it like that, it's something different (maybe not after you shared it here) and I like it"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281948909515005957","wmProperty":"in-reply-to","wmId":823289,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281948909515005957","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"July 11, 2020","content":{"text":"I know you’ll put a nice spin on yours. I always enjoy reading your copy and seeing the designs you come up with like your Twitch frames."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281954556407160832","wmProperty":"in-reply-to","wmId":823288,"type":"entry","url":"https://twitter.com/samisoffIine/status/1281954556407160832","likeOf":null,"author":{"url":"https://twitter.com/samisoffIine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d67f49f10c7bd5c3e3d0b6c9cfe2eec9afd5e5dd47265dbf94d9e5b022fc7a.jpg","name":"Sam 🔗"},"published":"July 11, 2020","content":{"text":"...and it's done! I might add more to it.\n\nI've borrowed some features from other responses to your tweet - such as the badges, and your image idea of course! github.com/sam-cross"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281949578414227459","wmProperty":"in-reply-to","wmId":823287,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281949578414227459","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"July 11, 2020","content":{"text":"You can also be a pro with markdown!\n\nguides.github.com/pdfs/markdown-…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281945836512043009","wmProperty":"in-reply-to","wmId":823286,"type":"entry","url":"https://twitter.com/AshlynTHOMASSM1/status/1281945836512043009","likeOf":null,"author":{"url":"https://twitter.com/AshlynTHOMASSM1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df84da85e424b546c43be3a42d93f0e2270318d3fff41acbc0612848562ddd31.jpg","name":"curlyheadedtechie"},"published":"July 11, 2020","content":{"text":"Cool! Thanks for sharing . I’m excited to try this out."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281946505155194881","wmProperty":"in-reply-to","wmId":823285,"type":"entry","url":"https://twitter.com/vogueandcode/status/1281946505155194881","likeOf":null,"author":{"url":"https://twitter.com/vogueandcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3b23a4138c633937f77a87845bb0b80fa45fc315424b9a51164d8e78bbf5284.jpg","name":"April Speight"},"published":"July 11, 2020","content":{"text":"Saving this for next week as I update mine 🙂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281946510775562240","wmProperty":"in-reply-to","wmId":823284,"type":"entry","url":"https://twitter.com/temp_var/status/1281946510775562240","likeOf":null,"author":{"url":"https://twitter.com/temp_var","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/14b2875ed4c9e0178b0d7da9ea8553bd1e185bb0584998149c5b04ca0c7c9914.png","name":"Mor"},"published":"July 11, 2020","content":{"text":"It looks amazing"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281947223106949120","wmProperty":"in-reply-to","wmId":823283,"type":"entry","url":"https://twitter.com/samisoffIine/status/1281947223106949120","likeOf":null,"author":{"url":"https://twitter.com/samisoffIine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92d67f49f10c7bd5c3e3d0b6c9cfe2eec9afd5e5dd47265dbf94d9e5b022fc7a.jpg","name":"Sam 🔗"},"published":"July 11, 2020","content":{"text":"This looks awesome, I'm working on this right now"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281952867352408064","wmProperty":"in-reply-to","wmId":823282,"type":"entry","url":"https://twitter.com/vogueandcode/status/1281952867352408064","likeOf":null,"author":{"url":"https://twitter.com/vogueandcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3b23a4138c633937f77a87845bb0b80fa45fc315424b9a51164d8e78bbf5284.jpg","name":"April Speight"},"published":"July 11, 2020","content":{"text":"Thank you 💕"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281930805305057283","wmProperty":"mention-of","wmId":823279,"type":"entry","url":"https://twitter.com/headlikeahole_/status/1281930805305057283","likeOf":null,"author":{"url":"https://twitter.com/headlikeahole_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd75bc22143a21a105d63d11ad796822c14c4082e5b54357984f017218c424ee.jpg","name":"Паша Вергеев 🐛"},"published":"July 11, 2020","content":{"text":"😍"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1281932571065147395","wmProperty":"mention-of","wmId":823278,"type":"entry","url":"https://twitter.com/colbyfayock/status/1281932571065147395","likeOf":null,"author":{"url":"https://twitter.com/colbyfayock","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9d0f781d734c446a53a1ab7133dd1ec7cabe2cd50f4a42cfbbeefe3af9aa44db.jpg","name":"Colby Fayock"},"published":"July 11, 2020","content":{"text":"part of what makes learning in public and creating content fun is being able to express your personality as part of it\n\ni love that @github added this feature and it’s really cool to see what kind of creative things people are doing with their profile"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281932695321432065","wmProperty":"repost-of","wmId":823276,"type":"entry","url":"https://twitter.com/mattgperry/status/1281932695321432065","likeOf":null,"author":{"url":"https://twitter.com/mattgperry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6240992ddb9eb2764d952c7e987b5036e6d05f73091fb3454cde618b2644c77e.jpg","name":"Matt Perry"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281932675675303951","wmProperty":"repost-of","wmId":823277,"type":"entry","url":"https://twitter.com/thayse_o/status/1281932675675303951","likeOf":null,"author":{"url":"https://twitter.com/thayse_o","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9646ca9baa1aa558c9bacbe22d3acbe09358e54c8214d6ae252a570db7d6afda.jpg","name":"Thayse Onofrio"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281932987358158859","wmProperty":"repost-of","wmId":823274,"type":"entry","url":"https://twitter.com/Awels97/status/1281932987358158859","likeOf":null,"author":{"url":"https://twitter.com/Awels97","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7143ce184a83b5cc424fb26b37e7e684228911254185f1b0f23edc8d480e724f.jpg","name":"FRANCIS"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281932721313525762","wmProperty":"repost-of","wmId":823275,"type":"entry","url":"https://twitter.com/dotNesh/status/1281932721313525762","likeOf":null,"author":{"url":"https://twitter.com/dotNesh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac6d5849aa139b40aeeddca3e25b1624926c6422c9c959ff8ed52ea1d85f14d3.jpg","name":"Kelvin Kariuki"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281932973718122501","wmProperty":"repost-of","wmId":823273,"type":"entry","url":"https://twitter.com/vinhsannguyen91/status/1281932973718122501","likeOf":null,"author":{"url":"https://twitter.com/vinhsannguyen91","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8135b32910a101013188014254820cdcd777f99bac3ed40a0f6b041454c4f9c3.jpg","name":"San Nguyen"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281933501642702849","wmProperty":"repost-of","wmId":823272,"type":"entry","url":"https://twitter.com/taiwo_olabamipe/status/1281933501642702849","likeOf":null,"author":{"url":"https://twitter.com/taiwo_olabamipe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab421eaf433c7154b95c7952d9a96ed1053e4b417177e41b0acc75025695f27d.jpg","name":"Ola"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281933616017223681","wmProperty":"repost-of","wmId":823270,"type":"entry","url":"https://twitter.com/deniil2607/status/1281933616017223681","likeOf":null,"author":{"url":"https://twitter.com/deniil2607","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed1f5b0d64138e5715e264181af2a1cc2072925e66a2f3373073b94750c66f88.jpg","name":"Danila Shanygin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281933556902694912","wmProperty":"repost-of","wmId":823271,"type":"entry","url":"https://twitter.com/DeniseLemonaki/status/1281933556902694912","likeOf":null,"author":{"url":"https://twitter.com/DeniseLemonaki","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc3c7276effac558b2202a87d42edf785e557d439284ee1da6a59c25614f28f0.jpg","name":"Dionysia Lemonaki"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281934056322719745","wmProperty":"repost-of","wmId":823269,"type":"entry","url":"https://twitter.com/MBrooksUK/status/1281934056322719745","likeOf":null,"author":{"url":"https://twitter.com/MBrooksUK","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64fae22caf3211625fed3d1915bb5f43b3bab1b81ff246f9beb4eba30432e823.jpg","name":"Michael Brooks"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281935151044407296","wmProperty":"repost-of","wmId":823268,"type":"entry","url":"https://twitter.com/DavidMS83/status/1281935151044407296","likeOf":null,"author":{"url":"https://twitter.com/DavidMS83","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d35fa89f1cee0d47e7e7094896f652c24d1f343190edd1d5fb3be49dd40e1bb5.jpg","name":"DMS"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281935317344419840","wmProperty":"repost-of","wmId":823267,"type":"entry","url":"https://twitter.com/mashadirajab/status/1281935317344419840","likeOf":null,"author":{"url":"https://twitter.com/mashadirajab","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab51c282e5ee23925860cef101273a897bead5b85a34ec432d7fa2fd445007ed.jpg","name":"مش رجب"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281937086900305928","wmProperty":"repost-of","wmId":823265,"type":"entry","url":"https://twitter.com/amin_ajao/status/1281937086900305928","likeOf":null,"author":{"url":"https://twitter.com/amin_ajao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4482f4ee58ea5aa087bf460a80c0b1615c7644aba2a925b7e75c0e5883437e32.jpg","name":"Ajao Amin"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281935954161303553","wmProperty":"repost-of","wmId":823266,"type":"entry","url":"https://twitter.com/MedAmineAmmach/status/1281935954161303553","likeOf":null,"author":{"url":"https://twitter.com/MedAmineAmmach","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f14f52274f1918649a27fbbcb83186b15d6e88fe649dbd99779c88b46011d75d.png","name":"Mohamed Amine Ammach"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281937307432452096","wmProperty":"repost-of","wmId":823264,"type":"entry","url":"https://twitter.com/AdiFaidz/status/1281937307432452096","likeOf":null,"author":{"url":"https://twitter.com/AdiFaidz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03dcc91ab36be93fb3ea6a0173dec5334fb4d03cbcb36524284f3698c752e003.jpg","name":"'Adi Faidz"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281941622670884865","wmProperty":"repost-of","wmId":823263,"type":"entry","url":"https://twitter.com/stephenmk/status/1281941622670884865","likeOf":null,"author":{"url":"https://twitter.com/stephenmk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/227dbbb641e520a71021e1e083f5b08d32a1447a2b575ab12c2d4184a2f74672.jpg","name":"Stephen Keating"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281942791220801537","wmProperty":"repost-of","wmId":823262,"type":"entry","url":"https://twitter.com/isabelcmdcosta/status/1281942791220801537","likeOf":null,"author":{"url":"https://twitter.com/isabelcmdcosta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29fded5fae3c2fd9e1447c333790ce9c00e031e2178da1e69edb89ae5adbe112.jpg","name":"Isabel Costa"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281943436979994624","wmProperty":"repost-of","wmId":823260,"type":"entry","url":"https://twitter.com/kurtkemple/status/1281943436979994624","likeOf":null,"author":{"url":"https://twitter.com/kurtkemple","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f44bca4c24595741f997e429c8a0971238b8df7e6f72b71c63706754c89f6a69.jpg","name":"theworstdev"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281943092610977793","wmProperty":"repost-of","wmId":823261,"type":"entry","url":"https://twitter.com/franilones/status/1281943092610977793","likeOf":null,"author":{"url":"https://twitter.com/franilones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f03fb206aa64f16dee1a23a8119fb2921328a2fc2641a872242dd89fa7af7616.png","name":"franilones"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281943959967870977","wmProperty":"repost-of","wmId":823258,"type":"entry","url":"https://twitter.com/mikekavouras/status/1281943959967870977","likeOf":null,"author":{"url":"https://twitter.com/mikekavouras","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a12e5dc3aaa8f7262039aa81a9b75baa5b884c4d515c853b062c6b03ce3ea07.jpg","name":"ᴹᶦᵏᵉ"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1281928692634189824/1281943609483427840","wmProperty":"repost-of","wmId":823259,"type":"entry","url":"https://twitter.com/julielerman/status/1281943609483427840","likeOf":null,"author":{"url":"https://twitter.com/julielerman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a275bbb7881c2cce735631a58cec5f1d3fca613807417274e72cd731077eb8da.jpg","name":"Julie Lerman"},"published":"July 11, 2020","content":{"text":"I published an article about how to create your own profile-level README on GitHub + shared some of my faves for inspiration:  https://t.co/"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/90431947","wmProperty":"like-of","wmId":823256,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-90431947","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/joelmturner","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7aeb311365be880634d7420d17bfb9b40b6c3cb0fff06307ec89371e9cb65da4.jpg","name":"Joel Turner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/974864883559706624","wmProperty":"like-of","wmId":823257,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-974864883559706624","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ryands1701","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0ba439c6c7c4bd79f00f2c7502144fb33ffdd441ee8c0a9f4e85d4c5214689dc.png","name":"Ryan Dsouza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/191142068","wmProperty":"like-of","wmId":823255,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-191142068","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/niktastik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39fb848431db580f407e62e2dfe7d2e4a6e203bde0ea287bf601ab4f52e7c147.jpg","name":"niktastik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/279614981","wmProperty":"like-of","wmId":823253,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-279614981","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/choukmax","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/197c378c12a483a84b29bd39312167d178ee8ffc7cb9ea7fbebc36e4ca823d4e.jpg","name":"Maxime Richard"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/422553","wmProperty":"like-of","wmId":823254,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-422553","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johndunne","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aff8fac963e50f5b56f8c7a3998b05615a80aea1da9a19758b511f66d9fbc3bd.jpg","name":"John Dunne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/483994240","wmProperty":"like-of","wmId":823252,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-483994240","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/arjundot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b2f5821f2ca8f75907c9061fea89e553baee9977f01443d94ac026cb76f309f2.jpg","name":"arjun 👨‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/93067721","wmProperty":"like-of","wmId":823251,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-93067721","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dhersan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8965608fe757b775f65b0e9159b9345a82e1a627a8fe0c27b46b47a3754af12f.png","name":"dhersan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/146213826","wmProperty":"like-of","wmId":823250,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-146213826","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/confunctionist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9856809796c9c36342e78555e734a524dacc1e2793da9b61d8eae3a94a470df0.jpg","name":"Confunctionist"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/69732093","wmProperty":"like-of","wmId":823249,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-69732093","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nicoavila_a","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/614c3a7fdad533f7de1379aadf5901547d1efc0d1f7794b9d6f98ca9fc2a82f6.jpg","name":"Nicolás Avila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/58663749","wmProperty":"like-of","wmId":823248,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-58663749","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/__dphm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b52f224faec9c876cad07405cbd8ac10e73370a0281f2a1aec0cbae5f51bbb74.jpg","name":"d"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/411215096","wmProperty":"like-of","wmId":823247,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-411215096","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/jvcasill","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd22cd04b8b99857fbcfa8948baa3f92f67f3daf9d108f42b65ccdba3c31d3c3.jpg","name":"Joseph Casillas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/633048946","wmProperty":"like-of","wmId":823246,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-633048946","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ThePerfectH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4b16f2a289f6693033f156867c6293c00d582d8057b2e26f53806d0523aa097.jpg","name":"APerfectHuman ℹ️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2358510692","wmProperty":"like-of","wmId":823245,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2358510692","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/LDLockhartJr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c38c044d7fb93aea5c969c851e89e4023e8460a26470877fe8482796dd80dd5.jpg","name":"Onesirian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21332638","wmProperty":"like-of","wmId":823244,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21332638","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/awright18","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/adca1afa882e41894665f4575752d58b1c655672144239527843469eb5282f76.jpg","name":"Adam Wright"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/872568261690503168","wmProperty":"like-of","wmId":823243,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-872568261690503168","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/isabelcmdcosta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29fded5fae3c2fd9e1447c333790ce9c00e031e2178da1e69edb89ae5adbe112.jpg","name":"Isabel Costa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2478478806","wmProperty":"like-of","wmId":823242,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2478478806","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kevjose91","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5292c132d6cb0b5a9e4bbb3112d1fef1423bf96ecf3e6ff3e2360c400cfff551.jpg","name":"kevin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/276504586","wmProperty":"like-of","wmId":823241,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-276504586","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gertiesheshe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac337d2d59e0d7a63ac0bfc649bd15af0ce5968fb188e3d60b4201bf8fc7953b.jpg","name":"Architect's daughter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2723294156","wmProperty":"like-of","wmId":823240,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2723294156","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/tegarjgap","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/648c9d5fa6d832cbfe9c8b40006a94e821ce62898d04a605256ee7c6a8592a7d.jpg","name":"gar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1056152730","wmProperty":"like-of","wmId":823239,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1056152730","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kurtkemple","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f44bca4c24595741f997e429c8a0971238b8df7e6f72b71c63706754c89f6a69.jpg","name":"theworstdev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/964522827373215744","wmProperty":"like-of","wmId":823238,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-964522827373215744","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/aeebed","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22b2456ff499c31dc9da208de25fe0f5cc7e03532644f86fe7acf95d2b16ab80.jpg","name":"Adil El Abed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/889238763234263040","wmProperty":"like-of","wmId":823237,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-889238763234263040","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/hernanhrm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3aa13090720e34dcf6bdbdd82272094fd82a01777da8f9fd0f101fe83f733a03.png","name":"Hernan Reyes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/295835688","wmProperty":"like-of","wmId":823236,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-295835688","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Brian_Icaro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09a1d4f717e370f831c38258c3bb7b5f840593e69c6f9661936568d35d4e21f4.jpg","name":"Amondir, a Calculadora de Xelo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/30477646","wmProperty":"like-of","wmId":823235,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-30477646","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/bahmutov","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11efc589f0783d61b70d8f2387745afce8f07bde6f498e207b21afb59942c894.png","name":"Gleb Bahmutov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1649297785","wmProperty":"like-of","wmId":823233,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1649297785","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Scott_Addie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/74183f65f5bf6dae6068ef7e7943590ffaf645ec1a236b6d17e6058ea9c9b395.jpg","name":"Scott Addie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/627211374","wmProperty":"like-of","wmId":823234,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-627211374","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/FoushWare","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57b751be093c20b3831538bd539c31d710ba6cd8022110e24994e9b81183e0cf.jpg","name":"Ahmed fouad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1180314332","wmProperty":"like-of","wmId":823231,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1180314332","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/alvarogutyerrez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22d1d9febf8a61cfcabdcd84eb4d5bb85d69af7cef403b957ca185bf634a0a62.jpg","name":"Álvaro A. Gutiérrez Vargas 🍉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1227709796029059072","wmProperty":"like-of","wmId":823232,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1227709796029059072","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/martinageradams","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a01b53738eff0f607ffc3ad1b77bef78630a876b9d3b00ac47d0e4b7fd0458ea.jpg","name":"Martin Ager Adams"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/962725415428206592","wmProperty":"like-of","wmId":823229,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-962725415428206592","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dino8352","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a43fde0749f64789b7560cddbaf0332d05f349bbe692c8db98f076c7d49969ba.jpg","name":"dino8352"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1053881794422988800","wmProperty":"like-of","wmId":823230,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1053881794422988800","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/dimaswin4","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Dimas Wira Nugraha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/4742950456","wmProperty":"like-of","wmId":823228,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-4742950456","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/olusamayor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebd127b49039a132b86e4492e01fb8df2b1941fd2f5dde6b82878a77871f25ee.jpg","name":"Sammy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/889700275","wmProperty":"like-of","wmId":823227,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-889700275","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/matfinucane","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9ec7edf02565e1b261430dc5e6a9bcdb8ed227de0105922f4721012717197e2c.jpg","name":"Matt Finucane"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2255017082","wmProperty":"like-of","wmId":823225,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2255017082","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/waqasdaha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21023ca9ca6da8c9a20fb7aedab4251b68cc6d2ca08533d20f5e8636c8d43742.jpg","name":"Waqas Dilawar Daha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/222093064","wmProperty":"like-of","wmId":823226,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-222093064","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Vikctar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0285623b6d770a2cc1133e72f3b4efb72791f4f1c2f85019b40d1efc7771ea64.jpg","name":"#27"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/906578736467779584","wmProperty":"like-of","wmId":823224,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-906578736467779584","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mlhobbyist","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f919c50d6124312831d601685e4b851b3c357bc793e134f7305c012c106a5fe1.jpg","name":"Ali Shahed 🇺🇸🇫🇮🏴"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/134990254","wmProperty":"like-of","wmId":823223,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-134990254","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_ynotdraw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8575db8d498b7776a9d7afe3fbbfa1b7716df855793f5405a2884dc0fcb850e.jpg","name":"Tony Ward"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1567049856","wmProperty":"like-of","wmId":823222,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1567049856","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/gabycostales","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9726dba123545ef7b0203c4b5fa0821a5a53649af212858c82891924c90ba006.jpg","name":"Gaby Costales"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/838334192089989120","wmProperty":"like-of","wmId":823221,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-838334192089989120","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/andramalmen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e7912e0132851ce6936b4e08ba259384318cb4855fb0a4aa80f4b8910d2fff6.jpg","name":"Andra 🇹🇩🇫🇮"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1280502451066548224","wmProperty":"like-of","wmId":823219,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1280502451066548224","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/franilones","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f03fb206aa64f16dee1a23a8119fb2921328a2fc2641a872242dd89fa7af7616.png","name":"franilones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/109231890","wmProperty":"like-of","wmId":823220,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-109231890","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/itsjloh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f2ec2e9d3eb214c2f680bcad10356bbd2a3f31eb086c9c8d86762d180dc5424.jpg","name":"James Loh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/18072467","wmProperty":"like-of","wmId":823218,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-18072467","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/NickPresta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71b5965486627bb6d035aa6e81acff407a21bb312eccc5df4d16a35fbc1b66f9.jpg","name":"Nick Presta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21251720","wmProperty":"like-of","wmId":823217,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21251720","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/luke_waring","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69f76aae631d32486f24d28ff7cd26a98ef56db738c62764a36372125e55066d.jpg","name":"Luke Waring"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/491821358","wmProperty":"like-of","wmId":823215,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-491821358","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/EmmaBostian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2042db3074f2f955b1c8cb29d96797a678075963ea45d6a4bc39fb0dda8f77ce.jpg","name":"Emma Bostian 🐞"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1031987006987853824","wmProperty":"like-of","wmId":823216,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1031987006987853824","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_Anjali19_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/888263d4ac1e1a6859d8e6197b52cd302a55fde404a7044ead2506a6dacec00b.jpg","name":"Anjali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/731215826615836673","wmProperty":"like-of","wmId":823214,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-731215826615836673","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/amin_ajao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4482f4ee58ea5aa087bf460a80c0b1615c7644aba2a925b7e75c0e5883437e32.jpg","name":"Ajao Amin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/297698378","wmProperty":"like-of","wmId":823213,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-297698378","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/_JustinCast","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a5c5ae4359bdca868c950b2b41134543ce5241abaa609a1e5dad55f7f71ab06.jpg","name":"JustinCast"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1087111492212797440","wmProperty":"like-of","wmId":823211,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1087111492212797440","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lauradotjs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aec264c1f2abe38ee6a94a93630d581d103b2e6e41259cc70c55a1f09e5603d3.jpg","name":"Laura Beatris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/102469347","wmProperty":"like-of","wmId":823212,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-102469347","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nexendk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52d82603168a269619b056a82bf48ef2baadfdbbb1734b22425a0c9a11cb31ed.jpg","name":"Alexandru Frangeti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1083834494","wmProperty":"like-of","wmId":823209,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1083834494","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AdiFaidz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/03dcc91ab36be93fb3ea6a0173dec5334fb4d03cbcb36524284f3698c752e003.jpg","name":"'Adi Faidz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2975287540","wmProperty":"like-of","wmId":823210,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2975287540","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/lazerlaze_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/066a3288ffb8a01ce0a8ea2af1d6d5b3d11cbc9559ce5c5aabde1237908697ca.jpg","name":"Eliezer Marte"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/65491901","wmProperty":"like-of","wmId":823208,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-65491901","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/liagason","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f113f211766b365937c2d148bf38216ce78355a41e3db5fd64e23232fdfe4455.jpg","name":"Sotiris Liagas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2696882436","wmProperty":"like-of","wmId":823207,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2696882436","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/JesusM1229","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5656d63c54b054050bce15dd7121820180702ede494a9506dabbcf79ef64e229.jpg","name":"Jesús Eduardo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/885535994677796865","wmProperty":"like-of","wmId":823205,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-885535994677796865","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/this_frankie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/341a5bec768d635c8eaad28506d47ddc3ac4af0453cf65ea44ea2950f7b3cb2f.jpg","name":"Black Lives Matter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/3007214802","wmProperty":"like-of","wmId":823206,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-3007214802","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rywils21","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b691e7cdb732541f850004d9a2cb6649253d6d78dfae57ae7d473ab0edf02f7.jpg","name":"Ryan Wilson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2648374386","wmProperty":"like-of","wmId":823203,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2648374386","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/mibu0","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bacc6fdb1aebaaff86af3d04073f8d727cf865c735f063f255e59f247a7d0f43.jpg","name":"Nikolai"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1666914642","wmProperty":"like-of","wmId":823204,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1666914642","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thandokwenda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/881d18b1dc6d7867facc3048e5a2a0b5f30b579d77dfde13a226765a2708a463.jpg","name":"The Nandolorian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1111007023041310725","wmProperty":"like-of","wmId":823202,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1111007023041310725","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/SylwiaVargas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae18bce151d7f50bebd22cf0f601d2cb7547f028a103b7227d1f5f275b9cfe1e.jpg","name":"sylwia vargas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1160465579586703360","wmProperty":"like-of","wmId":823201,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1160465579586703360","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/coderarchive","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4b244dc2a9138b8ddc2bdf1fd2d3177aeb29451fd1e6ad053b73b68671a7baa0.jpg","name":"Lu-Vuong Le 🎧💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/578241924","wmProperty":"like-of","wmId":823200,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-578241924","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ekhorowa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d83baa179d2adc4a9c14a43d74bb04992e6371e49c1fddd930437d581f5e6d27.jpg","name":"Faith"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1220010648874168324","wmProperty":"like-of","wmId":823199,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1220010648874168324","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/ramezanius","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2beaf649c222ca86135e6b4557f55083f0d0c5f917e3f246945d8af8ba65a1e.jpg","name":"Sadegh Ramezani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1249273028","wmProperty":"like-of","wmId":823198,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1249273028","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/muzaker_shaikh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df5a2748bb979905b99b7574927323a415ffee8e3c714f28f756dfcb5c0faa9e.jpg","name":"shaikh muzaker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1278741129790468097","wmProperty":"like-of","wmId":823197,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1278741129790468097","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/AshlynTHOMASSM1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df84da85e424b546c43be3a42d93f0e2270318d3fff41acbc0612848562ddd31.jpg","name":"curlyheadedtechie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1064163386638852102","wmProperty":"like-of","wmId":823195,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1064163386638852102","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Sahil_Fruitwala","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebdc8236f916f8977c7e440bd760388a8e2e28278d7e13aa4f05379fb0fda62c.jpg","name":"Sahil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/958662751181770753","wmProperty":"like-of","wmId":823196,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-958662751181770753","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/artemirq","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92cbd10b0d3a6e8aa3b3ccecb24c1ba06815cf5069b837b05383ffe65457aec9.jpg","name":"Just Artem"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/457165908","wmProperty":"like-of","wmId":823194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-457165908","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Dayhaysoos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd0dd70db1ca7d0917881d732ea48591653906114493e34a00a53231da6da7e9.jpg","name":"Nick DeJesus 🛒🎉 - Pariss Athena Photography"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/19418010","wmProperty":"like-of","wmId":823193,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-19418010","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/RandomBlueThing","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a95fb6ad08c9e4adf0e83bf81ae3e1954b8088e06dd9d4f8b97b03e6e0a0a176.jpg","name":"Pj"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/87944395","wmProperty":"like-of","wmId":823192,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-87944395","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Fusion87","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8eaf15f9bd2d00c31dd3ed148ac9597fa4852c90561aad11e2796d6a0235c427.jpg","name":"Dami"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/367291013","wmProperty":"like-of","wmId":823190,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-367291013","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/zacjones93","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0ec5dbe59438fa62d1026b7b8c778df70366136877a3e490efd6969a69845cd6.jpg","name":"Zac Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1017823650","wmProperty":"like-of","wmId":823191,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1017823650","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/eusbolh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2d1f008c6d2e1ec3d95e12be2848918153ba3843fb16d96a7687c996c78ac56.jpg","name":"Cüneyt Emre Yavuz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14777396","wmProperty":"like-of","wmId":823189,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14777396","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/kevgiles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/800ff694aa6246ef46900478a49b4756ddadbb874a8a0e9826f07a264a7cfa75.jpg","name":"Kevin Giles"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/60576417","wmProperty":"like-of","wmId":823188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-60576417","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/drosendorf","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12bafe2fc1f4d6aa9e7a4d2d8685c51c1de3cbc1f3b178d8b640a649a13f607a.jpg","name":"Daniel Rosendorf"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/121863890","wmProperty":"like-of","wmId":823187,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-121863890","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/inyono","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/645c6e51026d83a327507faa37e942458cbd8a897e096b568c9c232e80473224.jpg","name":"Jonas Keinholz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/21315445","wmProperty":"like-of","wmId":823186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-21315445","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/stephenmk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/227dbbb641e520a71021e1e083f5b08d32a1447a2b575ab12c2d4184a2f74672.jpg","name":"Stephen Keating"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/218594127","wmProperty":"like-of","wmId":823184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-218594127","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nobodycares314","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51a9f78d6c1b80556c21b9ec6dba22c7deff7b3564561d622c98f6e2b389b7e3.jpg","name":"Scott S."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281943657344634880","wmProperty":"in-reply-to","wmId":823185,"type":"entry","url":"https://twitter.com/eduardoboucas/status/1281943657344634880","likeOf":null,"author":{"url":"https://twitter.com/eduardoboucas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d8817bb46f39faac55692b1c8dfde0d4697c3ce37ffbb0c865bae5def75dc2a.png","name":"Eduardo Bouças"},"published":"July 11, 2020","content":{"text":"Thanks for the inspiration! I just published mine: https://t.co/w6hLH8hZuw"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281935217369010184","wmProperty":"in-reply-to","wmId":823175,"type":"entry","url":"https://twitter.com/DavidMS83/status/1281935217369010184","likeOf":null,"author":{"url":"https://twitter.com/DavidMS83","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d35fa89f1cee0d47e7e7094896f652c24d1f343190edd1d5fb3be49dd40e1bb5.jpg","name":"DMS"},"published":"July 11, 2020","content":{"text":"Thanks!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1261641584539385856","wmProperty":"like-of","wmId":823174,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1261641584539385856","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thirdydot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50ce6e6e85e7d73380f4ad9b01dc34d3ed7a1a76a8e89b48364fe371d657f1cc.jpg","name":"All lives matter. All created in the image of GOD."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/96149020","wmProperty":"like-of","wmId":823173,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-96149020","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/torresfcamilo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef9b7132074ab784ec6bd224d9a0e2184b556c9fe20d7adf3cb2cac49896fea2.jpg","name":"Camilo Torres"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/722066426039812096","wmProperty":"like-of","wmId":823172,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-722066426039812096","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/rafaelcamillo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bdf43c3216fd5d614975cc75b62e740ad0d09178b45463bc339db6365ef4d9b1.jpg","name":"Rafael Camillo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/25178913","wmProperty":"like-of","wmId":823170,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-25178913","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/vinnehvincent","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6df6cc33d59e36e805084024cc942dd3a9c4c360bbcc972b02adf9fabae258f.jpg","name":"Syntactic Sugar Daddy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1108289971","wmProperty":"like-of","wmId":823171,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1108289971","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/fahmiirsyadk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd53a65a08b5b08973fac01ee64e40c3c859812d77e11fc6218efacc02a8549c.jpg","name":"Fahmi Irsyad K"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/952899288920571905","wmProperty":"like-of","wmId":823168,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-952899288920571905","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/KarthikaHariha4","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7846697810bcc2326542842cd1b8a763d00cbf16aecc1df334125a58eaa37aac.jpg","name":"Karthika Hariharan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1253907266073288704","wmProperty":"like-of","wmId":823169,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1253907266073288704","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/thisismanaswini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80835eb042854ed2a227ea0799d89c79e2791c1a8c21b0bef1b9f281c33c9b20.jpg","name":"Manaswini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1207659260236091392","wmProperty":"like-of","wmId":823166,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1207659260236091392","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/sailor_saturnus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7dcd1c57cedfd197c21c4d2d3c83a40c2695ad7b94ecf04e2ddc2441d9563c6.jpg","name":"Sailor Saturn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1102909424912478208","wmProperty":"like-of","wmId":823167,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1102909424912478208","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/cronokirby","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b5bb3f4ce18ae8d8ba8f9eaa53091ae4deb0d08fd3967b55d1bad5613a4bd1a.png","name":"Lúcás Meier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1410417206","wmProperty":"like-of","wmId":823165,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1410417206","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Ashwin_Mothilal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a0a60fdc8e257f5bc5ed847053313168087114e0ae0f4b5b26dcb32db84dfc28.jpg","name":"Ashwin Mothilal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1024265078227591169","wmProperty":"like-of","wmId":823164,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1024265078227591169","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/johanalkstal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/989a65906c15a43f6204e5de218dae4cb05d18afb264c093afaebde4ed2481c9.jpg","name":"Joxtal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/1254761619361579018","wmProperty":"like-of","wmId":823162,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-1254761619361579018","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/nikitatirk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8751b79ef21a6771de31088a288a90f7e10857b4af9626d68e1ddc496e4a2aa9.jpg","name":"nikitatirk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/310769529","wmProperty":"like-of","wmId":823163,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-310769529","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/imansyaefulloh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6438f8a82a7d4a274e17021cf3868694837f634fcaa5356e273135c153d748c3.jpg","name":"imansyaefulloh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/76042404","wmProperty":"like-of","wmId":823161,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-76042404","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/Catalyst_Red","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17c988bd3be87fb56b025d567af7887c03ff6f472453c2b404d2c1b57a6f3eb.jpg","name":"Ancient Techno Fossil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/14686409","wmProperty":"like-of","wmId":823159,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-14686409","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/regs79","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f722fd228935b42c1289517a5894bd1702070b488d78010808bbe1bb8a32f84b.jpg","name":"Craig Regnier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1281928692634189824/2945621218","wmProperty":"like-of","wmId":823160,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281928692634189824#favorited-by-2945621218","likeOf":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","author":{"url":"https://twitter.com/headlikeahole_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd75bc22143a21a105d63d11ad796822c14c4082e5b54357984f017218c424ee.jpg","name":"Паша Вергеев 🐛"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281932642137538561","wmProperty":"in-reply-to","wmId":823157,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281932642137538561","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"July 11, 2020","content":{"text":"I had to update mine after I saw people were using images 😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281934137293774849","wmProperty":"in-reply-to","wmId":823158,"type":"entry","url":"https://twitter.com/joebell_/status/1281934137293774849","likeOf":null,"author":{"url":"https://twitter.com/joebell_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b2f2ad735105e80bcb5406d5e0eb3f975f31f0b3e6fee1851ed1dd1d615ac3e3.jpg","name":"Joe Bell"},"published":"July 11, 2020","content":{"text":"I can't believe people are using 1̶0̶m̶b̶ ̶G̶I̶F̶s̶ videos, I don't think I can top that!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281929884072390662","wmProperty":"in-reply-to","wmId":823155,"type":"entry","url":"https://twitter.com/michellejanosi/status/1281929884072390662","likeOf":null,"author":{"url":"https://twitter.com/michellejanosi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/241397f49487f7d8ea566d770561709fdd64d024744f59e49ec8087fa399e1bc.jpg","name":"Michelle Janosi"},"published":"July 11, 2020","content":{"text":"💯 thank you!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281934113042300929","wmProperty":"in-reply-to","wmId":823156,"type":"entry","url":"https://twitter.com/waterproofheart/status/1281934113042300929","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"July 11, 2020","content":{"text":"The .new TLD is very handy!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281935501851799552","wmProperty":"in-reply-to","wmId":823154,"type":"entry","url":"https://twitter.com/LDLockhartJr/status/1281935501851799552","likeOf":null,"author":{"url":"https://twitter.com/LDLockhartJr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c38c044d7fb93aea5c969c851e89e4023e8460a26470877fe8482796dd80dd5.jpg","name":"Onesirian"},"published":"July 11, 2020","content":{"text":"News I can use 👍"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1281928692634189824/1281933941428162561","wmProperty":"in-reply-to","wmId":823153,"type":"entry","url":"https://twitter.com/84tomer/status/1281933941428162561","likeOf":null,"author":{"url":"https://twitter.com/84tomer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d02306d6802ae25421c4038d48aad3d2bb1fa3e541bcd83048f238825e8737e.jpg","name":"Tomer Shkolnik"},"published":"July 11, 2020","content":{"text":"Nice! thanks, btw you can go to useful shortcut repo.new 😁"}}}]}},"pageContext":{"permalink":"https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme/","slug":"/blog/how-to-create-a-github-profile-readme/","prev":{"id":"9ffc5c9a-3729-5579-9686-175ecf4b8a74","frontmatter":{"title":"Working In Public Book Notes","category":["reflection"],"date":"2020-08-09T19:41:03.738Z","slug":"working-in-public-notes","tags":["GitHub","Open-Source"],"redirects":null},"fields":{"slug":"/blog/working-in-public-notes/"}},"next":{"id":"0d132207-d907-5c2a-980b-ffda344a5551","frontmatter":{"title":"Exploring Art Direction With Gatsby-Image","category":["tutorial"],"date":"2020-06-24T00:51:34.127Z","slug":"2020-06-24-exploring-art-direction-in-gatsby","tags":["Gatsby","CSS"],"redirects":null},"fields":{"slug":"/blog/2020-06-24-exploring-art-direction-in-gatsby/"}}}},
    "staticQueryHashes": ["1977783444","764694655"]}