Skip to content

Commit

Permalink
Add Amaury's image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker committed Jul 22, 2024
1 parent cb1aa66 commit a11c126
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Binary file added 2024/images/sechet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions 2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,10 @@ <h1>Schedule</h1>
onClick="openTalkDetails('steve')">[Show Details]</button>
<div id="steve" class="w3-hide w3-panel">
<div class="talktitle w3-card-4">
<img class="speakerIMG w3-image" src="../2023/images/schveighoffer.jpg">
<div class="w3-panel w3-third">
<img class="w3-image w3-half" src="../2023/images/schveighoffer.jpg">
<img class="w3-image w3-half" src="images/sechet.jpg">
</div>
<div class="talkmeta">
Audience: Advanced<br>
Duration: 40 Minutes<br>
Expand Down Expand Up @@ -675,8 +678,11 @@ <h1>Schedule</h1>
by Steven Schveighoffer and Amaury Séchet <button class="w3-button details-hover" id="amauryShow"
onClick="openTalkDetails('amaury')">[Show Details]</button>
<div id="amaury" class="w3-hide w3-panel">
<div class="talktitle w3-card-4">
<img class="speakerIMG w3-image" src="../2023/images/schveighoffer.jpg">
<div class="talktitle w3-card-4">
<div class="w3-panel w3-third">
<img class="w3-image w3-half" src="../2023/images/schveighoffer.jpg">
<img class="w3-image w3-half" src="images/sechet.jpg">
</div>
<div class="talkmeta">
Audience: Advanced<br>
Duration: 40 Minutes<br>
Expand Down

0 comments on commit a11c126

Please sign in to comment.