diff --git a/docs/Automats.pdf b/docs/Automats.pdf deleted file mode 100644 index 3cb2f24..0000000 Binary files a/docs/Automats.pdf and /dev/null differ diff --git a/docs/Icing.pdf b/docs/Icing.pdf deleted file mode 100644 index 4441ba4..0000000 Binary files a/docs/Icing.pdf and /dev/null differ diff --git a/docs/Pitch.md b/docs/Pitch.md new file mode 100644 index 0000000..ce3fe77 --- /dev/null +++ b/docs/Pitch.md @@ -0,0 +1,90 @@ +--- +marp: true +_class: lead +paginate: true +--- + + + +# Icing + +#### Epitech Inovative Project + +##### https://git.gmoker.com/icing + +--- + +**Florian** Griffon + +**Bartosz** Michalak + +**Ange** Duhayon + +**Alexis** Danlos + +**Stéphane** Corbière + +--- + +# :phone: :man: +| +| +:smiling_imp: +| +| +# :phone: :woman: + +--- + +# :phone: :man: +**|** | **|** +**|** | **|** +**|** | **|** :imp: +**|** | **|** +**|** | **|** +# :phone: :woman: + +--- + +## Un client téléphonique comme un autre + +--- + +## L'utilisateur est le maître de sa sécurité + +--- + +### Partage de contacts par QR codes + +--- + +## Intégration harmonieuse d'un chiffrement automatique + +--- + +### Protection d'appel téléphoniques = + +##### :white_check_mark: Conservation de vie privée +##### :white_check_mark: Protection de données sensibles +##### :white_check_mark: Protection d'authentification +##### :white_check_mark: Protection de la messagerie + +--- + +## **Icing Dialer** + +### = + +### **Icing protocol** + +**+** + +### **Dialer** + +--- + +## Icing est un **outil**, pas un produit + +--- + +# Merci \ No newline at end of file diff --git a/docs/Pitch.pdf b/docs/Pitch.pdf new file mode 100644 index 0000000..93794cd Binary files /dev/null and b/docs/Pitch.pdf differ diff --git a/docs/UserManual.pdf b/docs/UserManual.pdf deleted file mode 100644 index c088473..0000000 Binary files a/docs/UserManual.pdf and /dev/null differ diff --git a/docs/build.sh b/docs/build.sh index 572a363..c0065d7 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -3,4 +3,4 @@ IMG=docker.io/marpteam/marp-cli:latest docker run --rm -v "$PWD:/home/marp/app/" --entrypoint marp-cli.js "$IMG" \ - ./*.md --pdf + ./Pitch.md --pdf