forked from majlis-erc/manuForma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
23 lines (22 loc) · 1.11 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<section class="py-5 text-center container">
<div class="row">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">manuForma Application </h1>
<p class="lead text-muted">The manuForma application is designed to make TEI data creation and distributed editing faster and easier. Features easy to use multi-step forms, Github interactions and more. </p>
<p>
<a href="about.html" class="btn btn-secondary my-2">Read more</a>
<a href="documentation.html" class="btn btn-secondary my-2">Documentation</a>
</p>
</div>
</div>
</section>
<section class="py-5 container">
<div class="container">
<h2 class="fw-light">More information about running the manuForma application</h2>
<p>Place holder text</p>
</div>
</section>
<hr/>
</div>