-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
about.html
46 lines (44 loc) · 1.47 KB
/
about.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
---
layout: default
title: About
active: about
body_class: about
permalink: /about/
---
<div class="about">
<!-- hero -->
<section class="hero">
<div class="site-container">
<h1>An open-source realtime database built with love.</h1>
</div>
</section>
<!-- who we are -->
<section class="intro">
<div class="site-container">
<div class="intro-text">
<p>
RethinkDB is an open-source project and a member of the Linux Foundation.
With over {{ site.rethinkdb_users }} passionate developers, RethinkDB has generated
tremendous interest in the developer community, and
is the <a href="https://github.com/showcases/nosql-databases?s=stars">second most popular</a>
database on GitHub.
</p>
<p>
Learn about our mission <a href="/blog/realtime-web/">to help advance the realtime web</a>.
</p>
<div class="intro-callout">
<div class="infobox">
<p>
Follow <a href="https://twitter.com/rethinkdb">@rethinkdb</a> on Twitter.
</p>
</div>
<div class="infobox">
<p>
See the <a href="https://github.com/rethinkdb/rethinkdb/issues">GitHub issues</a>.
</p>
</div>
</div>
</div>
</div>
</section>
</div>