Skip to content

Commit

Permalink
Add Adrian Delgado as speaker in the cli week (#79)
Browse files Browse the repository at this point in the history
* Add Adrian Delgado as speaker in the cli

* Update src/routes/events/cliweek/+page.svelte

Co-authored-by: Adrián Delgado <[email protected]>

---------

Co-authored-by: Adrián Delgado <[email protected]>
  • Loading branch information
alicarpio and adriandelgado authored Nov 4, 2024
1 parent c39a750 commit 3c4baad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added src/lib/assets/adrian-delgado.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/routes/events/cliweek/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import Speaker from "$lib/components/Speaker.svelte";
import gokulSoumya from "$lib/assets/gokul-soumya.jpg";
import miguelSanchez from "$lib/assets/miguel-sanchez.jpeg";
import adrianDelgadoFerris from "$lib/assets/adrian-delgado.png";
</script>

<svelte:head>
Expand Down Expand Up @@ -89,6 +90,15 @@
time="20H30"
topic="CLI Tool Development"
/>

<Speaker
name="Adrián Delgado"
title="Pentester @ Syscloudsec"
image_url={adrianDelgadoFerris}
date="15-11-2024"
time="10H30"
topic="Desarrollemos un cracker de contraseñas en Rust"
/>
</div>

<div>See you there!</div>
Expand Down

0 comments on commit 3c4baad

Please sign in to comment.