A simple page for all your links.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

29 Zeilen
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. }