replaced prezi embed with image
This commit is contained in:
parent
2ab6f7fa30
commit
a9cea1b3dd
2 changed files with 6 additions and 4 deletions
BIN
images/prezi_start.png
Normal file
BIN
images/prezi_start.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
10
index.html
10
index.html
|
@ -216,9 +216,11 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.prezi iframe {
|
||||
width: 550px;
|
||||
height: 400px;
|
||||
.prezi img {
|
||||
height: 600px;
|
||||
}
|
||||
.prezi img:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.white_btn {
|
||||
background-color: #f0f0f0;
|
||||
|
@ -542,7 +544,7 @@
|
|||
Sollten Sie noch Unterstützung brauchen, können Sie sich durch das interaktive Tutorial klicken. Nach einem Klick auf "Play" können Sie sich mit den Pfeilen von vorne nach hinten durch die Anleitung klicken oder Sie wählen die für Sie interessanten Punkte direkt aus.
|
||||
</p>
|
||||
<div class="embed prezi">
|
||||
<iframe src="https://prezi.com/view/jfNaZCWSVAgiSeqTVqis/embed" webkitallowfullscreen="1" mozallowfullscreen="1" allowfullscreen="1"></iframe>
|
||||
<img class="image" src="images/prezi_start.png" onclick="window.location.href='https://prezi.com/view/jfNaZCWSVAgiSeqTVqis/'"></img>
|
||||
</div>
|
||||
<p class="prezi_p">
|
||||
Bei weitergehenden Fragen und Problemen hilft unser Handbuch als eine ausführliche Anleitung weiter.
|
||||
|
|
Loading…
Reference in a new issue