diff options
| -rw-r--r-- | rgsoc2016_leap_overview/slides.haml | 16 | 
1 files changed, 10 insertions, 6 deletions
| diff --git a/rgsoc2016_leap_overview/slides.haml b/rgsoc2016_leap_overview/slides.haml index 36ea356..363b9fe 100644 --- a/rgsoc2016_leap_overview/slides.haml +++ b/rgsoc2016_leap_overview/slides.haml @@ -44,10 +44,6 @@    %h2 LEAP Encryption Access Project  %section -  %h2 Encrypted communication for mere mortals -  %h3 (superheroes welcome, too) - -%section    %h2 Federation    %h3      %ul @@ -93,7 +89,7 @@    %ul      %li <b>Soledad:</b> searchable client-encrypted synchronized database.      %li <b>Bonafide:</b> secure user registration, authentication, password change, etc. -    %li <b>Key management:</b> precise rules for OpenPGP best practices, automated. +    %li <b>Key management:</b> automated keylookup and validation.  %section @@ -117,13 +113,21 @@  %section    %h2 Bitmask client -  %h3 currently available for Android and Linux +  %h3 currently available for Android (VPN) and Linux (VPN + Email)    %h3 Windows and Mac OS coming soon    .left-column      %img{src: "images/bitmask-icon.png", style:"height:296px; width: 296px" }    .right-column      %img{src: "images/bitmask-main-window.jpg" } +%section +  %h2 LEAP Webapp +  %p +  %ul +    %li API for user authentication +    %li Help Tickets +    %li User Management +    %li Payment processing  %section(data-background="./images/leap-webapp1.png" data-background-size="70%")    %h2 . | 
