Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 109 additions & 106 deletions docs/en/tutoriais.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,113 +47,116 @@
</ul>
</nav>
<nav class="menu-idiomas">
<ul class="menu-idiomas">
<li>
<a href="/tutoriais.html" class="pt">
<img src="/assets/img/br.png" alt="Portuguese" class="bandeira">
</a>
</li>
<li>
</li>
</ul>
</nav>
</header>
<ul class="menu-idiomas">
<li>
<a href="/tutoriais.html" class="pt">
<img src="/assets/img/br.png" alt="Portuguese" class="bandeira">
</a>
</li>
<li>
</li>
</ul>
</nav>
</header>
</div>
<section class="tutorial-section">
<h2>INSTALLATION AND TUTORIALS</h2>
<section class="demo-section">
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video0')">
<span>Autentication in plataform</span>
<span class="arrow">▼</span>
</div>
<div id="video0" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZhgZV3x03Yw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<section class="tutorial-section">
<h2>INSTALLATION AND TUTORIALS</h2>
<div class="tutorial-container">
<div class="tutorial-card">
<img src="/assets/img/11.png" alt="Kytos-ng Logo">
<a href="tutorial_kytos.html">Kytos Installation Tutorial</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/12.png" alt="MongoDB Logo">
<a href="tutorial_mongodb.html">Configuring MongoDB</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/13.png" alt="Lock Icon">
<a href="tutorial_contencao.html">Contention Block Tests<br>(Block Action)</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/16.png" alt="MISP Logo">
<a href="tutorial_misp.html">MISP Module Tutorial</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/15.png" alt="MnSec Logo">
<a href="tutorial_mnsec.html">Activating Mininet-sec</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/14.png" alt="Suricata Logo">
<a href="tutorial_mnsec_suricata.html">Execution and Attack Detection with MnSec and Suricata</a>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video1')">
<span>HackInSDN Demonstration - Integrated Components</span>
<span class="arrow">▼</span>
</div>

<section class="demo-section">
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video1')">
<span>HackInSDN Demonstration - Integrated Components</span>
<span class="arrow">▼</span>
</div>
<div id="video1" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gXD2FcBjGuk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video2')">
<span>Mininet-Sec Usage Demonstration</span>
<span class="arrow">▼</span>
</div>
<div id="video2" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cuHZMSPIQdw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video3')">
<span>Contention Napp on Kytos</span>
<span class="arrow">▼</span>
</div>
<div id="video3" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/kb9F3WKWsSc" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video4')">
<span>MISP Suricata</span>
<span class="arrow">▼</span>
</div>
<div id="video4" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/IxJ4zsGYDgY" frameborder="0" allowfullscreen></iframe>
</div>
</div> <!-- End of the first item -->

<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video5')">
<span>Using HackInSDN Dashboard for Security and Networking Experiments</span>
<span class="arrow">▼</span>
</div>
<div id="video5" class="demo-video">
<a href="https://www.youtube.com/watch?v=o5lC5tBhZM0">
<img src="https://img.youtube.com/vi/o5lC5tBhZM0/0.jpg" alt="Click to watch the video on YouTube">
</a>
</div>

</div> <!-- End of the second item -->

<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video6')">
<span>Creating Labs on HackInSDN Dashboard - For Teachers</span>
<span class="arrow">▼</span>
</div>
<div id="video6" class="demo-video">
<a href="https://www.youtube.com/watch?v=YKb_MtTeZ1k">
<img src="https://img.youtube.com/vi/YKb_MtTeZ1k/0.jpg" alt="Click to watch the video on YouTube">
</a>
</div>

</div> <!-- End of the third item -->

</section>
</section>
</div>
<div id="video1" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gXD2FcBjGuk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video6')">
<span>Creating Labs on HackInSDN Dashboard - For Teachers</span>
<span class="arrow">▼</span>
</div>
<div id="video6" class="demo-video">
<a href="https://www.youtube.com/watch?v=YKb_MtTeZ1k">
<img src="https://img.youtube.com/vi/YKb_MtTeZ1k/0.jpg" alt="Click to watch the video on YouTube">
</a>
</div>
</div> <!-- End of the second item -->
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video5')">
<span>Using HackInSDN Dashboard for Security and Networking Experiments</span>
<span class="arrow">▼</span>
</div>
<div id="video5" class="demo-video">
<a href="https://www.youtube.com/watch?v=o5lC5tBhZM0">
<img src="https://img.youtube.com/vi/o5lC5tBhZM0/0.jpg" alt="Click to watch the video on YouTube">
</a>
</div>
</div> <!-- End of the second item -->
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video2')">
<span>Mininet-Sec Usage Demonstration</span>
<span class="arrow">▼</span>
</div>
<div id="video2" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cuHZMSPIQdw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video3')">
<span>Contention Napp on Kytos</span>
<span class="arrow">▼</span>
</div>
<div id="video3" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/kb9F3WKWsSc" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video4')">
<span>MISP Suricata</span>
<span class="arrow">▼</span>
</div>
<div id="video4" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/IxJ4zsGYDgY" frameborder="0" allowfullscreen></iframe>
</div>
</div> <!-- End of the first item -->
</section>
<div class="tutorial-container">
<div class="tutorial-card">
<img src="/assets/img/11.png" alt="Kytos-ng Logo">
<a href="tutorial_kytos.html">Kytos Installation Tutorial</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/12.png" alt="MongoDB Logo">
<a href="tutorial_mongodb.html">Configuring MongoDB</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/13.png" alt="Lock Icon">
<a href="tutorial_contencao.html">Contention Block Tests<br>(Block Action)</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/16.png" alt="MISP Logo">
<a href="tutorial_misp.html">MISP Module Tutorial</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/15.png" alt="MnSec Logo">
<a href="tutorial_mnsec.html">Activating Mininet-sec</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/14.png" alt="Suricata Logo">
<a href="tutorial_mnsec_suricata.html">Execution and Attack Detection with MnSec and Suricata</a>
</div>
</div>
</section>
</div>
</body>
</html>
Loading