-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·361 lines (348 loc) · 14.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<html>
<head>
<meta name="slack-app-id" content="A56AE1YL9">
<title>
Moji - Make emojis count
</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="Moji is a friendly bot that keeps a count of the emojis you and your teammates use in Slack.">
<meta name="robots" content="index, follow">
<meta name="author" content="Gary Torres">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<link rel="manifest" href="img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="http://mojibot.chat">
<meta name="twitter:title" content="Mojibot - Make emojis count">
<meta name="twitter:description"
content="Moji is a friendly bot that keeps a count of the emojis you and your teammates use in Slack.">
<meta name="twitter:image" content="http://mojibot.chat/img/intro-2.png">
<!-- Search Engine -->
<meta name="image" content="http://mojibot.chat/img/intro-1.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Moji - Make emojis count">
<meta itemprop="description"
content="Moji is a friendly bot that keeps a count of the emojis you and your teammates use in Slack.">
<meta itemprop="image" content="http://mojibot.chat/img/intro-1.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="Moji - Make emojis count">
<meta property="og:description"
content="Moji is a friendly bot that keeps a count of the emojis you and your teammates use in Slack.">
<meta property="og:image" content="http://mojibot.chat/img/intro-2.png">
<meta property="og:url" content="http://mojibot.chat">
<meta property="og:site_name" content="Moji - Make emojis count">
<meta property="og:type" content="website">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/devices.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<body>
<header class="header">
<div class="container-lrg">
<div class="col-12 spread">
<div>
<a class="logo" href="index.html">
<span>M</span><img src="img/moji_face.png" width="20" /><span>ji</span>
</a>
</div>
<div id="header-menu">
<a class="nav-link" href="#faq">
FAQ
</a>
<a class="nav-link" id="whats-new">
What's new
</a>
<a class="nav-link" target="_blank" href="mailto:[email protected]">
Contact
</a>
</div>
</div>
</div>
<div class="container-lrg flex hero">
<div class="col-6 centervertical">
<h1 class="heading">
<img src="img/moji_face.png" width="50" /> Make every emoji count ✨
</h1>
<h2 class="paragraph ">
<div>Moji is a friendly bot that keeps a count of the emojis you and your teammates use in Slack.<br></div>
</h2>
<div class="ctas">
<a class="ctas-button add-to-slack-button" href="https://moji-bot-7vx5h.ondigitalocean.app/install">
<img class="slack-logo" src="img/Slack_Mark_Monochrome_Black.svg" height="40" />
<div class="button-text">Add to Slack</div>
</a>
</div>
</div>
<div class="col-6 sidedevices">
<ul id="scene">
<li class="layer" data-depth="0">
<img class="conversation" src="img/moji_mock2.png" width="300">
</li>
<li class="layer" data-depth="0.20">
<div class="emoji-icon confetti">️️<img src="img/emojis/confetti.svg" width="42" /></div>
</li>
<li class="layer" data-depth="0.30">
<div class="emoji-icon pizza"><img src="img/emojis/pizza.svg" width="42" /></div>
</li>
<li class="layer" data-depth="0.30">
<div class="emoji-icon star"><img src="img/emojis/beers.svg" width="32" /></div>
</li>
<li class="layer" data-depth="0.30">
<div class="emoji-icon shrine"><img src="img/emojis/shrine.svg" width="32" /></div>
</li>
<li class="layer" data-depth="0.40">
<div class="emoji-icon rocket"><img src="img/emojis/rocket.svg" width="42" /></div>
</li>
<li class="layer" data-depth="0.40">
<div class="emoji-icon robot"><img src="img/emojis/robot.svg" width="32" /></div>
</li>
<li class="layer" data-depth="0.60">
<div class="emoji-icon taco"><img src="img/emojis/taco.svg" width="32" /></div>
</li>
<li class="layer" data-depth="0.60">
<div class="emoji-icon doge"><img src="img/emojis/doge.png" width="30" /></div>
</li>
<li class="layer" data-depth="0.9">
<div class="emoji-icon joy"><img src="img/emojis/joy.svg" width="52" /></div>
</li>
<li class="layer" data-depth="1.3">
<div class="emoji-icon rock"><img src="img/emojis/horns.svg" width="52" /></div>
</li>
</ul>
</div>
</div>
</header>
<div class="feature2">
<div class="container-lrg flex">
<div class="col-6">
<b class="emoji">
<img src="img/emojis/sports_medal2.svg" width="42" />
<img src="img/emojis/sports_medal1.svg" width="62" />
<img src="img/emojis/sports_medal3.svg" width="42" />
</b>
<h3 class="subheading">
Curious on who uses more emojis? <img src="img/emojis/think.svg" width="32" />
</h3>
<p class="paragraph">
Just ask Moji to <span class="slack-command">show the leaderboard</span> and you will find out who uses
emojis
the most!
</p>
</div>
<div class="col-6">
<b class="emoji">
<img src="img/emojis/bulb.svg" width="62" /> <img src="img/emojis/chart.svg" width="62" />
</b>
<h3 class="subheading">
Track your favorite emojis
</h3>
<p class="paragraph">
Moji will keep a list of all the emojis you use, even the custom ones <img src="img/emojis/party_parrot.gif"
width="24" />. To see them just say <span class="slack-command">@moji show my favorite emojis</span> or
<span class="slack-command">@moji team's favorite</span> and even <span class="slack-command">@moji who
received more 👍 this week?</span>.
</p>
</div>
</div>
</div>
<div class="feature2 press-feature">
<div class="container-lrg flex">
<div class="col-12">
<h3 class="heading">
<br />
For big and small
<p class="paragraph">
Join the hundreds of teams using Moji for work or fun
</p>
</h3>
<br /><br />
<div class="press-container">
<div class="press netflix">
<img src="img/logo-netflix.png" />
</div>
<div class="press">
<img src="img/logo-unity.png" />
</div>
<div class="press">
<img src="img/logo-espn.png" />
</div>
<div class="press espn">
<img src="img/logo-deliveroo.png" />
</div>
</div>
<div class="press-container">
<div class="press">
<img src="img/logo-godaddy.png" />
</div>
<div class="press">
<img src="img/logo-priceline.png" />
</div>
<div class="press espn">
<img src="img/logo-yalo.png" />
</div>
</div>
<div class="press-container">
<!-- <div class="press"></div> -->
<div class="press">
<img src="img/logo-goodfood.png" />
</div>
<div class="press">
<img src="img/logo-uber.png" />
</div>
<div class="press">
<img src="img/logo-youfoodz.png" />
</div>
<div class="press">
<img src="img/logo-digitalocean.png" />
</div>
<!-- <div class="press"></div> -->
</div>
<div class="press-container">
<div class="press">
<img src="img/logo-nytimes.png" />
</div>
<div class="press">
<img src="img/logo-codeorg.png" />
</div>
<div class="press">
<img src="img/logo-scott.png" />
</div>
</div>
</div>
</div>
</div>
<!--<div class="socialproof">
<div class="container-sml">
<div class="flex text-center">
<div class="col-12">
<h4 class="subheading">
"What a time saver for startup founders...this can be one of the most awful and creative sinkholes that a team goes through...
Bravo for making this hellish process a little better."
</h4>
<p class="paragraph">
Sean Howell - CEO @ Hornetapp
</p>
</div>
</div>
</div>
</div>-->
<div class="faqs" id="faq">
<div class="container-sml">
<div class="flex text-center">
<div class="col-12">
<h4 class="subheading">
FAQ
</h4>
<p class="paragraph">
<ul class="faqs-list">
<li>
<strong>How much does it cost?</strong> Moji is free! Si señor, free.
</li>
<li>
<strong>Why did you build this?</strong> Why not? We all love emojis and I had this crazy idea of
keeping
track of them, a few weeks later Moji was born.
</li>
<li>
<strong>I have an awesome idea for a feature!</strong> Great! Please contact me at
<a class="slack-command" target="_blank" href="mailto:[email protected]">
[email protected]</a>. Feedback, bugs and feature ideas are greatly appreciated!
</li>
<li>
<strong>What else can Moji do?</strong> Moji can tell the team's most used emojis, your favorite ones,
who
uses more emojis and a few more things... just type <span class="slack-command">@moji help</span> and
Moji
will tell you the details. More features will be added in the future.
</li>
<li>
<strong>What about privacy?</strong> Moji respects your privacy and doesn't collect information beyond what it needs to run. You can read more about our <a href="privacy.html">privacy policy here</a>
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container-sml text-center">
<div class="col-12">
<h5 class="heading">
Make every emoji count with Moji ✨
</h5>
<img src="img/moji_face.png" width="60" />
<div class="ctas">
<a class="ctas-button add-to-slack-button" href="https://moji-bot-7vx5h.ondigitalocean.app/install">
<img class="slack-logo" src="img/Slack_Mark_Monochrome_Black.svg" height="40" />
<div class="button-text">Add to Slack</div>
</a>
</div>
</div>
</div>
<div class="container-sml footer-nav">
<div class="col-12 text-center">
<div>
<a class="nav-link" href="#faq">
FAQ
</a>
<a class="nav-link" target="_blank" href="mailto:[email protected]">
Contact
</a>
<a class="nav-link" href="privacy.html">
Privacy
</a>
<a class="nav-link" href="terms.html">
Terms
</a>
</div>
<br>
<div>
<span>
© 2022 - Made with ❤️ by <a class="author-link" target="_blank" href="https://twitter.com/GaryTorres_">Gary
Torres</a>.
</span>
</div>
</div>
</div>
</div>
<script src="js/parallax.min.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-91009371-1', 'auto');
ga('send', 'pageview');
var scene = document.getElementById('scene');
var parallax = new Parallax(scene);
</script>
<script src="https://embed.small.chat/T35PBV4F2G5W29DUFQ.js" async></script>
<script>
// @see https://docs.headwayapp.co/widget for more configuration options.
var HW_config = {
selector: "#whats-new", // CSS selector where to inject the badge
account: "7kwzK7",
enabled: true,
}
</script>
<script async src="https://cdn.headwayapp.co/widget.js"></script>
</body>
</html>