Browse Source

fist commit

mauro 1 year ago
commit
c976c27942
100 changed files with 6613 additions and 0 deletions
  1. 0 0
      bpconverter/__init__.py
  2. BIN
      bpconverter/__pycache__/__init__.cpython-311.pyc
  3. BIN
      bpconverter/__pycache__/__init__.cpython-39.pyc
  4. BIN
      bpconverter/__pycache__/settings.cpython-311.pyc
  5. BIN
      bpconverter/__pycache__/settings.cpython-39.pyc
  6. BIN
      bpconverter/__pycache__/urls.cpython-311.pyc
  7. BIN
      bpconverter/__pycache__/urls.cpython-39.pyc
  8. BIN
      bpconverter/__pycache__/wsgi.cpython-311.pyc
  9. BIN
      bpconverter/__pycache__/wsgi.cpython-39.pyc
  10. 16 0
      bpconverter/asgi.py
  11. 131 0
      bpconverter/settings.py
  12. 22 0
      bpconverter/urls.py
  13. 16 0
      bpconverter/wsgi.py
  14. 0 0
      db.sqlite3
  15. 0 0
      frontpage/__init__.py
  16. BIN
      frontpage/__pycache__/__init__.cpython-311.pyc
  17. BIN
      frontpage/__pycache__/__init__.cpython-39.pyc
  18. BIN
      frontpage/__pycache__/admin.cpython-311.pyc
  19. BIN
      frontpage/__pycache__/admin.cpython-39.pyc
  20. BIN
      frontpage/__pycache__/apps.cpython-311.pyc
  21. BIN
      frontpage/__pycache__/apps.cpython-39.pyc
  22. BIN
      frontpage/__pycache__/forms.cpython-311.pyc
  23. BIN
      frontpage/__pycache__/forms.cpython-39.pyc
  24. BIN
      frontpage/__pycache__/models.cpython-311.pyc
  25. BIN
      frontpage/__pycache__/models.cpython-39.pyc
  26. BIN
      frontpage/__pycache__/urls.cpython-311.pyc
  27. BIN
      frontpage/__pycache__/urls.cpython-39.pyc
  28. BIN
      frontpage/__pycache__/views.cpython-311.pyc
  29. BIN
      frontpage/__pycache__/views.cpython-39.pyc
  30. 3 0
      frontpage/admin.py
  31. 5 0
      frontpage/apps.py
  32. 6 0
      frontpage/forms.py
  33. 0 0
      frontpage/migrations/__init__.py
  34. BIN
      frontpage/migrations/__pycache__/__init__.cpython-311.pyc
  35. BIN
      frontpage/migrations/__pycache__/__init__.cpython-39.pyc
  36. 3 0
      frontpage/models.py
  37. 54 0
      frontpage/templates/frontpage.html
  38. 3 0
      frontpage/tests.py
  39. 8 0
      frontpage/urls.py
  40. 132 0
      frontpage/views.py
  41. 22 0
      manage.py
  42. 114 0
      static/basic/base.html
  43. 80 0
      static/basic/base.old
  44. 41 0
      static/basic/mail.html
  45. 3 0
      static/css/style.css
  46. 73 0
      static/css/style.ol1
  47. 207 0
      static/css/style.old
  48. 95 0
      static/images/143370-communication-collection/eps/email-1.eps
  49. 108 0
      static/images/143370-communication-collection/eps/email-10.eps
  50. 114 0
      static/images/143370-communication-collection/eps/email-11.eps
  51. 91 0
      static/images/143370-communication-collection/eps/email-12.eps
  52. 106 0
      static/images/143370-communication-collection/eps/email-13.eps
  53. 95 0
      static/images/143370-communication-collection/eps/email-14.eps
  54. 86 0
      static/images/143370-communication-collection/eps/email-15.eps
  55. 89 0
      static/images/143370-communication-collection/eps/email-16.eps
  56. 95 0
      static/images/143370-communication-collection/eps/email-2.eps
  57. 106 0
      static/images/143370-communication-collection/eps/email-3.eps
  58. 109 0
      static/images/143370-communication-collection/eps/email-4.eps
  59. 139 0
      static/images/143370-communication-collection/eps/email-5.eps
  60. 103 0
      static/images/143370-communication-collection/eps/email-6.eps
  61. 108 0
      static/images/143370-communication-collection/eps/email-7.eps
  62. 107 0
      static/images/143370-communication-collection/eps/email-8.eps
  63. 107 0
      static/images/143370-communication-collection/eps/email-9.eps
  64. 86 0
      static/images/143370-communication-collection/eps/email.eps
  65. 93 0
      static/images/143370-communication-collection/eps/inbox.eps
  66. 108 0
      static/images/143370-communication-collection/eps/mobile-phone-1.eps
  67. 120 0
      static/images/143370-communication-collection/eps/mobile-phone-2.eps
  68. 115 0
      static/images/143370-communication-collection/eps/mobile-phone-3.eps
  69. 126 0
      static/images/143370-communication-collection/eps/mobile-phone-4.eps
  70. 99 0
      static/images/143370-communication-collection/eps/mobile-phone.eps
  71. 92 0
      static/images/143370-communication-collection/eps/outbox.eps
  72. 133 0
      static/images/143370-communication-collection/eps/phone-book-1.eps
  73. 100 0
      static/images/143370-communication-collection/eps/phone-book-2.eps
  74. 100 0
      static/images/143370-communication-collection/eps/phone-book.eps
  75. 93 0
      static/images/143370-communication-collection/eps/phone-call-1.eps
  76. 87 0
      static/images/143370-communication-collection/eps/phone-call-2.eps
  77. 84 0
      static/images/143370-communication-collection/eps/phone-call.eps
  78. 97 0
      static/images/143370-communication-collection/eps/smartphone-1.eps
  79. 109 0
      static/images/143370-communication-collection/eps/smartphone-2.eps
  80. 103 0
      static/images/143370-communication-collection/eps/smartphone-3.eps
  81. 114 0
      static/images/143370-communication-collection/eps/smartphone-4.eps
  82. 88 0
      static/images/143370-communication-collection/eps/smartphone.eps
  83. 106 0
      static/images/143370-communication-collection/eps/speech-bubble-1.eps
  84. 90 0
      static/images/143370-communication-collection/eps/speech-bubble-2.eps
  85. 88 0
      static/images/143370-communication-collection/eps/speech-bubble-3.eps
  86. 88 0
      static/images/143370-communication-collection/eps/speech-bubble-4.eps
  87. 79 0
      static/images/143370-communication-collection/eps/speech-bubble-5.eps
  88. 102 0
      static/images/143370-communication-collection/eps/speech-bubble-6.eps
  89. 87 0
      static/images/143370-communication-collection/eps/speech-bubble-7.eps
  90. 82 0
      static/images/143370-communication-collection/eps/speech-bubble-8.eps
  91. 81 0
      static/images/143370-communication-collection/eps/speech-bubble-9.eps
  92. 85 0
      static/images/143370-communication-collection/eps/speech-bubble.eps
  93. BIN
      static/images/143370-communication-collection/font/Flaticon.eot
  94. 282 0
      static/images/143370-communication-collection/font/Flaticon.svg
  95. BIN
      static/images/143370-communication-collection/font/Flaticon.ttf
  96. BIN
      static/images/143370-communication-collection/font/Flaticon.woff
  97. 129 0
      static/images/143370-communication-collection/font/_flaticon.scss
  98. 76 0
      static/images/143370-communication-collection/font/flaticon.css
  99. 680 0
      static/images/143370-communication-collection/font/flaticon.html
  100. 14 0
      static/images/143370-communication-collection/license/license.html

+ 0 - 0
bpconverter/__init__.py


BIN
bpconverter/__pycache__/__init__.cpython-311.pyc


BIN
bpconverter/__pycache__/__init__.cpython-39.pyc


BIN
bpconverter/__pycache__/settings.cpython-311.pyc


BIN
bpconverter/__pycache__/settings.cpython-39.pyc


BIN
bpconverter/__pycache__/urls.cpython-311.pyc


BIN
bpconverter/__pycache__/urls.cpython-39.pyc


BIN
bpconverter/__pycache__/wsgi.cpython-311.pyc


BIN
bpconverter/__pycache__/wsgi.cpython-39.pyc


+ 16 - 0
bpconverter/asgi.py

@@ -0,0 +1,16 @@
+"""
+ASGI config for bpconverter project.
+
+It exposes the ASGI callable as a module-level variable named ``application``.
+
+For more information on this file, see
+https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/
+"""
+
+import os
+
+from django.core.asgi import get_asgi_application
+
+os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'bpconverter.settings')
+
+application = get_asgi_application()

+ 131 - 0
bpconverter/settings.py

@@ -0,0 +1,131 @@
+"""
+Django settings for bpconverter project.
+
+Generated by 'django-admin startproject' using Django 4.1.7.
+
+For more information on this file, see
+https://docs.djangoproject.com/en/4.1/topics/settings/
+
+For the full list of settings and their values, see
+https://docs.djangoproject.com/en/4.1/ref/settings/
+"""
+
+from pathlib import Path
+import os
+
+# Build paths inside the project like this: BASE_DIR / 'subdir'.
+BASE_DIR = Path(__file__).resolve().parent.parent
+
+
+# Quick-start development settings - unsuitable for production
+# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/
+
+# SECURITY WARNING: keep the secret key used in production secret!
+SECRET_KEY = 'django-insecure-y%xo@^-@e9rg5e*ckd(0ma5jnv#91q1b-rm@!v$s251)rj8x(oqwery'
+
+# SECURITY WARNING: don't run with debug turned on in production!
+DEBUG = True
+
+ALLOWED_HOSTS = ['altemica.net',]
+
+
+# Application definition
+
+INSTALLED_APPS = [
+    'django.contrib.admin',
+    'django.contrib.auth',
+    'django.contrib.contenttypes',
+    'django.contrib.sessions',
+    'django.contrib.messages',
+    'django.contrib.staticfiles',
+    'frontpage',
+]
+
+MIDDLEWARE = [
+    'django.middleware.security.SecurityMiddleware',
+    'django.contrib.sessions.middleware.SessionMiddleware',
+    'django.middleware.common.CommonMiddleware',
+    'django.middleware.csrf.CsrfViewMiddleware',
+    'django.contrib.auth.middleware.AuthenticationMiddleware',
+    'django.contrib.messages.middleware.MessageMiddleware',
+    'django.middleware.clickjacking.XFrameOptionsMiddleware',
+]
+
+ROOT_URLCONF = 'bpconverter.urls'
+
+TEMPLATES = [
+    {
+        'BACKEND': 'django.template.backends.django.DjangoTemplates',
+        'DIRS': [ os.path.join(BASE_DIR,'static/basic'), ],
+        'APP_DIRS': True,
+        'OPTIONS': {
+            'context_processors': [
+                'django.template.context_processors.debug',
+                'django.template.context_processors.request',
+                'django.contrib.auth.context_processors.auth',
+                'django.contrib.messages.context_processors.messages',
+            ],
+        },
+    },
+]
+
+
+WSGI_APPLICATION = 'bpconverter.wsgi.application'
+
+
+# Database
+# https://docs.djangoproject.com/en/4.1/ref/settings/#databases
+
+DATABASES = {
+    'default': {
+        'ENGINE': 'django.db.backends.sqlite3',
+        'NAME': BASE_DIR / 'db.sqlite3',
+    }
+}
+
+
+# Password validation
+# https://docs.djangoproject.com/en/4.1/ref/settings/#auth-password-validators
+
+AUTH_PASSWORD_VALIDATORS = [
+    {
+        'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
+    },
+    {
+        'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
+    },
+    {
+        'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
+    },
+    {
+        'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
+    },
+]
+
+
+# Internationalization
+# https://docs.djangoproject.com/en/4.1/topics/i18n/
+
+LANGUAGE_CODE = 'en-us'
+
+TIME_ZONE = 'UTC'
+
+USE_I18N = True
+
+USE_TZ = True
+
+
+# Static files (CSS, JavaScript, Images)
+# https://docs.djangoproject.com/en/4.1/howto/static-files/
+
+STATIC_URL = 'static/'
+
+# Default primary key field type
+# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field
+
+DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
+
+FORCE_SCRIPT_NAME='/bpconverter'
+
+MEDIA_ROOT=os.path.join(BASE_DIR,'static/upload')
+STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static/upload/out'), ]

+ 22 - 0
bpconverter/urls.py

@@ -0,0 +1,22 @@
+"""bpconverter URL Configuration
+
+The `urlpatterns` list routes URLs to views. For more information please see:
+    https://docs.djangoproject.com/en/4.1/topics/http/urls/
+Examples:
+Function views
+    1. Add an import:  from my_app import views
+    2. Add a URL to urlpatterns:  path('', views.home, name='home')
+Class-based views
+    1. Add an import:  from other_app.views import Home
+    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
+Including another URLconf
+    1. Import the include() function: from django.urls import include, path
+    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
+"""
+from django.contrib import admin
+from django.urls import path,include
+
+urlpatterns = [
+    path('admin/', admin.site.urls),
+    path('',include('frontpage.urls')),
+]

+ 16 - 0
bpconverter/wsgi.py

@@ -0,0 +1,16 @@
+"""
+WSGI config for bpconverter project.
+
+It exposes the WSGI callable as a module-level variable named ``application``.
+
+For more information on this file, see
+https://docs.djangoproject.com/en/4.1/howto/deployment/wsgi/
+"""
+
+import os
+
+from django.core.wsgi import get_wsgi_application
+
+os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'bpconverter.settings')
+
+application = get_wsgi_application()

+ 0 - 0
db.sqlite3


+ 0 - 0
frontpage/__init__.py


BIN
frontpage/__pycache__/__init__.cpython-311.pyc


BIN
frontpage/__pycache__/__init__.cpython-39.pyc


BIN
frontpage/__pycache__/admin.cpython-311.pyc


BIN
frontpage/__pycache__/admin.cpython-39.pyc


BIN
frontpage/__pycache__/apps.cpython-311.pyc


BIN
frontpage/__pycache__/apps.cpython-39.pyc


BIN
frontpage/__pycache__/forms.cpython-311.pyc


BIN
frontpage/__pycache__/forms.cpython-39.pyc


BIN
frontpage/__pycache__/models.cpython-311.pyc


BIN
frontpage/__pycache__/models.cpython-39.pyc


BIN
frontpage/__pycache__/urls.cpython-311.pyc


BIN
frontpage/__pycache__/urls.cpython-39.pyc


BIN
frontpage/__pycache__/views.cpython-311.pyc


BIN
frontpage/__pycache__/views.cpython-39.pyc


+ 3 - 0
frontpage/admin.py

@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.

+ 5 - 0
frontpage/apps.py

@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class FrontpageConfig(AppConfig):
+    name = 'frontpage'

+ 6 - 0
frontpage/forms.py

@@ -0,0 +1,6 @@
+from django import forms
+
+class UploadFileForm(forms.Form):
+  #title = forms.CharField(max_length=50)
+  filecaricato = forms.FileField()
+

+ 0 - 0
frontpage/migrations/__init__.py


BIN
frontpage/migrations/__pycache__/__init__.cpython-311.pyc


BIN
frontpage/migrations/__pycache__/__init__.cpython-39.pyc


+ 3 - 0
frontpage/models.py

@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.

+ 54 - 0
frontpage/templates/frontpage.html

@@ -0,0 +1,54 @@
+{% extends 'base.html' %}
+
+{% block top %}
+  <form name='frontpage' method='post' class='form-container card p-3 bg-light' enctype='multipart/form-data'>
+    {% csrf_token %}
+    <div class='form-outline mb-5 text-center btn-primary h3'>
+            Altemica Buste Paga Converter
+    </div>
+    <div class='form-outline mb-4'>
+     <label class="form-label" for="customFile">File Buste Paga</label>
+     <input type="file" class="form-control" id="filecaricato" name='filecaricato'/>
+    </div>
+    <div class='form-outline mb-4 text-center'>
+      <button type='submit' class='btn btn-primary btn-block btn-lg mb-4 active'>Upload</button>
+      <button type='reset' class='btn btn-secondary btn-block btn-lg mb-4'>Annulla</button>
+    </div>
+   </form>
+  
+{% endblock %}
+
+{% block body %}
+  <div class="container-sm bg-light card p-3">
+  {% if 'errore' in listafiles %}Attenzione si e' verificato un errore con il file caricato
+    {% else %}
+      <p>
+      Numero delle pagine del documento originale: {{ numeropagine }}
+      </p>
+      {% for k,f in listafiles.items %}
+        <p>
+	<a href='https://altemica.net/bpconverter_static/upload/out/{{ k }}.pdf'>{{ k }}</a> pagine: {{ f.pagine }}
+	</p>
+      {% endfor %}
+  {% endif %}
+  </div>
+{% endblock %}
+
+
+{% block help %}
+<div class="container-sm bg-light card p-3">
+<p>
+Il servizio tecnico Altemica è lieto di offrirvi questa increbile opportunità.
+</p>
+<p>
+Vogliamo offrirvi due materassi al prezzo di uno che potrete pagare in comode rate per i
+prossimi 130 anni.
+</p>
+<p>
+In più vorremmo offrirvi dodici set di cuscini e un paio di lenzuola senza federe per darvi 
+la certezza di avere il miglior prodotto sul mercato al miglior prezzo.
+</p>
+</div>
+{% endblock %}
+
+

+ 3 - 0
frontpage/tests.py

@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.

+ 8 - 0
frontpage/urls.py

@@ -0,0 +1,8 @@
+from django.urls import path
+from . import views
+
+app_name='Frontpage'
+urlpatterns = [
+  path('',views.frontpage,name='frontpage'),
+  ]
+

+ 132 - 0
frontpage/views.py

@@ -0,0 +1,132 @@
+from django.shortcuts import render
+from django.http import HttpResponse
+
+from .forms import *
+from django.views.decorators.csrf import csrf_exempt
+import os
+from bpconverter.settings import MEDIA_ROOT
+import PyPDF2
+import re
+import glob
+
+def handle_uploaded_file(f):
+    print(dir(f.chunks))
+    counter = 0
+    with open(os.path.join(MEDIA_ROOT,f.name), 'wb+') as destination:
+        counter = counter +1
+        print(counter)
+        for chunk in f.chunks():
+            #print(chunk) ok. qualcosa carica
+            destination.write(chunk)
+
+    print("{}/out/*.pdf".format(MEDIA_ROOT))
+
+    listtoremove = glob.glob("{}/out/*.pdf".format(MEDIA_ROOT))
+    for ltr in listtoremove:
+      print('removing:',ltr)
+      os.remove(ltr)
+
+            
+    return os.path.join(MEDIA_ROOT,f.name)
+
+def esegue_conversione(inputfile):
+  rec = re.compile('[A-Z]{6}\d{2}[A-Z]\d{2}[A-Z]\d{3}[A-Z]',flags=re.I)
+
+  print('apertura file')
+
+  pdfr=None
+  numpdfr=0
+  try: 
+    pdfr = PyPDF2.PdfReader(inputfile)
+  except PyPDF2.errors.PdfReadError as pre:
+    print('errore',pre)
+
+  risultato = dict()
+  if pdfr:  
+    print('numero di pagine',len(pdfr.pages))
+    numpdfr=len(pdfr.pages)
+    codicefiscale=None
+    listapagine={} #contiene il codice fiscale e le pagine in cui e' stato trovato
+
+    for i in range(0,len(pdfr.pages)):
+      pagina = pdfr.pages[i]
+      testo = pagina.extract_text(0)
+      # il testo estratto e' tutto carattere.
+      trovato=re.search(rec,testo)
+      if trovato:
+        print('trovato',trovato[0])
+        if trovato[0] in listapagine:
+          listapagine[trovato[0]].append(i)
+        else:
+          listapagine[trovato[0]] = list()
+          listapagine[trovato[0]].append(i)
+          risultato[trovato[0]] = ''
+
+    for k in listapagine:
+      # per ogni codice fiscale, genera le pagine che corrispondono (listapagine[k])
+      print(k,listapagine[k])
+
+      writer = PyPDF2.PdfWriter()
+      for kk in listapagine[k]:
+        print('pagine da salvare',kk)
+        writer.add_page(pdfr.pages[kk])
+
+      r = open("{}/out/{}.pdf".format(MEDIA_ROOT,k),'wb')
+      writer.write(r)
+      r.close()
+      risultato[k] = {'file':"{}/out/{}.pdf".format(MEDIA_ROOT,k),'pagine':listapagine[k]}
+
+       
+  else: risultato['errore']=[]
+
+  #rimozione del file
+  os.remove(inputfile)
+
+  print('risultato',risultato)
+  return (risultato,numpdfr)
+
+@csrf_exempt
+def frontpage(request):
+  listaccepted = list()
+  listaccepted.append('195.110.154.210')
+  listaccepted.append('195.110.154.213')
+
+  print('x_real_ip',request.META['HTTP_X_REAL_IP'])
+  print('http_host',request.META['HTTP_HOST'])
+
+  '''
+  auth = False
+
+  if 'HTTP_X_REAL_IP' in request.META:
+    print('presente X_REAL_IP',request.META['HTTP_X_REAL_IP'])
+    if request.META['HTTP_X_REAL_IP'] in listaccepted:
+      print('found presente X_REAL_IP',request.META['HTTP_X_REAL_IP'])
+      auth = True
+  else:
+      if 'HTTP_HOST' in request.META:
+        if request.META['HTTP_HOST'] in listaccepted:
+          auth = True
+
+  if not auth:
+    return HttpResponse("Accesso Non Autorizzato", status=503, headers={})
+  '''
+
+  data = {}
+  print('request.method',request.method)
+  if request.method == 'POST':
+    form = UploadFileForm(request.POST,request.FILES)
+    print('form is valid',form.is_valid())
+    if form.is_valid():
+      nomefile = request.FILES['filecaricato']
+      print('nome file',nomefile)
+
+      filesalvato = handle_uploaded_file(nomefile)
+      risultato =  esegue_conversione(filesalvato)
+
+      data['listafiles'] = risultato[0]
+      data['numeropagine'] = risultato[1]
+
+      print('dati passati al template',data)
+
+  return render(request,'frontpage.html',data)
+

+ 22 - 0
manage.py

@@ -0,0 +1,22 @@
+#!/usr/bin/env python3
+"""Django's command-line utility for administrative tasks."""
+import os
+import sys
+
+
+def main():
+    """Run administrative tasks."""
+    os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'bpconverter.settings')
+    try:
+        from django.core.management import execute_from_command_line
+    except ImportError as exc:
+        raise ImportError(
+            "Couldn't import Django. Are you sure it's installed and "
+            "available on your PYTHONPATH environment variable? Did you "
+            "forget to activate a virtual environment?"
+        ) from exc
+    execute_from_command_line(sys.argv)
+
+
+if __name__ == '__main__':
+    main()

+ 114 - 0
static/basic/base.html

@@ -0,0 +1,114 @@
+<html>
+
+<head>
+  {% load static %}
+  <title>{% block title %} {% endblock %}</title>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
+
+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
+  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
+
+  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+  {% block headersupplement %}
+
+  {% endblock %}
+</head>
+<body style='padding-top:100px;'> <!-- occhio, che non prende css/style.css -->
+
+{% if navbar %}
+<!--logo altemica e navbar-->
+<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
+  <div class="collapse navbar-collapse" id="navbarNav">
+    <ul class="navbar-nav">
+      <li class='nav-item active'>
+	<a class="navbar-brand" href="https://altemica.net/dashboard4">
+          <img src="{% static 'images/logo-altemica-300x100.jpg' %}" width="30%" class="d-inline-block align-left" alt=""></img>
+        </a>
+      </li>
+      <li class="nav-item active">
+        <a class="nav-link" href="{% url 'Login:welcome' %}">
+	<img src="{% static 'images/88282.png' %}" width="10%" class="d-inline-block align-left" alt="">  Menu Principale</img></a>
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="{% url 'Note:NoteView' %}">
+        <img src="{% static 'images/88273.png' %}" width="10%" class="d-inline-block align-left" alt="">  Note/Comunicazioni</img></a>
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="#help">
+        <img src="{% static 'images/88274.png' %}" width="10%" class="d-inline-block align-left" alt="">  Aiuto</img></a>
+
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="{% url 'Login:login' %}">
+        <img src="{% static 'images/88285.png' %}" width="10%" class="d-inline-block align-left" alt="">  Logout</img></a>
+      </li>
+    </ul>
+  </div>
+  <div class="collapse navbar-collapse" id="navbarNav">
+    <ul class="navbar-nav">
+-     <li class="nav-item">
+	<!-- <a class="nav-link" href="{% url 'Utenti:UserEdit' %}">Pannello personale:  <b>{{ utenteautorizzato.mail }}@{{ utenteautorizzato.domain.domain }}</b></a> -->
+      </li>
+    </ul>
+  </div>  
+  </nav>
+{% endif %}
+<!-- se navbar e' presente con un 1 all'interno, viene visualizza la navbar -->
+
+<div class="col-md-3 col-sm-3 col-xs-3">&nbsp;</div>
+ 
+<div class='container'>
+    {% block top %}
+      <p>
+    Utente che sta effettuando gli aggiornamenti {{ utenteautorizzato.mail }}@{{ utenteautorizzato.domain.nome }}
+  </p>
+  {% if dominio %}
+    <p>
+      Dominio su cui si sta' lavorando: {{ dominio.nome }}
+    </p>
+  {% endif %}
+  {% if user.mail %}
+    <p>
+      Si stanno effettuando aggiornamenti su: {{ user.mail }}@{{ user.domain.nome }}
+    </p>
+  {% endif %}
+  {% if dominio.nota %}
+    <p>
+    Note:<br>
+    <b>{{ dominio.nota|linebreaks }}</b>
+    </p>
+  {% endif %}
+    {% endblock %}
+</div>
+
+<div class='container'>
+      {% block body %}
+        Place Holder
+      {% endblock %}
+</div>
+
+<div class='container'>
+      {% block bodybottom %}
+      {% endblock %}
+</div>
+
+<div class=='container'>
+  {% block help %}
+  {% endblock %}
+</div>
+
+<div class='separator'></div>
+
+<div class='fixed-bottom'>
+      {% block bottom %}
+
+        <a href='http://altemica.net'>Powered by Altemica Srl -</a>
+        Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
+      {% endblock %}
+</div>
+
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+</body>
+

+ 80 - 0
static/basic/base.old

