-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
488 lines (448 loc) · 17.4 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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html>
<head>
<title>PaperBot | Save your Slack links</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript" src="carousel.js"></script>
</head>
<body>
<!-- ANNOUNCEMENT BAR -->
<div class = "announcement-bar">
<a href = "http://skore.io/?utm_source=paperbot&utm_medium=home" title = "Skore" class = "announcement-bar-content">
<img class = "announcement-bar-content-icon" src = "assets/img/skore-icon.71c439.png" alt = "Skore">
<p class = "announcement-bar-content-text">Need a robust knowledge platform?</p>
<span class = "announcement-bar-content-cta">Try skore.io</span>
</a>
</div>
<!-- NAVIGATION -->
<nav class = "navbar navbar-default navbar-skore" role = "navigation">
<div class = "navbar-header">
<button type="button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".navbar-skore-collapse">
<span class = "sr-only">Toggle navigation</span>
<span class = "icon-bar"></span>
<span class = "icon-bar"></span>
<span class = "icon-bar"></span>
</button>
<a class = "navbar-brand" href = "#"><img src = "assets/img/paperbot-logo.9aa82f.png" height = "40" alt = "paperbot.ai"></a>
</div>
<div class = "collapse navbar-collapse navbar-skore-collapse">
<ul class = "nav navbar-nav navbar-right">
<li>
<a class = "btn" href = "https://blog.skore.io">Blog</a>
</li>
<li>
<a class = "btn" href = "https://itunes.apple.com/app/apple-store/id1168208758?pt=118082973&ct=Home%20Paperbot&mt=8" target = "_blank">iOS</a>
</li>
<li>
<a class = "btn" href = "https://play.google.com/store/apps/details?id=ai.paperbot&referrer=utm_source%3DPaperbot%26utm_medium%3Dhome" target = "_blank">Android</a>
</li>
<li>
<a class = "btn" href = "http://web.paperbot.ai">Login</a>
</li>
<li>
<a class = "track-addslack" href = "https://app.paperbot.ai/auth/slack?source=add bot">
<img class = "btn-slack" src = "assets/img/btn-add-to-slack.f34f4f.svg" alt = "Add to Slack">
</a>
</li>
</ul>
</div>
</nav>
<div id="wrapper">
<div class = "main-header">
<div class = "container">
<div class = "headline">
<h1>Your team's knowledge is endless. So are your Slack channels.</h1>
<p>Paperbot collects and organizes your most valuable content shared on Slack. Never miss another link again!</p>
<a class = "track-addslack" href = "https://app.paperbot.ai/auth/slack?source=add_bot" role= "button">
<img class = "btn-slack" src = "assets/img/btn-add-to-slack.f34f4f.svg" alt = "Add to Slack">
</a>
<img class = "header-image" srcset = "assets/img/macbook.619fe2.png, assets/img/macbook_2x.fb2e6b.png 2x," alt = "Paperbot">
</div>
</div>
</div>
</div>
<svg class = "divider" preserveaspectradio= "none" viewBox = "0 0 1080 46">
<polygon x="0" y="0" points = "0 46 1080 46 0 0"></polygon>
</svg>
<section role = "clients" class = "home-clients">
<div class = "container">
<div class = "row">
<div class = "col-sm-12">
<h2 class = "text-center"><strong>Thousands of teams </strong>already use Paperbot</h2>
<div id="clients">
<div class="clients-wrap">
<ul id="clients-list" class="clearfix">
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="assets/img/clients/catchafire.949e5b.png" alt="Catchafire">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
<li>
<img src="#" alt="">
</li>
</ul>
</div>
</div>
<!-- <div class = "owl-carousel owl-theme carousel-clients owl-loaded owl-drag">
<div class = "owl-stage-outer">
<div class = "owl-stage" style = "transform: translate3d(-3876px, 0px, 0px); transition: 0s; width: 10944px;">
<div class = "owl-item cloned" style = "width: 228px;">
<img class = "logo-flat" src="assets/img/clients/catchafire.949e5b.png" alt = "Catchafire">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class = "logo-flat" src="assets/img/clients/catchafire.949e5b.png" alt = "Catchafire">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class = "logo-flat" src="assets/img/clients/hootsuite.674c6e.png" alt = "Catchafire">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class = "logo-flat" src="assets/img/clients/ibm.95c7e3.png" alt = "Catchafire">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/accenture.8dc20d.svg" alt="Accenture">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/symantec.7e4d81.png" alt="Symantec">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/vodafone.6ecbb7.png" alt="Vodafone">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/telefonica.8ce3e1.png" alt="Telefonica">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/audi.777305.png" alt="Audi">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/hubspot.3bbab4.png" alt="Hubspot">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/techstars.65b766.png" alt="Techstars">
</div>
<div class = "owl-item cloned" style = "width: 228px;">
<img class="logo-flat" src="/assets/img/clients/tnw.ecc6cf.png" alt="Tnw">
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</section>
<!-- HOW IT WORKS SECTIONS -->
<section role = "how-it-works" class = "home-how-it-works">
<svg class = "divider" preserveaspectradio = "none" viewBox = "0 0 1080 46">
<polygon x="0" y="0" points = "0 0 1080 0 1080 46"></polygon>
</svg>
<div class = "how-it-works-content">
<h2>How it works</h2>
<ul>
<li>
<img src = "assets/img/icons/add.8252dd.svg" alt = "Add">
Add to Slack
</li>
<li>
<img src = "assets/img/icons/chat.3102ed.svg" alt = "Chat">
Invite into your channels
</li>
<li>
<img src = "assets/img/icons/newspaper.d290b2.svg" alt = "Newspaper">
Opt in to receive the digest
</li>
<li>
<img src = "assets/img/icons/tablet-and-laptop.740099.svg" alt = "Laptop">
View your links on the web or mobile app
</li>
</ul>
</div>
<svg class = "divider" preserveaspectradio="none" viewBox = "0 0 1080 46">
<polygon x="0" y="0" points = "0 0 1080 46 0 46"></polygon>
</svg>
</section>
<!-- TESTIMONIAL SECTION -->
<section role = "testimonials">
<div class = "container home-testimonials">
<div class = "row">
<div class = "col-xs-12">
<div class = "row testimonial">
<div class = "col-sm-5">
<img src = "assets/img/slack.d81772.png">
</div>
<div class = "col-sm-7 text-center">
<h3>Tagging</h3>
<p>Automatically collect and categorize shared links from your Slack channels.</p>
<a class = "link-learn-more" href = "http://help.paperbot.ai/the-basics/tagging" target = "_blank">Learn More</a>
</div>
</div>
<div class = "row testimonial">
<div class = "col-sm-12 visible-xs-block">
<img src = "assets/img/email.ae0399.jpg" alt = "E-mail Digest">
</div>
<div class = "col-sm-7 text-center">
<h3>Email Digest</h3>
<p>Opt in to get a summary of the top content shared on your channels straight into your inbox</p>
<a class = "link-learn-more" href = "http://help.paperbot.ai/the-basics/email-digest" target = "_blank">Learn More</a>
</div>
<div class = "col-sm-5 hidden-xs">
<img src = "assets/img/email.ae0399.jpg" alt = "E-mail Digest">
</div>
</div>
<div class = "row testimonial">
<div class = "col-sm-5">
<img srcset = "assets/img/sharing.a9a6bd.jpg" alt = "WebApp">
</div>
<div class = "col-sm-7 text-center">
<h3>Web App</h3>
<p>Keep your best Slack resources together in a beautifully crafted webapp.</p>
<a class = "link-learn-more" href = "http://help.paperbot.ai/the-basics/web-app" target = "_blank">Learn More</a>
</div>
</div>
<div class = "row testimonial apps">
<div class = "col-sm-12 text-center visible-xs-block">
<div class = "row">
<div class = "col-sm-4 text-center phone-img">
<img src = "assets/img/iphone.90e4cd.png" alt = "Iphone 7">
</div>
<div class = "col-sm-8 links">
<a href="https://itunes.apple.com/app/apple-store/id1168208758?pt=118082973&ct=Home%20Paperbot&mt=8" target = "_blank">
<img src = "assets/img/store/ios-badge.881f69.png" alt = "Download iOS">
</a>
<br>
<br>
<a href="https://play.google.com/store/apps/details?id=ai.paperbot&referrer=utm_source%3DPaperbot%26utm_medium%3Dhome" target = "_blank">
<img src = "assets/img/store/android-badge.a9f1a3.png" alt = "Download Android">
</a>
</div>
</div>
</div>
<div class = "col-sm-7 text-center">
<h3>Mobile Apps</h3>
<p>Access your links from anywhere with our iOS and Android apps</p>
<a class = "link-learn-more" href = "http://help.paperbot.ai/the-basics/mobile-apps" target = "_blank">Learn More</a>
</div>
<div class = "col-sm-5 hidden-xs">
<div class = "row">
<div class = "col-sm-4 text-center phone-img">
<img src = "assets/img/iphone.90e4cd.png" alt = "Iphone 7">
</div>
<div class ="col-sm-8 links">
<a href="https://itunes.apple.com/app/apple-store/id1168208758?pt=118082973&ct=Home%20Paperbot&mt=8" target = "_blank">
<img src = "assets/img/store/ios-badge.881f69.png" alt = "Download iOS">
</a>
<br>
<br>
<a href="https://play.google.com/store/apps/details?id=ai.paperbot&referrer=utm_source%3DPaperbot%26utm_medium%3Dhome" target = "_blank">
<img src = "assets/img/store/android-badge.a9f1a3.png" alt = "Download Android">
</a>
</div>
</div>
</div>
</div>
<div class = "row testimonial">
<div class = "col-sm-5">
<img srcset="assets/img/training.f9116e.jpg" alt = "Rich Search">
</div>
<div class = "col-sm-7 text-center">
<h3>Rich Search</h3>
<p>Quickly find any content by date, name, keyword, or channel with a powerful search tool</p>
<a class = "link-learn-more" href="http://help.paperbot.ai/browsing-and-searching/how-to-search-content-on-paperbot" target = "_blank">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PRODUCT FEATURES SECTION -->
<div class = "product-features">
<h1 class = "product-features-title">And more</h1>
<div class = "container">
<div class = "row">
<div class = "col-sm-6 text-center">
<a href = "http://help.paperbot.ai/the-basics/web-app" target = "_blank">
<div class = "img-holder">
<img src = "assets/img/product-features/multi-team.dd13ec.svg" alt = "Multi Teams">
</div>
<h3>Multi-Teams</h3>
<p>Quickly switch between different <br> team profiles with one login</p>
</a>
</div>
<div class = "col-sm-6 text-center">
<a href = "http://help.paperbot.ai/the-basics/deleting-links" target = "_blank">
<div class = "img-holder">
<img src = "assets/img/product-features/trash.adcce0.svg" alt = "Delete Link">
</div>
<h3>Delete Link</h3>
<p>Remove links with one click to easily <br> keep your workspace in check</p>
</a>
</div>
<div class = "col-sm-6 text-center">
<a href = "http://help.paperbot.ai/the-basics/recommendations" target = "_blank">
<div class = "img-holder">
<img src = "assets/img/product-features/ai-based.56be09.svg" alt = "Ai-Based">
</div>
<h3>AI-based Recommendations</h3>
<p>Get the most relevant content<br>especially curated for you</p>
</a>
</div>
<div class = "col-sm-6 text-center">
<a href = "http://help.paperbot.ai/the-basics/focus-display" target = "_blank">
<div class = "img-holder">
<img src = "assets/img/product-features/focus-display.8ab44a.svg" alt = "Focus Display">
</div>
<h3>Focus Display</h3>
<p>Eliminate distractions and keep<br>focused on what matters</p>
</a>
</div>
</div>
</div>
</div>
<!-- CALL TO ACTION SECTION -->
<section role = "call-to-action">
<div class = "cta">
<svg class = "divider" preserveaspectradio = "none" viewBox = "0 0 1080 46">
<polygon x="0" y="0" points = "0 0 1080 0 1080 46"></polygon>
</svg>
<div class = "container">
<div class = "row">
<div class = "col-xs-12 col-sm-6 col-sm-push-3 text-center">
<div class = "cta-title">Never miss another link again.</div>
<p>Paperbot organizes the most relevant links shared on your Slack channels, so you can stay informed but not overwhelmed.</p>
<a class = "track-addslack" href = "https://app.paperbot.ai/auth/slack?source=add_bot" role = "button">
<img class = "btn-slack" src = "assets/img/btn-add-to-slack.f34f4f.svg" alt = "Add to Slack">
</a>
</div>
</div>
</div>
<svg class = "divider" preserveaspectradio = "none" viewBox = "0 0 1080 46">
<polygon x="0" y="0" points = "0 0 1080 0 1080 46"></polygon>
</svg>
</div>
</section>
<!-- FOOTER SECTION -->
<footer>
<div class = "container">
<div class = "row">
<div class = "col-xs-6 col-sm-3">
<nav class = "footer-nav">
<h3 class = "footer-nav-title">Learn More</h3>
<ul class = "footer-list">
<li>
<a href = "https://blog.skore.io/">Blog</a>
</li>
<li>
<a href = "http://web.paperbot.ai">Login</a>
</li>
</ul>
</nav>
</div>
<div class = "col-xs-6 col-sm-3">
<nav class = "footer-nav">
<h3 class = "footer-nav-title">Company</h3>
<ul class = "footer-list">
<li>
<a href = "/about/">About</a>
</li>
<li>
<a href = "/contact-us/">Contact us</a>
</li>
</ul>
</nav>
</div>
<div class = "clearfix visible-xs"></div>
<div class = "col-xs-6 col-sm-3">
<nav class = "footer-nav">
<h3 class = "footer-nav-title">Resources</h3>
<ul class = "footer-list">
<li>
<a href = "https://help.paperbot.ai" target = "_blank">Help</a>
</li>
<li>
<a href = "/privacy-policy/">Privacy Policy</a>
</li>
</ul>
</nav>
</div>
<div class = "col-xs-6 col-sm-3">
<nav class = "footer-nav">
<h3 class = "footer-nav-title">Follow us</h3>
<nav class = "footer-nav-share">
<a href="https://www.facebook.com/PaperBotHQ/" target = "_blank">
<img src = "assets/img/icons/facebook-logo.984163.svg" alt = "Facebook">
</a>
<a href="https://www.twitter.com/paperbothq" target = "_blank">
<img src = "assets/img/icons/twitter-logo.3d6ab7.svg" alt = "Twitter">
</a>
<a href="https://www.linkedin.com/company/11040852" target = "_blank">
<img src = "assets/img/icons/linkedin-logo.b9ec4c.svg" alt = "Linkedin">
</a>
</nav>
</nav>
</div>
</div>
<div class = "row footer-mentions">
<div class = "col-sm-12">
<small class = "footer-algolia">
Search powered by
<a href = "https://www.algolia.com/"><img src = "assets/img/algolia.fe4ab9.svg" alt = "Algolia"></a>
</small>
<small class = "footer-copyright">
© 2017 Paperbot - made with ♥ by
<a href = "http://skore.io/?utm_source=ppb&utm_medium=home" target = "_blank">Skore.io</a>
</small>
</div>
</div>
<p class = "text-center footer-slack-disclaimer">Not created by, affiliated with, or supported by Slack Technologies, Inc. </p>
</div>
</footer>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>