-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (27 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Common Form</title>
<link rel="stylesheet" href="html5-doctor-reset-stylesheet.min.css">
<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900,500italic,400italic,100italic,900italic,300italic,700italic,800italic&subset=latin,latin-ext'>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header role=banner>
<img class="logo" src="logo.svg" alt="logotype">
<h1>Common Form</h1>
<p class="subtitle">composable, verifiable, shareable legal forms</p>
</header>
<nav role=navigation>
<a class=button href=https://type.commonform.org>Learn to Type Forms</a>
<a class=button href=https://edit.commonform.org>Edit, Analyze, and Format Forms Online</a>
<a class=button href=https://redline.commonform.org>Compare Forms and Other Texts</a>
</nav>
<main role="main">
<p>Common Form is a computer language for legal forms. That language helps software process not just legal text, but the sections, references, definitions, and blanks that give it structure. Programs that speak Common Form can solve problems word processors and document assemblers can’t.</p>
<p>Common Form tools are licensed, free of charge, on highly permissive, professionally drafted open-source terms. The code is divided into neat building blocks that are easy to reuse in other projects.</p>
<p>Common Form is under active development. If you’d like to connect, <a href="mailto:[email protected]">e-mail [email protected]</a> and ask to join the mailing list. Most work happens by e-mail and <a href="https://github.com/commonform">on GitHub</a>.</p>
</main>
</body>
</html>