-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
48 lines (42 loc) · 1.95 KB
/
team.html
File metadata and controls
48 lines (42 loc) · 1.95 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: Arcana
layout: default
---
{% assign current = page.url | downcase | split: '/' %}
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Getting Involved</h2>
<p>TEAM</p>
</header>
<div style="width: 100%;">
<div style="height: 150px; width: 150px; float: left;">
<i class="icon major icon major fa-wrench"></i>
</div>
<div style="margin-left: 120px;">
<p style="text-align:justify">
Questions and bug reports, please contact us by e-mail: map2check.tool@gmail.com or by GitHub repository at <a href="https://github.com/hbgit/Map2Check/issues"> https://github.com/hbgit/Map2Check/issues</a>.
</p>
</div>
</div>
<div style="width: 100%; margin-top: 100px;">
<ol>
<p style="text-align:justify">
Maintainers:
</p>
<li>
<a href="https://github.com/hbgit">Herbert O. Rocha</a> (since 2014), Federal University of Roraima, Brazil
</li>
<li>
<a href="https://github.com/RafaelSa94">Rafael Menezes</a> (since 2016), Federal University of Roraima, Brazil
</li>
</ol>
</div>
</br>
</div>
</div>
</section>