Skip to content

Commit 3f95300

Browse files
committed
Add form to onboarding events
1 parent a08f066 commit 3f95300

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

_includes/events.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,18 @@ <h2>I gruppi di lavoro</h2>
8787
</li>
8888
</ul>
8989
</p>
90+
91+
<h2>Interessato a saperne di più?</h2>
92+
Se il nostro progetto e le nostre attività ti interessano e desideri partecipare ad un evento di "ONBOARDING",
93+
compila <a href="https://forms.gle/SnuucMwRTyCxvGST8">questo form</a>.
94+
Ti contatteremo il prima possibile!
95+
9096
<!--
9197
{% include informazioni_generali_eventi.html %}
9298
-->
9399

100+
{% unless site.categories.event_planned.size %}
94101
<h2>Calendario eventi CoderDojo</h2>
95-
<!-- EVENT PLANNED LIST -->
96102
<div>
97103
<table class="table table-bordered">
98104
<thead>
@@ -125,9 +131,15 @@ <h2>Calendario eventi CoderDojo</h2>
125131
</table>
126132

127133
</div>
134+
{% endunless %}
135+
136+
<hr />
128137
<p>
129-
<a onclick="showAllItems()" href="#">Mostra anche gli eventi passati</a>
138+
<a onclick="showAllItems()" href="#">Mostra gli eventi passati</a>
130139
</p>
140+
141+
<hr />
142+
131143
<p>
132144
Dubbi? Leggi le <a href="/faq">domande frequenti</a>
133145
</p>

0 commit comments

Comments
 (0)