forked from invesalius/invesalius.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·31 lines (25 loc) · 1003 Bytes
/
contact.html
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
---
layout: default
---
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Contact</h2>
<p> Questions or suggestions? Write us</p>
<h4 style="margin-bottom: 5px; font-weight: bold;"> <a href="mailto:invesalius@cti.gov.br?Subject=InVesalius contact" target="_blank">invesalius@cti.gov.br</a><br> </h4>
</header>
<!-- <hr class="major" /> -->
<div class="row">
<div class="6u">
<section class="special">
<!-- <a href="#" class="image fit"><img src="{{ site.baseurl }}/images/pic01.jpg" alt="" /></a> -->
</section>
</div>
<div class="6u">
<section class="special">
<!-- <a href="#" class="image fit"><img src="{{ site.baseurl }}/images/pic02.jpg" alt="" /></a> -->
</section>
</div>
</div>
</div>
</section>