Skip to content

Commit

Permalink
Info ING
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAtec committed Apr 16, 2024
1 parent d30f1f3 commit ffd28eb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
Binary file added resources/speakers/picture-Stijn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/speakers/picture-Victoria.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
</tr>
<tr>
<td>11:30-12:20</td>
<td>T.B.A.</td>
<td>ING - T.B.A.</td>
<td>Hackers in the picture 📽️</td>
<td>ING - Victoria Agaronuan &amp; Stijn Meijer</td>
<td></td>
</tr>
<tr>
Expand Down
31 changes: 28 additions & 3 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,43 @@
<div class="box-container">
<div class="container2">
<div class="text-container2">
<p>ING - To Be Announced</p>
<p>ING - Victoria Agaronuan</p>
</div>
<span class="cross"></span>
</div>

<div class="container">
<div class="image-container">
<img class="profile" src="./resources/empty_photo.jpg">
<img class="profile" src="./resources/speakers/picture-Victoria.jpg">
</div>

<div class="text-container">
<p></p>
<p>Investigating and mitigating cyber security threats and incidents. In her daily tasks Victoria
integrates technical security triage skills with communication skills and process analysis to minimize
the impact of security incidents and prevent them from recurring.
</p>
</div>
</div>
</div>

<div class="box-container">
<div class="container2">
<div class="text-container2">
<p>ING - Stijn Meijer</p>
</div>
<span class="cross"></span>
</div>

<div class="container">
<div class="image-container">
<img class="profile" src="./resources/speakers/picture-Stijn.png">
</div>

<div class="text-container">
<p>Working every day to identify punctures in security defences, Stijn can use social engineering,
technical exploits, as well as business process mistakes to prove that something is insecure. And then
help fixing it.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit ffd28eb

Please sign in to comment.