-
Notifications
You must be signed in to change notification settings - Fork 0
/
message.php
24 lines (20 loc) · 1.02 KB
/
message.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="w3-container w3-text-teal" id="contact" style="margin-top:75px">
<p>Deseas contactarnos para coordinar eventos? Encantados de conocerte, y compartir inercias!</p>
<p>Necesitas espacio para hacer la web de la massacritica de tu ciudad?</p><br>
<p>Siempre puedes unirte al <a href="https://t.me/cm_ww" target="_blank">Grupo de Telegram</a> o al <a href="https://discord.gg/hmH2kEzk" target="_blank">Servidor de Discord</a>, donde debatimos y charlamos eventos próximos</p>
<form action="/action_page.php" target="_blank">
<div class="w3-section">
<label>Nombre</label>
<input class="w3-input w3-border" type="text" name="Name" required>
</div>
<div class="w3-section">
<label>E-mail</label>
<input class="w3-input w3-border" type="text" name="Email" required>
</div>
<div class="w3-section">
<label>Mensaje</label>
<input class="w3-input w3-border" type="text" name="Message" required>
</div>
<button type="submit" class="w3-button w3-block w3-padding-large w3-blue-grey w3-margin-bottom">Send Message</button>
</form>
</div>