-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex-backup.html
197 lines (178 loc) · 11.2 KB
/
index-backup.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
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title | prepend: ' - ' | prepend: site.tagline }}{% endif %}">
<meta name="twitter:description" content="{{ site.description }}">
<meta name="twitter:image" content="{{ site.image | prepend: site.url }}">
<meta property="og:type" content="website">
<meta property="og:url" content="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title | prepend: ' - ' | prepend: site.tagline }}{% endif %}">
<meta property="og:description" content="{{ site.description }}">
<meta property="og:image" content="{{ site.image | prepend: site.url }}">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title | prepend: ' - ' | prepend: site.tagline }}{% endif %}</title>
<meta name="description" content="{{ site.description }}">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="image_src" href="{{ site.image | prepend: site.url }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="shortcut icon" href="{{ '/assets/images/favicon.png' | prepend: site.baseurl }}">
<link rel="stylesheet" type="text/css" media="screen" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/css/stylesheet.css' | prepend: site.baseurl }}">
<!-- enable HTML5 in IE, we need to place it before body -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script>
<script>window.html5 || document.write('<script src="s/scripts/lib/html5shiv.min.js"><\/script>')</script>
<![endif]-->
<script>
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".nojs { display: none; }";
document.getElementsByTagName("head")[0].appendChild(css);
</script>
<script>window.scrollback = {room:"scrollback",form:"toast",theme:"dark",minimize:false};(function(d,s,h,e){e=d.createElement(s);e.async=1;e.src=(location.protocol === "https:" ? "https:" : "http:") + "//scrollback.io/client.min.js";d.getElementsByTagName(s)[0].parentNode.appendChild(e);}(document,"script"));</script>
</head>
<body>
<!--[if lt IE 9]>
<div class="ie warning">
<h2>Your browser isn’t supported :-(</h2>
<p>Please <a href="http://browsehappy.com">upgrade</a> to a modern browser.</p>
</div>
<![endif]-->
<div class="nojs warning">
<h2>Javascript is disabled in your browser!</h2>
<p>Please enable Javascript for the website to work.</p>
</div>
<section id="cover" class="cover-home">
<div class="cover-bg">
<div class="bg-home"></div>
<div class="bg-websites"></div>
<div class="bg-conferences"></div>
<div class="bg-geeks"></div>
</div>
<div class="cover-content">
<div class="row container">
<div class="small-12 medium-10 large-8 slides">
<img class="large-logo" src="/assets/images/scrollback-large.svg" alt="scrollback" />
<ul class="slider">
<li class="slide-home">
<h1>Where communities hang out</h1>
<p>Scrollback is a beautiful, open source text chat service designed for communities. Scrollback chat rooms can be embedded in websites and linked with Twitter hashtags or IRC channels.</p>
</li>
<li class="slide-websites">
<h1>Text chat for your website and blog</h1>
<p>Build a community around your website and blog by engaging your visitors in real time, immersive conversations and discussions.
<a href="/websites">Learn more</a>
</li>
<li class="slide-conferences">
<h1>A back-channel for your conference</h1>
<p>Scrollback, used at events like <strong>JSConf Asia</strong>, have allowed attendees to network more freely, share anecdotes related to the talks and have extended QA with speakers.</p>
</li>
<li class="slide-geeks">
<h1>A friendly portal to your IRC channel</h1>
<p>Projects like <strong>Mozilla</strong> put their IRC channel on their website using Scrollback, so that visitors truly learn why it’s called an open-source <em>community</em>.</p>
</li>
</ul>
<div class="links">
<ul>
<li><a class="link-home">Home</a></li>
<li><a href="http://web.scrollback.io/websites/" class="link-websites">For websites and blogs</a></li>
<li><a class="link-conferences">For conferences</a></li>
<li><a class="link-geeks">For geeks</a></li>
</ul>
</div>
<a class="button login-toggle">Get started</a> <span class="try">or <a class="trial-room">Try it first</a></span>
</div>
</div>
<a class="arrow" href="#features"><img src="/assets/images/arrow.svg" alt="Go down" /></a>
<a class="blog" href="http://blog.scrollback.io" target="_blank">Blog</a>
<a class="fork" href="http://github.com/scrollback/scrollback/" target="_blank"><img src="/assets/images/github.svg" alt="Fork on GitHub" /></a>
</div>
</section>
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="col small-12 medium-6 large-4">
<h2>Chattier forums</h2>
<img class="icon" src="/assets/images/online.png" alt="Online" />
<p>Users are engaged like on their favourite chat app, while the community enjoys viral growth, SEO and moderation.</p>
</div>
<div class="col small-12 medium-6 large-4">
<h2>Email notifications</h2>
<img class="icon" src="/assets/images/summary.png" alt="Summary" />
<p>Members of your community get email if someone mentions them, as well as summaries of what was said.</p>
</div>
<div class="col small-12 medium-6 large-4">
<h2>Twitter integration</h2>
<img class="icon" src="/assets/images/twitter.png" alt="Twitter" />
<p>Bring tweets about you into your room instantly, and use them to spark new discussions around the clock.</p>
</div>
</div>
</div>
</section>
<section class="testimonials">
<div class="container">
<h1>Scrollback in the wild</h1>
<div class="row">
<div class="col block-1">
<a href="http://mozillaindia.org" target="_blank">
<img src="/assets/images/mozilla.png" alt="Mozilla India, Philippines, and many others.">
</a>
</div>
<div class="col block-1">
<a href="http://hasgeek.com/" target="_blank">
<img src="/assets/images/hasgeek.png" alt="HasGeek">
</a>
</div>
<div class="col block-1">
<a href="http://jsconf.asia" target="_blank">
<img src="/assets/images/jsconf.png" alt="JSConf Asia">
</a>
</div>
<div class="col block-1">
<a href="http://numixproject.org" target="_blank">
<img src="/assets/images/numix.png" alt="Numix Project">
</a>
</div>
</div>
</div>
</section>
<footer>
<p>Scrollback is a product of Askabt Pte. Ltd. We respect your <a href="/privacy">privacy</a>. Copyright Askabt Pte. Ltd.</p>
<p class="credit">Photo credit <a href="http://www.flickr.com/photos/georgio/6261749693/" target="_blank">flickr.com/photos/georgio</a>.</p>
<p class="poweredby"><a href="http://softlayer.com/"><img src="/assets/images/softlayer.png" alt="Softlayer"/></a><a href="http://browserstack.com"><img src="/assets/images/browserstack.png" alt="Browserstack"/></a></p>
</footer>
<section class="login-modal">
<a class="close login-toggle">×</a>
<!--
<h2>Login to scrollback with...</h2>
<a class="button google">Google+</a>
<a class="button twitter">Twitter</a>
<a class="button facebook">Facebook</a>
<a class="button persona">Persona</a>
<a class="button openid">OpenID</a>
-->
<h2>Create or visit a room </h2>
<p>Type the name of the room you want</p>
<form id="create-field">
<label for="create-text">scrollback.io/</label>
<input type="text" id="create-text" placeholder="my-community" pattern="[a-z][a-z0-9-]{2,31}" oninvalid="setCustomValidity('Please enter a valid room name')" onchange="try{setCustomValidity('')}catch(e){}" /><input type="submit" value="Go" disabled />
<p class="error"></p>
</form>
</section>
<aside class="dim"></aside>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/assets/js/script.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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45130412-1', 'scrollback.io');
ga('send', 'pageview');
</script>
</body>
</html>