-
Notifications
You must be signed in to change notification settings - Fork 2
/
features.html
95 lines (84 loc) · 5.3 KB
/
features.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Features</title>
<link href="./dist/styles/banner.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-colored">
<img class="navbar-left navbar-logo" src="./assets/banner/scrollback-large.png">
<ul class="navbar-right" >
<li class="navbar-item"><a href="http://blog.scrollback.io/" target="_blank">Blog</a></li>
</ul>
</nav>
<div class="container center">
<h1 style="text-align: center; padding-top: 80px; font-size: 36px;"> POWERFUL FEATURES, SIMPLY DESIGNED</h1>
<div class="section feature" style="padding-top: 50px;" >
<div class="container" style="background-color: #f2f2f2; margin-top:10px; margin-bottom: 10px; margin-left: 80px; margin-right:80px; border-radius: 2px;">
<div class="row">
<img class="col medium-left" src="./assets/features/realtime.png" width="200" alt="Conversations" >
<div class="col" >
<h2>Engaging real–time conversations</h2>
<p>Go beyond static comments and have immersive, real–time conversations with your community.</p>
</div>
</div>
</div>
</div>
<div class="section feature">
<div class="container" style="margin-top:10px; margin-bottom: 10px; margin-left: 80px; margin-right:80px;border-radius: 2px;">
<div class="row">
<img class="col medium-right" src="./assets/features/threads.png" height="200" width="200" alt="Follow room" >
<div class="col" style="text-align: ">
<h2>Easy to follow discussion threads</h2>
<p>Start new discussion threads or reply to existing ones. Discussion threads organize your conversations and makes it easy for you to participate in or follow different topics at once.</p>
</div>
</div>
</div>
</div>
<div class="section feature">
<div class="container" style="background-color: #f2f2f2; margin-top:10px; margin-bottom: 10px; margin-left: 80px; margin-right:80px; border-radius: 2px;">
<div class="row">
<img class="col medium-left" src="./assets/features/archives.png" width="200" alt="Archives" >
<div class="col">
<h2>Content rich archives</h2>
<p>Scrollback rooms archive all your conversations making it an extensive reference source, convenient to search archives for specific or already discussed topics.</p>
</div>
</div>
</div>
</div>
<div class="section feature" >
<div class="container" style=" margin-top:10px; margin-bottom: 10px; margin-left: 80px; margin-right:80px; border-radius: 2px;">
<div class="row" >
<img class="col medium-right" src="./assets/features/control.png" width="200" alt="Configuration" >
<div class="col" style="text-align: right; ">
<h2>Stay in control</h2>
<p>Moderate conversations on your room with a powerful admin panel. You can hide messages, control who participates in your conversations and filter spam using simple settings.</p>
</div>
</div>
</div>
</div>
<div class="section feature">
<div class="container" style="background-color: #f2f2f2; margin-top:10px; margin-bottom: 10px; margin-left: 80px; margin-right:80px; border-radius: 2px;">
<div class="row">
<img class="col medium-left" src="./assets/features/embed.png" width="200" alt="Embed" >
<div class="col" >
<h2>Easy to embed</h2>
<p>Scrollback can be easily embedded onto your website or blog using a few simple steps. <a href="http://web.scrollback.io/docs/embedding/" target="_blank">Click here to know more</a>. Customize your Scrollback chat widget to match the branding of your website or blog perfectly.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
</body>
</html>