diff options
author | Marvin Borner | 2019-07-15 22:35:43 +0200 |
---|---|---|
committer | Marvin Borner | 2019-07-15 22:35:43 +0200 |
commit | 1c8e6a149f8a1f689b8e331051078fe1f0bd5ac3 (patch) | |
tree | 99573a29ab605f009a4525d933a6b3a758eafa2b | |
parent | db50859911531fd5213a0789c0f578d06b179587 (diff) |
-rw-r--r-- | presentation/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/presentation/index.html b/presentation/index.html index 17e0fcd..0402cc1 100644 --- a/presentation/index.html +++ b/presentation/index.html @@ -17,7 +17,7 @@ <!-- Printing and PDF exports --> <script> - var link = document.createElement('link'); + const link = document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css'; @@ -45,6 +45,24 @@ </section> <section> + <h2>Verschlüsselungsarten</h2> + <section> + <p>Asymmetrische Verschlüsselung</p> + <img alt="" src="img/asymmetric.png"> + </section> + <section> + <img alt="" src="img/asymmetric2.svg"> + </section> + <section> + <img alt="" src="img/SSL.jpg"> + </section> + <section> + <p>Symmetrische Verschlüsselung</p> + <img alt="" src="img/symmetric.png"> + </section> + </section> + + <section> <h2>Geschichte</h2> <table class="history" id="history"> <tr> @@ -84,24 +102,6 @@ </section> <section> - <h2>Verschlüsselungsarten</h2> - <section> - <p>Asymmetrische Verschlüsselung</p> - <img alt="" src="img/asymmetric.png"> - </section> - <section> - <img alt="" src="img/asymmetric2.svg"> - </section> - <section> - <img alt="" src="img/SSL.jpg"> - </section> - <section> - <p>Symmetrische Verschlüsselung</p> - <img alt="" src="img/symmetric.png"> - </section> - </section> - - <section> <h2>Grundlagen</h2> <section> |