signup_prompt.tmpl 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <div class="ui segment container home-main prompt">
  2. <h3 class="ui center aligned header">
  3. {{if .PageIsUserProfile}}
  4. Create your own Gitote profile
  5. {{end}}
  6. {{if .PageIsOrgHome}}
  7. Grow your team on Gitote
  8. {{end}}
  9. {{if or .PageIsRepoHome .PageIsRepoWiki}}
  10. Join Gitote today
  11. {{end}}
  12. </h3>
  13. <h5 class="ui center aligned header home-desc">
  14. {{if .PageIsUserProfile}}
  15. Sign up for your own profile on Gitote, the best place to host code, manage projects,
  16. and build software alongside with tons of developers.
  17. {{end}}
  18. {{if .PageIsOrgHome}}
  19. Gitote is home for developers working together. Join them to grow your own development
  20. teams, manage permissions, and collaborate on projects.
  21. {{end}}
  22. {{if or .PageIsRepoHome .PageIsRepoWiki}}
  23. Gitote is home for developers working together to host and review code, manage projects,
  24. and build software together.
  25. {{end}}
  26. </h5>
  27. <div class="ui center aligned header">
  28. <a class="ui green button" href="{{AppURL}}join">
  29. Sign up
  30. </a>
  31. </div>
  32. </div>