feat(html): add binary exploitations article dedicated page and slides

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-12-09 18:13:02 +01:00
parent 8b67ccd47c
commit 0f1fa50ef5
4 changed files with 27 additions and 1 deletions

View File

@ -110,6 +110,7 @@ header .socials a:hover {
article h1 {
color: #f4b65c;
margin-bottom: 0.7em;
}
article {

Binary file not shown.

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Juju</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<link rel="stylesheet" href="../../assets/style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
</head>
<body>
<article>
<h1>Introduction à la rétro-ingénierie et à l'exploitation logicielle</h1>
<h2>
<a href="https://www.youtube.com/watch?v=5g2eZSST7YE">
<i class="ri-youtube-line"></i>
</a>
<a href="binary_exploitation.pdf">
<i class="ri-slideshow-line"></i>
</a>
</h2>
</article>
</body>
</html>

View File

@ -11,7 +11,7 @@
<article>
<h1>Posts</h1>
<li>
<h3><a href=https://www.youtube.com/watch?v=5g2eZSST7YE>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
<h3><a href=conf_exploit/>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
</li>
</article>
</body>