Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
url: /index
layout: index
title: An open-source append only ledger
description: Build tamper-evident services with Trillian and cryptographically prove that the data hasn’t been unexpectedly changed.
description: Build tamper-evident services and cryptographically prove that the data hasn’t been unexpectedly changed.
---

<section class="glue-page gpt-7 gpb-7">
Expand Down Expand Up @@ -266,6 +266,7 @@ <h2 class="headline2 gmb-4">
</div>
</section>

<!--
<div class="bg-Grey-050">
<a id="trillian"></a>
<section class="glue-page gpt-6 gpb-6">
Expand Down Expand Up @@ -332,21 +333,6 @@ <h2 class="headline4 gmb-4">Explore some example code</h2>
</div>
</section>

<!-- Get started block -->
<!--
<section class="glue-page gmt-7 gmb-6">
<div class="glue-grid">
<div class="col-span-4 sm:col-span-10 sm:col-start-2 markdown">
<h2 class="headline3 gmt-4 gpb-4 sm:text-center" style="margin-bottom: 0;">Installing Trillian</h2>
{{< read-markdown-file "/content/get-started.md" >}}

<div class="gpt-3">
{{< trillian-youtube 1Yfb4uSlFTM >}}
</div>
</div>
</div>
</section>
-->

<a id="why"></a>
<section class="glue-page gmt-6 gmb-6">
Expand Down Expand Up @@ -400,6 +386,7 @@ <h1 class="headline2 sm:text-center gmb-4">
</a>
</p>
</section>
-->

<script>
'use strict';
Expand Down
3 changes: 0 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ <h2 class="text-Grey-900">Learn more about tamper-evident logs</h2>
<li>
<a href='{{ "/#benefits" | relURL }}' class="text-Grey-600 hover:text-Grey-900 hover:no-underline">Benefits of tamper-evident logs</a>
</li>
<li>
<a href='{{ "/#trillian" | relURL }}' class="text-Grey-600 hover:text-Grey-900 hover:no-underline">Trillian: an open-source verifiable log</a>
</li>
<li>
<a href='{{ "/verifiable-data-structures/" | relURL }}' class="text-Grey-600 hover:text-Grey-900 hover:no-underline">Verifiable Data Structures</a>
</li>
Expand Down
Loading