-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (55 loc) · 2.59 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: Home
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include nav.html %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<p><i>TruCol</i> is a decentralised collaboration protocol for test-driven development, which promotes inclusive, fair and accessible work.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/799XIwqf_hU?start=7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><a class="btn btn-outline-inverse btn-lg" href="/Usecases/" role="button">Usecases</a></p>
</div>
</div>
{% if jekyll.environment == "production" %}<center><div class="horizontal" data-ea-publisher="markdownguide" data-ea-type="image"></div></center>{% endif %}
<div class="container">
<div class="md-guide-feature">
<h2 class="no-anchor">Trucol, decentralising test-driven development.</h2>
<p class="lead" style="margin-bottom: 60px">The TruCol protocol presents an improvement of market efficiency and developer autonomy by decentralisation of test-driven development.</p>
<div class="row">
<div class="col-sm-4">
<a href="/protocol/">
<div class="icon">
<i class="fas fa-book-open"></i>
</div>
</a>
<h4 class="no-anchor">What is TruCol?</h4>
<p>Would you like to learn more about the TruCol protocol, please see the documentation on the <a href="/protocol/"> TruCol Protocol page</a>.</p>
</div>
<div class="col-sm-4">
<a href="/Usecases/">
<div class="icon">
<i class="fas fa-tools"></i>
</div>
</a>
<h4 class="no-anchor">Usecases</h4>
<p>Would you like to know how you can use TruCol, check out the <a href="/Usecases/">Usecases page</a> to see whether TruCol is what you need!</p>
</div>
</div>
</div>
</div>
<!-- <hr> -->
<!-- <div class="container">
<div class="md-guide-feature">
<h2 class="no-anchor">Stay in the loop.</h2>
<p class="lead">Sign up now to get priority notifications about <em>TruCol</em>.</p>
<br/>
<a class="btn btn-default btn-lg" href="https://tinyletter.com/markdownguide" style="margin-top: -10px">Stay Updated</a>
</div>
</div> -->
{% include footer.html %}
</body>
</html>