You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/layouts/index.html
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
<divclass="hero-intro">
20
20
<p>Securely verify supply chain artifacts, and enforce policies about how they were built and tested, in a manageable, scalable, and declarative way.</p>
21
21
22
-
<pclass="announcement">Note: Conforma was previously known as "Enterprise Contract", often abbreviated as "EC". Please bear with us as we update the documentation and other resources to use the new name.</p>
23
22
</div>
24
23
25
24
<divclass="hero-links">{{ .Content }}</div>
@@ -51,10 +50,32 @@
51
50
52
51
</div>
53
52
</div>
53
+
54
+
<divclass="hero-intro">
55
+
<pclass="announcement">Note that Conforma was originally known as "Enterprise Contract". You might find it still refered to as "Enterprise Contract", or "EC" in some of the older content on this website.</p>
56
+
</div>
57
+
58
+
<divclass="divider">
59
+
{{ partial "svg-wave-divider.html"}}
60
+
</div>
61
+
62
+
{{/* Recycling the hero-intro class even though this is not the intro */}}
63
+
<divclass="hero-intro">
64
+
<pclass="mission"><span>Vision:</span> A world where every
65
+
software supply chain includes robust policy enforcement and secure artifact
66
+
verification by default.</p>
67
+
68
+
<pclass="mission"><span>Mission:</span> To create user-friendly,
69
+
standards-based tooling to empower software, release, and security engineers to
70
+
consistently deliver artifacts that verifiably and transparently meet business,
0 commit comments