@@ -0,0 +1,80 @@
+<html>
+
+<head>
+  {% load static %}
+  <title>{% block title %} {% endblock %}</title>
+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
+
+  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
+  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
+
+  <link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
+  <script src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
+
+  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+  {% block headersupplement %}
+  {% endblock %}
+</head>
+<body style='padding-top:100px;'> <!-- occhio, che non prende css/style.css -->
+
+{% if navbar %}
+<!--logo altemica e navbar-->
+<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
+  <a class navbar-brand" href="http://altemica.net">
+    <img src="{% static '/images/altemica.jpg' %}" width="20%" class="d-inline-block align-top" alt="">
+  </a>
+  <div class="collapse navbar-collapse" id="navbarNav">
+    <ul class="navbar-nav">
+      <li class="nav-item active">
+        <a class="nav-link" href="{% url 'Login:welcome' %}">Home <span class="sr-only">(current)</span></a>
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="{% url 'Note:NoteView' %}">Note</a>
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="#">Aiuto</a>
+      </li>
+      <li class="nav-item">
+        <a class="nav-link" href="{% url 'Login:login' %}">Logout</a>
+      </li>
+    </ul>
+  </div>  
+  <div class="collapse navbar-collapse" id="navbarNav">
+    <ul class="navbar-nav">
+-     <li class="nav-item">
+	<!-- <a class="nav-link" href="{% url 'Utenti:UserEdit' %}">Pannello personale:  <b>{{ utenteautorizzato.mail }}@{{ utenteautorizzato.domain.domain }}</b></a> -->
+      </li>
+    </ul>
+  </div>  
+  </nav>
+{% endif %}
+<!-- se navbar e' presente con un 1 all'interno, viene visualizza la navbar -->
+
+<div class="col-md-3 col-sm-3 col-xs-3">&nbsp;</div>
+ 
+<div class='container'>
+    {% block top %}
+      Place Holder
+    {% endblock %}
+</div>
+
+<div class='container'>
+      {% block body %}
+        Place Holder
+      {% endblock %}
+</div>
+
+<div class='separator'></div>
+
+<div class='fixed-bottom'>
+      {% block bottom %}
+        <a href='http://altemica.net'>Powered by Altemica Srl -</a>
+        Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
+      {% endblock %}
+</div>
+
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+</body>
+

+ 41 - 0
static/basic/mail.html

@@ -0,0 +1,41 @@
+<html>
+
+<head>
+  {% load static %}
+  <title>{% block title %} {% endblock %}</title>
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"
+  <link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet">
+  <script
+  src="https://code.jquery.com/jquery-3.5.1.js"
+  integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
+  crossorigin="anonymous"></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
+  <script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/js/bootstrap4-toggle.min.js"></script>
+  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+  {% block headersupplement %}
+  {% endblock %}
+</head>
+<body style='padding-top:100px;'> <!-- occhio, che non prende css/style.css -->
+
+
+<div class="col-md-3 col-sm-3 col-xs-3">&nbsp;</div>
+ 
+<div class='container'>
+      {% block body %}
+        spazio Dati
+      {% endblock %}
+</div>
+
+<div class='separator'></div>
+
+<div class='fixed-bottom'>
+  {% block bottom %}
+    <a href='http://altemica.net'>Powered by Altemica Srl -</a>
+  {% endblock %}
+</div>
+
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+</body>
+

+ 3 - 0
static/css/style.css

@@ -0,0 +1,3 @@
+body {
+  padding-top:70px;
+}

+ 73 - 0
static/css/style.ol1

@@ -0,0 +1,73 @@
+html,body {
+  width:90%;
+  margin-left: 1cm;
+  margin-right: 1cm;
+  background-color: #F5F5F5;
+  color:#000;
+  #background-image:url(texture.jpg);
+  }
+
+.logo {
+  text-align:left;
+  }
+
+.logo > img {
+  width:12%;
+  }
+
+.separator {
+  height:10%;
+  clear:both;
+  }
+
+.alignleft {
+  float:left;
+  width:40%;
+  }
+
+.aligncenter {
+  float:left;
+  width:40%;
+  }
+
+.alignright {
+  float:left;
+  widht:40%;
+  }
+
+.center {
+  text-align: center;
+  width:100%;
+  }
+
+.alignreset {
+  height: 10%;
+  clear: both;
+ }
+
+.top { 
+  height:10%;
+  }
+
+.body { 
+  height: 60%;
+  }
+
+.bottom {
+  background-color:#4d4d4d;
+  font color:#ffffff;
+  font-family:"Courier New", Courier, monospace;
+  font-size:12px;
+  text-align:center;
+  clear:both;
+  margin-top:3%;
+  width: 90%;
+  position: fixed;
+  bottom: 3px;
+  }
+
+.bigbutton {
+  height: 34px;
+  font-size: 16px;
+  }
+

+ 207 - 0
static/css/style.old

