This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
58 lines (54 loc) · 1.56 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
58
---
layout: default
css_id: landing
---
<div class="video_wrapper">
<iframe src="https://player.vimeo.com/video/237799749"
width="800"
height="460" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="info-tagline-container">
<div class="info-tagline">
<div>
<h3>Software supply chain protection</h3>
<p>
Supply chain compromises are becoming a frequent occurrence.
In-toto can help you protect your software supply chain.
</p>
<a href="/in-toto.html">Read more</a>
</div>
<img src="/assets/images/layout.png" />
</div>
<div class="info-tagline">
<img src="/assets/images/metadata.png" />
<div>
<h3>Open, Extensible Standard</h3>
<p>
in-toto is an open metadata standard that you can implement in your
software's supply chain toolchain.
<p>
<a href="/specs.html">Read the Specifications</a>
</div>
</div>
<div class="info-tagline">
<div>
<h3>Extensive Tooling</h3>
<p>
You can use in-toto today by using your MIT-licensed library and tools.
</p>
<a href="https://github.com/in-toto/in-toto">Tools</a>
</div>
<img src="/assets/images/gears.png" />
</div>
<div class="info-tagline">
<img src="/assets/images/tool.png" />
<div>
<h3>Try It Out!</h3>
<p>
Get started today designing an in-toto layout using our web layout tool.
<p>
<a href="https://in-toto.engineering.nyu.edu">Get started.</a>
</div>
</div>
</div>