-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
31 lines (31 loc) · 1.07 KB
/
footer.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
25
26
27
28
29
30
31
<footer id="contact">
<div class="container">
<div id="register" class="register">
<div class="register__content">
<h2>Contact - Join us</h2>
<p>We are looking for talented scientists
working in Belgium and surrounding
countries to build the next roadmap for
BELACT.
If you are interested in getting involved in
our scientific community, feel free to contact
us.</p>
<br />
<a href="mailto:info@belact.org"><b>info@belact.org</b></a>
</div>
<div class="register__form">
<form action="" method="post">
<p class="p1">Email *</p>
<input type="email" name="email" placeholder="Please enter your email" required="required">
<p class="p1">Message *</p>
<textarea name="comment" placeholder="Enter your message here..."></textarea>
<button type="submit" name="submit" class="btn">Send</button>
</form>
</div>
</div>
<p>© BELACT Copyright 2016 - 2017</p>
</div>
</footer>
</div>
</body>
<html>