@@ -0,0 +1,207 @@
+/*html,body {
+	width:100%;
+        margin-left: 1cm;
+        margin-right: 1cm;
+	background-color: #F5F5F5;
+        color:#000;
+	#background-image:url(texture.jpg);
+	}*/
+
+
+.center {
+        width=100%;
+        #position: fixed;
+        top: 5%;
+        left: 30%;
+        }
+  
+.logo {
+	text-align:left;
+        }
+.logo > img {
+        width:12%;
+        }
+
+.title {
+    color: #000;
+    }
+
+.tablemain {
+    position: absolute;
+    left: 1%;
+    #border-right: 1%;
+    width: 98%
+    }
+
+.textbody {
+    color: #000;
+    }
+
+.fieldWrapper {
+        text-align: left;
+        left: 35%;
+        }
+
+a{color:#000;text-decoration:none;}
+a:hover{color:#000;text-decoration:underline;}
+a:visited{color:#000;text-decoration:none;}
+a:active{color:#000;text-decoration:none;}
+
+.ErrorList {
+        color:red;
+      }
+
+.SuccessList {
+        color:green;
+      }
+	  
+.header{  margin:0 0 20px 0;}
+
+
+/* modulo in alto, per le informazioni e il logout */
+.section1{
+width:98%;
+box-shadow: 0 1px 0 #FFFFFF;
+text-shadow: 0 1px 0 #FFFFFF;
+background-color: #F1F1F1;
+background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+border:1px solid #333;
+margin:0 0 5px 0;
+padding: 1%;
+overflow: auto;
+}
+
+.section1left {
+  float: left;
+  width: 20%;
+  text-align: left;
+  }
+
+.section1center {
+  float: left;
+  width: 60%;
+  text-align: center;
+  }
+
+.section1right {
+  float: right;
+  width: 20%;
+  text-align: right;
+  }
+
+.firstrow{
+width:98%;
+box-shadow: 0 1px 0 #FFFFFF;
+/* text-shadow: 0 1px 0 #FFFFFF;*/
+background-color: #F1F1F1;
+background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+border:1px solid #333;
+margin:0 0 2px 0;
+padding: 1%;
+overflow: auto;
+}
+
+.secondrow{
+width:98%;
+box-shadow: 0 1px 0 #FFFFFF;
+/* text-shadow: 0 1px 0 #FFFFFF; */
+background-color: #F1F1F1;
+background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+border:1px solid #333;
+margin:0 0 20px 0;
+padding: 1%;
+overflow: auto;
+}
+
+/* gestione menu orizzontali */
+
+ul#menutoplevel  {
+  border: 0;
+  margin: 0;
+  padding: 2px 0;
+  list-style: none;
+  }
+
+#menutoplevel li {
+  float: left;
+  padding: 3px;
+  //width:15%;
+  text-align: center;
+  box-sizing: border-box;
+  position: relative;
+  }
+
+#menutoplevel li a {
+  text-decoration: none;
+  color: #000;
+  display: block;
+  padding: 2px 1px ;
+  Background: #a5a5a5;
+  }
+
+ 
+.tablestandard{ 
+width:98%;
+float:left;
+box-shadow: 0 1px 0 #FFFFFF;
+text-shadow: 0 1px 0 #FFFFFF;
+background-color: #F1F1F1;
+background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+border:1px solid #333;
+margin:0 0 0 0;
+padding: 1%;
+/* height: 90%; */
+}
+
+.tablemax{
+width:90%;
+float:left;
+box-shadow: 0 1px 0 #FFFFFF;
+text-shadow: 0 1px 0 #FFFFFF;
+background-color: #F1F1F1;
+background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
+border:1px solid #333;
+margin:0 0 0 0;
+padding: 1%;
+}
+
+.scadenza_rosso {
+  background-color: red;
+  color: white;
+  }
+
+.scadenza_giallo {
+  background-color: yellow;
+  }
+
+.scadenza_verde {
+  background-color: green;
+  color: white;
+  }
+
+ 
+.footer {
+  background-color:#4d4d4d;
+  font-family:"Courier New", Courier, monospace;
+  font-size:12px;
+  text-align:center;
+  clear:both;
+  margin-top:1%;
+  width: 100%;
+  position: fixed;
+  bottom: 1px;
+  }
+  
+table tr td label {
+	cursor: pointer;
+}
+
+.footer a{color:#FFF;text-decoration:none;}
+.footer a:hover{color:#FFF;text-decoration:underline;}
+.footer a:visited{color:#FFF;text-decoration:none;}
+.footer a:active{color:#FFF;text-decoration:none;}
+
+
+.disabled { color:grey; }
+.tobedeleted { text-decoration:line-through; }
+

+ 95 - 0
static/images/143370-communication-collection/eps/email-1.eps

@@ -0,0 +1,95 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:22 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 348 404
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 348 404
+%%EndPageSetup
+q 0 -1 348 405 rectclip q
+0.27451 0.972549 1 rg
+204.961 130.294 m 205.105 130.294 l 348 0.001 l 348 260.431 l h
+204.961 130.294 m f
+0.607843 0.984314 1 rg
+348 260.431 m 241.543 260.431 l 241.543 180.911 l 106.457 180.911 l 106.457
+ 260.431 l 0 260.431 l 174 102.216 l h
+348 260.431 m f
+0 0.905882 0.941176 rg
+204.961 130.294 m 174 102.216 l 142.969 130.294 l 0 0.001 l 348 0.001 l
+ 205.105 130.294 l h
+204.961 130.294 m f
+0.27451 0.972549 1 rg
+0 260.431 m 0 0.001 l 142.969 130.294 l h
+0 260.431 m f
+0.141176 0.533333 1 rg
+174 180.911 m 174 403.735 l 54.191 272.458 l 106.457 272.458 l 106.457 
+180.911 l h
+174 180.911 m f
+0 0.368627 0.807843 rg
+241.543 180.911 m 241.543 272.458 l 293.809 272.458 l 174 403.735 l 174
+ 180.911 l h
+241.543 180.911 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 108 - 0
static/images/143370-communication-collection/eps/email-10.eps

@@ -0,0 +1,108 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:34 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.293 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+240.629 107.544 m 288.457 155.372 l 288.457 215.087 l 267.289 215.087 247.535
+ 208.939 230.879 198.337 c 200.867 179.235 180.914 145.677 180.914 107.544
+ c 180.914 102.107 181.32 96.767 182.105 91.544 c 189.855 39.806 234.594
+ 0.001 288.457 0.001 c 288.457 59.716 l h
+240.629 107.544 m f
+288.457 104.97 m 288.457 110.118 l 285.883 107.544 l h
+288.457 104.97 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 155.372 l 295.941 162.857 l 318.57 140.232 l 288.457 110.118 l 288.457 
+104.97 l 318.57 74.857 l 295.941 52.232 l 288.457 59.716 l 288.457 0.001
+ l 347.758 0.001 396 48.243 396 107.544 c 396 144.837 376.914 177.755 348
+ 197.052 c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+240.629 107.544 m 295.941 52.232 l 318.57 74.857 l 285.883 107.544 l 318.57
+ 140.232 l 295.941 162.857 l h
+240.629 107.544 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 114 - 0
static/images/143370-communication-collection/eps/email-11.eps

@@ -0,0 +1,114 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:42 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.839 m 230.879 198.339 l 247.535 208.94 267.293 215.089 288.457
+ 215.089 c 310.461 215.089 330.941 208.44 348 197.053 c 348 351.979 l 204.961
+ 221.839 l h
+205.105 221.839 m f
+0.607843 0.984314 1 rg
+348 351.979 m 0 351.979 l 174 193.764 l h
+348 351.979 m f
+0 0.905882 0.941176 rg
+230.879 198.339 m 205.105 221.839 l 204.961 221.839 l 174 193.764 l 142.969
+ 221.839 l 0 91.546 l 182.105 91.546 l 181.32 96.768 180.914 102.108 180.914
+ 107.546 c 180.914 145.678 200.867 179.237 230.879 198.339 c h
+230.879 198.339 m f
+0.27451 0.972549 1 rg
+0 351.979 m 0 91.546 l 142.969 221.839 l h
+0 351.979 m f
+1 0.854902 0.266667 rg
+274.77 55.061 m 222.285 107.546 l 274.77 160.03 l 288.457 146.346 l 288.457
+ 215.089 l 267.289 215.089 247.535 208.94 230.879 198.339 c 200.867 179.237
+ 180.914 145.678 180.914 107.546 c 180.914 102.108 181.32 96.768 182.105
+ 91.546 c 189.855 39.807 234.594 0.003 288.457 0.003 c 288.457 68.745 l 
+h
+274.77 55.061 m f
+288.457 75.315 m 288.457 89.374 l 270.285 107.546 l 288.457 125.717 l 288.457
+ 139.776 l 256.227 107.546 l h
+288.457 75.315 m f
+1 0.803922 0 rg
+348 197.053 m 330.941 208.44 310.461 215.089 288.457 215.089 c 288.457 
+146.346 l 291.742 143.061 l 288.457 139.776 l 288.457 125.717 l 322.77 160.03
+ l 339.742 143.061 l 304.227 107.546 l 339.742 72.03 l 322.77 55.057 l 288.457
+ 89.374 l 288.457 75.315 l 291.742 72.03 l 288.457 68.745 l 288.457 -0.001
+ l 347.758 -0.001 396 48.245 396 107.546 c 396 144.839 376.914 177.757 348
+ 197.053 c h
+348 197.053 m f
+0.141176 0.533333 1 rg
+222.285 107.546 m 274.77 55.061 l 291.742 72.03 l 256.227 107.546 l 291.742
+ 143.061 l 274.77 160.03 l h
+222.285 107.546 m f
+288.457 89.374 m 322.77 55.061 l 339.742 72.03 l 304.227 107.546 l 339.742
+ 143.061 l 322.77 160.03 l 270.285 107.546 l h
+288.457 89.374 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 91 - 0
static/images/143370-communication-collection/eps/email-12.eps

@@ -0,0 +1,91 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:51 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 309
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 309
+%%EndPageSetup
+q 0 -1 396 310 rectclip q
+0 0.905882 0.941176 rg
+48 260.434 m 187.52 133.434 l 187.602 133.492 l h
+48 260.434 m f
+348 260.434 m 348 308.434 l 0 308.434 l 0 48 l 48 48 l 48 260.434 l h
+348 260.434 m f
+0.27451 0.972549 1 rg
+252.961 130.293 m 253.105 130.293 l 396 0 l 396 260.434 l h
+252.961 130.293 m f
+0.607843 0.984314 1 rg
+187.602 133.492 m 222 102.215 l 396 260.434 l 48 260.434 l h
+187.602 133.492 m f
+0 0.905882 0.941176 rg
+252.961 130.293 m 222 102.215 l 190.969 130.293 l 48 0 l 396 0 l 253.105
+ 130.293 l h
+252.961 130.293 m f
+0.27451 0.972549 1 rg
+187.52 133.434 m 48 260.434 l 48 0 l 190.969 130.293 l h
+187.52 133.434 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 106 - 0
static/images/143370-communication-collection/eps/email-13.eps

@@ -0,0 +1,106 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:58 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.289 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+278.496 58.259 m 228.625 108.134 l 251.25 130.763 l 278.496 103.513 l 288.457
+ 113.474 l 288.457 215.087 l 267.289 215.087 247.535 208.939 230.879 198.337
+ c 200.867 179.235 180.914 145.677 180.914 107.544 c 180.914 102.107 181.32
+ 96.767 182.105 91.544 c 189.855 39.806 234.594 0.001 288.457 0.001 c 288.457
+ 68.22 l h
+278.496 58.259 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 113.474 l 320.496 145.513 l 343.125 122.888 l 288.457 68.22 l 288.457 0.001
+ l 347.758 0.001 396 48.243 396 107.544 c 396 144.837 376.914 177.755 348
+ 197.052 c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+251.25 130.763 m 228.625 108.134 l 278.496 58.259 l 343.125 122.888 l 320.496
+ 145.513 l 288.457 113.474 l 278.496 103.517 l h
+251.25 130.763 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 95 - 0
static/images/143370-communication-collection/eps/email-14.eps

@@ -0,0 +1,95 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:07 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 348 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 348 396
+%%EndPageSetup
+q 0 0 348 396 rectclip q
+0.27451 0.972549 1 rg
+292 209.48 m 291.781 209.285 l 204.961 130.293 l 205.105 130.293 l 348 
+0 l 348 260.434 l h
+292 209.48 m f
+0 0.843137 0.87451 rg
+56 260.434 m 0 260.434 l 56 209.512 l h
+56 260.434 m f
+348 260.434 m 292 260.434 l 292 209.512 l h
+348 260.434 m f
+0 0.905882 0.941176 rg
+204.961 130.293 m 174 102.215 l 142.969 130.293 l 0 0 l 348 0 l 205.105
+ 130.293 l h
+204.961 130.293 m f
+0.27451 0.972549 1 rg
+0 260.434 m 0 0 l 142.969 130.293 l h
+0 260.434 m f
+1 0.921569 0.6 rg
+56 209.457 m 174 102.215 l 174 396 l 56 396 l h
+56 209.457 m f
+1 0.894118 0.466667 rg
+174 102.215 m 291.781 209.285 l 292 209.48 l 292 396 l 174 396 l h
+174 102.215 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 86 - 0
static/images/143370-communication-collection/eps/email-15.eps

@@ -0,0 +1,86 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:15 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 348 409
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 348 409
+%%EndPageSetup
+q 0 -1 348 410 rectclip q
+0.27451 0.972549 1 rg
+204.961 130.29 m 205.105 130.29 l 348 0.001 l 348 260.431 l h
+204.961 130.29 m f
+0 0.905882 0.941176 rg
+204.961 130.29 m 174 102.216 l 142.969 130.29 l 0 0.001 l 348 0.001 l 205.105
+ 130.29 l h
+204.961 130.29 m f
+0.27451 0.972549 1 rg
+0 260.431 m 0 0.001 l 142.969 130.29 l h
+0 260.431 m f
+0 0.843137 0.87451 rg
+348 260.431 m 174 408.177 l 0 260.431 l 174 102.216 l h
+348 260.431 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 89 - 0
static/images/143370-communication-collection/eps/email-16.eps

@@ -0,0 +1,89 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:57 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 396 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 396 396
+%%EndPageSetup
+q 0 0 396 396 rectclip q
+0.141176 0.533333 1 rg
+338.008 338.008 m 300.609 375.402 250.887 396 198 396 c 145.113 396 95.391
+ 375.402 57.992 338.008 c 20.594 300.609 0 250.887 0 198 c 0 145.113 20.594
+ 95.391 57.992 57.992 c 95.391 20.598 145.113 0 198 0 c 224.723 0 250.656
+ 5.238 275.074 15.566 c 262.609 45.039 l 242.156 36.387 220.418 32 198 32
+ c 106.469 32 32 106.469 32 198 c 32 289.531 106.469 364 198 364 c 289.531
+ 364 364 289.531 364 198 c 364 159.48 341.566 142.242 319.332 142.242 c 
+297.102 142.242 274.668 159.48 274.668 198 c 274.668 240.273 240.273 274.668
+ 198 274.668 c 155.727 274.668 121.332 240.273 121.332 198 c 121.332 155.727
+ 155.727 121.332 198 121.332 c 220.84 121.332 241.375 131.375 255.434 147.273
+ c 269.91 122.828 294.719 110.242 319.332 110.242 c 357.434 110.242 396 
+140.387 396 198 c 396 250.887 375.406 300.609 338.008 338.008 c h
+198 153.332 m 173.371 153.332 153.332 173.371 153.332 198 c 153.332 222.629
+ 173.371 242.668 198 242.668 c 222.629 242.668 242.668 222.629 242.668 198
+ c 242.668 173.371 222.629 153.332 198 153.332 c h
+198 153.332 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 95 - 0
static/images/143370-communication-collection/eps/email-2.eps

@@ -0,0 +1,95 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:30 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 348 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 348 396
+%%EndPageSetup
+q 0 0 348 396 rectclip q
+0.27451 0.972549 1 rg
+204.961 130.293 m 205.105 130.293 l 348 0 l 348 260.434 l h
+204.961 130.293 m f
+0.607843 0.984314 1 rg
+348 260.434 m 253.629 260.434 l 174 173.176 l 94.371 260.434 l 0 260.434
+ l 174 102.215 l h
+348 260.434 m f
+0 0.905882 0.941176 rg
+204.961 130.293 m 174 102.215 l 142.969 130.293 l 0 0 l 348 0 l 205.105
+ 130.293 l h
+204.961 130.293 m f
+0.27451 0.972549 1 rg
+0 260.434 m 0 0 l 142.969 130.293 l h
+0 260.434 m f
+0.141176 0.533333 1 rg
+174 396 m 106.457 396 l 106.457 304.457 l 54.191 304.457 l 94.371 260.434
+ l 174 173.176 l h
+174 396 m f
+0 0.368627 0.807843 rg
+253.629 260.434 m 293.809 304.457 l 241.543 304.457 l 241.543 396 l 174
+ 396 l 174 173.176 l h
+253.629 260.434 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 106 - 0
static/images/143370-communication-collection/eps/email-3.eps

@@ -0,0 +1,106 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:38 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+335.832 144.669 m 335.832 163.88 l 335.832 174.47 327.215 183.087 316.625
+ 183.087 c 306.031 183.087 297.414 174.47 297.414 163.88 c 297.414 144.669
+ l h
+335.832 144.669 m f
+205.105 221.837 m 265.5 166.767 l 267.004 193.665 289.355 215.087 316.625
+ 215.087 c 328.441 215.087 339.324 211.056 348 204.306 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+265.414 144.669 m 265.414 163.88 l 265.414 164.849 265.449 165.81 265.5
+ 166.767 c 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969 221.837
+ l 0 91.544 l 237.246 91.544 l 237.246 144.669 l h
+265.414 144.669 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+0.141176 0.533333 1 rg
+297.414 144.669 m 237.246 144.669 l 237.246 0.001 l 316.625 0.001 l 316.625
+ 144.669 l h
+297.414 144.669 m f
+0 0.368627 0.807843 rg
+367.832 144.669 m 367.832 163.88 l 367.832 180.298 360.055 194.927 348 
+204.306 c 339.324 211.052 328.441 215.087 316.625 215.087 c 289.355 215.087
+ 267.004 193.665 265.5 166.767 c 265.445 165.81 265.414 164.849 265.414 
+163.876 c 265.414 144.669 l 297.414 144.669 l 297.414 163.876 l 297.414 
+174.47 306.031 183.087 316.625 183.087 c 327.215 183.087 335.832 174.47 
+335.832 163.876 c 335.832 144.669 l 316.625 144.669 l 316.625 0.001 l 396
+ 0.001 l 396 144.669 l h
+367.832 144.669 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 109 - 0
static/images/143370-communication-collection/eps/email-4.eps

@@ -0,0 +1,109 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:46 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+334.824 183.088 m 318.738 183.088 305.648 170.002 305.648 153.912 c 305.648
+ 130.162 l 318.824 118.15 l 318.824 153.912 l 348 153.912 l 348 179.932 
+l 344.039 181.943 339.562 183.088 334.824 183.088 c h
+334.824 183.088 m f
+205.105 221.838 m 273.887 159.123 l 276.539 190.424 302.848 215.088 334.824
+ 215.088 c 339.348 215.088 343.754 214.58 348 213.642 c 348 351.978 l 204.961
+ 221.838 l h
+205.105 221.838 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.764 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+273.648 91.545 m 273.648 153.912 l 273.648 155.67 273.742 157.404 273.887
+ 159.123 c 205.105 221.838 l 204.961 221.838 l 174 193.764 l 142.969 221.838
+ l 0 91.545 l h
+273.648 91.545 m f
+305.648 91.545 m 318.824 91.545 l 318.824 118.15 l 305.648 130.162 l h
+305.648 91.545 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.545 l 142.969 221.838 l h
+0 351.978 m f
+0.141176 0.533333 1 rg
+348 213.642 m 343.754 214.58 339.348 215.088 334.824 215.088 c 302.848 
+215.088 276.539 190.424 273.887 159.123 c 273.738 157.404 273.648 155.67
+ 273.648 153.912 c 273.648 83.764 l 273.648 62.486 290.961 45.178 312.234
+ 45.178 c 333.512 45.178 350.824 62.486 350.824 83.764 c 350.824 153.912
+ l 318.824 153.912 l 318.824 83.764 l 318.824 80.131 315.867 77.178 312.238
+ 77.178 c 308.605 77.178 305.648 80.131 305.648 83.764 c 305.648 153.912
+ l 305.648 170.002 318.738 183.088 334.824 183.088 c 339.566 183.088 344.039
+ 181.943 348 179.932 c 357.484 175.107 364 165.26 364 153.912 c 364 83.764
+ l 364 55.221 340.781 32.002 312.238 32.002 c 283.695 32.002 260.473 55.221
+ 260.473 83.764 c 260.473 91.545 l 228.473 91.545 l 228.473 83.764 l 228.473
+ 37.576 266.051 0.002 312.238 0.002 c 358.426 0.002 396 37.576 396 83.764
+ c 396 153.912 l 396 183.119 375.418 207.599 348 213.642 c h
+348 213.642 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 139 - 0
static/images/143370-communication-collection/eps/email-5.eps

@@ -0,0 +1,139 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:54 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 404 348
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 404 348
+%%EndPageSetup
+q 0 -1 404 349 rectclip q
+0.27451 0.972549 1 rg
+278.773 178.4 m 269.918 178.4 261.566 176.216 254.215 172.372 c 261.566
+ 176.216 269.918 178.4 278.773 178.4 c h
+278.773 178.4 m f
+205.105 217.15 m 229.645 194.775 l 243.539 204.611 260.492 210.4 278.773
+ 210.4 c 307.254 210.4 332.516 196.353 348 174.826 c 348 347.29 l 204.961
+ 217.15 l h
+205.105 217.15 m f
+0.607843 0.984314 1 rg
+348 347.29 m 0 347.29 l 174 189.076 l h
+348 347.29 m f
+0 0.905882 0.941176 rg
+241.516 87.212 m 241.637 87.091 241.762 86.978 241.883 86.857 c 241.762
+ 86.978 241.637 87.091 241.516 87.212 c h
+241.516 87.212 m f
+254.215 172.372 m 237.195 163.482 225.547 145.669 225.547 125.173 c 225.547
+ 145.665 237.195 163.482 254.215 172.372 c h
+254.215 172.372 m f
+225.824 119.74 m 225.789 120.087 225.77 120.443 225.742 120.79 c 225.77
+ 120.443 225.789 120.087 225.824 119.74 c h
+225.824 119.74 m f
+241.156 87.556 m 241.035 87.673 240.926 87.798 240.809 87.915 c 240.926
+ 87.798 241.035 87.673 241.156 87.556 c h
+241.156 87.556 m f
+229.645 194.775 m 205.105 217.15 l 204.961 217.15 l 174 189.076 l 142.969
+ 217.15 l 0 86.857 l 202.66 86.857 l 196.836 98.384 193.547 111.4 193.547
+ 125.173 c 193.547 153.888 207.82 179.326 229.645 194.775 c h
+229.645 194.775 m f
+0.27451 0.972549 1 rg
+0 347.29 m 0 86.857 l 142.969 217.15 l h
+0 347.29 m f
+0 0.368627 0.807843 rg
+403.949 22.626 m 349.258 77.318 l 343.207 68.431 335.52 60.744 326.633 
+54.689 c 381.32 0.001 l h
+403.949 22.626 m f
+0.27451 0.972549 1 rg
+278.773 71.947 m 308.121 71.947 332 95.826 332 125.173 c 332 154.521 308.125
+ 178.4 278.773 178.4 c h
+278.773 71.947 m f
+0.607843 0.984314 1 rg
+278.773 71.947 m 278.773 178.4 l 269.918 178.4 261.566 176.212 254.215 
+172.372 c 237.195 163.482 225.547 145.665 225.547 125.173 c 225.547 123.697
+ 225.625 122.24 225.742 120.79 c 225.77 120.443 225.789 120.087 225.824 
+119.74 c 227.078 107.404 232.57 96.31 240.809 87.915 c 240.926 87.798 241.035
+ 87.673 241.156 87.556 c 241.273 87.435 241.398 87.326 241.516 87.212 c 
+241.637 87.091 241.762 86.978 241.883 86.857 c 250.23 78.818 261.18 73.462
+ 273.34 72.224 c 273.688 72.189 274.039 72.169 274.391 72.142 c 275.84 72.025
+ 277.297 71.947 278.773 71.947 c h
+278.773 71.947 m f
+0.141176 0.533333 1 rg
+349.258 77.318 m 358.559 90.966 364 107.447 364 125.173 c 364 143.685 358.062
+ 160.833 348 174.826 c 332.516 196.353 307.254 210.4 278.773 210.4 c 260.492
+ 210.4 243.539 204.611 229.645 194.775 c 207.82 179.326 193.547 153.888 
+193.547 125.173 c 193.547 111.404 196.836 98.384 202.66 86.861 c 216.715
+ 59.056 245.551 39.947 278.773 39.947 c 296.5 39.947 312.98 45.392 326.633
+ 54.689 c 335.52 60.744 343.207 68.431 349.258 77.318 c h
+274.391 72.142 m 274.039 72.169 273.688 72.189 273.34 72.224 c 261.184 
+73.462 250.234 78.818 241.887 86.857 c 241.762 86.978 241.637 87.091 241.516
+ 87.212 c 241.398 87.326 241.273 87.435 241.156 87.556 c 241.039 87.673 
+240.93 87.798 240.812 87.915 c 232.574 96.31 227.078 107.404 225.824 119.74
+ c 225.789 120.087 225.773 120.443 225.742 120.79 c 225.625 122.24 225.547
+ 123.697 225.547 125.173 c 225.547 145.665 237.199 163.482 254.215 172.372
+ c 261.57 176.212 269.918 178.4 278.773 178.4 c 308.125 178.4 332 154.525
+ 332 125.173 c 332 95.826 308.125 71.947 278.773 71.947 c 277.297 71.947
+ 275.84 72.025 274.391 72.142 c h
+274.391 72.142 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 103 - 0
static/images/143370-communication-collection/eps/email-6.eps

@@ -0,0 +1,103 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:02 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.293 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+239.164 91.544 m 239.164 123.544 l 288.457 123.544 l 288.457 215.087 l 
+267.293 215.087 247.535 208.939 230.879 198.337 c 200.867 179.235 180.914
+ 145.677 180.914 107.544 c 180.914 102.107 181.324 96.767 182.105 91.544
+ c 189.855 39.806 234.594 0.001 288.457 0.001 c 288.457 91.544 l h
+239.164 91.544 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 123.544 l 337.75 123.544 l 337.75 91.544 l 288.457 91.544 l 288.457 0.001
+ l 347.758 0.001 396 48.243 396 107.544 c 396 144.837 376.914 177.755 348
+ 197.052 c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+239.164 123.544 98.586 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 108 - 0
static/images/143370-communication-collection/eps/email-7.eps

@@ -0,0 +1,108 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:09 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.293 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+272.457 58.251 m 272.457 91.544 l 239.164 91.544 l 239.164 123.544 l 272.457
+ 123.544 l 272.457 156.837 l 288.457 156.837 l 288.457 215.087 l 267.289
+ 215.087 247.535 208.939 230.879 198.337 c 200.867 179.235 180.91 145.677
+ 180.91 107.544 c 180.91 102.107 181.32 96.767 182.102 91.544 c 189.852 
+39.806 234.59 0.001 288.457 0.001 c 288.457 58.251 l h
+272.457 58.251 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 156.837 l 304.457 156.837 l 304.457 123.544 l 337.75 123.544 l 337.75 91.544
+ l 304.457 91.544 l 304.457 58.251 l 288.457 58.251 l 288.457 0.001 l 347.758
+ 0.001 396 48.243 396 107.544 c 396 144.837 376.914 177.755 348 197.052 
+c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+272.457 156.837 m 272.457 123.544 l 239.164 123.544 l 239.164 91.544 l 
+272.457 91.544 l 272.457 58.251 l 304.457 58.251 l 304.457 91.544 l 337.75
+ 91.544 l 337.75 123.544 l 304.457 123.544 l 304.457 156.837 l h
+272.457 156.837 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 107 - 0
static/images/143370-communication-collection/eps/email-8.eps

@@ -0,0 +1,107 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:17 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.293 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+264.914 61.376 m 242.289 84.001 l 265.828 107.544 l 242.289 131.083 l 264.914
+ 153.712 l 288.457 130.169 l 288.457 215.087 l 267.293 215.087 247.535 208.939
+ 230.879 198.337 c 200.867 179.235 180.914 145.677 180.914 107.544 c 180.914
+ 102.107 181.32 96.767 182.105 91.544 c 189.855 39.806 234.594 0.001 288.457
+ 0.001 c 288.457 84.915 l h
+264.914 61.376 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 130.173 l 311.996 153.712 l 334.625 131.087 l 311.082 107.544 l 334.625
+ 84.001 l 311.996 61.376 l 288.457 84.915 l 288.457 0.001 l 347.758 0.001
+ 396 48.243 396 107.544 c 396 144.837 376.914 177.755 348 197.052 c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+242.289 131.087 m 265.828 107.544 l 242.289 84.001 l 264.914 61.376 l 288.457
+ 84.915 l 311.996 61.376 l 334.625 84.001 l 311.082 107.544 l 334.625 131.087
+ l 311.996 153.712 l 288.457 130.173 l 264.914 153.712 l h
+242.289 131.087 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 107 - 0
static/images/143370-communication-collection/eps/email-9.eps

@@ -0,0 +1,107 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:16:26 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 352
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 352
+%%EndPageSetup
+q 0 -1 396 353 rectclip q
+0.27451 0.972549 1 rg
+205.105 221.837 m 230.879 198.337 l 247.535 208.939 267.293 215.087 288.457
+ 215.087 c 310.461 215.087 330.941 208.439 348 197.052 c 348 351.978 l 204.961
+ 221.837 l h
+205.105 221.837 m f
+0.607843 0.984314 1 rg
+348 351.978 m 0 351.978 l 174 193.763 l h
+348 351.978 m f
+0 0.905882 0.941176 rg
+230.879 198.337 m 205.105 221.837 l 204.961 221.837 l 174 193.763 l 142.969
+ 221.837 l 0 91.544 l 182.105 91.544 l 181.32 96.767 180.914 102.107 180.914
+ 107.544 c 180.914 145.677 200.867 179.235 230.879 198.337 c h
+230.879 198.337 m f
+0.27451 0.972549 1 rg
+0 351.978 m 0 91.544 l 142.969 221.837 l h
+0 351.978 m f
+1 0.854902 0.266667 rg
+254.004 62.298 m 258.004 99.821 l 232.711 127.829 l 269.637 135.622 l 288.457
+ 168.329 l 288.457 215.087 l 267.289 215.087 247.535 208.939 230.879 198.337
+ c 200.867 179.235 180.91 145.677 180.91 107.544 c 180.91 102.107 181.32
+ 96.767 182.102 91.544 c 189.852 39.806 234.59 0.001 288.457 0.001 c 288.457
+ 77.696 l h
+254.004 62.298 m f
+1 0.803922 0 rg
+348 197.052 m 330.941 208.439 310.461 215.087 288.457 215.087 c 288.457
+ 168.329 l 307.277 135.622 l 344.199 127.829 l 318.91 99.821 l 322.906 62.298
+ l 288.457 77.696 l 288.457 0.001 l 347.758 0.001 396 48.243 396 107.544
+ c 396 144.837 376.914 177.755 348 197.052 c h
+348 197.052 m f
+0.141176 0.533333 1 rg
+269.637 135.622 m 232.711 127.829 l 258.004 99.821 l 254.004 62.298 l 288.457
+ 77.696 l 322.91 62.298 l 318.91 99.821 l 344.203 127.829 l 307.277 135.622
+ l 288.457 168.329 l h
+269.637 135.622 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 86 - 0
static/images/143370-communication-collection/eps/email.eps

@@ -0,0 +1,86 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:15 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 348 261
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 348 261
+%%EndPageSetup
+q 0 -1 348 262 rectclip q
+0.27451 0.972549 1 rg
+204.961 130.291 m 205.105 130.291 l 348 -0.002 l 348 260.432 l h
+204.961 130.291 m f
+0.607843 0.984314 1 rg
+348 260.432 m 0 260.432 l 174 102.217 l h
+348 260.432 m f
+0 0.905882 0.941176 rg
+204.961 130.291 m 174 102.217 l 142.969 130.291 l 0 -0.002 l 348 -0.002
+ l 205.105 130.291 l h
+204.961 130.291 m f
+0.27451 0.972549 1 rg
+0 260.432 m 0 -0.002 l 142.969 130.291 l h
+0 260.432 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 93 - 0
static/images/143370-communication-collection/eps/inbox.eps

@@ -0,0 +1,93 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:27 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 348 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 348 396
+%%EndPageSetup
+q 0 0 348 396 rectclip q
+1 0.921569 0.6 rg
+132.07 88 m 174 88 l 174 164.039 l 114.688 223.352 l 137.312 245.98 l 158
+ 225.293 l 158 340 l 174 340 l 174 396 l 56 396 l 56 144 l 116.07 144 l 
+h
+132.07 88 m f
+1 0.894118 0.466667 rg
+190 340 m 190 225.293 l 210.688 245.98 l 233.312 223.352 l 174 164.039 
+l 174 88 l 215.93 88 l 231.93 144 l 292 144 l 292 396 l 174 396 l 174 340
+ l h
+190 340 m f
+0.141176 0.533333 1 rg
+174 88 m 132.07 88 l 116.07 144 l 0 144 l 0 0 l 174 0 l h
+174 88 m f
+0 0.368627 0.807843 rg
+231.93 144 m 215.93 88 l 174 88 l 174 0 l 348 0 l 348 144 l h
+231.93 144 m f
+0.141176 0.533333 1 rg
+210.688 245.98 m 190 225.293 l 190 340 l 158 340 l 158 225.293 l 137.312
+ 245.98 l 114.688 223.352 l 174 164.039 l 233.312 223.352 l h
+210.688 245.98 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 108 - 0
static/images/143370-communication-collection/eps/mobile-phone-1.eps

@@ -0,0 +1,108 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:01 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 393 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 393 396
+%%EndPageSetup
+q 0 0 393 396 rectclip q
+0.141176 0.533333 1 rg
+0 356 128 -56 re f
+112 56 m 112 88 l 128 88 l 128 112 l 112 112 l 112 144 l 128 144 l 128 
+200 l 0 200 l 0 0 l 128 0 l 128 56 l h
+88 56 m 56 56 l 56 88 l 88 88 l h
+88 112 m 56 112 l 56 144 l 88 144 l h
+88 112 m f
+0 0.368627 0.807843 rg
+128 144 m 144 144 l 144 112 l 128 112 l 128 88 l 144 88 l 144 56 l 128 
+56 l 128 0 l 256 0 l 256 200 l 128 200 l h
+168 144 m 200 144 l 200 112 l 168 112 l h
+168 88 m 200 88 l 200 56 l 168 56 l h
+168 88 m f
+128 356 128 -56 re f
+0 0.905882 0.941176 rg
+0 396 32 -40 re f
+0 300 128 -100 re f
+0 0.843137 0.87451 rg
+128 300 128 -100 re f
+1 0.854902 0.266667 rg
+112 144 32 -32 re f
+168 144 32 -32 re f
+56 88 32 -32 re f
+112 88 32 -32 re f
+56 144 32 -32 re f
+168 88 32 -32 re f
+0.141176 0.533333 1 rg
+346.91 288.309 m 324.281 265.68 l 372.633 217.332 372.633 138.668 324.281
+ 90.32 c 346.91 67.691 l 376.332 97.113 392.535 136.289 392.535 178 c 392.535
+ 219.711 376.332 258.887 346.91 288.309 c h
+346.91 288.309 m f
+307.312 248.711 m 284.688 226.082 l 311.199 199.57 311.199 156.43 284.688
+ 129.918 c 307.312 107.289 l 346.305 146.277 346.305 209.723 307.312 248.711
+ c h
+307.312 248.711 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 120 - 0
static/images/143370-communication-collection/eps/mobile-phone-2.eps

@@ -0,0 +1,120 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:08 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 256 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 256 396
+%%EndPageSetup
+q 0 0 256 396 rectclip q
+0.141176 0.533333 1 rg
+0 356 128 -56 re f
+112 56 m 112 88 l 128 88 l 128 112 l 112 112 l 112 144 l 128 144 l 128 
+200 l 0 200 l 0 0 l 128 0 l 128 56 l h
+88 56 m 56 56 l 56 88 l 88 88 l h
+88 112 m 56 112 l 56 144 l 88 144 l h
+88 112 m f
+0 0.368627 0.807843 rg
+128 356 128 -56 re f
+128 144 m 144 144 l 144 112 l 128 112 l 128 88 l 144 88 l 144 56 l 128 
+56 l 128 0 l 256 0 l 256 200 l 128 200 l h
+168 144 m 200 144 l 200 112 l 168 112 l h
+168 88 m 200 88 l 200 56 l 168 56 l h
+168 88 m f
+0 0.905882 0.941176 rg
+0 396 32 -40 re f
+128 234 m 119.164 234 112 241.164 112 250 c 112 258.836 119.164 266 128
+ 266 c 128 300 l 0 300 l 0 200 l 128 200 l h
+80 234 m 71.164 234 64 241.164 64 250 c 64 258.836 71.164 266 80 266 c 
+88.836 266 96 258.836 96 250 c 96 241.164 88.836 234 80 234 c h
+80 234 m f
+0 0.843137 0.87451 rg
+128 266 m 136.836 266 144 258.836 144 250 c 144 241.164 136.836 234 128
+ 234 c 128 200 l 256 200 l 256 300 l 128 300 l h
+176 266 m 184.836 266 192 258.836 192 250 c 192 241.164 184.836 234 176
+ 234 c 167.164 234 160 241.164 160 250 c 160 258.836 167.164 266 176 266
+ c h
+176 266 m f
+1 0.854902 0.266667 rg
+112 144 32 -32 re f
+168 144 32 -32 re f
+56 88 32 -32 re f
+112 88 32 -32 re f
+56 144 32 -32 re f
+168 88 32 -32 re f
+0.141176 0.533333 1 rg
+192 250 m 192 241.164 184.836 234 176 234 c 167.164 234 160 241.164 160
+ 250 c 160 258.836 167.164 266 176 266 c 184.836 266 192 258.836 192 250
+ c h
+192 250 m f
+96 250 m 96 241.164 88.836 234 80 234 c 71.164 234 64 241.164 64 250 c 
+64 258.836 71.164 266 80 266 c 88.836 266 96 258.836 96 250 c h
+96 250 m f
+144 250 m 144 241.164 136.836 234 128 234 c 119.164 234 112 241.164 112
+ 250 c 112 258.836 119.164 266 128 266 c 136.836 266 144 258.836 144 250
+ c h
+144 250 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 115 - 0
static/images/143370-communication-collection/eps/mobile-phone-3.eps

@@ -0,0 +1,115 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:15 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 387 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 387 396
+%%EndPageSetup
+q 0 0 387 396 rectclip q
+0.141176 0.533333 1 rg
+177.316 56 m 177.316 88 l 193.316 88 l 193.316 112 l 177.316 112 l 177.316
+ 144 l 193.316 144 l 193.316 175.371 l 168.688 200 l 65.316 200 l 65.316
+ 0 l 193.316 0 l 193.316 56 l h
+153.316 56 m 121.316 56 l 121.316 88 l 153.316 88 l h
+153.316 112 m 121.316 112 l 121.316 144 l 153.316 144 l h
+153.316 112 m f
+65.316 303.371 m 65.316 300 l 68.688 300 l h
+65.316 303.371 m f
+193.316 300 m 193.316 356 l 65.316 356 l 65.316 348.629 l 113.941 300 l
+ h
+193.316 300 m f
+0 0.368627 0.807843 rg
+193.316 356 128 -56 re f
+233.316 112 m 233.316 135.371 l 193.316 175.371 l 193.316 144 l 209.316
+ 144 l 209.316 112 l 193.316 112 l 193.316 88 l 209.316 88 l 209.316 56 
+l 193.316 56 l 193.316 0 l 321.316 0 l 321.316 47.371 l 256.688 112 l h
+265.316 56 m 233.316 56 l 233.316 88 l 265.316 88 l h
+265.316 56 m f
+321.316 92.629 m 321.316 200 l 213.941 200 l h
+321.316 92.629 m f
+0 0.905882 0.941176 rg
+65.316 396 32 -40 re f
+113.941 300 m 193.316 220.629 l 193.316 300 l h
+113.941 300 m f
+68.688 300 m 65.316 300 l 65.316 200 l 168.688 200 l h
+68.688 300 m f
+0 0.843137 0.87451 rg
+193.316 220.629 m 213.941 200 l 321.316 200 l 321.316 300 l 193.316 300
+ l h
+193.316 220.629 m f
+1 0.854902 0.266667 rg
+177.316 144 32 -32 re f
+256.688 112 m 233.316 135.371 l 233.316 112 l h
+256.688 112 m f
+121.316 88 32 -32 re f
+177.316 88 32 -32 re f
+121.316 144 32 -32 re f
+233.316 88 32 -32 re f
+0 0.247059 0.541176 rg
+0 368.688 m 22.629 391.316 l 386.625 27.32 l 363.996 4.691 l h
+0 368.688 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 126 - 0
static/images/143370-communication-collection/eps/mobile-phone-4.eps

@@ -0,0 +1,126 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:20 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 402 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 402 396
+%%EndPageSetup
+q 0 0 402 396 rectclip q
+0.141176 0.533333 1 rg
+184.672 56 m 184.672 88 l 200.672 88 l 200.672 112 l 184.672 112 l 184.672
+ 144 l 200.672 144 l 200.672 200 l 72.672 200 l 72.672 0 l 200.672 0 l 200.672
+ 56 l h
+160.672 56 m 128.672 56 l 128.672 88 l 160.672 88 l h
+160.672 112 m 128.672 112 l 128.672 144 l 160.672 144 l h
+160.672 112 m f
+72.672 356 128 -56 re f
+0 0.368627 0.807843 rg
+200.672 356 128 -56 re f
+200.672 144 m 216.672 144 l 216.672 112 l 200.672 112 l 200.672 88 l 216.672
+ 88 l 216.672 56 l 200.672 56 l 200.672 0 l 328.672 0 l 328.672 200 l 200.672
+ 200 l h
+240.672 144 m 272.672 144 l 272.672 112 l 240.672 112 l h
+240.672 88 m 272.672 88 l 272.672 56 l 240.672 56 l h
+240.672 88 m f
+0 0.905882 0.941176 rg
+72.672 396 32 -40 re f
+72.672 300 128 -100 re f
+0 0.843137 0.87451 rg
+200.672 300 128 -100 re f
+0.141176 0.533333 1 rg
+384.672 177.992 m 384.672 185.48 386.664 188.438 390.281 193.805 c 394.949
+ 200.738 401.348 210.23 401.348 227.492 c 401.348 244.754 394.953 254.25
+ 390.281 261.184 c 386.664 266.547 384.672 269.504 384.672 276.992 c 352.672
+ 276.992 l 352.672 259.73 359.07 250.238 363.742 243.305 c 367.355 237.938
+ 369.348 234.98 369.348 227.492 c 369.348 220.004 367.355 217.047 363.742
+ 211.684 c 359.07 204.75 352.672 195.254 352.672 177.992 c 352.672 160.734
+ 359.07 151.238 363.742 144.305 c 367.355 138.938 369.348 135.984 369.348
+ 128.496 c 369.348 121.008 367.355 118.055 363.742 112.688 c 359.07 105.754
+ 352.676 96.262 352.672 79.008 c 384.672 79.004 l 384.676 86.488 386.664
+ 89.441 390.281 94.809 c 394.953 101.742 401.348 111.234 401.348 128.496
+ c 401.348 145.758 394.949 155.254 390.281 162.184 c 386.664 167.551 384.672
+ 170.504 384.672 177.992 c h
+384.672 177.992 m f
+48.672 276.992 m 16.672 276.996 l 16.672 269.512 14.68 266.559 11.066 261.195
+ c 6.398 254.262 0 244.766 0 227.504 c 0 210.242 6.398 200.746 11.066 193.816
+ c 14.684 188.449 16.672 185.496 16.672 178.008 c 16.672 170.52 14.684 167.562
+ 11.066 162.199 c 6.398 155.266 0 145.77 0 128.508 c 0 111.246 6.398 101.75
+ 11.066 94.816 c 14.684 89.453 16.672 86.496 16.672 79.008 c 48.672 79.008
+ l 48.672 96.27 42.277 105.762 37.605 112.695 c 33.992 118.062 32 121.02
+ 32 128.508 c 32 135.996 33.992 138.953 37.605 144.316 c 42.277 151.25 48.672
+ 160.746 48.672 178.008 c 48.672 195.27 42.277 204.762 37.605 211.695 c 
+33.992 217.062 32 220.016 32 227.504 c 32 234.992 33.992 237.949 37.605 
+243.312 c 42.277 250.246 48.672 259.738 48.672 276.992 c h
+48.672 276.992 m f
+1 0.854902 0.266667 rg
+184.672 144 32 -32 re f
+240.672 144 32 -32 re f
+128.672 88 32 -32 re f
+184.672 88 32 -32 re f
+128.672 144 32 -32 re f
+240.672 88 32 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 99 - 0
static/images/143370-communication-collection/eps/mobile-phone.eps

@@ -0,0 +1,99 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:57 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 256 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 256 396
+%%EndPageSetup
+q 0 0 256 396 rectclip q
+0.141176 0.533333 1 rg
+112 56 m 112 88 l 128 88 l 128 112 l 112 112 l 112 144 l 128 144 l 128 
+200 l 0 200 l 0 0 l 128 0 l 128 56 l h
+88 56 m 56 56 l 56 88 l 88 88 l h
+88 112 m 56 112 l 56 144 l 88 144 l h
+88 112 m f
+0 356 128 -56 re f
+0 0.368627 0.807843 rg
+128 356 128 -56 re f
+128 144 m 144 144 l 144 112 l 128 112 l 128 88 l 144 88 l 144 56 l 128 
+56 l 128 0 l 256 0 l 256 200 l 128 200 l h
+168 144 m 200 144 l 200 112 l 168 112 l h
+168 88 m 200 88 l 200 56 l 168 56 l h
+168 88 m f
+0 0.905882 0.941176 rg
+0 396 32 -40 re f
+0 300 128 -100 re f
+0 0.843137 0.87451 rg
+128 300 128 -100 re f
+1 0.854902 0.266667 rg
+112 144 32 -32 re f
+168 144 32 -32 re f
+56 88 32 -32 re f
+112 88 32 -32 re f
+56 144 32 -32 re f
+168 88 32 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 92 - 0
static/images/143370-communication-collection/eps/outbox.eps

@@ -0,0 +1,92 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:23 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 348 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 348 396
+%%EndPageSetup
+q 0 0 348 396 rectclip q
+1 0.921569 0.6 rg
+132.07 88 m 174 88 l 174 162.664 l 158 162.664 l 158 277.371 l 137.312 
+256.688 l 114.688 279.312 l 174 338.629 l 174 396 l 56 396 l 56 144 l 116.07
+ 144 l h
+132.07 88 m f
+1 0.894118 0.466667 rg
+233.312 279.312 m 210.688 256.688 l 190 277.371 l 190 162.664 l 174 162.664
+ l 174 88 l 215.93 88 l 231.93 144 l 292 144 l 292 396 l 174 396 l 174 338.629
+ l h
+233.312 279.312 m f
+0.141176 0.533333 1 rg
+174 88 m 132.07 88 l 116.07 144 l 0 144 l 0 0 l 174 0 l h
+174 88 m f
+190 277.371 m 210.688 256.688 l 233.312 279.312 l 174 338.629 l 114.688
+ 279.312 l 137.312 256.688 l 158 277.371 l 158 162.664 l 190 162.664 l h
+190 277.371 m f
+0 0.368627 0.807843 rg
+231.93 144 m 215.93 88 l 174 88 l 174 0 l 348 0 l 348 144 l h
+231.93 144 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 133 - 0
static/images/143370-communication-collection/eps/phone-book-1.eps

@@ -0,0 +1,133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:19:09 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 352 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 352 396
+%%EndPageSetup
+q 0 -1 352 397 rectclip q
+1 0.854902 0.266667 rg
+186.668 197.942 m 186.668 216.321 201.621 231.274 220 231.274 c 221.355
+ 231.274 222.688 231.184 224 231.024 c 224 249.77 l 222.68 249.871 221.348
+ 249.942 220 249.942 c 191.328 249.942 168 226.614 168 197.942 c 168 169.266
+ 191.328 145.942 220 145.942 c 221.344 145.942 222.676 146.008 224 146.106
+ c 224 164.848 l 222.691 164.688 221.355 164.606 220 164.606 c 201.621 164.606
+ 186.668 179.559 186.668 197.942 c h
+186.668 197.942 m f
+220 121.942 m 178.094 121.942 144 156.035 144 197.942 c 144 239.848 178.094
+ 273.942 220 273.942 c 221.34 273.942 222.676 273.903 224 273.836 c 224 
+395.879 l 96 395.879 l 96 0 l 224 0 l 224 122.043 l 222.672 121.977 221.34
+ 121.942 220 121.942 c h
+220 121.942 m f
+220 207.274 m 214.855 207.274 210.668 203.086 210.668 197.938 c 210.668
+ 192.793 214.852 188.606 220 188.606 c 221.434 188.606 222.785 188.938 224
+ 189.52 c 224 206.36 l 222.785 206.938 221.434 207.274 220 207.274 c h
+220 207.274 m f
+1 0.803922 0 rg
+224 206.36 m 224 189.52 l 227.148 191.02 229.332 194.227 229.332 197.942
+ c 229.332 201.653 227.148 204.856 224 206.36 c h
+224 206.36 m f
+224 395.879 m 224 273.836 l 264.055 271.746 296 238.504 296 197.938 c 296
+ 173.492 279.23 160.707 262.668 160.707 c 253.758 160.707 245.461 164.27
+ 239.305 170.742 c 234.859 167.625 229.645 165.528 224 164.848 c 224 146.106
+ l 229.609 146.528 235.059 147.832 240.238 150.02 c 249.586 127.914 l 241.434
+ 124.469 232.844 122.5 224 122.043 c 224 0 l 352 0 l 352 395.879 l h
+224 395.879 m f
+253.332 197.942 m 253.332 188.172 258.363 184.707 262.668 184.707 c 266.973
+ 184.707 272 188.172 272 197.942 c 272 225.266 250.809 247.719 224 249.77
+ c 224 231.024 l 240.5 229.039 253.332 214.965 253.332 197.942 c h
+253.332 197.942 m f
+0.141176 0.533333 1 rg
+16 395.879 m 16 304.91 l 64 304.91 l 64 272.91 l 16 272.91 l 16 213.942
+ l 64 213.942 l 64 181.942 l 16 181.942 l 16 122.969 l 64 122.969 l 64 90.969
+ l 16 90.969 l 16 0 l 96 0 l 96 395.879 l h
+16 395.879 m f
+0 0.368627 0.807843 rg
+0 213.942 64 -32 re f
+2 304.91 62 -32 re f
+0 122.969 64 -32 re f
+0.141176 0.533333 1 rg
+144 197.942 m 144 156.035 178.094 121.942 220 121.942 c 221.34 121.942 
+222.672 121.977 224 122.043 c 232.844 122.5 241.434 124.469 249.586 127.918
+ c 240.238 150.02 l 235.059 147.832 229.609 146.532 224 146.106 c 222.672
+ 146.008 221.34 145.942 220 145.942 c 191.328 145.942 168 169.266 168 197.942
+ c 168 226.614 191.328 249.942 220 249.942 c 221.348 249.942 222.676 249.871
+ 224 249.77 c 250.809 247.719 272 225.266 272 197.942 c 272 188.172 266.973
+ 184.707 262.664 184.707 c 258.359 184.707 253.332 188.172 253.332 197.942
+ c 253.332 214.965 240.5 229.043 224 231.024 c 222.688 231.184 221.352 231.274
+ 220 231.274 c 201.617 231.274 186.664 216.321 186.664 197.942 c 186.664
+ 179.559 201.617 164.606 220 164.606 c 221.352 164.606 222.688 164.688 224
+ 164.848 c 229.645 165.528 234.855 167.625 239.277 170.774 c 245.461 164.27
+ 253.758 160.707 262.664 160.707 c 279.23 160.707 296 173.496 296 197.938
+ c 296 238.504 264.055 271.746 224 273.836 c 222.672 273.903 221.34 273.938
+ 220 273.938 c 178.094 273.942 144 239.848 144 197.942 c h
+224 189.52 m 222.785 188.942 221.434 188.606 220 188.606 c 214.855 188.606
+ 210.668 192.793 210.668 197.942 c 210.668 203.086 214.852 207.274 220 207.274
+ c 221.434 207.274 222.785 206.942 224 206.36 c 227.148 204.86 229.332 201.653
+ 229.332 197.942 c 229.332 194.227 227.148 191.02 224 189.52 c h
+224 189.52 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 100 - 0
static/images/143370-communication-collection/eps/phone-book-2.eps

@@ -0,0 +1,100 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:19:16 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 352 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 352 396
+%%EndPageSetup
+q 0 -1 352 397 rectclip q
+1 0.854902 0.266667 rg
+160 124.629 m 160 159.977 188.652 188.629 224 188.629 c 224 200.629 l 204.5
+ 200.629 188.691 216.438 188.691 235.942 c 188.691 255.442 204.5 271.25 
+224 271.25 c 224 395.879 l 96 395.879 l 96 0 l 224 0 l 224 124.629 l h
+160 124.629 m f
+1 0.803922 0 rg
+224 395.879 m 224 271.25 l 243.5 271.25 259.309 255.442 259.309 235.942
+ c 259.309 216.438 243.5 200.629 224 200.629 c 224 188.629 l 259.348 188.629
+ 288 159.977 288 124.629 c 224 124.629 l 224 0 l 352 0 l 352 395.879 l h
+224 395.879 m f
+0.141176 0.533333 1 rg
+16 395.879 m 16 304.91 l 64 304.91 l 64 272.91 l 16 272.91 l 16 213.942
+ l 64 213.942 l 64 181.942 l 16 181.942 l 16 122.969 l 64 122.969 l 64 90.969
+ l 16 90.969 l 16 0 l 96 0 l 96 395.879 l h
+16 395.879 m f
+0 0.368627 0.807843 rg
+0 213.942 64 -32 re f
+2 304.91 62 -32 re f
+0 122.969 64 -32 re f
+0.141176 0.533333 1 rg
+259.309 235.942 m 259.309 216.438 243.5 200.629 224 200.629 c 204.5 200.629
+ 188.691 216.438 188.691 235.942 c 188.691 255.442 204.5 271.25 224 271.25
+ c 243.5 271.25 259.309 255.442 259.309 235.942 c h
+259.309 235.942 m f
+160 124.629 m 288 124.629 l 288 159.977 259.348 188.629 224 188.629 c 188.652
+ 188.629 160 159.977 160 124.629 c h
+160 124.629 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 100 - 0
static/images/143370-communication-collection/eps/phone-book.eps

@@ -0,0 +1,100 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:19:02 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 352 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 352 396
+%%EndPageSetup
+q 0 -1 352 397 rectclip q
+1 0.854902 0.266667 rg
+198.297 172.239 m 174.133 196.403 158.742 222.84 160.082 237.379 c 161.082
+ 248.242 175.973 261.938 175.973 261.938 c 207.125 230.785 l 194.699 218.36
+ l 224 189.059 l 224 395.879 l 96 395.879 l 96 0 l 224 0 l 224 150.364 l
+ 215.562 156.344 206.789 163.746 198.297 172.239 c h
+198.297 172.239 m f
+1 0.803922 0 rg
+224 395.879 m 224 189.059 l 244.418 168.641 l 256.844 181.067 l 288 149.91
+ l 288 149.91 274.305 135.024 263.441 134.02 c 254.008 133.153 239.574 139.328
+ 224 150.364 c 224 0 l 352 0 l 352 395.879 l h
+224 395.879 m f
+0.141176 0.533333 1 rg
+16 395.879 m 16 304.91 l 64 304.91 l 64 272.91 l 16 272.91 l 16 213.942
+ l 64 213.942 l 64 181.942 l 16 181.942 l 16 122.969 l 64 122.969 l 64 90.969
+ l 16 90.969 l 16 0 l 96 0 l 96 395.879 l h
+16 395.879 m f
+0 0.368627 0.807843 rg
+0 213.942 64 -32 re f
+2 304.91 62 -32 re f
+0 122.969 64 -32 re f
+0.141176 0.533333 1 rg
+207.125 230.785 m 175.973 261.938 l 175.973 261.938 161.082 248.242 160.082
+ 237.379 c 158.742 222.84 174.133 196.403 198.297 172.239 c 206.789 163.746
+ 215.562 156.344 224 150.364 c 239.574 139.328 254.008 133.153 263.441 134.02
+ c 274.305 135.024 288 149.91 288 149.91 c 256.844 181.067 l 244.418 168.641
+ l 194.699 218.36 l h
+207.125 230.785 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 93 - 0
static/images/143370-communication-collection/eps/phone-call-1.eps

@@ -0,0 +1,93 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:40 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 403 403
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 403 403
+%%EndPageSetup
+q 0 -1 403 404 rectclip q
+0.141176 0.533333 1 rg
+56.773 221.388 m 24.773 221.388 l 24.773 307.408 94.758 377.388 180.773
+ 377.388 c 180.773 345.388 l 112.402 345.388 56.773 289.763 56.773 221.388
+ c h
+56.773 221.388 m f
+112.773 221.388 m 80.773 221.388 l 80.773 276.529 125.637 321.388 180.773
+ 321.388 c 180.773 289.388 l 143.281 289.388 112.773 258.884 112.773 221.388
+ c h
+112.773 221.388 m f
+0 0.905882 0.941176 rg
+264.859 256.068 m 229.523 291.4 l 340.289 402.166 l 351.582 391.775 l 356.379
+ 387.361 398.551 347.615 401.867 311.627 c 404.625 281.693 387.477 245.123
+ 372.602 219.716 c 352.203 184.865 323.145 148.169 288.57 113.595 c 205.477
+ 196.689 l h
+264.859 256.068 m f
+0 0.843137 0.87451 rg
+110.766 172.642 m 146.098 137.306 l 205.477 196.689 l 288.57 113.595 l 
+219.566 44.595 144.445 0.005 97.188 0.002 c 94.918 0.002 92.684 0.099 90.539
+ 0.298 c 54.551 3.615 14.805 45.787 10.391 50.584 c 0 61.88 l h
+110.766 172.642 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 87 - 0
static/images/143370-communication-collection/eps/phone-call-2.eps

@@ -0,0 +1,87 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:49 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 403 403
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 403 403
+%%EndPageSetup
+q 0 -1 403 404 rectclip q
+0 0.905882 0.941176 rg
+264.859 256.068 m 229.523 291.4 l 340.289 402.166 l 351.582 391.775 l 356.379
+ 387.361 398.551 347.615 401.867 311.627 c 404.625 281.693 387.477 245.123
+ 372.602 219.716 c 354.441 188.689 329.414 156.201 299.742 125.048 c 216.793
+ 208.002 l h
+264.859 256.068 m f
+0 0.843137 0.87451 rg
+110.766 172.642 m 146.098 137.306 l 194.164 185.373 l 277.113 102.423 l
+ 211.371 39.822 141.84 0.005 97.188 0.002 c 94.918 0.002 92.684 0.099 90.539
+ 0.298 c 54.551 3.615 14.805 45.787 10.391 50.584 c 0 61.88 l h
+110.766 172.642 m f
+0 0.247059 0.541176 rg
+394.395 30.392 m 371.77 7.767 l 7.773 371.763 l 30.398 394.388 l h
+394.395 30.392 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 84 - 0
static/images/143370-communication-collection/eps/phone-call.eps

@@ -0,0 +1,84 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:17:32 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 403 403
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 403 403
+%%EndPageSetup
+q 0 -1 403 404 rectclip q
+0 0.905882 0.941176 rg
+340.289 402.166 m 351.582 391.776 l 356.379 387.362 398.551 347.616 401.867
+ 311.627 c 404.625 281.694 387.477 245.123 372.602 219.717 c 352.203 184.866
+ 323.145 148.17 288.57 113.596 c 205.477 196.69 l 264.859 256.069 l 229.523
+ 291.401 l h
+340.289 402.166 m f
+0 0.843137 0.87451 rg
+146.098 137.307 m 205.477 196.686 l 288.57 113.596 l 219.566 44.592 144.445
+ 0.006 97.188 -0.002 c 94.918 -0.002 92.684 0.1 90.539 0.299 c 54.551 3.616
+ 14.805 45.788 10.391 50.584 c 0 61.881 l 110.766 172.643 l h
+146.098 137.307 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 97 - 0
static/images/143370-communication-collection/eps/smartphone-1.eps

@@ -0,0 +1,97 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:31 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 393 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 393 396
+%%EndPageSetup
+q 0 0 393 396 rectclip q
+0.141176 0.533333 1 rg
+0 396 128 -56 re f
+96 48 m 96 80 l 128 80 l 128 128 l 0 128 l 0 0 l 128 0 l 128 48 l h
+96 48 m f
+0 0.368627 0.807843 rg
+128 396 128 -56 re f
+128 80 m 160 80 l 160 48 l 128 48 l 128 0 l 256 0 l 256 128 l 128 128 l
+ h
+128 80 m f
+0 0.905882 0.941176 rg
+0 340 128 -212 re f
+0 0.843137 0.87451 rg
+128 340 128 -212 re f
+1 0.854902 0.266667 rg
+96 80 64 -32 re f
+0.141176 0.533333 1 rg
+346.91 288.309 m 324.281 265.68 l 372.633 217.332 372.633 138.668 324.281
+ 90.32 c 346.91 67.691 l 376.332 97.113 392.535 136.289 392.535 178 c 392.535
+ 219.711 376.332 258.887 346.91 288.309 c h
+346.91 288.309 m f
+307.312 248.711 m 284.688 226.082 l 311.199 199.57 311.199 156.43 284.688
+ 129.918 c 307.312 107.289 l 346.305 146.277 346.305 209.723 307.312 248.711
+ c h
+307.312 248.711 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 109 - 0
static/images/143370-communication-collection/eps/smartphone-2.eps

@@ -0,0 +1,109 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:39 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 256 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 256 396
+%%EndPageSetup
+q 0 0 256 396 rectclip q
+0.141176 0.533333 1 rg
+96 48 m 96 80 l 128 80 l 128 128 l 0 128 l 0 0 l 128 0 l 128 48 l h
+96 48 m f
+0 396 128 -56 re f
+0 0.368627 0.807843 rg
+128 80 m 160 80 l 160 48 l 128 48 l 128 0 l 256 0 l 256 128 l 128 128 l
+ h
+128 80 m f
+128 396 128 -56 re f
+0 0.905882 0.941176 rg
+128 218 m 119.164 218 112 225.164 112 234 c 112 242.836 119.164 250 128
+ 250 c 128 340 l 0 340 l 0 128 l 128 128 l h
+80 218 m 71.164 218 64 225.164 64 234 c 64 242.836 71.164 250 80 250 c 
+88.836 250 96 242.836 96 234 c 96 225.164 88.836 218 80 218 c h
+80 218 m f
+0 0.843137 0.87451 rg
+128 250 m 136.836 250 144 242.836 144 234 c 144 225.164 136.836 218 128
+ 218 c 128 128 l 256 128 l 256 340 l 128 340 l h
+176 250 m 184.836 250 192 242.836 192 234 c 192 225.164 184.836 218 176
+ 218 c 167.164 218 160 225.164 160 234 c 160 242.836 167.164 250 176 250
+ c h
+176 250 m f
+1 0.854902 0.266667 rg
+96 80 64 -32 re f
+0.141176 0.533333 1 rg
+192 234 m 192 225.164 184.836 218 176 218 c 167.164 218 160 225.164 160
+ 234 c 160 242.836 167.164 250 176 250 c 184.836 250 192 242.836 192 234
+ c h
+192 234 m f
+96 234 m 96 225.164 88.836 218 80 218 c 71.164 218 64 225.164 64 234 c 
+64 242.836 71.164 250 80 250 c 88.836 250 96 242.836 96 234 c h
+96 234 m f
+144 234 m 144 225.164 136.836 218 128 218 c 119.164 218 112 225.164 112
+ 234 c 112 242.836 119.164 250 128 250 c 136.836 250 144 242.836 144 234
+ c h
+144 234 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 103 - 0
static/images/143370-communication-collection/eps/smartphone-3.eps

@@ -0,0 +1,103 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:45 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 387 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 387 396
+%%EndPageSetup
+q 0 0 387 396 rectclip q
+0.141176 0.533333 1 rg
+193.312 340 m 193.312 396 l 65.312 396 l 65.312 348.629 l 73.941 340 l 
+h
+193.312 340 m f
+161.312 48 m 161.312 80 l 193.312 80 l 193.312 128 l 65.312 128 l 65.312
+ 0 l 193.312 0 l 193.312 48 l h
+161.312 48 m f
+0 0.368627 0.807843 rg
+321.312 92.629 m 321.312 128 l 285.941 128 l h
+321.312 92.629 m f
+193.312 128 m 193.312 80 l 225.312 80 l 225.312 48 l 193.312 48 l 193.312
+ 0 l 321.312 0 l 321.312 47.371 l 240.684 128 l h
+193.312 128 m f
+193.312 396 128 -56 re f
+0 0.905882 0.941176 rg
+193.312 175.371 m 65.312 303.371 l 65.312 128 l 193.312 128 l h
+193.312 175.371 m f
+73.941 340 m 193.312 220.629 l 193.312 340 l h
+73.941 340 m f
+0 0.843137 0.87451 rg
+193.312 220.629 m 285.941 128 l 321.312 128 l 321.312 340 l 193.312 340
+ l h
+193.312 220.629 m f
+240.684 128 m 193.312 175.371 l 193.312 128 l h
+240.684 128 m f
+1 0.854902 0.266667 rg
+161.312 80 64 -32 re f
+0 0.247059 0.541176 rg
+22.629 391.312 m 386.625 27.316 l 363.996 4.691 l 0 368.688 l h
+22.629 391.312 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 114 - 0
static/images/143370-communication-collection/eps/smartphone-4.eps

@@ -0,0 +1,114 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:50 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 402 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 402 396
+%%EndPageSetup
+q 0 0 402 396 rectclip q
+0.141176 0.533333 1 rg
+168.672 48 m 168.672 80 l 200.672 80 l 200.672 128 l 72.672 128 l 72.672
+ 0 l 200.672 0 l 200.672 48 l h
+168.672 48 m f
+72.672 396 128 -56 re f
+0 0.368627 0.807843 rg
+200.672 80 m 232.672 80 l 232.672 48 l 200.672 48 l 200.672 0 l 328.672
+ 0 l 328.672 128 l 200.672 128 l h
+200.672 80 m f
+200.672 396 128 -56 re f
+0 0.905882 0.941176 rg
+72.672 340 128 -212 re f
+0 0.843137 0.87451 rg
+200.672 340 128 -212 re f
+1 0.854902 0.266667 rg
+168.672 80 64 -32 re f
+0.141176 0.533333 1 rg
+384.672 177.992 m 384.672 185.48 386.664 188.438 390.281 193.805 c 394.949
+ 200.738 401.348 210.23 401.348 227.492 c 401.348 244.754 394.953 254.25
+ 390.281 261.184 c 386.664 266.547 384.672 269.504 384.672 276.992 c 352.672
+ 276.992 l 352.672 259.73 359.07 250.238 363.742 243.305 c 367.355 237.938
+ 369.348 234.98 369.348 227.492 c 369.348 220.004 367.355 217.047 363.742
+ 211.684 c 359.07 204.75 352.672 195.254 352.672 177.992 c 352.672 160.734
+ 359.07 151.238 363.742 144.305 c 367.355 138.938 369.348 135.984 369.348
+ 128.496 c 369.348 121.008 367.355 118.055 363.742 112.688 c 359.07 105.754
+ 352.676 96.262 352.672 79.008 c 384.672 79.004 l 384.676 86.488 386.664
+ 89.441 390.281 94.809 c 394.953 101.742 401.348 111.234 401.348 128.496
+ c 401.348 145.758 394.949 155.254 390.281 162.184 c 386.664 167.551 384.672
+ 170.504 384.672 177.992 c h
+384.672 177.992 m f
+48.672 276.992 m 16.672 276.996 l 16.672 269.512 14.68 266.559 11.066 261.195
+ c 6.398 254.262 0 244.766 0 227.504 c 0 210.242 6.398 200.746 11.066 193.816
+ c 14.684 188.449 16.672 185.496 16.672 178.008 c 16.672 170.52 14.684 167.562
+ 11.066 162.199 c 6.398 155.266 0 145.77 0 128.508 c 0 111.246 6.398 101.75
+ 11.066 94.816 c 14.684 89.453 16.672 86.496 16.672 79.008 c 48.672 79.008
+ l 48.672 96.27 42.277 105.762 37.605 112.695 c 33.992 118.062 32 121.02
+ 32 128.508 c 32 135.996 33.992 138.953 37.605 144.316 c 42.277 151.25 48.672
+ 160.746 48.672 178.008 c 48.672 195.27 42.277 204.762 37.605 211.695 c 
+33.992 217.062 32 220.016 32 227.504 c 32 234.992 33.992 237.949 37.605 
+243.312 c 42.277 250.246 48.672 259.738 48.672 276.992 c h
+48.672 276.992 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 88 - 0
static/images/143370-communication-collection/eps/smartphone.eps

@@ -0,0 +1,88 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:18:27 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 256 396
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 256 396
+%%EndPageSetup
+q 0 0 256 396 rectclip q
+0.141176 0.533333 1 rg
+0 396 128 -56 re f
+96 48 m 96 80 l 128 80 l 128 128 l 0 128 l 0 0 l 128 0 l 128 48 l h
+96 48 m f
+0 0.368627 0.807843 rg
+128 80 m 160 80 l 160 48 l 128 48 l 128 0 l 256 0 l 256 128 l 128 128 l
+ h
+128 80 m f
+128 396 128 -56 re f
+0 0.905882 0.941176 rg
+0 340 128 -212 re f
+0 0.843137 0.87451 rg
+128 340 128 -212 re f
+1 0.854902 0.266667 rg
+96 80 64 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 106 - 0
static/images/143370-communication-collection/eps/speech-bubble-1.eps

@@ -0,0 +1,106 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:21 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 398 398
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 398 398
+%%EndPageSetup
+q 0 -1 398 399 rectclip q
+1 0.854902 0.266667 rg
+179.57 199.569 m 179.57 210.596 188.539 219.569 199.57 219.569 c 199.57
+ 397.569 l 146.68 397.569 96.961 376.971 59.562 339.577 c 22.164 302.178
+ 1.57 252.456 1.57 199.569 c 1.57 162.229 11.922 126.159 31.578 94.737 c
+ 0 -0.002 l 94.734 31.577 l 126.16 11.92 162.23 1.569 199.57 1.569 c 199.57
+ 179.569 l 188.539 179.569 179.57 188.541 179.57 199.569 c h
+138.707 179.569 m 127.68 179.569 118.707 188.541 118.707 199.569 c 118.707
+ 210.596 127.68 219.569 138.707 219.569 c 149.734 219.569 158.707 210.596
+ 158.707 199.569 c 158.707 188.541 149.734 179.569 138.707 179.569 c h
+138.707 179.569 m f
+1 0.803922 0 rg
+339.574 339.577 m 302.18 376.971 252.457 397.569 199.57 397.569 c 199.57
+ 219.569 l 210.598 219.569 219.57 210.596 219.57 199.569 c 219.57 188.541
+ 210.598 179.569 199.57 179.569 c 199.57 1.569 l 252.457 1.569 302.18 22.163
+ 339.574 59.561 c 376.973 96.959 397.57 146.682 397.57 199.569 c 397.57 
+252.456 376.973 302.178 339.574 339.577 c h
+260.43 179.569 m 249.402 179.569 240.43 188.541 240.43 199.569 c 240.43
+ 210.596 249.402 219.569 260.43 219.569 c 271.457 219.569 280.43 210.596
+ 280.43 199.569 c 280.43 188.541 271.457 179.569 260.43 179.569 c h
+260.43 179.569 m f
+0.141176 0.533333 1 rg
+138.707 219.569 m 127.68 219.569 118.707 210.596 118.707 199.569 c 118.707
+ 188.541 127.68 179.569 138.707 179.569 c 149.734 179.569 158.707 188.541
+ 158.707 199.569 c 158.707 210.596 149.734 219.569 138.707 219.569 c h
+138.707 219.569 m f
+260.43 219.569 m 249.402 219.569 240.43 210.596 240.43 199.569 c 240.43
+ 188.541 249.402 179.569 260.43 179.569 c 271.457 179.569 280.43 188.541
+ 280.43 199.569 c 280.43 210.596 271.457 219.569 260.43 219.569 c h
+260.43 219.569 m f
+179.57 199.569 m 179.57 188.541 188.539 179.569 199.57 179.569 c 210.598
+ 179.569 219.57 188.541 219.57 199.569 c 219.57 210.596 210.598 219.569 
+199.57 219.569 c 188.539 219.569 179.57 210.596 179.57 199.569 c h
+179.57 199.569 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 90 - 0
static/images/143370-communication-collection/eps/speech-bubble-2.eps

@@ -0,0 +1,90 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:29 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 398 398
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 398 398
+%%EndPageSetup
+q 0 -1 398 399 rectclip q
+1 0.854902 0.266667 rg
+105.73 155.569 m 105.73 187.569 l 199.57 187.569 l 199.57 211.569 l 105.758
+ 211.569 l 105.758 243.569 l 199.57 243.569 l 199.57 397.569 l 146.68 397.569
+ 96.961 376.971 59.562 339.577 c 22.164 302.178 1.57 252.456 1.57 199.569
+ c 1.57 162.229 11.922 126.159 31.578 94.737 c 0 -0.002 l 94.734 31.577 
+l 126.16 11.92 162.23 1.569 199.57 1.569 c 199.57 155.569 l h
+105.73 155.569 m f
+1 0.803922 0 rg
+339.574 339.577 m 302.18 376.971 252.457 397.569 199.57 397.569 c 199.57
+ 243.569 l 293.41 243.569 l 293.41 211.569 l 199.57 211.569 l 199.57 187.569
+ l 293.41 187.569 l 293.41 155.569 l 199.57 155.569 l 199.57 1.569 l 252.457
+ 1.569 302.18 22.163 339.574 59.561 c 376.973 96.959 397.57 146.682 397.57
+ 199.569 c 397.57 252.456 376.973 302.178 339.574 339.577 c h
+339.574 339.577 m f
+0.141176 0.533333 1 rg
+105.758 243.569 187.652 -32 re f
+105.73 187.569 187.68 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 88 - 0
static/images/143370-communication-collection/eps/speech-bubble-3.eps

@@ -0,0 +1,88 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:37 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 404 400
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 404 400
+%%EndPageSetup
+q 0 -1 404 401 rectclip q
+1 0.803922 0 rg
+379.645 72.748 m 392.953 94.814 399.949 119.955 399.949 145.947 c 399.949
+ 214.893 350.555 272.51 285.297 285.295 c 287.031 276.443 287.949 267.299
+ 287.949 257.947 c 287.949 179.646 224.246 115.947 145.949 115.947 c 136.688
+ 115.947 127.543 116.85 118.602 118.596 c 131.387 53.338 189.004 3.947 257.949
+ 3.947 c 283.941 3.947 309.082 10.943 331.145 24.248 c 403.895 0.002 l h
+379.645 72.748 m f
+1 0.854902 0.266667 rg
+287.949 257.947 m 287.949 267.299 287.031 276.443 285.297 285.295 c 272.512
+ 350.553 214.895 399.947 145.949 399.947 c 67.648 399.947 3.949 336.248 
+3.949 257.947 c 3.949 231.955 10.941 206.814 24.25 184.748 c 0 112.002 l
+ 72.75 136.252 l 86.957 127.682 102.441 121.748 118.602 118.596 c 127.543
+ 116.853 136.688 115.947 145.949 115.947 c 224.246 115.947 287.949 179.646
+ 287.949 257.947 c h
+287.949 257.947 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 88 - 0
static/images/143370-communication-collection/eps/speech-bubble-4.eps

@@ -0,0 +1,88 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:46 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 404 400
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 404 400
+%%EndPageSetup
+q 0 -1 404 401 rectclip q
+1 0.854902 0.266667 rg
+257.949 287.946 m 267.301 287.946 276.441 287.028 285.297 285.294 c 272.512
+ 350.552 214.895 399.946 145.949 399.946 c 67.648 399.946 3.949 336.247 
+3.949 257.946 c 3.949 231.954 10.941 206.814 24.25 184.747 c 0 112.001 l
+ 72.75 136.251 l 86.957 127.681 102.441 121.747 118.602 118.595 c 116.867
+ 127.45 115.949 136.591 115.949 145.946 c 115.949 224.247 179.648 287.946
+ 257.949 287.946 c h
+257.949 287.946 m f
+1 0.803922 0 rg
+379.645 72.747 m 392.953 94.814 399.949 119.954 399.949 145.946 c 399.949
+ 214.892 350.555 272.509 285.297 285.294 c 276.441 287.028 267.301 287.946
+ 257.949 287.946 c 179.648 287.946 115.949 224.247 115.949 145.946 c 115.949
+ 136.591 116.867 127.45 118.602 118.595 c 131.387 53.341 189.004 3.946 257.949
+ 3.946 c 283.941 3.946 309.082 10.942 331.145 24.251 c 403.895 0.001 l h
+379.645 72.747 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 79 - 0
static/images/143370-communication-collection/eps/speech-bubble-5.eps

@@ -0,0 +1,79 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:54 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 397
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 397
+%%EndPageSetup
+q 0 -1 396 398 rectclip q
+1 0.854902 0.266667 rg
+0 396.331 m 0 104.331 l 56 104.331 l 56 -0.001 l 160.332 104.331 l 198 
+104.331 l 198 396.331 l h
+0 396.331 m f
+1 0.803922 0 rg
+198 396.331 198 -292 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 102 - 0
static/images/143370-communication-collection/eps/speech-bubble-6.eps

@@ -0,0 +1,102 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:57 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 397
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 397
+%%EndPageSetup
+q 0 -1 396 398 rectclip q
+1 0.854902 0.266667 rg
+198 234.331 m 189.164 234.331 182 241.495 182 250.331 c 182 259.167 189.164
+ 266.331 198 266.331 c 198 396.331 l 0 396.331 l 0 104.331 l 56 104.331 
+l 56 -0.001 l 160.332 104.331 l 198 104.331 l h
+134 234.331 m 125.164 234.331 118 241.495 118 250.331 c 118 259.167 125.164
+ 266.331 134 266.331 c 142.836 266.331 150 259.167 150 250.331 c 150 241.495
+ 142.836 234.331 134 234.331 c h
+134 234.331 m f
+1 0.803922 0 rg
+198 396.331 m 198 266.331 l 206.836 266.331 214 259.167 214 250.331 c 214
+ 241.495 206.836 234.331 198 234.331 c 198 104.331 l 396 104.331 l 396 396.331
+ l h
+262 234.331 m 253.164 234.331 246 241.495 246 250.331 c 246 259.167 253.164
+ 266.331 262 266.331 c 270.836 266.331 278 259.167 278 250.331 c 278 241.495
+ 270.836 234.331 262 234.331 c h
+262 234.331 m f
+0.141176 0.533333 1 rg
+278 250.331 m 278 241.495 270.836 234.331 262 234.331 c 253.164 234.331
+ 246 241.495 246 250.331 c 246 259.167 253.164 266.331 262 266.331 c 270.836
+ 266.331 278 259.167 278 250.331 c h
+278 250.331 m f
+150 250.331 m 150 241.495 142.836 234.331 134 234.331 c 125.164 234.331
+ 118 241.495 118 250.331 c 118 259.167 125.164 266.331 134 266.331 c 142.836
+ 266.331 150 259.167 150 250.331 c h
+150 250.331 m f
+214 250.331 m 214 241.495 206.836 234.331 198 234.331 c 189.164 234.331
+ 182 241.495 182 250.331 c 182 259.167 189.164 266.331 198 266.331 c 206.836
+ 266.331 214 259.167 214 250.331 c h
+214 250.331 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 87 - 0
static/images/143370-communication-collection/eps/speech-bubble-7.eps

@@ -0,0 +1,87 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:03 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 397
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 397
+%%EndPageSetup
+q 0 -1 396 398 rectclip q
+1 0.854902 0.266667 rg
+104.145 206.331 m 104.145 238.331 l 198 238.331 l 198 262.331 l 104.176
+ 262.331 l 104.176 294.331 l 198 294.331 l 198 396.331 l 0 396.331 l 0 104.331
+ l 56 104.331 l 56 -0.001 l 160.332 104.331 l 198 104.331 l 198 206.331 
+l h
+104.145 206.331 m f
+1 0.803922 0 rg
+198 396.331 m 198 294.331 l 291.824 294.331 l 291.824 262.331 l 198 262.331
+ l 198 238.331 l 291.824 238.331 l 291.824 206.331 l 198 206.331 l 198 104.331
+ l 396 104.331 l 396 396.331 l h
+198 396.331 m f
+0.141176 0.533333 1 rg
+104.176 294.331 187.648 -32 re f
+104.145 238.331 187.68 -32 re f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 82 - 0
static/images/143370-communication-collection/eps/speech-bubble-8.eps

@@ -0,0 +1,82 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:07 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 397
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 397
+%%EndPageSetup
+q 0 -1 396 398 rectclip q
+1 0.803922 0 rg
+284 291.191 m 284 184.331 l 117.961 184.331 l 112 178.37 l 112 79.191 l
+ 278.039 79.191 l 357.23 -0.001 l 357.23 79.191 l 396 79.191 l 396 291.191
+ l h
+284 291.191 m f
+1 0.854902 0.266667 rg
+284 184.331 m 284 396.331 l 0 396.331 l 0 184.331 l 38.77 184.331 l 38.77
+ 105.14 l 117.961 184.331 l h
+284 184.331 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 81 - 0
static/images/143370-communication-collection/eps/speech-bubble-9.eps

@@ -0,0 +1,81 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:15:11 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 396 397
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 396 397
+%%EndPageSetup
+q 0 -1 396 398 rectclip q
+1 0.854902 0.266667 rg
+284 291.191 m 284 396.331 l 0 396.331 l 0 184.331 l 38.77 184.331 l 38.77
+ 105.14 l 112 178.37 l 112 291.191 l h
+284 291.191 m f
+1 0.803922 0 rg
+284 291.191 m 112 291.191 l 112 79.191 l 278.039 79.191 l 357.23 -0.001
+ l 357.23 79.191 l 396 79.191 l 396 291.191 l h
+284 291.191 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

+ 85 - 0
static/images/143370-communication-collection/eps/speech-bubble.eps

@@ -0,0 +1,85 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.14.2 (http://cairographics.org)
+%%CreationDate: Thu May 12 13:14:13 2016
+%%Pages: 1
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%BoundingBox: 0 -1 398 398
+%%EndComments
+%%BeginProlog
+save
+50 dict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 398 398
+%%EndPageSetup
+q 0 -1 398 399 rectclip q
+1 0.854902 0.266667 rg
+59.562 339.577 m 22.164 302.178 1.57 252.456 1.57 199.569 c 1.57 162.229
+ 11.922 126.159 31.578 94.737 c 0 -0.002 l 94.734 31.577 l 126.16 11.92 
+162.23 1.569 199.57 1.569 c 199.57 397.569 l 146.68 397.569 96.961 376.971
+ 59.562 339.577 c h
+59.562 339.577 m f
+1 0.803922 0 rg
+339.574 339.577 m 302.18 376.971 252.457 397.569 199.57 397.569 c 199.57
+ 1.569 l 252.457 1.569 302.18 22.163 339.574 59.561 c 376.973 96.959 397.57
+ 146.682 397.57 199.569 c 397.57 252.456 376.973 302.178 339.574 339.577
+ c h
+339.574 339.577 m f
+Q Q
+showpage
+%%Trailer
+end restore
+%%EOF

BIN
static/images/143370-communication-collection/font/Flaticon.eot


+ 282 - 0
static/images/143370-communication-collection/font/Flaticon.svg

@@ -0,0 +1,282 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<!--
+2016-6-22: Created.
+-->
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+Created by FontForge 20120731 at Wed Jun 22 15:39:19 2016
+ By root
+Created by root with FontForge 2.0 (http://fontforge.sf.net)
+</metadata>
+<defs>
+<font id="Flaticon" horiz-adv-x="512" >
+  <font-face 
+    font-family="Flaticon"
+    font-weight="500"
+    font-stretch="normal"
+    units-per-em="512"
+    panose-1="2 0 6 3 0 0 0 0 0 0"
+    ascent="448"
+    descent="-64"
+    bbox="0 -64.001 512.001 448"
+    underline-thickness="25.6"
+    underline-position="-51.2"
+    unicode-range="U+0020-F12C"
+  />
+    <missing-glyph />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="200" 
+ />
+    <glyph glyph-name="uniF11D" unicode="&#xf11d;" 
+d="M337.194 262l-44.9854 44.9854l141.016 141.015l14.3789 -13.2285c6.10742 -5.61816 59.7969 -56.2197 64.0195 -102.036c3.51172 -38.1104 -18.3223 -84.667 -37.2578 -117.015c-23.1211 -39.498 -54.9854 -80.8584 -92.7588 -120.52l-105.605 105.605zM141.018 155.793
+l44.9844 -44.9854l61.1914 61.1914l105.605 -105.604c-83.6963 -79.6982 -172.218 -130.389 -229.068 -130.395c-2.88672 0 -5.73047 0.126953 -8.46289 0.378906c-45.8174 4.22461 -96.4189 57.9131 -102.038 64.0195l-13.2275 14.3809zM38.7041 438.101l463.406 -463.406
+l-28.8076 -28.8076l-463.406 463.406z" />
+    <glyph glyph-name="uniF11C" unicode="&#xf11c;" 
+d="M72.2832 217.853h-40.7393c0 109.511 89.0938 198.604 198.604 198.604v-40.7393c-87.0479 0 -157.865 -70.8184 -157.865 -157.865zM143.577 217.853h-40.7393c0 70.1992 57.1113 127.311 127.311 127.311v-40.7393c-47.7354 0 -86.5713 -38.8359 -86.5713 -86.5713z
+M337.194 262l-44.9854 44.9854l141.016 141.015l14.3789 -13.2285c6.10742 -5.61816 59.7969 -56.2197 64.0195 -102.036c3.51172 -38.1104 -18.3223 -84.667 -37.2578 -117.015c-25.9707 -44.3662 -62.9648 -91.083 -106.983 -135.101l-105.784 105.784zM141.018 155.793
+l44.9844 -44.9854l75.5957 75.5967l105.784 -105.784c-87.8486 -87.8477 -183.487 -144.614 -243.651 -144.62c-2.88672 0 -5.73047 0.126953 -8.46289 0.378906c-45.8174 4.22461 -96.4199 57.9131 -102.038 64.0195l-13.2275 14.3809z" />
+    <glyph glyph-name="uniF11A" unicode="&#xf11a;" 
+d="M235.307 97.1865h82.7725v-161.187h-165.546v512h165.546v-161.186c-25.2217 0 -45.668 -20.4453 -45.668 -45.668c0 -25.2217 20.4463 -45.667 45.668 -45.667v-15.5205c-45.7148 0 -82.7725 -37.0586 -82.7725 -82.7725zM318.079 448h165.545v-511.999h-165.545
+v161.186h82.7725c0 45.7139 -37.0586 82.7725 -82.7725 82.7725v15.5205c25.2217 0 45.668 20.4453 45.668 45.667c0 25.2227 -20.4463 45.668 -45.668 45.668v161.186zM49.0674 448h103.466v-512h-103.466v117.654h62.0801v41.3867h-62.0801v76.2666h62.0801v41.3857
+h-62.0801v76.2676h62.0801v41.3857h-62.0801v117.653zM111.147 212.693v-41.3857h-62.0801h-20.6934v41.3857h20.6934h62.0801zM111.147 330.347v-41.3857h-62.0801h-18.1064v41.3857h18.1064h62.0801zM111.147 95.041v-41.3867h-62.0801h-20.6934v41.3867h20.6934h62.0801z
+M272.411 241.146c0 30.4453 15.2227 45.668 45.668 45.668s45.668 -15.2227 45.668 -45.668c0 -30.4447 -15.2227 -45.667 -45.668 -45.667s-45.668 15.2223 -45.668 45.667zM235.307 97.1865c0 45.7139 37.0576 82.7725 82.7725 82.7725
+c45.7139 0 82.7725 -37.0586 82.7725 -82.7725h-82.7725h-82.7725z" />
+    <glyph glyph-name="uniF11E" unicode="&#xf11e;" 
+d="M90.5049 375.596v72.4043h165.495v-72.4043h-165.495zM214.626 -1.93945h41.374v-62.0605h-165.495v165.495h165.495v-62.0605h-41.374v-41.374zM256 39.4346v62.0605h165.495v-165.495h-165.495v62.0605h41.374v41.374h-41.374zM256 375.596v72.4043h165.495v-72.4043
+h-165.495zM90.5049 101.495v274.101h165.495v-274.101h-165.495zM256 101.495v274.101h165.495v-274.101h-165.495zM214.626 -1.93945v41.374h41.374h41.374v-41.374h-41.374h-41.374z" />
+    <glyph glyph-name="uniF119" unicode="&#xf119;" 
+d="M269.796 192.001c0 -23.7715 19.3389 -43.1113 43.1104 -43.1104c1.75098 0 3.47754 0.105469 5.17383 0.310547v-24.2383c-1.71484 -0.128906 -3.4375 -0.214844 -5.17383 -0.214844c-37.083 0 -67.252 30.1689 -67.252 67.2529c0 37.083 30.1689 67.252 67.252 67.252
+c1.74316 0 3.46484 -0.0878906 5.17383 -0.217773v-24.2451c-1.69824 0.205078 -3.42188 0.321289 -5.17383 0.321289c-23.7715 0 -43.1104 -19.3398 -43.1104 -43.1104zM312.905 93.708c1.73242 0 3.45605 0.046875 5.17383 0.134766v-157.843h-165.546v512h165.546
+v-157.843c-1.71387 0.0888672 -3.43848 0.135742 -5.17383 0.135742c-54.1982 0 -98.292 -44.0938 -98.292 -98.292c0 -54.1992 44.0938 -98.293 98.292 -98.293zM312.905 204.071c1.85352 0 3.60352 -0.431641 5.17383 -1.18164v-21.7803
+c-1.57031 -0.75 -3.32031 -1.18164 -5.17383 -1.18164c-6.65625 0 -12.0713 5.41504 -12.0713 12.0713c0 6.65723 5.41602 12.0723 12.0713 12.0723zM318.079 202.891c4.07129 -1.94336 6.89844 -6.08691 6.89844 -10.8896c0 -4.80371 -2.82715 -8.94824 -6.89844 -10.8906
+v21.7803zM318.079 448h165.545v-512h-165.545v157.843c11.4365 0.588867 22.5449 3.13477 33.0908 7.59375l-12.0918 28.5889c-6.69922 -2.83301 -13.7451 -4.5166 -21 -5.06348v24.2383c7.30176 0.878906 14.043 3.5957 19.7939 7.62695
+c7.96387 -8.37109 18.6934 -12.9824 30.2148 -12.9824c21.4238 0 43.1113 16.54 43.1113 48.1543c0 52.4648 -41.3154 95.458 -93.1191 98.1572v157.844zM356.017 192.001c0 22.0195 -16.5977 40.2227 -37.9365 42.7891v24.2451
+c34.6729 -2.65332 62.0791 -31.6934 62.0791 -67.0342c0 -12.6328 -6.50293 -17.1162 -12.0713 -17.1162s-12.0713 4.48242 -12.0713 17.1162zM49.0674 448h103.466v-512h-103.466v117.654h62.0801v41.3867h-62.0801v76.2666h62.0801v41.3857h-62.0801v76.2676h62.0801
+v41.3857h-62.0801v117.653zM111.147 212.693v-41.3857h-62.0801h-20.6934v41.3857h20.6934h62.0801zM111.147 330.347v-41.3857h-62.0801h-18.1064v41.3857h18.1064h62.0801zM111.147 95.041v-41.3867h-62.0801h-20.6934v41.3867h20.6934h62.0801zM214.613 192.001
+c0 54.1982 44.0938 98.292 98.29 98.291c1.73535 0 3.45996 -0.046875 5.17383 -0.135742c51.8027 -2.69922 93.1191 -45.6934 93.1191 -98.1572c0 -31.6133 -21.6875 -48.1543 -43.1113 -48.1543c-11.5205 0 -22.251 4.61133 -30.248 13.0195
+c-5.7168 -4.06836 -12.459 -6.78516 -19.7598 -7.66406c-1.69629 -0.205078 -3.42285 -0.310547 -5.17383 -0.310547c-23.7715 0 -43.1104 19.3389 -43.1104 43.1113c0 23.7715 19.3398 43.1104 43.1104 43.1104c1.75195 0 3.47559 -0.117188 5.17383 -0.321289
+c21.3398 -2.56543 37.9375 -20.7695 37.9375 -42.7891c0 -12.6328 6.50293 -17.1162 12.0713 -17.1162s12.0713 4.48242 12.0713 17.1162c0 35.3418 -27.4072 64.3809 -62.0791 67.0342c-1.70898 0.129883 -3.43066 0.217773 -5.17383 0.217773
+c-37.083 0 -67.252 -30.1689 -67.252 -67.252c0 -37.084 30.1689 -67.2529 67.252 -67.2529c1.73633 0 3.45898 0.0859375 5.17383 0.214844c7.25488 0.546875 14.3008 2.23047 21 5.06348l12.0918 -28.5889c-10.5459 -4.45898 -21.6533 -7.00391 -33.0908 -7.59375
+c-1.71777 -0.0888672 -3.44238 -0.135742 -5.17383 -0.135742c-54.1982 0 -98.292 44.0938 -98.292 98.293zM318.079 181.11c4.07129 1.94238 6.89844 6.08691 6.89844 10.8906c0 4.80273 -2.82715 8.94727 -6.89844 10.8896
+c-1.57031 0.75 -3.32031 1.18164 -5.17383 1.18164c-6.65625 0 -12.0713 -5.41504 -12.0713 -12.0713c0 -6.65723 5.41602 -12.0723 12.0713 -12.0723c1.85352 0 3.60352 0.432617 5.17383 1.18164z" />
+    <glyph glyph-name="uniF111" unicode="&#xf111;" 
+d="M201.786 49.7773l-20.6875 72.4043h-77.6641v325.818h152.565v-72.4043h-20.6865v-148.308l-26.7461 26.7471l-29.2559 -29.2578l76.6885 -76.6875v-98.3125h-54.2139zM276.687 375.596h-20.6865v72.4043h152.565v-325.818h-77.6641l-20.6875 -72.4043h-54.2139v98.3125
+l76.6895 76.6895l-29.2578 29.2559l-26.7451 -26.7461v148.307zM256 49.7773v-113.777h-224.97v186.182h150.068l20.6875 -72.4043h54.2139zM330.901 122.182h150.068v-186.182h-224.97v113.777h54.2139zM303.432 254.035l29.2578 -29.2559l-76.6895 -76.6895
+l-76.6885 76.6875l29.2559 29.2578l26.7461 -26.7471v148.308h41.373v-148.307z" />
+    <glyph glyph-name="uniF117" unicode="&#xf117;" 
+d="M201.786 49.7773l-20.6875 72.4043h-77.6641v325.818h152.565v-74.1787l-76.6885 -76.6875l29.2559 -29.2578l26.7461 26.7471v-148.308h20.6865v-96.5381h-54.2139zM332.688 297.134l-76.6885 76.6875v74.1787h152.565v-325.818h-77.6641l-20.6875 -72.4043h-54.2139
+v96.5381h20.6865v148.308l26.7461 -26.7471zM256 49.7773v-113.777h-224.97v186.182h150.068l20.6875 -72.4043h54.2139zM276.687 294.623v-148.308h-41.373v148.308l-26.7461 -26.7471l-29.2559 29.2578l76.6885 76.6875l76.6885 -76.6875l-29.2559 -29.2578z
+M330.901 122.182h150.068v-186.182h-224.97v113.777h54.2139z" />
+    <glyph glyph-name="uniF122" unicode="&#xf122;" 
+d="M215.178 0.644531h40.8223v-61.2334h-163.29v163.29h163.29v-61.2344h-40.8223v-40.8223zM92.71 373.149v71.4395h163.29v-71.4395h-163.29zM256 41.4668v61.2344h163.29v-163.29h-163.29v61.2334h40.8223v40.8223h-40.8223zM256 373.149v71.4395h163.29v-71.4395
+h-163.29zM92.71 102.701v270.448h163.29v-270.448h-163.29zM256 102.701v270.448h163.29v-270.448h-163.29zM215.178 0.644531v40.8223h40.8223h40.8223v-40.8223h-40.8223h-40.8223zM490.729 166.478c0 -9.55176 2.54102 -13.3223 7.15234 -20.167
+c5.95801 -8.84375 14.1182 -20.9561 14.1182 -42.9756c0 -22.0215 -8.15918 -34.1328 -14.1182 -42.9775c-4.61133 -6.84473 -7.15039 -10.6143 -7.15234 -20.1621l-40.8223 0.00585938c0.00292969 22.0117 8.16113 34.1221 14.1182 42.9639
+c4.6123 6.8457 7.15234 10.6172 7.15234 20.1699c0 9.55078 -2.54004 13.3213 -7.15234 20.167c-5.95801 8.84277 -14.1182 20.9561 -14.1182 42.9756c0 22.0205 8.16016 34.1328 14.1182 42.9775c4.6123 6.8457 7.15234 10.6162 7.15234 20.1689
+c0 9.55371 -2.54004 13.3242 -7.15234 20.1709c-5.95898 8.84375 -14.1182 20.957 -14.1182 42.9775h40.8223c0 -9.55371 2.54004 -13.3242 7.15234 -20.1709c5.95898 -8.84375 14.1182 -20.957 14.1182 -42.9775c0 -22.0195 -8.16016 -34.1328 -14.1182 -42.9766
+c-4.6123 -6.84668 -7.15234 -10.6172 -7.15234 -20.1699zM62.0928 292.771c-0.00292969 -22.0127 -8.16113 -34.123 -14.1182 -42.9639c-4.6123 -6.8457 -7.15234 -10.6172 -7.15234 -20.1689s2.54004 -13.3223 7.15234 -20.168
+c5.95801 -8.84375 14.1182 -20.9561 14.1182 -42.9766s-8.16016 -34.1338 -14.1182 -42.9775c-4.6123 -6.8457 -7.15234 -10.6162 -7.15234 -20.1689c0 -9.55371 2.54004 -13.3232 7.15234 -20.1689c5.95801 -8.8457 14.1182 -20.958 14.1182 -42.9795h-40.8223
+c0 9.55371 -2.54004 13.3242 -7.15234 20.1709c-5.95801 8.84375 -14.1182 20.957 -14.1182 42.9775s8.16016 34.1338 14.1182 42.9795c4.6123 6.84473 7.15234 10.6152 7.15234 20.168c0 9.55176 -2.54004 13.3213 -7.15234 20.167
+c-5.95801 8.84375 -14.1182 20.9551 -14.1182 42.9766c0 22.0205 8.16016 34.1338 14.1182 42.9775c4.61133 6.84375 7.15137 10.6143 7.15234 20.1611z" />
+    <glyph glyph-name="uniF120" unicode="&#xf120;" 
+d="M214.626 -1.93945h41.374v-62.0605h-165.495v165.495h165.495v-62.0605h-41.374v-41.374zM90.5049 375.596v72.4043h165.495v-72.4043h-165.495zM256 39.4346v62.0605h165.495v-165.495h-165.495v62.0605h41.374v41.374h-41.374zM256 375.596v72.4043h165.495v-72.4043
+h-165.495zM256 217.858v-116.363h-165.495v274.101h165.495v-116.363c-11.4258 0 -20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26074 -20.6875 20.6865 -20.6875zM193.939 217.858c11.4258 0 20.6865 9.26172 20.6865 20.6875
+c0 11.4248 -9.26074 20.6865 -20.6865 20.6865s-20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26074 -20.6875 20.6865 -20.6875zM256 259.232v116.363h165.495v-274.101h-165.495v116.363c11.4258 0 20.6865 9.26172 20.6865 20.6875
+c0 11.4248 -9.26074 20.6865 -20.6865 20.6865zM318.061 259.232c-11.4248 0 -20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26172 -20.6875 20.6865 -20.6875c11.4258 0 20.6865 9.26172 20.6865 20.6875c0 11.4248 -9.26074 20.6865 -20.6865 20.6865z
+M214.626 -1.93945v41.374h41.374h41.374v-41.374h-41.374h-41.374zM297.374 238.546c0 13.791 6.89551 20.6865 20.6865 20.6865s20.6865 -6.89551 20.6865 -20.6865c0 -13.7917 -6.89551 -20.6875 -20.6865 -20.6875s-20.6865 6.89583 -20.6865 20.6875zM173.253 238.546
+c0 13.791 6.89551 20.6865 20.6865 20.6865s20.6865 -6.89551 20.6865 -20.6865c0 -13.7917 -6.89551 -20.6875 -20.6865 -20.6875s-20.6865 6.89583 -20.6865 20.6875zM235.313 238.546c0 13.791 6.89551 20.6865 20.6865 20.6865s20.6865 -6.89551 20.6865 -20.6865
+c0 -13.7917 -6.89551 -20.6875 -20.6865 -20.6875s-20.6865 6.89583 -20.6865 20.6875z" />
+    <glyph glyph-name="uniF121" unicode="&#xf121;" 
+d="M256 375.596h-154.34l-11.1553 11.1553v61.249h165.495v-72.4043zM214.626 -1.93945h41.374v-62.0605h-165.495v165.495h165.495v-62.0605h-41.374v-41.374zM421.495 55.7607l-45.7334 45.7344h45.7334v-45.7344zM256 101.495h61.25l104.245 -104.245v-61.25h-165.495
+v62.0605h41.374v41.374h-41.374v62.0605zM256 375.596v72.4043h165.495v-72.4043h-165.495zM256 162.744v-61.249h-165.495v226.744zM101.66 375.596h154.34v-154.339zM256 221.257v154.339h165.495v-274.101h-45.7334zM317.25 101.495h-61.25v61.249zM214.626 -1.93945
+v41.374h82.748v-41.374h-82.748zM6.06152 412.686l29.2559 29.2559l470.622 -470.621l-29.2568 -29.2568z" />
+    <glyph glyph-name="uniF11F" unicode="&#xf11f;" 
+d="M2.23926 375.596v72.4043h165.495v-72.4043h-165.495zM126.36 -1.93945h41.374v-62.0605h-165.495v165.495h165.495v-62.0605h-41.374v-41.374zM167.734 375.596v72.4043h165.495v-72.4043h-165.495zM167.734 39.4346v62.0605h165.495v-165.495h-165.495v62.0605h41.374
+v41.374h-41.374zM2.23926 101.495v274.101h165.495v-274.101h-165.495zM167.734 101.495v274.101h165.495v-274.101h-165.495zM126.36 -1.93945v41.374h41.374h41.374v-41.374h-41.374h-41.374zM450.771 308.763c38.041 -38.041 58.9893 -88.6904 58.9893 -142.62
+s-20.9492 -104.58 -58.9893 -142.622l-29.2568 29.2559c62.5107 62.5098 62.5107 164.221 0 226.731zM399.574 257.564c50.4111 -50.4102 50.4111 -132.436 0 -182.847l-29.2568 29.2559c34.2803 34.2803 34.2803 90.0557 0 124.336z" />
+    <glyph glyph-name="uniF128" unicode="&#xf128;" 
+d="M0.213867 448h255.786v-377.22h-48.6631l-134.779 -134.78v134.78h-72.3438v377.22zM256 70.7803v377.22h255.786v-377.22h-255.786z" />
+    <glyph glyph-name="uniF127" unicode="&#xf127;" 
+d="M326.989 303.52c-99.2568 0 -180.007 -80.75 -180.007 -180.007c0 -11.8584 1.16504 -23.4473 3.36328 -34.6719c-20.4873 3.99512 -40.1152 11.5195 -58.123 22.3799l-92.2227 -30.7402l30.7412 92.2207c-16.8691 27.9717 -25.7363 59.8379 -25.7363 92.7891
+c0 99.2559 80.751 180.007 180.007 180.007c87.3994 0 160.438 -62.6152 176.645 -145.34c-11.2227 2.19824 -22.8105 3.3623 -34.667 3.3623zM481.26 30.7236l30.7412 -92.2207l-92.2227 30.7402c-27.9707 -16.8691 -59.8359 -25.7363 -92.7891 -25.7363
+c-87.3984 0 -160.436 62.6113 -176.644 145.334c-2.19824 11.2236 -3.36328 22.8135 -3.36328 34.6719c0 99.2568 80.75 180.007 180.007 180.007c11.8574 0 23.4443 -1.16406 34.667 -3.3623c82.7246 -16.2051 145.34 -89.2441 145.34 -176.645
+c0 -32.9512 -8.86719 -64.8164 -25.7363 -92.7891z" />
+    <glyph glyph-name="uniF12A" unicode="&#xf12a;" 
+d="M134.752 202.549h121.248v-131.769h-48.6631l-134.779 -134.78v134.78h-72.3438v377.22h255.786v-131.769h-121.207v-41.3389h121.207v-31.0049h-121.248v-41.3389zM256 448h255.786v-377.22h-255.786v131.769h121.207v41.3389h-121.207v31.0049h121.207v41.3389
+h-121.207v131.769zM134.793 274.893v41.3389h121.207h121.207v-41.3389h-121.207h-121.207zM134.752 202.549v41.3389h121.248h121.207v-41.3389h-121.207h-121.248z" />
+    <glyph glyph-name="uniF129" unicode="&#xf129;" 
+d="M256 238.721v-167.94h-48.6631l-134.779 -134.78v134.78h-72.3438v377.22h255.786v-167.94c-11.416 0 -20.6699 -9.25391 -20.6699 -20.6699c0 -11.415 9.25391 -20.6689 20.6699 -20.6689zM173.321 238.721c11.416 0 20.6699 9.25391 20.6699 20.6689
+c0 11.416 -9.25391 20.6699 -20.6699 20.6699c-11.415 0 -20.6689 -9.25391 -20.6689 -20.6699c0 -11.415 9.25391 -20.6689 20.6689 -20.6689zM256 448h255.786v-377.22h-255.786v167.94c11.416 0 20.6699 9.25391 20.6699 20.6689
+c0 11.416 -9.25391 20.6699 -20.6699 20.6699v167.94zM338.679 238.721c11.415 0 20.6689 9.25391 20.6689 20.6689c0 11.416 -9.25391 20.6699 -20.6689 20.6699c-11.416 0 -20.6699 -9.25391 -20.6699 -20.6699c0 -11.415 9.25391 -20.6689 20.6699 -20.6689z
+M318.009 259.39c0 13.7799 6.88998 20.6699 20.6699 20.6699c13.7793 0 20.6689 -6.88998 20.6689 -20.6699c0 -13.7793 -6.88965 -20.6689 -20.6689 -20.6689c-13.7799 0 -20.6699 6.88965 -20.6699 20.6689zM152.652 259.39c0 13.7799 6.88965 20.6699 20.6689 20.6699
+c13.78 0 20.6699 -6.88998 20.6699 -20.6699c0 -13.7793 -6.88997 -20.6689 -20.6699 -20.6689c-13.7793 0 -20.6689 6.88965 -20.6689 20.6689zM235.33 259.39c0 13.7799 6.88997 20.6699 20.6699 20.6699c13.7799 0 20.6699 -6.88998 20.6699 -20.6699
+c0 -13.7793 -6.88998 -20.6689 -20.6699 -20.6689c-13.78 0 -20.6699 6.88965 -20.6699 20.6689z" />
+    <glyph glyph-name="uniF124" unicode="&#xf124;" 
+d="M231.254 193.01c0 -14.2021 11.5537 -25.7559 25.7559 -25.7559v-229.233c-48.085 0 -94.5391 13.3301 -135.006 38.6475l-122.004 -40.668l40.668 122.003c-25.3174 40.4678 -38.6475 86.9219 -38.6475 135.006c0 68.1113 26.5225 132.146 74.6846 180.307
+c48.1621 48.1602 112.195 74.6846 180.305 74.6846v-229.233c-14.2021 0 -25.7559 -11.5547 -25.7559 -25.7568zM178.632 167.254c14.2021 0 25.7568 11.5537 25.7568 25.7559s-11.5547 25.7568 -25.7568 25.7568s-25.7568 -11.5547 -25.7568 -25.7568
+s11.5547 -25.7559 25.7568 -25.7559zM437.315 373.315c48.1602 -48.1621 74.6846 -112.195 74.6846 -180.307c0 -68.1094 -26.5234 -132.144 -74.6846 -180.304c-48.1621 -48.1621 -112.195 -74.6846 -180.306 -74.6846v229.233c14.2021 0 25.7568 11.5537 25.7568 25.7559
+s-11.5547 25.7568 -25.7568 25.7568v229.233c68.1104 0 132.144 -26.5244 180.306 -74.6846zM335.389 167.254c14.2021 0 25.7559 11.5537 25.7559 25.7559s-11.5537 25.7568 -25.7559 25.7568s-25.7568 -11.5547 -25.7568 -25.7568s11.5547 -25.7559 25.7568 -25.7559z
+M178.632 218.767c14.2021 0 25.7568 -11.5547 25.7568 -25.7568s-11.5547 -25.7559 -25.7568 -25.7559s-25.7568 11.5537 -25.7568 25.7559s11.5547 25.7568 25.7568 25.7568zM335.389 218.767c14.2021 0 25.7559 -11.5547 25.7559 -25.7568
+s-11.5537 -25.7559 -25.7559 -25.7559s-25.7568 11.5537 -25.7568 25.7559s11.5547 25.7568 25.7568 25.7568zM231.254 193.01c0 14.2021 11.5537 25.7568 25.7559 25.7568s25.7568 -11.5547 25.7568 -25.7568s-11.5547 -25.7559 -25.7568 -25.7559
+s-25.7559 11.5537 -25.7559 25.7559z" />
+    <glyph glyph-name="uniF126" unicode="&#xf126;" 
+d="M481.26 30.7236l30.7412 -92.2217l-92.2227 30.7402c-27.9707 -16.8691 -59.8359 -25.7363 -92.7891 -25.7363c-87.3984 0 -160.436 62.6113 -176.644 145.334c11.335 -2.21094 22.9287 -3.35645 34.666 -3.35645c99.2568 0 180.007 80.75 180.007 180.007
+c0 11.8555 -1.16406 23.4443 -3.3623 34.667c82.7246 -16.2051 145.34 -89.2441 145.34 -176.645c0 -32.9512 -8.86719 -64.8164 -25.7363 -92.7891zM365.019 265.49c0 -99.2568 -80.75 -180.007 -180.007 -180.006c-11.7373 0 -23.3311 1.14551 -34.666 3.35645
+c-20.4873 3.99512 -40.1152 11.5195 -58.123 22.3799l-92.2227 -30.7402l30.7412 92.2207c-16.8691 27.9717 -25.7363 59.8379 -25.7363 92.7891c0 99.2559 80.751 180.007 180.007 180.007c87.3994 0 160.438 -62.6152 176.645 -145.34
+c2.19824 -11.2227 3.3623 -22.8115 3.3623 -34.667z" />
+    <glyph glyph-name="uniF125" unicode="&#xf125;" 
+d="M136.16 136.346h120.85v-198.325c-48.085 0 -94.5391 13.3301 -135.006 38.6475l-122.004 -40.668l40.668 122.003c-25.3174 40.4678 -38.6475 86.9219 -38.6475 135.006c0 68.1113 26.5225 132.146 74.6846 180.307c48.1621 48.1602 112.195 74.6846 180.305 74.6846
+v-198.325h-120.811v-41.2109h120.811v-30.9072h-120.85v-41.2109zM437.315 373.315c48.1602 -48.1621 74.6846 -112.195 74.6846 -180.307c0 -68.1094 -26.5234 -132.144 -74.6846 -180.304c-48.1621 -48.1621 -112.195 -74.6846 -180.306 -74.6846v198.325h120.852v41.2109
+h-120.852v30.9072h120.85v41.2109h-120.85v198.325c68.1104 0 132.144 -26.5244 180.306 -74.6846zM136.199 208.464v41.2109h120.811h120.85v-41.2109h-120.85h-120.811zM136.16 136.346v41.2109h120.85h120.852v-41.2109h-120.852h-120.85z" />
+    <glyph glyph-name="uniF123" unicode="&#xf123;" 
+d="M76.7051 373.315c48.1621 48.1602 112.195 74.6846 180.305 74.6846v-509.979c-48.085 0 -94.5391 13.3301 -135.006 38.6475l-122.004 -40.668l40.668 122.003c-25.3174 40.4678 -38.6475 86.9219 -38.6475 135.006c0 68.1113 26.5244 132.145 74.6846 180.307z
+M437.315 373.315c48.1602 -48.1621 74.6846 -112.195 74.6846 -180.307c0 -68.1094 -26.5234 -132.144 -74.6846 -180.304c-48.1621 -48.1621 -112.195 -74.6846 -180.306 -74.6846v509.979c68.1104 0 132.144 -26.5244 180.306 -74.6846z" />
+    <glyph glyph-name="uniF12C" unicode="&#xf12c;" 
+d="M367.099 312.176h-222.197v-145.747l-94.6025 -94.6045v102.304h-50.085v273.872h366.885v-135.824zM367.099 312.176h144.688v-273.872h-50.085v-102.304l-102.303 102.304h-214.497v128.125v145.747h222.197z" />
+    <glyph glyph-name="uniF12B" unicode="&#xf12b;" 
+d="M367.099 312.176h144.688v-273.872h-50.085v-102.304l-102.302 102.304h-214.498v128.124l7.7002 7.7002h214.497v138.048zM367.099 174.128h-214.497l-7.7002 -7.7002l-94.6025 -94.6025v102.303h-50.085v273.872h366.885v-135.824v-138.048z" />
+    <glyph glyph-name="uniF100" unicode="&#xf100;" 
+d="M301.551 192.111l210.449 191.471v-383.164l-210.238 191.693h-0.210938zM512 383.582l-256 -232.777l-256 232.777h512zM301.551 192.111h0.210938l210.238 -191.693h-512l210.344 191.693l45.6562 -41.3066zM0 383.582l210.344 -191.471l-210.344 -191.693v383.164z
+" />
+    <glyph glyph-name="uniF104" unicode="&#xf104;" 
+d="M62.0605 329.329l180.497 -164.124l-0.110352 -0.0771484zM449.939 329.329h-387.879v-274.66h-62.0605v336.723h449.939v-62.0625zM327.06 161.066l184.94 168.263v-336.721l-184.754 168.458h-0.186523zM242.558 165.205l-180.497 164.124h449.939l-224.97 -204.562z
+M327.06 161.066h0.186523l184.754 -168.458h-449.939l184.848 168.458l40.1221 -36.2998zM242.447 165.128l4.46094 -4.06152l-184.848 -168.458v336.721z" />
+    <glyph glyph-name="uniF105" unicode="&#xf105;" 
+d="M265.185 251.279h-0.185547l184.94 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3652 0 -52.9062 -7.95117 -74.4434 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8037 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM360.078 39.7842l12.875 12.876
+v-88.2012c-69.6426 0 -127.485 51.4668 -137.506 118.362c-1.01074 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0781 21.6572 74.4434 21.6572v-131.381l-12.875 -12.875l-35.2285 35.2285
+l-29.2559 -29.2549zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v88.2012l70.6816 70.6826l-29.2559 29.2549l-41.4258 -41.4258v131.38c28.4512 0 54.9287 -8.5957 76.9863 -23.3164z
+M324.85 133.524l35.2285 -35.2275l12.875 12.875l41.4258 41.4258l29.2559 -29.2549l-70.6816 -70.6826l-12.875 -12.876l-64.4844 64.4854z" />
+    <glyph glyph-name="uniF102" unicode="&#xf102;" 
+d="M265.185 251.279h-0.185547l184.94 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3643 0 -52.9062 -7.95117 -74.4434 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8037 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM311.116 103.506l61.8369 -61.8369
+v-77.21c-69.6426 0 -127.485 51.4668 -137.506 118.362c-1.01074 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0781 21.6572 74.4434 21.6572v-77.209zM372.953 100.18l-3.32617 3.32617l3.32617 3.32617
+v-6.65234zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v77.21l9.67969 -9.67969l29.2549 29.2549l-38.9346 38.9355v6.65234l38.9346 38.9346l-29.2549 29.2559l-9.67969 -9.67969v77.209
+c28.4512 0 54.9287 -8.5957 76.9863 -23.3164zM311.116 103.506l71.5166 71.5166l29.2549 -29.2559l-42.2607 -42.2607l42.2607 -42.2617l-29.2549 -29.2549z" />
+    <glyph glyph-name="uniF103" unicode="&#xf103;" 
+d="M265.185 251.279h-0.185547l184.94 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3643 0 -52.9062 -7.95117 -74.4434 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8037 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM355.26 35.6455l17.6934 17.6934
+v-88.8809c-69.6426 0 -127.486 51.4668 -137.506 118.362c-1.01172 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0781 21.6572 74.4434 21.6572v-88.8809l-17.6934 17.6934l-67.8604 -67.8584z
+M372.953 61.835l-41.6699 41.6709l41.6699 41.6699v-18.1768l-23.4932 -23.4932l23.4932 -23.4932v-18.1777zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.731c0 -76.6709 -62.376 -139.047 -139.047 -139.047v88.8809l4.24707 4.24707
+l-4.24707 4.24805v18.1777l44.3672 -44.3662l21.9414 21.9414l-45.917 45.9189l45.917 45.918l-21.9414 21.9424l-44.3672 -44.3662v18.1777l4.24707 4.24805l-4.24707 4.24609v88.8809c28.4512 0 54.9287 -8.5957 76.9863 -23.3164zM287.399 103.506l67.8604 67.8594
+l21.9414 -21.9424l-4.24805 -4.24707l-41.6699 -41.6699l41.6699 -41.6709l4.24805 -4.24805l-21.9414 -21.9414zM372.953 80.0127l-23.4932 23.4932l23.4932 23.4932l44.3672 44.3662l21.9414 -21.9424l-45.917 -45.917l45.917 -45.9189l-21.9414 -21.9414z" />
+    <glyph glyph-name="uniF108" unicode="&#xf108;" 
+d="M437.02 373.02c48.3525 -48.3525 74.9805 -112.639 74.9805 -181.02c0 -74.4912 -49.8652 -113.467 -99.124 -113.466c-31.8262 0 -63.8984 16.2754 -82.6191 47.8809c-18.1758 -20.5537 -44.7266 -33.5391 -74.2568 -33.5391c-54.6582 0 -99.124 44.4668 -99.124 99.124
+s44.4658 99.124 99.124 99.124s99.124 -44.4658 99.124 -99.124c0 -49.8018 29.0049 -72.0928 57.752 -72.0928c28.7451 0 57.75 22.292 57.75 72.0928c0 118.346 -96.2803 214.626 -214.626 214.626s-214.626 -96.2803 -214.626 -214.626
+s96.2803 -214.626 214.626 -214.626c28.9834 0 57.0898 5.6709 83.5371 16.8574l16.1172 -38.1055c-31.5752 -13.3555 -65.1035 -20.126 -99.6543 -20.126c-68.3789 0 -132.668 26.6289 -181.02 74.9805c-48.3525 48.3525 -74.9805 112.639 -74.9805 181.02
+s26.6279 132.667 74.9805 181.02c48.3516 48.3516 112.64 74.9805 181.02 74.9805s132.668 -26.6289 181.02 -74.9805zM256 134.249c31.8438 0 57.751 25.9072 57.751 57.751s-25.9072 57.75 -57.751 57.75s-57.75 -25.9062 -57.75 -57.75s25.9062 -57.751 57.75 -57.751z
+" />
+    <glyph glyph-name="uniF106" unicode="&#xf106;" 
+d="M408.565 206.846l72.4043 65.874v-336.72l-184.755 168.458h-0.185547l112.254 102.132zM103.435 272.72v-65.8359l-72.4043 65.8359h72.4043zM480.97 272.72l-72.4043 -65.8359v65.8359h72.4043zM296.029 104.458h0.185547l184.755 -168.458h-449.939l184.848 168.458
+l40.1221 -36.2998zM31.0303 272.72l184.848 -168.262l-184.848 -168.458v336.72zM103.435 206.812v241.188h152.565v-379.842zM256 68.1582v379.842h152.565v-241.154l-0.282227 -0.255859z" />
+    <glyph glyph-name="uniF107" unicode="&#xf107;" 
+d="M294.834 99.4326l179.424 163.242v-326.675l-179.243 163.433h-0.180664zM294.834 99.4326h0.180664l179.243 -163.433h-436.517l179.333 163.433l38.9258 -35.2168zM37.7412 262.675l179.333 -163.242l-179.333 -163.433v326.675zM474.258 262.675l-218.258 -198.459
+l-218.259 198.459l218.259 185.325z" />
+    <glyph glyph-name="uniF112" unicode="&#xf112;" 
+d="M235.313 8.4043h20.6865v-72.4043h-165.495v258.586h165.495v-72.4043h-20.6865v-41.374h20.6865v-31.0303h-20.6865v-41.373zM204.283 8.4043v41.373h-41.374v-41.373h41.374zM204.283 80.8076v41.374h-41.374v-41.374h41.374zM256 396.283v-72.4043h-165.495v72.4043
+h41.374h124.121zM256 323.879v72.4043h165.495v-72.4043h-165.495zM256 122.182v72.4043h165.495v-258.586h-165.495v72.4043h20.6865v41.373h-20.6865v31.0303h20.6865v41.374h-20.6865zM307.717 122.182v-41.374h41.374v41.374h-41.374zM307.717 49.7773v-41.373h41.374
+v41.373h-41.374zM90.5049 396.283v51.7168h41.374v-51.7168h-41.374zM90.5049 194.586v129.293h165.495v-129.293h-165.495zM256 194.586v129.293h165.495v-129.293h-165.495zM235.313 80.8076v41.374h20.6865h20.6865v-41.374h-20.6865h-20.6865zM307.717 80.8076v41.374
+h41.374v-41.374h-41.374zM162.909 8.4043v41.373h41.374v-41.373h-41.374zM235.313 8.4043v41.373h20.6865h20.6865v-41.373h-20.6865h-20.6865zM162.909 80.8076v41.374h41.374v-41.374h-41.374zM307.717 8.4043v41.373h41.374v-41.373h-41.374z" />
+    <glyph glyph-name="uniF118" unicode="&#xf118;" 
+d="M284.839 158.759c10.9824 -10.9824 22.3262 -20.5566 33.2402 -28.29v-194.469h-165.546v512h165.546v-267.485l-37.8936 37.8936l16.0703 16.0703l-40.2939 40.2939s-19.2559 -17.7139 -20.5498 -31.7637c-1.7334 -18.8057 18.1729 -52.9961 49.4268 -84.25z
+M318.079 448h165.545v-511.999h-165.545v194.469c20.1416 -14.2734 38.8125 -22.2598 51.0088 -21.1367c14.0498 1.2959 31.7637 20.5508 31.7637 20.5508l-40.2939 40.2939l-16.0703 -16.0703l-26.4082 26.4082v267.484zM49.0674 448h103.466v-512h-103.466v117.654
+h62.0801v41.3867h-62.0801v76.2666h62.0801v41.3857h-62.0801v76.2676h62.0801v41.3857h-62.0801v117.653zM111.147 212.693v-41.3857h-62.0801h-20.6934v41.3857h20.6934h62.0801zM111.147 330.347v-41.3857h-62.0801h-18.1064v41.3857h18.1064h62.0801zM111.147 95.041
+v-41.3867h-62.0801h-20.6934v41.3867h20.6934h62.0801zM296.256 234.479l-16.0703 -16.0703l37.8936 -37.8936l26.4082 -26.4082l16.0703 16.0703l40.2939 -40.2939s-17.7139 -19.2549 -31.7637 -20.5508c-12.1963 -1.12305 -30.8672 6.86328 -51.0088 21.1367
+c-10.9141 7.7334 -22.2578 17.3076 -33.2402 28.29c-31.2529 31.2529 -51.1602 65.4443 -49.4268 84.25c1.29395 14.0498 20.5498 31.7637 20.5498 31.7637z" />
+    <glyph glyph-name="uniF113" unicode="&#xf113;" 
+d="M167.734 396.283v-72.4043h-165.495v72.4043h41.374h124.121zM147.048 8.4043h20.6865v-72.4043h-165.495v258.586h165.495v-72.4043h-20.6865v-41.374h20.6865v-31.0303h-20.6865v-41.373zM116.018 8.4043v41.373h-41.374v-41.373h41.374zM116.018 80.8076v41.374
+h-41.374v-41.374h41.374zM167.734 122.182v72.4043h165.495v-258.586h-165.495v72.4043h20.6865v41.373h-20.6865v31.0303h20.6865v41.374h-20.6865zM219.451 122.182v-41.374h41.374v41.374h-41.374zM219.451 49.7773v-41.373h41.374v41.373h-41.374zM167.734 323.879
+v72.4043h165.495v-72.4043h-165.495zM2.23926 396.283v51.7168h41.374v-51.7168h-41.374zM2.23926 194.586v129.293h165.495v-129.293h-165.495zM167.734 194.586v129.293h165.495v-129.293h-165.495zM147.048 80.8076v41.374h20.6865h20.6865v-41.374h-20.6865h-20.6865z
+M219.451 80.8076v41.374h41.374v-41.374h-41.374zM74.6436 8.4043v41.373h41.374v-41.373h-41.374zM147.048 8.4043v41.373h20.6865h20.6865v-41.373h-20.6865h-20.6865zM74.6436 80.8076v41.374h41.374v-41.374h-41.374zM219.451 8.4043v41.373h41.374v-41.373h-41.374z
+M450.771 308.763c38.041 -38.041 58.9893 -88.6904 58.9893 -142.62s-20.9492 -104.58 -58.9893 -142.622l-29.2568 29.2559c62.5107 62.5098 62.5107 164.221 0 226.731zM399.574 257.564c50.4111 -50.4102 50.4111 -132.436 0 -182.847l-29.2568 29.2559
+c34.2803 34.2803 34.2803 90.0557 0 124.336z" />
+    <glyph glyph-name="uniF114" unicode="&#xf114;" 
+d="M256 396.283v-72.4043h-165.495v72.4043h41.374h124.121zM235.313 8.4043h20.6865v-72.4043h-165.495v258.586h165.495v-72.4043h-20.6865v-41.374h20.6865v-31.0303h-20.6865v-41.373zM204.283 8.4043v41.373h-41.374v-41.373h41.374zM204.283 80.8076v41.374h-41.374
+v-41.374h41.374zM256 323.879v72.4043h165.495v-72.4043h-165.495zM256 122.182v72.4043h165.495v-258.586h-165.495v72.4043h20.6865v41.373h-20.6865v31.0303h20.6865v41.374h-20.6865zM307.717 122.182v-41.374h41.374v41.374h-41.374zM307.717 49.7773v-41.373h41.374
+v41.373h-41.374zM90.5049 396.283v51.7168h41.374v-51.7168h-41.374zM256 238.546v-43.96h-165.495v129.293h165.495v-43.96c-11.4258 0 -20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26074 -20.6865 20.6865 -20.6865zM193.939 238.546
+c11.4258 0 20.6865 9.26074 20.6865 20.6865c0 11.4248 -9.26074 20.6865 -20.6865 20.6865s-20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26074 -20.6865 20.6865 -20.6865zM256 279.919v43.96h165.495v-129.293h-165.495v43.96
+c11.4258 0 20.6865 9.26074 20.6865 20.6865c0 11.4248 -9.26074 20.6865 -20.6865 20.6865zM318.061 279.919c-11.4248 0 -20.6865 -9.26172 -20.6865 -20.6865c0 -11.4258 9.26172 -20.6865 20.6865 -20.6865c11.4258 0 20.6865 9.26074 20.6865 20.6865
+c0 11.4248 -9.26074 20.6865 -20.6865 20.6865zM235.313 80.8076v41.374h20.6865h20.6865v-41.374h-20.6865h-20.6865zM307.717 80.8076v41.374h41.374v-41.374h-41.374zM162.909 8.4043v41.373h41.374v-41.373h-41.374zM235.313 8.4043v41.373h20.6865h20.6865v-41.373
+h-20.6865h-20.6865zM162.909 80.8076v41.374h41.374v-41.374h-41.374zM307.717 8.4043v41.373h41.374v-41.373h-41.374zM297.374 259.232c0 13.791 6.89551 20.6865 20.6865 20.6865s20.6865 -6.89551 20.6865 -20.6865s-6.89551 -20.6865 -20.6865 -20.6865
+s-20.6865 6.89551 -20.6865 20.6865zM173.253 259.232c0 13.791 6.89551 20.6865 20.6865 20.6865s20.6865 -6.89551 20.6865 -20.6865s-6.89551 -20.6865 -20.6865 -20.6865s-20.6865 6.89551 -20.6865 20.6865zM235.313 259.232c0 13.791 6.89551 20.6865 20.6865 20.6865
+s20.6865 -6.89551 20.6865 -20.6865s-6.89551 -20.6865 -20.6865 -20.6865s-20.6865 6.89551 -20.6865 20.6865z" />
+    <glyph glyph-name="uniF115" unicode="&#xf115;" 
+d="M235.313 8.4043h20.6865v-72.4043h-165.495v258.586h133.654l31.8408 -31.8418v-40.5625h-20.6865v-41.374h20.6865v-31.0303h-20.6865v-41.373zM204.283 8.4043v41.373h-41.374v-41.373h41.374zM204.283 80.8076v41.374h-41.374v-41.374h41.374zM90.5049 328.239
+l4.36133 -4.36035h-4.36133v4.36035zM256 323.879h-102.622l-62.873 62.8721v9.53223h165.495v-72.4043zM256 323.879v72.4043h165.495v-72.4043h-165.495zM307.717 80.8076h30.2197l83.5586 -83.5576v-61.25h-165.495v72.4043h20.6865v41.373h-20.6865v31.0303h20.6865
+v41.374h-20.6865v40.5625l51.7168 -51.7168v-30.2197zM349.091 8.4043v41.373h-41.374v-41.373h41.374zM421.495 55.7607l-138.824 138.825h138.824v-138.825zM90.5049 396.283v51.7168h41.374v-51.7168h-41.374zM153.378 323.879h102.622v-102.622zM94.8662 323.879
+l129.293 -129.293h-133.654v129.293h4.36133zM256 221.257v102.622h165.495v-129.293h-138.824zM235.313 80.8076v41.374h41.373v-41.374h-41.373zM337.937 80.8076h-30.2197v30.2197zM162.909 8.4043v41.373h41.374v-41.373h-41.374zM235.313 8.4043v41.373h41.373v-41.373
+h-41.373zM162.909 80.8076v41.374h41.374v-41.374h-41.374zM307.717 8.4043v41.373h41.374v-41.373h-41.374zM476.681 -57.9326l-470.623 470.622l29.2559 29.2559l470.623 -470.622z" />
+    <glyph glyph-name="uniF116" unicode="&#xf116;" 
+d="M235.589 10.8496h20.4111v-71.4385h-163.29v255.141h163.29v-71.4395h-20.4111v-40.8232h20.4111v-30.6162h-20.4111v-40.8232zM204.972 10.8496v40.8232h-40.8223v-40.8232h40.8223zM204.972 82.2891v40.8232h-40.8223v-40.8232h40.8223zM256 393.562v-71.4395h-163.29
+v71.4395h40.8223h122.468zM256 322.122v71.4395h163.29v-71.4395h-163.29zM256 123.112v71.4395h163.29v-255.141h-163.29v71.4385h20.4111v40.8232h-20.4111v30.6162h20.4111v40.8232h-20.4111zM307.028 123.112v-40.8232h40.8223v40.8232h-40.8223zM307.028 51.6729
+v-40.8232h40.8223v40.8232h-40.8223zM92.71 393.562v51.0273h40.8223v-51.0273h-40.8223zM92.71 194.552v127.57h163.29v-127.57h-163.29zM256 194.552v127.57h163.29v-127.57h-163.29zM490.729 166.478c0 -9.55176 2.54102 -13.3223 7.15234 -20.167
+c5.95801 -8.84375 14.1182 -20.9561 14.1182 -42.9756c0 -22.0215 -8.15918 -34.1328 -14.1182 -42.9775c-4.61133 -6.84473 -7.15039 -10.6143 -7.15234 -20.1621l-40.8223 0.00585938c0.00292969 22.0117 8.16113 34.1221 14.1182 42.9639
+c4.6123 6.8457 7.15234 10.6172 7.15234 20.1699c0 9.55078 -2.54004 13.3213 -7.15234 20.167c-5.95801 8.84277 -14.1182 20.9561 -14.1182 42.9756c0 22.0205 8.16016 34.1328 14.1182 42.9775c4.6123 6.8457 7.15234 10.6162 7.15234 20.1689
+c0 9.55371 -2.54004 13.3242 -7.15234 20.1709c-5.95898 8.84375 -14.1182 20.957 -14.1182 42.9775h40.8223c0 -9.55371 2.54004 -13.3242 7.15234 -20.1709c5.95898 -8.84375 14.1182 -20.957 14.1182 -42.9775c0 -22.0195 -8.16016 -34.1328 -14.1182 -42.9766
+c-4.6123 -6.84668 -7.15234 -10.6172 -7.15234 -20.1699zM62.0928 292.771c-0.00292969 -22.0127 -8.16113 -34.123 -14.1182 -42.9639c-4.6123 -6.8457 -7.15234 -10.6172 -7.15234 -20.1689s2.54004 -13.3223 7.15234 -20.168
+c5.95801 -8.84375 14.1182 -20.9561 14.1182 -42.9766s-8.16016 -34.1338 -14.1182 -42.9775c-4.6123 -6.8457 -7.15234 -10.6162 -7.15234 -20.1689c0 -9.55371 2.54004 -13.3232 7.15234 -20.1689c5.95801 -8.8457 14.1182 -20.958 14.1182 -42.9795h-40.8223
+c0 9.55371 -2.54004 13.3242 -7.15234 20.1709c-5.95801 8.84375 -14.1182 20.957 -14.1182 42.9775s8.16016 34.1338 14.1182 42.9795c4.6123 6.84473 7.15234 10.6152 7.15234 20.168c0 9.55176 -2.54004 13.3213 -7.15234 20.167
+c-5.95801 8.84375 -14.1182 20.9551 -14.1182 42.9766c0 22.0205 8.16016 34.1338 14.1182 42.9775c4.61133 6.84375 7.15137 10.6143 7.15234 20.1611zM235.589 82.2891v40.8232h20.4111h20.4111v-40.8232h-20.4111h-20.4111zM307.028 82.2891v40.8232h40.8223v-40.8232
+h-40.8223zM164.149 10.8496v40.8232h40.8223v-40.8232h-40.8223zM235.589 10.8496v40.8232h20.4111h20.4111v-40.8232h-20.4111h-20.4111zM164.149 82.2891v40.8232h40.8223v-40.8232h-40.8223zM307.028 10.8496v40.8232h40.8223v-40.8232h-40.8223z" />
+    <glyph glyph-name="uniF11B" unicode="&#xf11b;" 
+d="M433.225 448l14.3789 -13.2285c6.10742 -5.61816 59.7969 -56.2197 64.0195 -102.036c3.51172 -38.1094 -18.3223 -84.667 -37.2578 -117.015c-25.9707 -44.3662 -62.9648 -91.083 -106.983 -135.101l-105.784 105.784l75.5977 75.5957l-44.9854 44.9854z
+M186.002 110.808l75.5957 75.5957l105.784 -105.784c-87.8486 -87.8477 -183.487 -144.614 -243.651 -144.62c-2.88672 0 -5.73047 0.126953 -8.46289 0.378906c-45.8174 4.22461 -96.418 57.9131 -102.038 64.0195l-13.2275 14.3818l141.016 141.015z" />
+    <glyph glyph-name="uniF10F" unicode="&#xf10f;" 
+d="M265.185 251.279h-0.185547l184.941 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3652 0 -52.9072 -7.95117 -74.4443 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8047 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM342.517 43.8115l30.4375 30.4375
+v-109.79c-69.6436 0 -127.486 51.4668 -137.507 118.362c-1.01074 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0791 21.6572 74.4443 21.6572v-109.792l-30.4375 30.4375l-29.2549 -29.2549
+l30.4375 -30.4375l-30.4375 -30.4375zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v109.79l30.4375 -30.4375l29.2559 29.2559l-30.4375 30.4375l30.4375 30.4375l-29.2559 29.2549
+l-30.4375 -30.4375v109.791c28.4512 0 54.9287 -8.5957 76.9863 -23.3164zM313.26 133.943l29.2568 29.2549l30.4365 -30.4375l30.4375 30.4375l29.2559 -29.2549l-30.4375 -30.4375l30.4375 -30.4375l-29.2559 -29.2568l-30.4375 30.4375l-30.4365 -30.4375
+l-29.2568 29.2568l30.4385 30.4375z" />
+    <glyph glyph-name="uniF110" unicode="&#xf110;" 
+d="M265.185 251.279h-0.185547l184.941 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3652 0 -52.9072 -7.95117 -74.4443 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8047 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM328.409 45.0049l44.5439 19.9092
+v-100.455c-69.6436 0 -127.487 51.4668 -137.507 118.362c-1.01172 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5381 13.7061 47.0791 21.6572 74.4443 21.6572v-60.4531l-24.334 -42.29l-47.7402 -10.0752l32.7002 -36.2119
+zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v100.455l44.5439 -19.9092l-5.16992 48.5166l32.7002 36.2119l-47.7402 10.0752l-24.334 42.29v60.4531c28.4512 0 54.9287 -8.5957 76.9863 -23.3164
+zM348.619 139.809l24.334 42.29l24.335 -42.29l47.7402 -10.0752l-32.7002 -36.2109l5.16992 -48.5176l-44.5449 19.9092l-44.5439 -19.9092l5.16992 48.5176l-32.7002 36.2109z" />
+    <glyph glyph-name="uniF101" unicode="&#xf101;" 
+d="M295.263 101.23l181.397 165.038v-330.269l-181.215 165.23h-0.182617zM476.66 266.269l-220.659 -200.643l-220.66 200.643h135.003v-100.843h85.6572h85.6553v100.843h135.004zM295.263 101.23h0.182617l181.215 -165.23h-441.319l181.307 165.23l39.3535 -35.6045z
+M35.3408 266.269l181.307 -165.038l-181.307 -165.23v330.269zM256.001 165.426h-85.6572v100.843v15.249h-66.2773l151.935 166.482v-282.574zM341.656 165.426h-85.6553v282.574l151.934 -166.482h-66.2783v-15.249v-100.843z" />
+    <glyph glyph-name="uniF109" unicode="&#xf109;" 
+d="M296.029 104.458l184.94 168.262v-336.72l-184.755 168.458h-0.185547zM480.97 272.72l-224.97 -204.562l-224.97 204.562h122.015l102.955 -112.813l102.955 112.813h122.015zM296.029 104.458h0.185547l184.755 -168.458h-449.939l184.848 168.458l40.1221 -36.2998z
+M31.0303 272.72l184.848 -168.262l-184.848 -168.458v336.72zM256 448v-288.094l-102.955 112.813l-51.9473 56.9199h67.5723v118.36h87.3301zM358.955 272.72l-102.955 -112.813v288.094h87.3301v-118.36h67.5723z" />
+    <glyph glyph-name="uniF10A" unicode="&#xf10a;" 
+d="M434.208 151.507h-24.8369h-24.835v24.835c0 13.6953 11.1416 24.8359 24.835 24.8359c13.6963 0 24.8369 -11.1406 24.8369 -24.8359v-24.835zM265.185 251.279h-0.185547l184.941 168.262v-190.929c-11.2168 8.72461 -25.291 13.9404 -40.5684 13.9404
+c-35.2539 0 -64.1523 -27.6982 -66.0977 -62.4746zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM343.163 151.507h-36.418v-68.6855h-306.745l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547l78.0898 -71.2012
+c-0.0693359 -1.23828 -0.111328 -2.48145 -0.111328 -3.73633v-24.835zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM384.537 151.507h24.835v-187.048h-102.627v118.362v68.6855h36.418h41.374zM475.582 151.507h36.418v-187.048h-102.628v187.047h24.8359
+v24.835c0 13.6953 -11.1416 24.8359 -24.8369 24.8359c-13.6943 0 -24.835 -11.1406 -24.835 -24.8359v-24.835h-41.374v24.835c0 1.25488 0.0419922 2.49902 0.111328 3.73633c1.94531 34.7764 30.8447 62.4746 66.0977 62.4746
+c15.2783 0 29.3516 -5.21582 40.5684 -13.9404c15.5869 -12.124 25.6426 -31.0381 25.6426 -52.2695v-24.835z" />
+    <glyph glyph-name="uniF10B" unicode="&#xf10b;" 
+d="M432.903 201.178c6.12891 0 11.915 -1.47852 17.0361 -4.08203v-33.6396h-37.7227v-46.2402l-17.0352 15.5332v30.707c0 20.7998 16.9229 37.7217 37.7217 37.7217zM265.185 251.279h-0.185547l184.94 168.262v-178.857
+c-5.49121 1.21094 -11.1865 1.86816 -17.0361 1.86816c-41.3418 0 -75.3564 -31.8906 -78.7891 -72.3584zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM353.809 82.8213h-17.0342h-41.374h-295.4l184.849 168.458l40.1221 -36.3008l40.0293 36.3008
+h0.185547l88.9307 -81.0859c-0.188477 -2.22363 -0.307617 -4.46582 -0.307617 -6.7373v-80.6348zM395.183 82.8213v49.9277l17.0342 -15.5332v-34.3945h-17.0342zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM449.939 240.684
+c35.4502 -7.81445 62.0605 -39.4639 62.0605 -77.2275v-90.6973c0 -59.7168 -48.582 -108.301 -108.299 -108.301s-108.3 48.583 -108.3 108.3v10.0625h41.374v-10.0625c0 -36.9033 30.0225 -66.9258 66.9258 -66.9258s66.9258 30.0225 66.9258 66.9258v90.6973
+c0 14.6719 -8.42578 27.4053 -20.6865 33.6396c-5.12109 2.60449 -10.9072 4.08301 -17.0352 4.08301c-20.8008 0 -37.7227 -16.9219 -37.7227 -37.7217v-30.707v-49.9277v-10.0635c0 -4.69629 3.82031 -8.5166 8.51758 -8.5166c4.69629 0 8.5166 3.81934 8.5166 8.5166
+v10.0635v34.3945v46.2402h37.7227h3.65039v-90.6982c0 -27.5098 -22.3818 -49.8906 -49.8906 -49.8906c-27.5098 0 -49.8916 22.3799 -49.8916 49.8906v10.0635v80.6348c0 2.27051 0.119141 4.51367 0.306641 6.7373c3.43359 40.4688 37.4473 72.3584 78.7891 72.3584
+c5.84961 0 11.5459 -0.658203 17.0361 -1.86816z" />
+    <glyph glyph-name="uniF10C" unicode="&#xf10c;" 
+d="M353.343 198.026c-11.2236 0 -21.8076 -2.76953 -31.1289 -7.64062c9.32129 4.87109 19.9043 7.64062 31.1289 7.64062zM259.967 247.143h-0.181641l181.301 164.951v-218.597c-19.626 27.2842 -51.6426 45.0879 -87.7441 45.0879
+c-23.1709 0 -44.6602 -7.33496 -62.2715 -19.8027zM441.087 412.094l-220.544 -200.537l-220.543 200.537h441.087zM306.118 82.4443c0.154297 -0.150391 0.3125 -0.296875 0.467773 -0.445312c-0.155273 0.149414 -0.313477 0.295898 -0.467773 0.445312zM322.214 190.386
+c-21.5693 -11.2686 -36.335 -33.8477 -36.335 -59.8232c0 25.9766 14.7656 48.5547 36.335 59.8232zM286.228 123.675c-0.0449219 0.441406 -0.0644531 0.889648 -0.101562 1.33301c0.0371094 -0.443359 0.0566406 -0.891602 0.101562 -1.33301zM305.661 82.8809
+c-0.149414 0.149414 -0.288086 0.307617 -0.436523 0.457031c0.148438 -0.150391 0.287109 -0.307617 0.436523 -0.457031zM291.07 218.783c-27.6592 -19.582 -45.751 -51.8271 -45.75 -88.2207c0 -17.4561 4.16602 -33.9551 11.5498 -48.5635h-256.87l181.211 165.145
+l39.332 -35.5859l39.2422 35.5859h0.181641zM0 412.094l181.211 -164.951l-181.211 -165.144v330.095zM512 0.585938l-28.6797 -28.6797l-69.3184 69.3184c11.2637 7.67188 21.0078 17.417 28.6797 28.6797zM353.343 63.0986v134.928
+c37.2002 -0.000976562 67.4639 -30.2646 67.4639 -67.4639s-30.2646 -67.4639 -67.4639 -67.4639zM353.343 63.0986c-1.87207 0 -3.7207 0.0976562 -5.55566 0.24707c-0.443359 0.0371094 -0.892578 0.0576172 -1.33398 0.101562
+c-15.4082 1.57031 -29.2871 8.36035 -39.8672 18.5518c-0.155273 0.148438 -0.313477 0.294922 -0.467773 0.445312c-0.150391 0.148438 -0.308594 0.287109 -0.457031 0.436523c-0.149414 0.149414 -0.289062 0.306641 -0.436523 0.457031
+c-10.4424 10.6377 -17.4043 24.7021 -18.9971 40.3369c-0.0449219 0.441406 -0.0644531 0.889648 -0.101562 1.33301c-0.149414 1.83496 -0.24707 3.68262 -0.24707 5.55469c0 25.9756 14.7656 48.5547 36.335 59.8232c9.32129 4.87012 19.9043 7.64062 31.1289 7.64062
+v-134.928zM442.682 69.9043c-7.67188 -11.2637 -17.415 -21.0078 -28.6797 -28.6797c-17.3027 -11.7852 -38.1904 -18.6846 -60.6592 -18.6846c-42.1084 0 -78.6602 24.2207 -96.4727 59.46c-7.38281 14.6084 -11.5498 31.1074 -11.5498 48.5635
+c0 36.3926 18.0918 68.6377 45.751 88.2197c17.6113 12.4668 39.0996 19.8027 62.2715 19.8027c36.1006 0 68.1182 -17.8037 87.7441 -45.0879c12.7559 -17.7344 20.2793 -39.4717 20.2793 -62.9355c0 -22.4688 -6.89844 -43.3555 -18.6846 -60.6582zM347.788 63.3457
+c1.83398 -0.149414 3.68262 -0.24707 5.55566 -0.24707c37.2002 0 67.4639 30.2637 67.4639 67.4639s-30.2637 67.4639 -67.4639 67.4639c-11.2236 0 -21.8076 -2.77051 -31.1289 -7.64062c-21.5693 -11.2686 -36.335 -33.8477 -36.335 -59.8232
+c0 -1.87207 0.0976562 -3.71973 0.24707 -5.55469c0.0371094 -0.443359 0.0566406 -0.891602 0.101562 -1.33301c1.59277 -15.6348 8.55566 -29.6992 18.9971 -40.3369c0.148438 -0.149414 0.287109 -0.307617 0.436523 -0.457031
+c0.148438 -0.149414 0.306641 -0.289062 0.457031 -0.436523c0.15332 -0.150391 0.3125 -0.296875 0.467773 -0.445312c10.5811 -10.1924 24.459 -16.9814 39.8682 -18.5518c0.44043 -0.0439453 0.888672 -0.0644531 1.33301 -0.101562z" />
+    <glyph glyph-name="uniF10D" unicode="&#xf10d;" 
+d="M265.185 251.279h-0.185547l184.94 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3643 0 -52.9062 -7.95117 -74.4434 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8037 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM309.222 82.8184h63.7324v-118.359
+c-69.6426 0 -127.485 51.4668 -137.506 118.362c-1.01074 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0781 21.6572 74.4434 21.6572v-118.359h-63.7324v-41.374zM449.939 219.235
+c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v118.359h63.7324v41.374h-63.7324v118.359c28.4512 0 54.9287 -8.5957 76.9863 -23.3164zM309.222 82.8184v41.374h127.465v-41.374h-127.465z" />
+    <glyph glyph-name="uniF10E" unicode="&#xf10e;" 
+d="M265.185 251.279h-0.185547l184.941 168.262v-200.306c-22.0576 14.7207 -48.5352 23.3164 -76.9863 23.3164c-27.3652 0 -52.9072 -7.95117 -74.4443 -21.6572zM449.939 419.541l-224.97 -204.562l-224.97 204.562h449.939zM298.51 220.895
+c-38.8047 -24.6953 -64.6025 -68.085 -64.6025 -117.389c0 -7.02832 0.52832 -13.9346 1.54004 -20.6846h-235.447l184.848 168.458l40.1221 -36.3008l40.0293 36.3008h0.185547zM0 419.541l184.848 -168.262l-184.848 -168.458v336.72zM352.267 39.7734
+l20.6855 -0.000976562v-75.3135c-69.6426 0 -127.486 51.4668 -137.506 118.362c-1.01172 6.75098 -1.54004 13.6562 -1.54004 20.6846c0 49.3047 25.7988 92.6934 64.6025 117.389c21.5371 13.7061 47.0791 21.6572 74.4443 21.6572v-75.3135h-20.6865v-43.0459h-43.0459
+v-41.374h43.0459v-43.0449zM449.939 219.235c37.3838 -24.9502 62.0605 -67.5107 62.0605 -115.729c0 -76.6709 -62.376 -139.047 -139.047 -139.047v75.3135h20.6865v43.0449h43.0459v41.374h-43.0459v43.0459h-20.6865v75.3135
+c28.4512 0 54.9287 -8.5957 76.9863 -23.3164zM352.267 167.238h41.373v-43.0459h43.0469v-41.374h-43.0469v-43.0449h-41.373v43.0449h-43.0459v41.374h43.0459v43.0459z" />
+  </font>
+</defs></svg>

BIN
static/images/143370-communication-collection/font/Flaticon.ttf


BIN
static/images/143370-communication-collection/font/Flaticon.woff


+ 129 - 0
static/images/143370-communication-collection/font/_flaticon.scss

@@ -0,0 +1,129 @@
+    /*
+    Flaticon icon font: Flaticon
+    Creation date: 22/06/2016 15:39
+    */
+
+    @font-face {
+  font-family: "Flaticon";
+  src: url("./Flaticon.eot");
+  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
+       url("./Flaticon.woff") format("woff"),
+       url("./Flaticon.ttf") format("truetype"),
+       url("./Flaticon.svg#Flaticon") format("svg");
+  font-weight: normal;
+  font-style: normal;
+}
+
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+  @font-face {
+    font-family: "Flaticon";
+    src: url("./Flaticon.svg#Flaticon") format("svg");
+  }
+}
+
+    .fi:before{
+        display: inline-block;
+  font-family: "Flaticon";
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  line-height: 1;
+  text-decoration: inherit;
+  text-rendering: optimizeLegibility;
+  text-transform: none;
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  font-smoothing: antialiased;
+    }
+
+    .flaticon-email:before { content: "\f100"; }
+.flaticon-email-1:before { content: "\f101"; }
+.flaticon-email-10:before { content: "\f102"; }
+.flaticon-email-11:before { content: "\f103"; }
+.flaticon-email-12:before { content: "\f104"; }
+.flaticon-email-13:before { content: "\f105"; }
+.flaticon-email-14:before { content: "\f106"; }
+.flaticon-email-15:before { content: "\f107"; }
+.flaticon-email-16:before { content: "\f108"; }
+.flaticon-email-2:before { content: "\f109"; }
+.flaticon-email-3:before { content: "\f10a"; }
+.flaticon-email-4:before { content: "\f10b"; }
+.flaticon-email-5:before { content: "\f10c"; }
+.flaticon-email-6:before { content: "\f10d"; }
+.flaticon-email-7:before { content: "\f10e"; }
+.flaticon-email-8:before { content: "\f10f"; }
+.flaticon-email-9:before { content: "\f110"; }
+.flaticon-inbox:before { content: "\f111"; }
+.flaticon-mobile-phone:before { content: "\f112"; }
+.flaticon-mobile-phone-1:before { content: "\f113"; }
+.flaticon-mobile-phone-2:before { content: "\f114"; }
+.flaticon-mobile-phone-3:before { content: "\f115"; }
+.flaticon-mobile-phone-4:before { content: "\f116"; }
+.flaticon-outbox:before { content: "\f117"; }
+.flaticon-phone-book:before { content: "\f118"; }
+.flaticon-phone-book-1:before { content: "\f119"; }
+.flaticon-phone-book-2:before { content: "\f11a"; }
+.flaticon-phone-call:before { content: "\f11b"; }
+.flaticon-phone-call-1:before { content: "\f11c"; }
+.flaticon-phone-call-2:before { content: "\f11d"; }
+.flaticon-smartphone:before { content: "\f11e"; }
+.flaticon-smartphone-1:before { content: "\f11f"; }
+.flaticon-smartphone-2:before { content: "\f120"; }
+.flaticon-smartphone-3:before { content: "\f121"; }
+.flaticon-smartphone-4:before { content: "\f122"; }
+.flaticon-speech-bubble:before { content: "\f123"; }
+.flaticon-speech-bubble-1:before { content: "\f124"; }
+.flaticon-speech-bubble-2:before { content: "\f125"; }
+.flaticon-speech-bubble-3:before { content: "\f126"; }
+.flaticon-speech-bubble-4:before { content: "\f127"; }
+.flaticon-speech-bubble-5:before { content: "\f128"; }
+.flaticon-speech-bubble-6:before { content: "\f129"; }
+.flaticon-speech-bubble-7:before { content: "\f12a"; }
+.flaticon-speech-bubble-8:before { content: "\f12b"; }
+.flaticon-speech-bubble-9:before { content: "\f12c"; }
+    
+    $font-Flaticon-email: "\f100";
+    $font-Flaticon-email-1: "\f101";
+    $font-Flaticon-email-10: "\f102";
+    $font-Flaticon-email-11: "\f103";
+    $font-Flaticon-email-12: "\f104";
+    $font-Flaticon-email-13: "\f105";
+    $font-Flaticon-email-14: "\f106";
+    $font-Flaticon-email-15: "\f107";
+    $font-Flaticon-email-16: "\f108";
+    $font-Flaticon-email-2: "\f109";
+    $font-Flaticon-email-3: "\f10a";
+    $font-Flaticon-email-4: "\f10b";
+    $font-Flaticon-email-5: "\f10c";
+    $font-Flaticon-email-6: "\f10d";
+    $font-Flaticon-email-7: "\f10e";
+    $font-Flaticon-email-8: "\f10f";
+    $font-Flaticon-email-9: "\f110";
+    $font-Flaticon-inbox: "\f111";
+    $font-Flaticon-mobile-phone: "\f112";
+    $font-Flaticon-mobile-phone-1: "\f113";
+    $font-Flaticon-mobile-phone-2: "\f114";
+    $font-Flaticon-mobile-phone-3: "\f115";
+    $font-Flaticon-mobile-phone-4: "\f116";
+    $font-Flaticon-outbox: "\f117";
+    $font-Flaticon-phone-book: "\f118";
+    $font-Flaticon-phone-book-1: "\f119";
+    $font-Flaticon-phone-book-2: "\f11a";
+    $font-Flaticon-phone-call: "\f11b";
+    $font-Flaticon-phone-call-1: "\f11c";
+    $font-Flaticon-phone-call-2: "\f11d";
+    $font-Flaticon-smartphone: "\f11e";
+    $font-Flaticon-smartphone-1: "\f11f";
+    $font-Flaticon-smartphone-2: "\f120";
+    $font-Flaticon-smartphone-3: "\f121";
+    $font-Flaticon-smartphone-4: "\f122";
+    $font-Flaticon-speech-bubble: "\f123";
+    $font-Flaticon-speech-bubble-1: "\f124";
+    $font-Flaticon-speech-bubble-2: "\f125";
+    $font-Flaticon-speech-bubble-3: "\f126";
+    $font-Flaticon-speech-bubble-4: "\f127";
+    $font-Flaticon-speech-bubble-5: "\f128";
+    $font-Flaticon-speech-bubble-6: "\f129";
+    $font-Flaticon-speech-bubble-7: "\f12a";
+    $font-Flaticon-speech-bubble-8: "\f12b";
+    $font-Flaticon-speech-bubble-9: "\f12c";

+ 76 - 0
static/images/143370-communication-collection/font/flaticon.css

@@ -0,0 +1,76 @@
+	/*
+  	Flaticon icon font: Flaticon
+  	Creation date: 22/06/2016 15:39
+  	*/
+
+@font-face {
+  font-family: "Flaticon";
+  src: url("./Flaticon.eot");
+  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
+       url("./Flaticon.woff") format("woff"),
+       url("./Flaticon.ttf") format("truetype"),
+       url("./Flaticon.svg#Flaticon") format("svg");
+  font-weight: normal;
+  font-style: normal;
+}
+
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+  @font-face {
+    font-family: "Flaticon";
+    src: url("./Flaticon.svg#Flaticon") format("svg");
+  }
+}
+
+[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
+[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
+  font-family: Flaticon;
+        font-size: 20px;
+font-style: normal;
+margin-left: 20px;
+}
+
+.flaticon-email:before { content: "\f100"; }
+.flaticon-email-1:before { content: "\f101"; }
+.flaticon-email-10:before { content: "\f102"; }
+.flaticon-email-11:before { content: "\f103"; }
+.flaticon-email-12:before { content: "\f104"; }
+.flaticon-email-13:before { content: "\f105"; }
+.flaticon-email-14:before { content: "\f106"; }
+.flaticon-email-15:before { content: "\f107"; }
+.flaticon-email-16:before { content: "\f108"; }
+.flaticon-email-2:before { content: "\f109"; }
+.flaticon-email-3:before { content: "\f10a"; }
+.flaticon-email-4:before { content: "\f10b"; }
+.flaticon-email-5:before { content: "\f10c"; }
+.flaticon-email-6:before { content: "\f10d"; }
+.flaticon-email-7:before { content: "\f10e"; }
+.flaticon-email-8:before { content: "\f10f"; }
+.flaticon-email-9:before { content: "\f110"; }
+.flaticon-inbox:before { content: "\f111"; }
+.flaticon-mobile-phone:before { content: "\f112"; }
+.flaticon-mobile-phone-1:before { content: "\f113"; }
+.flaticon-mobile-phone-2:before { content: "\f114"; }
+.flaticon-mobile-phone-3:before { content: "\f115"; }
+.flaticon-mobile-phone-4:before { content: "\f116"; }
+.flaticon-outbox:before { content: "\f117"; }
+.flaticon-phone-book:before { content: "\f118"; }
+.flaticon-phone-book-1:before { content: "\f119"; }
+.flaticon-phone-book-2:before { content: "\f11a"; }
+.flaticon-phone-call:before { content: "\f11b"; }
+.flaticon-phone-call-1:before { content: "\f11c"; }
+.flaticon-phone-call-2:before { content: "\f11d"; }
+.flaticon-smartphone:before { content: "\f11e"; }
+.flaticon-smartphone-1:before { content: "\f11f"; }
+.flaticon-smartphone-2:before { content: "\f120"; }
+.flaticon-smartphone-3:before { content: "\f121"; }
+.flaticon-smartphone-4:before { content: "\f122"; }
+.flaticon-speech-bubble:before { content: "\f123"; }
+.flaticon-speech-bubble-1:before { content: "\f124"; }
+.flaticon-speech-bubble-2:before { content: "\f125"; }
+.flaticon-speech-bubble-3:before { content: "\f126"; }
+.flaticon-speech-bubble-4:before { content: "\f127"; }
+.flaticon-speech-bubble-5:before { content: "\f128"; }
+.flaticon-speech-bubble-6:before { content: "\f129"; }
+.flaticon-speech-bubble-7:before { content: "\f12a"; }
+.flaticon-speech-bubble-8:before { content: "\f12b"; }
+.flaticon-speech-bubble-9:before { content: "\f12c"; }

+ 680 - 0
static/images/143370-communication-collection/font/flaticon.html

@@ -0,0 +1,680 @@
+<!DOCTYPE html>
+<!--
+  Flaticon icon font: Flaticon
+  Creation date: 22/06/2016 15:39
+-->
+<html>
+<!DOCTYPE html>
+<html>
+
+<head>
+    <title>Flaticon WebFont</title>
+    <link href="http://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" type="text/css" />
+    <link rel="stylesheet" type="text/css" href="flaticon.css">
+    <meta charset="UTF-8">
+    <style>
+    html, body, div, span, applet, object, iframe,
+    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+    a, abbr, acronym, address, big, cite, code,
+    del, dfn, em, img, ins, kbd, q, s, samp,
+    small, strike, strong, sub, sup, tt, var,
+    b, u, i, center,
+    dl, dt, dd, ol, ul, li,
+    fieldset, form, label, legend,
+    table, caption, tbody, tfoot, thead, tr, th, td,
+    article, aside, canvas, details, embed, 
+    figure, figcaption, footer, header, hgroup, 
+    menu, nav, output, ruby, section, summary,
+    time, mark, audio, video {
+        margin: 0;
+        padding: 0;
+        border: 0;
+        font-size: 100%;
+        font: inherit;
+        vertical-align: baseline;
+    }
+    /* HTML5 display-role reset for older browsers */
+    article, aside, details, figcaption, figure, 
+    footer, header, hgroup, menu, nav, section {
+        display: block;
+    }
+    body {
+        line-height: 1;
+    }
+    ol, ul {
+        list-style: none;
+    }
+    blockquote, q {
+        quotes: none;
+    }
+    blockquote:before, blockquote:after,
+    q:before, q:after {
+        content: '';
+        content: none;
+    }
+    table {
+        border-collapse: collapse;
+        border-spacing: 0;
+    }
+    body {
+        font-family: 'Varela Round', Helvetica, Arial, sans-serif;
+        font-size: 16px;
+        color: #222;
+    }
+    a {
+        color: #333;
+        border-bottom: 1px solid #a9fd00;
+        font-weight: bold;
+        text-decoration: none;
+    }
+    * {
+        -moz-box-sizing: border-box;
+        -webkit-box-sizing: border-box;
+        box-sizing: border-box;
+        margin: 0;
+        padding: 0;
+    }
+    [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
+        font-family: Flaticon;
+        font-size: 30px;
+        font-style: normal;
+        margin-left: 20px;
+        color: #333;
+    }
+    .wrapper {
+        max-width: 600px;
+        margin: auto;
+        padding: 0 1em;
+    }
+    .title {
+        font-size: 1.25em;
+        text-align: center;
+        margin-bottom: 1em;
+        text-transform: uppercase;
+    }
+    header {
+        text-align: center;
+        background-color: #222;
+        color: #fff;
+        padding: 1em;
+    }
+    header .logo {
+        width: 210px;
+        height: 38px;
+        display: inline-block;
+        vertical-align: middle;
+        margin-right: 1em;
+        border: none;
+    }
+    header strong {
+        font-size: 1.95em;
+        font-weight: bold;
+        vertical-align: middle;
+        margin-top: 5px;
+        display: inline-block;
+    }
+    .demo {
+        margin: 2em auto;
+        line-height: 1.25em;
+    }
+    .demo ul li {
+        margin-bottom: 1em;
+    }
+    .demo ul li .num {
+        color: #222;
+        border-radius: 20px;
+        display: inline-block;
+        width: 26px;
+        padding: 3px;
+        height: 26px;
+        text-align: center;
+        margin-right: 0.5em;
+        border: 1px solid #222;
+    }
+    .demo ul li code {
+        background-color: #222;
+        border-radius: 4px;
+        padding: 0.25em 0.5em;
+        display: inline-block;
+        color: #fff;
+        font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
+        font-weight: lighter;
+        margin-top: 1em;
+        font-size: 0.8em;
+        word-break: break-all;
+    }
+    .demo ul li code.big {
+        padding: 1em;
+        font-size: 0.9em;
+    }
+    .demo ul li code .red {
+        color: #EF3159;
+    }
+    .demo ul li code .green {
+        color: #ACFF65;
+    }
+    .demo ul li code .yellow {
+        color: #FFFF99;
+    }
+    .demo ul li code .blue {
+        color: #99D3FF;
+    }
+    .demo ul li code .purple {
+        color: #A295FF;
+    }
+    .demo ul li code .dots {
+        margin-top: 0.5em;
+        display: block;
+    }
+    #glyphs {
+        border-bottom: 1px solid #ccc;
+        padding: 2em 0;
+        text-align: center;
+    }
+    .glyph {
+        display: inline-block;
+        width: 9em;
+        margin: 1em;
+        text-align: center;
+        vertical-align: top;
+        background: #FFF;
+    }
+    .glyph .glyph-icon {
+        padding: 10px;
+        display: block;
+        font-family:"Flaticon";
+        font-size: 64px;
+        line-height: 1;
+    }
+    .glyph .glyph-icon:before {
+        font-size: 64px;
+        color: #222;
+        margin-left: 0;
+    }
+    .class-name {
+        font-size: 0.65em;
+        background-color: #222;
+        color: #fff;
+        border-radius: 4px 4px 0 0;
+        padding: 0.5em;
+        color: #FFFF99;
+        font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
+    }
+    .author-name {
+        font-size: 0.6em;
+        background-color: #fcfcfd;
+        border: 1px solid #DEDEE4;
+        border-top: 0;
+        border-radius: 0 0 4px 4px;
+        padding: 0.5em;
+    }
+    .class-name:last-child {
+        font-size: 10px;
+        color:#888;
+    }
+    .class-name:last-child a {
+        font-size: 10px;
+        color:#555;
+    }
+    .class-name:last-child a:hover {
+        color:#a9fd00;
+    }
+    .glyph > input {
+        display: block;
+        width: 100px;
+        margin: 5px auto;
+        text-align: center;
+        font-size: 12px;
+        cursor: text;
+    }
+    .glyph > input.icon-input {
+        font-family:"Flaticon";
+        font-size: 16px;
+        margin-bottom: 10px;
+    }
+    .attribution .title {
+        margin-top: 2em;
+    }
+    .attribution textarea {
+        background-color: #fcfcfd;
+        padding: 1em;
+        border: none;
+        box-shadow: none;
+        border: 1px solid #DEDEE4;
+        border-radius: 4px;
+        resize: none;
+        width: 100%;
+        height: 150px;
+        font-size: 0.8em;
+        font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
+        -webkit-appearance: none;
+    }
+    .iconsuse {
+        margin: 2em auto;
+        text-align: center;
+        max-width: 1200px;
+    }
+    .iconsuse:after {
+        content: '';
+        display: table;
+        clear: both;
+    }
+    .iconsuse .image {
+        float: left;
+        width: 25%;
+        padding: 0 1em;
+    }
+    .iconsuse .image p {
+        margin-bottom: 1em;
+    }
+    .iconsuse .image span {
+        display: block;
+        font-size: 0.65em;
+        background-color: #222;
+        color: #fff;
+        border-radius: 4px;
+        padding: 0.5em;
+        color: #FFFF99;
+        margin-top: 1em;
+        font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
+    }
+    #footer {
+        text-align: center;
+        background-color: #4C5B5C;
+        color: #7c9192;
+        padding: 1em;
+    }
+    #footer a {
+        border: none;
+        color: #a9fd00;
+        font-weight: normal;
+    }
+    @media (max-width: 960px) {
+        .iconsuse .image {
+            width: 50%;
+        }
+    }
+    @media (max-width: 560px) {
+        .iconsuse .image {
+            width: 100%;
+        }
+    }
+    </style>
+</head>
+
+<body class="characters-off">
+
+    <header>
+        <a href="http://www.flaticon.com" target="_blank" class="logo">
+            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" viewBox="0 0 560.875 102.036" enable-background="new 0 0 560.875 102.036" xml:space="preserve">
+                <defs>
+                </defs>
+                <g>
+                    <g class="letters">
+                        <path fill="#ffffff" d="M141.596,29.675c0-3.777,2.985-6.767,6.764-6.767h34.438c3.426,0,6.15,2.728,6.15,6.15
+                        c0,3.43-2.724,6.149-6.15,6.149h-27.674v13.091h23.719c3.429,0,6.151,2.724,6.151,6.15c0,3.43-2.723,6.149-6.151,6.149h-23.719
+                        v17.574c0,3.773-2.986,6.761-6.764,6.761c-3.779,0-6.764-2.989-6.764-6.761V29.675z"></path>
+                        <path fill="#ffffff" d="M193.844,29.149c0-3.781,2.985-6.767,6.764-6.767c3.776,0,6.763,2.985,6.763,6.767v42.957h25.039
+                        c3.426,0,6.149,2.726,6.149,6.153c0,3.425-2.723,6.15-6.149,6.15h-31.802c-3.779,0-6.764-2.986-6.764-6.768V29.149z"></path>
+                        <path fill="#ffffff" d="M241.891,75.71l21.438-48.407c1.492-3.341,4.215-5.357,7.906-5.357h0.792
+                        c3.686,0,6.323,2.017,7.815,5.357l21.439,48.407c0.436,0.967,0.701,1.845,0.701,2.723c0,3.602-2.809,6.501-6.414,6.501
+                        c-3.161,0-5.269-1.845-6.499-4.655l-4.132-9.661h-27.059l-4.301,10.102c-1.144,2.631-3.426,4.214-6.237,4.214
+                        c-3.517,0-6.24-2.81-6.24-6.325C241.1,77.64,241.451,76.677,241.891,75.71z M279.932,58.666l-8.521-20.297l-8.526,20.297H279.932
+                        z"></path>
+                        <path fill="#ffffff" d="M314.864,35.387H301.86c-3.429,0-6.239-2.813-6.239-6.238c0-3.429,2.811-6.24,6.239-6.24h39.533
+                        c3.426,0,6.237,2.811,6.237,6.24c0,3.425-2.811,6.238-6.237,6.238h-13.001v42.785c0,3.773-2.99,6.761-6.764,6.761
+                        c-3.779,0-6.764-2.989-6.764-6.761V35.387z"></path>
+                        <path fill="#A9FD00" d="M352.615,29.149c0-3.781,2.985-6.767,6.767-6.767c3.774,0,6.761,2.985,6.761,6.767v49.024
+                        c0,3.773-2.987,6.761-6.761,6.761c-3.781,0-6.767-2.989-6.767-6.761V29.149z"></path>
+                        <path fill="#A9FD00" d="M374.132,53.836v-0.179c0-17.481,13.178-31.801,32.065-31.801c9.22,0,15.459,2.458,20.557,6.238
+                        c1.402,1.054,2.637,2.985,2.637,5.357c0,3.692-2.985,6.59-6.681,6.59c-1.845,0-3.071-0.702-4.044-1.319
+                        c-3.776-2.813-7.729-4.393-12.562-4.393c-10.364,0-17.831,8.611-17.831,19.154v0.173c0,10.542,7.291,19.329,17.831,19.329
+                        c5.715,0,9.492-1.756,13.359-4.834c1.049-0.874,2.458-1.491,4.039-1.491c3.429,0,6.325,2.813,6.325,6.236
+                        c0,2.106-1.056,3.78-2.282,4.834c-5.539,4.834-12.036,7.733-21.878,7.733C387.572,85.464,374.132,71.493,374.132,53.836z"></path>
+                        <path fill="#A9FD00" d="M433.009,53.836v-0.179c0-17.481,13.79-31.801,32.766-31.801c18.981,0,32.592,14.143,32.592,31.628v0.173
+                        c0,17.483-13.785,31.807-32.769,31.807C446.625,85.464,433.009,71.32,433.009,53.836z M484.224,53.836v-0.179
+                        c0-10.539-7.725-19.326-18.626-19.326c-10.893,0-18.449,8.611-18.449,19.154v0.173c0,10.542,7.73,19.329,18.626,19.329
+                        C476.676,72.986,484.224,64.378,484.224,53.836z"></path>
+                        <path fill="#A9FD00" d="M506.233,29.321c0-3.774,2.99-6.763,6.767-6.763h1.401c3.252,0,5.183,1.583,7.029,3.953l26.093,34.265
+                        V29.059c0-3.692,2.99-6.677,6.681-6.677c3.683,0,6.671,2.985,6.671,6.677v48.934c0,3.78-2.987,6.765-6.764,6.765h-0.436
+                        c-3.257,0-5.188-1.581-7.034-3.953l-27.056-35.492v32.944c0,3.687-2.985,6.676-6.678,6.676c-3.683,0-6.673-2.989-6.673-6.676
+                        V29.321z"></path>
+                    </g>
+                    <g class="insignia">
+                        <path fill="#ffffff" d="M48.372,56.137h12.517l11.156-18.537H37.186L25.688,18.539h57.825L94.668,0H9.271
+                        C5.925,0,2.842,1.801,1.198,4.716c-1.644,2.907-1.593,6.482,0.134,9.343l50.38,83.501c1.678,2.781,4.689,4.476,7.938,4.476
+                        c3.246,0,6.257-1.695,7.935-4.476l2.898-4.804L48.372,56.137z"></path>
+                        <g class="i">
+                            <path fill="#A9FD00" d="M93.575,18.539h0.031v0.004l21.652,0.004l2.705-4.488c1.727-2.861,1.778-6.436,0.133-9.343
+                            C116.454,1.801,113.371,0,110.026,0h-5.294L93.575,18.539z"></path>
+                            <polygon fill="#A9FD00" points="88.291,27.356 64.725,66.486 75.519,84.404 109.942,27.356"></polygon>
+                        </g>
+                    </g>
+                </g>
+            </svg>
+        </a>
+        <strong>Font Demo</strong>
+    </header>
+
+
+    <section class="demo wrapper">
+
+        <p class="title">Instructions</p>
+
+        <ul>
+            <li>
+                <span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder.
+            </li>
+            <li>
+                <span class="num">2</span>Add the CSS link to your website source code on header.
+                <code class="big">
+                    &lt;<span class="red">head</span>&gt;
+                    <br/><span class="dots">...</span>
+                    <br/>&lt;<span class="red">link</span> <span class="green">rel</span>=<span class="yellow">"stylesheet"</span> <span class="green">type</span>=<span class="yellow">"text/css"</span> <span class="green">href</span>=<span class="yellow">"your_website_domain/css_root/flaticon.css"</span>&gt;
+                    <br/><span class="dots">...</span>
+                    <br/>&lt;/<span class="red">head</span>&gt;
+                </code>
+            </li>
+
+            <li>
+                <p>
+                    <span class="num">3</span>Use the icon class on <code>"<span class="blue">display</span>:<span class="purple"> inline</span>"</code> elements:
+                    <br />
+                    Use example: <code>&lt;<span class="red">i</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">i</span>&gt;</code> or <code>&lt;<span class="red">span</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">span</span>&gt;</code>
+            </li>
+        </ul>
+
+    </section>
+
+
+
+
+   <section id="glyphs">          
+    
+      
+        <div class="glyph"><div class="glyph-icon flaticon-email"></div>
+            <div class="class-name">.flaticon-email</div>
+            <div class="author-name">Author: <a data-file="email" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-1"></div>
+            <div class="class-name">.flaticon-email-1</div>
+            <div class="author-name">Author: <a data-file="email-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-10"></div>
+            <div class="class-name">.flaticon-email-10</div>
+            <div class="author-name">Author: <a data-file="email-10" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-11"></div>
+            <div class="class-name">.flaticon-email-11</div>
+            <div class="author-name">Author: <a data-file="email-11" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-12"></div>
+            <div class="class-name">.flaticon-email-12</div>
+            <div class="author-name">Author: <a data-file="email-12" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-13"></div>
+            <div class="class-name">.flaticon-email-13</div>
+            <div class="author-name">Author: <a data-file="email-13" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-14"></div>
+            <div class="class-name">.flaticon-email-14</div>
+            <div class="author-name">Author: <a data-file="email-14" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-15"></div>
+            <div class="class-name">.flaticon-email-15</div>
+            <div class="author-name">Author: <a data-file="email-15" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-16"></div>
+            <div class="class-name">.flaticon-email-16</div>
+            <div class="author-name">Author: <a data-file="email-16" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-2"></div>
+            <div class="class-name">.flaticon-email-2</div>
+            <div class="author-name">Author: <a data-file="email-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-3"></div>
+            <div class="class-name">.flaticon-email-3</div>
+            <div class="author-name">Author: <a data-file="email-3" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-4"></div>
+            <div class="class-name">.flaticon-email-4</div>
+            <div class="author-name">Author: <a data-file="email-4" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-5"></div>
+            <div class="class-name">.flaticon-email-5</div>
+            <div class="author-name">Author: <a data-file="email-5" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-6"></div>
+            <div class="class-name">.flaticon-email-6</div>
+            <div class="author-name">Author: <a data-file="email-6" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-7"></div>
+            <div class="class-name">.flaticon-email-7</div>
+            <div class="author-name">Author: <a data-file="email-7" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-8"></div>
+            <div class="class-name">.flaticon-email-8</div>
+            <div class="author-name">Author: <a data-file="email-8" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-email-9"></div>
+            <div class="class-name">.flaticon-email-9</div>
+            <div class="author-name">Author: <a data-file="email-9" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-inbox"></div>
+            <div class="class-name">.flaticon-inbox</div>
+            <div class="author-name">Author: <a data-file="inbox" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-mobile-phone"></div>
+            <div class="class-name">.flaticon-mobile-phone</div>
+            <div class="author-name">Author: <a data-file="mobile-phone" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-mobile-phone-1"></div>
+            <div class="class-name">.flaticon-mobile-phone-1</div>
+            <div class="author-name">Author: <a data-file="mobile-phone-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-mobile-phone-2"></div>
+            <div class="class-name">.flaticon-mobile-phone-2</div>
+            <div class="author-name">Author: <a data-file="mobile-phone-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-mobile-phone-3"></div>
+            <div class="class-name">.flaticon-mobile-phone-3</div>
+            <div class="author-name">Author: <a data-file="mobile-phone-3" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-mobile-phone-4"></div>
+            <div class="class-name">.flaticon-mobile-phone-4</div>
+            <div class="author-name">Author: <a data-file="mobile-phone-4" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-outbox"></div>
+            <div class="class-name">.flaticon-outbox</div>
+            <div class="author-name">Author: <a data-file="outbox" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-book"></div>
+            <div class="class-name">.flaticon-phone-book</div>
+            <div class="author-name">Author: <a data-file="phone-book" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-book-1"></div>
+            <div class="class-name">.flaticon-phone-book-1</div>
+            <div class="author-name">Author: <a data-file="phone-book-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-book-2"></div>
+            <div class="class-name">.flaticon-phone-book-2</div>
+            <div class="author-name">Author: <a data-file="phone-book-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-call"></div>
+            <div class="class-name">.flaticon-phone-call</div>
+            <div class="author-name">Author: <a data-file="phone-call" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-call-1"></div>
+            <div class="class-name">.flaticon-phone-call-1</div>
+            <div class="author-name">Author: <a data-file="phone-call-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-phone-call-2"></div>
+            <div class="class-name">.flaticon-phone-call-2</div>
+            <div class="author-name">Author: <a data-file="phone-call-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-smartphone"></div>
+            <div class="class-name">.flaticon-smartphone</div>
+            <div class="author-name">Author: <a data-file="smartphone" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-smartphone-1"></div>
+            <div class="class-name">.flaticon-smartphone-1</div>
+            <div class="author-name">Author: <a data-file="smartphone-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-smartphone-2"></div>
+            <div class="class-name">.flaticon-smartphone-2</div>
+            <div class="author-name">Author: <a data-file="smartphone-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-smartphone-3"></div>
+            <div class="class-name">.flaticon-smartphone-3</div>
+            <div class="author-name">Author: <a data-file="smartphone-3" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-smartphone-4"></div>
+            <div class="class-name">.flaticon-smartphone-4</div>
+            <div class="author-name">Author: <a data-file="smartphone-4" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble"></div>
+            <div class="class-name">.flaticon-speech-bubble</div>
+            <div class="author-name">Author: <a data-file="speech-bubble" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-1"></div>
+            <div class="class-name">.flaticon-speech-bubble-1</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-1" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-2"></div>
+            <div class="class-name">.flaticon-speech-bubble-2</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-2" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-3"></div>
+            <div class="class-name">.flaticon-speech-bubble-3</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-3" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-4"></div>
+            <div class="class-name">.flaticon-speech-bubble-4</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-4" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-5"></div>
+            <div class="class-name">.flaticon-speech-bubble-5</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-5" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-6"></div>
+            <div class="class-name">.flaticon-speech-bubble-6</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-6" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-7"></div>
+            <div class="class-name">.flaticon-speech-bubble-7</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-7" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-8"></div>
+            <div class="class-name">.flaticon-speech-bubble-8</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-8" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+        <div class="glyph"><div class="glyph-icon flaticon-speech-bubble-9"></div>
+            <div class="class-name">.flaticon-speech-bubble-9</div>
+            <div class="author-name">Author: <a data-file="speech-bubble-9" href="http://www.freepik.com">Freepik</a> </div> 
+        </div>        
+        
+
+    </section>
+
+
+
+    <section class="attribution wrapper"   style="text-align:center;">
+
+      <div class="title">License and attribution:</div><div class="attrDiv">Font generated by <a href="http://www.flaticon.com">flaticon.com</a>. <div><p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="phone-book-2" href="http://www.freepik.com">Freepik</a></p>  </div>
+      </div>
+      <div class="title">Copy the Attribution License:</div>
+
+    <textarea onclick="this.focus();this.select();">Font generated by &lt;a href=&quot;http://www.flaticon.com&quot;&gt;flaticon.com&lt;/a&gt;. <p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="phone-book-2" href="http://www.freepik.com">Freepik</a></p>  
+     </textarea>
+
+    </section>
+
+    <section class="iconsuse">
+
+          <div class="title">Examples:</div>            
+             
+            <div class="image">
+                <p>
+                    <i class="glyph-icon flaticon-email"></i> 
+                    <span>&lt;i class=&quot;flaticon-email&quot;&gt;&lt;/i&gt;</span>
+                </p>
+            </div>
+            
+            <div class="image">
+                <p>
+                    <i class="glyph-icon flaticon-email-1"></i> 
+                    <span>&lt;i class=&quot;flaticon-email-1&quot;&gt;&lt;/i&gt;</span>
+                </p>
+            </div>
+            
+            <div class="image">
+                <p>
+                    <i class="glyph-icon flaticon-email-10"></i> 
+                    <span>&lt;i class=&quot;flaticon-email-10&quot;&gt;&lt;/i&gt;</span>
+                </p>
+            </div>
+            
+            <div class="image">
+                <p>
+                    <i class="glyph-icon flaticon-email-11"></i> 
+                    <span>&lt;i class=&quot;flaticon-email-11&quot;&gt;&lt;/i&gt;</span>
+                </p>
+            </div>
+                       
+        </div>
+                            
+    </section>
+
+<div id="footer">
+    <div>Generated by <a href="http://www.flaticon.com">flaticon.com</a>
+    </div>
+</div>
+
+
+
+</body>
+</html>

File diff suppressed because it is too large
+ 14 - 0
static/images/143370-communication-collection/license/license.html


Some files were not shown because too many files changed in this diff