Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanG1 authored Sep 17, 2023
1 parent 545e8b4 commit 3676e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<p>Le Mans School of AI</p>
</div>
<div class="w3-display-topright w3-container w3-xlarge">
<p><button onclick="document.getElementById('agenda').style.display='block'" class="w3-button w3-dark-grey w3-round-medium">Agenda</button>
<p><button onclick="window.location.href='https://www.meetup.com/fr-FR/le-mans-school-of-ai/';">Meetup</button>
<button onclick="document.getElementById('agenda').style.display='block'" class="w3-button w3-dark-grey w3-round-medium">Agenda</button>
<button onclick="document.getElementById('mission').style.display='block'" class="w3-button w3-dark-grey w3-round-medium">Mission</button>
<button onclick="document.getElementById('contact').style.display='block'" class="w3-button w3-dark-grey w3-round-medium">Contact</button>
<button onclick="document.getElementById('friends').style.display='block'" class="w3-button w3-dark-grey w3-round-medium">Nos amis devs</button></p>
Expand Down

0 comments on commit 3676e96

Please sign in to comment.