Quelques ressources supplémentaires pour mieux comprendre la cryptographie
+ +Logiciel pour chiffrer ses emails
+Pourquoi et comment utiliser openPGP ?
+ http://openpgp.vie-privee.org/
Cryptographie asymétrique
Définition et explication de la cryptographie asymétrique sur Wikipédia
diff --git a/css/cryptris.css b/css/cryptris.css
index 6a0f45f..679eec5 100644
--- a/css/cryptris.css
+++ b/css/cryptris.css
@@ -724,7 +724,7 @@ border: 1px solid #0091BB;
}
.share .encrypted-message .social-actions p{
- margin: 28px;
+ margin: 11px;
}
.share .encrypted-message .message-spinner{
@@ -754,7 +754,7 @@ border: 1px solid #0091BB;
}
/* Disclaimer */
-.share .warning{
+.share p.warning, .share div.warning{
display: inline-block;
background-color: #000;
@@ -805,8 +805,102 @@ border: 1px solid #0091BB;
}
+/*modal screen */
+.modal{
+ position: absolute;
+ z-index: 1000;
+ background-color: rgba(0,0,0,0.75);
+ display: block;
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ min-height: 0;
+ min-width: 0;
+
+ -webkit-transition: opacity ease 0.35s;
+ -moz-transition: opacity ease 0.35s;
+ transition: opacity ease 0.35s;
+
+ opacity: 0;
+}
+
+.modal.visible{
+ display: table;
+ height: 100%;
+ width: 100%;
+ opacity: 1;
+
+}
+
+.modal .window{
+ position: relative;
+ padding: 50px;
+ width: auto;
+ height: auto;
+ opacity: 1;
+ max-width: 600px;
+
+ display: inline-block;
+ -webkit-transition: all ease 0.3s;
+ -moz-transition: all ease 0.3s;
+ transition: all ease 0.3s;
+
+ -webkit-transform-origin: center;
+ -moz-transform-origin: center;
+ transform-origin: center;
+
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ transform: scale(0);
+
+}
+.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6{
+ margin-top: 0px;
+}
+
+.modal .window.visible{
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ transform: scale(1);
+}
+
+.modal .window .header{
+ position: absolute;
+ width: 100%;
+ height: 0px;
+ top: 0;
+}
+.modal .window .header .btn-close{
+ position: absolute;
+ top: -28px;
+ right: 23px;
+}
+
+.modal .window{
+ background-color: rgba(0,0,0,0.75);
+
+ border-radius: 8px;
+
+ border: 1px solid rgba(175, 238, 247, 0.5);
+ -webkit-box-shadow: 0 0 10px rgba(15, 231, 255, 0.75);
+ box-shadow: 0 0 10px rgba(15, 231, 255, 0.75);
+
+ text-align: center;
+
+}
+
+.modal .window input, .modal .window textarea{
+ border: 1px solid rgba(175, 238, 247, 0.5);
+ background-color: rgba(0, 0, 0, 0);
+ color: #80C9C3;
+ text-align: center;
+ width: 550px;
+ padding: 8px 6px;
+ font-size: 1em;
+ font-family: Inconsolata;
+}
/*
New login screen
*/
diff --git a/docs/cryptis1.mp3 b/docs/cryptis1.mp3
new file mode 100644
index 0000000..6a9dbab
Binary files /dev/null and b/docs/cryptis1.mp3 differ
diff --git a/docs/cryptis2.mp3 b/docs/cryptis2.mp3
new file mode 100644
index 0000000..76e49af
Binary files /dev/null and b/docs/cryptis2.mp3 differ
diff --git a/docs/cryptis3.mp3 b/docs/cryptis3.mp3
new file mode 100644
index 0000000..cfd8f86
Binary files /dev/null and b/docs/cryptis3.mp3 differ
diff --git a/docs/fiche-pedagogique.odt b/docs/fiche-pedagogique.odt
new file mode 100644
index 0000000..8063e07
Binary files /dev/null and b/docs/fiche-pedagogique.odt differ
diff --git a/docs/fiche-pedagogique.pdf b/docs/fiche-pedagogique.pdf
new file mode 100644
index 0000000..03a6136
Binary files /dev/null and b/docs/fiche-pedagogique.pdf differ
diff --git a/img/.DS_Store b/img/.DS_Store
deleted file mode 100644
index 1761877..0000000
Binary files a/img/.DS_Store and /dev/null differ
diff --git a/img/icn-ml-large.png b/img/icn-ml-large.png
new file mode 100644
index 0000000..256eb58
Binary files /dev/null and b/img/icn-ml-large.png differ
diff --git a/img/icn-ml-large@2x.png b/img/icn-ml-large@2x.png
new file mode 100644
index 0000000..61cc22c
Binary files /dev/null and b/img/icn-ml-large@2x.png differ
diff --git a/img/icn-ml.png b/img/icn-ml.png
new file mode 100644
index 0000000..a03dc2c
Binary files /dev/null and b/img/icn-ml.png differ
diff --git a/img/icn-ml@2x.png b/img/icn-ml@2x.png
new file mode 100644
index 0000000..eb9499d
Binary files /dev/null and b/img/icn-ml@2x.png differ
diff --git a/index.html b/index.html
index 69cf7d8..8788335 100644
--- a/index.html
+++ b/index.html
@@ -156,6 +156,9 @@
▶Nouvelle partie◀