diff --git a/images/anims/explain.gif b/images/anims/explain.gif new file mode 100644 index 0000000..fa1618c Binary files /dev/null and b/images/anims/explain.gif differ diff --git a/images/anims/find.gif b/images/anims/find.gif new file mode 100644 index 0000000..c57e027 Binary files /dev/null and b/images/anims/find.gif differ diff --git a/images/anims/points.gif b/images/anims/points.gif new file mode 100644 index 0000000..3d6fba7 Binary files /dev/null and b/images/anims/points.gif differ diff --git a/index.html b/index.html index 613d435..f7ce710 100644 --- a/index.html +++ b/index.html @@ -35,22 +35,30 @@

Announcing GitterBot!

GitterBot is a full featured bot for Gitter.im First developed to integrate with the chatrooms - for FreeCodeCamp, the largest online free learn-to-code bootcamp in the world, + for FreeCodeCamp, the largest online bootcamp in the world, - where he supports more than 15k users in the main chatroom. + where he supports more than 15,000 users in the main chatroom.

Features

-

Github Wiki integration

- You can search for articles in a projects github wiki, and also pull a summary right into the chat. +

Github Wiki Search

+ You can search for articles in a projects github wiki + + +

Share wiki summaries in chat

+ Use explain to pull a wiki summary right into the chat: +

Points system

Allow your users to send points to each other to say 'thanks @friend' +

Fixed messages

Based on scannable expressions, send messages into the chat.

Extensible

- Custom functions can easily be added. Check the System overview. + Custom functions can easily be added. + Check the System overview
+ or contact RIKAI Labs.

More information @@ -79,10 +87,13 @@

- Built by RIKAI Labs + Built by RIKAI Labs. We Build Bots. +

+ We can customize GitterBot for you!
+

+ Contact dc@rikai.co

-

This project is maintained by dcsan

-

Hosted on GitHub Pages — Theme by orderedlist

+ diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 79bf723..e6c640a 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -13,6 +13,15 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; } +.anim { + border: 2px solid black; +} + +.bolder { + font-size: 14px; + color: #400; + font-weight: bold; +} /*p, ul, ol, table, pre, dl { margin:0 0 20px;