Skip to content

Commit

Permalink
edit(registration): Add opening status and turnout to /opening-status…
Browse files Browse the repository at this point in the history
… page.
  • Loading branch information
niccolozanotti committed Sep 11, 2024
1 parent f401875 commit 0e3f6c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/turnout-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form id="registerForm">
<input type="text" id="nameInput" placeholder="Enter your name" required>
<button type="submit">Register</button>
<input type="text" id="nameInput" placeholder="Inserisci il tuo nome" required>
<button type="submit">Registrati</button>
</form>

<h3>Presenti in aula real-time:</h3>
Expand Down
2 changes: 1 addition & 1 deletion home.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ layout: home

# UGO Aula studio

{% include opening-status.html %}

16 changes: 16 additions & 0 deletions opening-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: article
title: Stato di apertura
permalink: /opening-status
---
{% include opening-status.html %}

<html lang="en">
<body>
{% include turnout-styles.html %}
{% include turnout-form.html %}
</body>
<script>
{% include scripts/turnout.js %}
</script>
</html>

0 comments on commit 0e3f6c2

Please sign in to comment.