| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <%- include('commons/head'); %>
- <body class="pt-3">
- <div class="container border p-5">
- <div class="text-center">
- <h1>GROWI Bot</h1>
- <h4>GROWI is a wiki that can be written in Markdown and easy to share information with everyone.</h4>
- <div>
- <img height="300" width="300" alt="GROWi Bot" src="/images/growi-bot.png" />
- </div>
- <div class="m-3">
- <a href=<%- url %>>
- <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png" />
- </a>
- </div>
- <a class="btn btn-outline-success"
- href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting
- started</a>
- <div class="d-flex justify-content-evenly my-3">
- <% if (isOfficialMode) { %>
- <a href="/privacy">
- Privacy Policy
- </a>
- <a href="/term">
- Term of Service
- </a>
- <% } %>
- </div>
- </div>
- <div class="m-3">
- <div class="d-flex flex-column align-items-center justify-content-center">
- <ul>
- With GROWI for Slack, you can:
- <ul>
- <li>Search pages for multiple GROWI apps.</li>
- <li>Create pages easily.</li>
- </ul>
- </li>
- </ul>
- <div class="mt-3">
- GROWI is open-source software developed by GROWI, Inc. and we are looking for contributors who can work with
- us.<br>
- Please <a href="https://communityinviter.com/apps/wsgrowi/invite/">join</a> Slack and feel free to talk to
- GROWI, Inc. members!
- </div>
- </div>
- </div>
- <%- include('commons/footer'); %>
- </div>
- </body>
|