-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
35 lines (35 loc) · 1.16 KB
/
index.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
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GenMapper</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div style="text-align: center;">
<h1>GenMapper</h1>
<p>Hello, this app should serve for mapping generations of simple churches.<br>
I pray it serves you to advance Jesus' kingdom.</p>
<p>Please select gen map variant:</p>
<section style ="max-width: 900px; margin: 0 auto; display: flex;">
<div class="box-template">
<a href="four-fields/index.html">
<img src="gen-mapper-example1.png" height="400" alt="four-fields">
<h2>Four Fields</h2>
</a>
</div>
<div class="box-template">
<a href="church-circles/index.html">
<img src="gen-mapper-example-church-circles.png" height="400" alt="church-circles">
<h2>Church Circles</h2>
</a>
</div>
</section>
<h3>Other</h3>
<p><a href="church-circles-czech/index.html">Church circles Czech</a></p>
<p><a href="movementeer/index.html">MOVEMENTeer</a></p>
<p><a href="disciples/index.html">Disciples (beta version)</a></p>
</div>
</body>
</html>