-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.njk
24 lines (24 loc) · 1.1 KB
/
apply.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: base.njk
title: Apply
stylesheetPath: "/style/apply.css"
---
<section style="margin: auto; padding: 10px;">
<h3>Apply to immerse</h3>
<br>
<form method="POST" action="https://formsubmit.co/2e947e27d6c33b3d7724fc026747ce64" enctype="multipart/form-data">
<input type="text" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<br>
<textarea name="message" rows="8" cols="48" placeholder="Tell us about you and why you want to be a part of Immerse (Norwegian or English)" ></textarea>
<br>
<input type="hidden" name="_subject" value="Immerse application">
<input type="hidden" name="_autoresponse"
value="Thank you for applying to Immerse! We will get back to you shortly">
<button type="submit" class="button">Send</button>
</form>
<hr>
<h4>Don't use mail too often? Apply by sending us a message on Facebook!</h3>
<hr>
<h4>Remember that you need some experience with object-oriented programming to be accepted into Immerse NTNU</h4>
</section>