forked from carlosmiranda/zerocracy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront.html
141 lines (141 loc) · 4.08 KB
/
front.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
layout: empty
title: Zerocracy
description: |
An automated project management chat bot to streamline
software development project in a distributed team;
a project manager that never sleeps.
permalink: /index.html
---
<style>
header,
footer,
article {
text-align: center;
padding-top: .5em;
padding-bottom: .5em;
}
</style>
<header>
<nav>
<ul>
<li>
<a href="/">
<img src="//www.0crat.com/svg/logo.svg" style="width:128px;height:128px;" alt="Zerocracy logo"/>
</a>
</li>
</ul>
</nav>
</header>
<article style="width: 600px">
<p style="font-size:48px;font-weight:bolder;">Zerocracy</p>
<!--
<p>
We are not <em>fully</em> ready yet.
Please, come back in <del>January 2017</del> February 2018.
Interested in a free 3-month trial (worth over $3,000)?
Please,
<a href="https://docs.google.com/forms/d/1QHS0mzslL7bI4LWLQ1o_9epLy2Ml_BQbVhw0oCM4BLg">fill this form</a>.
</p>
-->
<p>
Ready to trust your software project to
our <a href="http://www.yegor256.com/2018/03/21/zerocracy-announcement.html">management bot</a> and an
<a href="http://www.xdsd.org">extremely distributed</a> team?
Submit an <a href="/rfp" class="highlight">RfP</a>
and one of the <a href="https://www.0crat.com/team">architects</a>
will guide you through.
</p>
<script type="text/javascript">
function param(name) {
var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)');
var results = regex.exec(window.location.href);
if (!results) return '';
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, ' '));
}
$(function () {
$('#utm_source').val(param('utm_source'));
$('#utm_medium').val(param('utm_medium'));
$('#utm_campaign').val(param('utm_campaign'));
$('#referrer').val(document.referrer);
console.log('Referrer set to "' + document.referrer + '"')
});
</script>
<form method="POST" action="https://www.mailanes.com/subscribe?list=4">
<input type="hidden" name="source" value="www.zerocracy.com"/>
<input type="hidden" name="referrer" id="referrer" value=""/>
<input type="hidden" name="utm_source" id="utm_source" value=""/>
<input type="hidden" name="utm_medium" id="utm_medium" value=""/>
<input type="hidden" name="utm_campaign" id="utm_campaign" value=""/>
<input type="hidden" name="redirect" value="http://www.zerocracy.com/thanks.html"/>
<input type="email" name="email" autofocus="true" placeholder="Your email..." size="24"/>
<button type="submit">Help me start!</button>
</form>
<p>
<span style="color:darkred"><strong>Hot offer</strong></span>: We audit your software and
let you know where is the <ins>technical debt</ins>,
<a href="https://audit.zerocracy.com">click here</a> to apply.
</p>
</article>
<footer>
<nav>
<ul>
<li>
<a href="https://www.0crat.com">Login</a>
</li>
<li>
<a href="https://github.com/zerocracy/">GitHub</a>
</li>
<li>
<a href="https://t.me/zerocracy">Telegram</a>
</li>
<li>
<a href="https://twitter.com/0crat">Twitter</a>
</li>
<li>
<a href="https://www.facebook.com/zerocracy/">Facebook</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCxZAzmY_OPw40I1-YStWqhw">YouTube</a>
</li>
</ul>
</nav>
<nav>
<ul>
<li>
<a href="/toc.html">How It Works?</a>
</li>
<li>
<a href="/faq.html">FAQ</a>
</li>
<li>
<a href="/blog.html">Blog</a>
</li>
<li>
<a href="/policy.html">Policy</a>
</li>
<li>
<a href="/terms.html">Terms</a>
</li>
<li>
<img src="http://www.zold.io/images/logo-blue.svg" style="height:1em;vertical-align:middle;"/>
<a style="vertical-align:middle;" href="https://www.zold.io">Zold</a>
</li>
</ul>
</nav>
<nav>
<ul>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</nav>
<nav>
<ul>
<li>
Palo Alto, CA
</li>
</ul>
</nav>
</footer>