forked from legalese/legalese.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
92 lines (75 loc) · 3.82 KB
/
help.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Help and Contact</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63573011-4', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="inner">
<h1>Legalese 2.0</h1>
<h2>Software is eating law.</h2>
<a href="https://github.com/legalese/" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div class="menu-wrap">
<nav class="menu">
<ul class="clearfix">
<li><a href="index.html">Home</a></li>
<li>
<a target="_blank" href="tutorials.html">Tutorials <span class="arrow">▼</span></a>
<ul class="sub-menu">
<li> <a href="tutorials.html#t1">the EULA</a></li>
<li> <a href="tutorials.html#t2">Hello, World!</a></li>
<li> <a href="tutorials.html#t3">Send for Signature!</a></li>
<li> <a href="tutorials.html#t4">A Real Nondisclosure Agreement</a></li>
<li> <a href="tutorials.html#t5">What Docsets Are Available?</a></li>
<li> <a href="tutorials.html#t6">Generating Multiple Documents – Incorporation</a></li>
<li> <a href="tutorials.html#t7">Developing Your Own Templates</a></li>
</ul>
</li>
<li><a href="generalinfo.html">General Info</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="turing.html">Turing-Complete Contracts</a></li>
</ul>
</nav>
</div>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>Help!</h1>
<p>If something isn't working, please email <a href="mailto:[email protected]">[email protected]</a>.</p>
<h1>Sign me up!</h1>
<p>To be notified when we launch, <a target="_blank" href="http://goo.gl/forms/95r7fvaYv9">sign up for our waiting list.</a></p>
<h1>Forums</h1>
<p>We'll set up a Scrollback chat for discussions and a Google Groups mailing list for announcements soon.</p>
</section>
<aside id="sidebar">
<a href="https://docs.google.com/spreadsheets/d/1rBuKOWSqRE7QgKgF6uVWR9www4LoLho4UjOCHPQplhw/copy?id=1rBuKOWSqRE7QgKgF6uVWR9www4LoLho4UjOCHPQplhw©Collaborators=false©Comments=false&title=My%20Legalese%20Tutorial%202&usp=sheets_web" class="button">
<small>Install the</small>
Google App
</a>
<p class="repo-owner"><a href="https://github.com/legalese">Legalese</a> is a <a href="https://jfdi.asia/">JFDI.Asia</a> spinoff, initially hosted by <a href="https://github.com/cofounders">Cofounders</a> and later moved to its own project.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>