A simple page for all your links.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

29 рядки
755 B

  1. {
  2. "name": "Jane Doe",
  3. "header": "A sub-header to describe yourself",
  4. "bio": "A user-editable description that, _hey_, even supports **Markdown**. There is no limit to what you can do, as long as you don't want to do anything crazy outside of plain text. Really, you can just use plain text. But that's pretty great.",
  5. "avatar_url": "https://linkasmockup.carrd.co/assets/images/image01.jpg?v78193474557251",
  6. "links": [
  7. {
  8. "title": "Mastodon",
  9. "url": "https://mastodon.social/"
  10. },
  11. {
  12. "title": "Twitter",
  13. "url": "https://twitter.com/"
  14. },
  15. {
  16. "title": "Write.as",
  17. "url": "https://write.as/"
  18. },
  19. {
  20. "title": "Elsewhere",
  21. "url": "https://example.com"
  22. },
  23. {
  24. "title": "Website",
  25. "url": "https://example.com"
  26. }
  27. ]
  28. }