pages: add about information

Change-Id: Ic29b96a3c63b5da5dcb39da476a0a722046994fe
diff --git a/pages/about.md b/pages/about.md
index 74d7bea..5e36876 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -1,3 +1,27 @@
 title: About
 date: 01.01.01
 
+giggi.me tries to protect users privacy while the user interacts with it. It
+runs open source software, check the bottom of this page for links.
+
+It doesn't not store cookies client side. All information associated with the
+user session are kept on the server and destroyed periodically once the user has
+left the website.
+
+Nonetheless, there are other agents that could track the user while trying to
+reach giggi.me up to some extent. For instance, programs running on the client
+end especially if the user comes from a mobile device.
+
+giggi.me is hosted by [digitalocean](www.digitalocean.com), they could in theory
+run programs server side to monitor and track the user, in addition there are
+other third party watchers that can generally monitor the traffic transiting in
+and out giggi.me.
+
+All traffic generated is encrypted, which doesn't mean it is really secure, but
+it's better than plain text.
+
+What runs on the server is [Apache](https://httpd.apache.org/),
+[Mysql](https://www.mysql.com/) and [CodeIgniter](https://codeigniter.com/).
+
+What runs on the client is minimal and comes from
+[Pelican](https://docs.getpelican.com/en/latest/).