|
@@ -1,25 +1,48 @@
|
|
|
<head>
|
|
<head>
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
+ <link href="./css/bootstrap.min.css" rel="stylesheet" >
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|
|
|
-<body style="padding-top:100px; text-align:center;">
|
|
|
|
|
- <h1 >GROWI Bot</h1>
|
|
|
|
|
- <div>
|
|
|
|
|
- <img height="300" width="300" alt="GROWi Bot" src="/images/growi-bot.png" />
|
|
|
|
|
- </div>
|
|
|
|
|
- <div style="margin-top:24px;">
|
|
|
|
|
- <a href=<%- url %>>
|
|
|
|
|
- <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png"/>
|
|
|
|
|
- </a>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div style="display:flex; justify-content: space-around; max-width: 500px; margin:30px auto;">
|
|
|
|
|
- <% if (isOfficialMode) { %>
|
|
|
|
|
- <a href="/privacy">
|
|
|
|
|
- Privacy Policy
|
|
|
|
|
- </a>
|
|
|
|
|
- <a href="/term">
|
|
|
|
|
- Term of Service
|
|
|
|
|
- </a>
|
|
|
|
|
- <% } %>
|
|
|
|
|
|
|
+<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>
|
|
|
|
|
+ <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 WESEEK, Inc and we are looking for contributors who can work with us.<br>
|
|
|
|
|
+ Please <a href="https://growi-slackin.weseek.co.jp/">join</a> Slack and feel free to talk to WESEEK members!
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</body>
|
|
</body>
|