top.ejs 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <%- include('commons/head'); %>
  2. <body class="pt-3">
  3. <div class="container border p-5">
  4. <div class="text-center">
  5. <h1>GROWI Bot</h1>
  6. <h4>GROWI is a wiki that can be written in Markdown and easy to share information with everyone.</h4>
  7. <div>
  8. <img height="300" width="300" alt="GROWi Bot" src="/images/growi-bot.png" />
  9. </div>
  10. <div class="m-3">
  11. <a href=<%- url %>>
  12. <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png" />
  13. </a>
  14. </div>
  15. <a class="btn btn-outline-success"
  16. href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting
  17. started</a>
  18. <div class="d-flex justify-content-evenly my-3">
  19. <% if (isOfficialMode) { %>
  20. <a href="/privacy">
  21. Privacy Policy
  22. </a>
  23. <a href="/term">
  24. Term of Service
  25. </a>
  26. <% } %>
  27. </div>
  28. </div>
  29. <div class="m-3">
  30. <div class="d-flex flex-column align-items-center justify-content-center">
  31. <ul>
  32. With GROWI for Slack, you can:
  33. <ul>
  34. <li>Search pages for multiple GROWI apps.</li>
  35. <li>Create pages easily.</li>
  36. </ul>
  37. </li>
  38. </ul>
  39. <div class="mt-3">
  40. GROWI is open-source software developed by GROWI, Inc. and we are looking for contributors who can work with
  41. us.<br>
  42. Please <a href="https://communityinviter.com/apps/wsgrowi/invite/">join</a> Slack and feel free to talk to
  43. GROWI, Inc. members!
  44. </div>
  45. </div>
  46. </div>
  47. <%- include('commons/footer'); %>
  48. </div>
  49. </body>