about.tmpl 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div>
  4. <div class="pages head">
  5. <p class="text">👋 About {{AppName}} 👋</p>
  6. <br/>
  7. <div>What’s behind your repos.</div>
  8. </div>
  9. <div class="pages body">
  10. <div class="ui vertical segment home-main padding">
  11. <div class="ui stackable center aligned grid container">
  12. <div class="fourteen wide column">
  13. <h1 class="ui icon header about heading">
  14. What is {{AppName}}?
  15. </h1>
  16. <div class="ui stackable center aligned vertically padded grid">
  17. <div class="ten wide column">
  18. <p class="about text">
  19. {{AppName}} is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.
  20. </p>
  21. <a class="ui large gray button" href="{{AppURL}}user/sign_up">
  22. Download the Brand Assets (ZIP)
  23. </a>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <h1 class="ui icon header about heading">
  30. A brief history of {{AppName}}
  31. </h1>
  32. <p class="about text top">
  33. Around the winter of 2018, Fog Creek Software starts doing regular Creek Weeks, internal explorations for potential products. In January 2011, a prototype that hopes to solve some high-level planning issues is pitched. It’s called Trellis. Full time development begins soon after.
  34. </p>
  35. <p class="about text top">
  36. After a closed beta, Trello launches at TechCrunch Disrupt in September of 2011 with apps for the web and iPhone. We narrowly avoid names like Cardvark and Planatee and go with the name Trello.
  37. </p>
  38. <p class="about text top">
  39. In the summer of 2012, Fog Creek co-founder Joel Spolsky’s dog Taco becomes the official Trello spokes-husky. Trello reaches 500,000 members and launches the Trello Android app.
  40. </p>
  41. <p class="about text top">
  42. Bug fixes and performance improvements.
  43. </p>
  44. <p class="about text top">
  45. In July 2014, Trello spins off from Fog Creek and becomes Trello, Inc. naming Fog Creek co-founder Michael Pryor as its CEO. The company raises $10.3 million in a Series A round of funding led by Spark Capital and Index Ventures. Trello has over 4.75 million users.
  46. </p>
  47. <p class="about text top">
  48. In May 2015, Trello goes international, with localized experiences for Brazil, Germany, and Spain.
  49. </p>
  50. <p class="about text top">
  51. In early 2017, Trello is acquired by Atlassian and begins the next chapter in empowering teams everywhere.
  52. </p>
  53. <p class="about text top">
  54. Help us add more things to this list.
  55. </p>
  56. </div>
  57. {{template "base/footer" .}}
  58. </div>