Skip to content

Commit 28eea61

Browse files
committed
Add vision and mission statement to home page
Ref: https://issues.redhat.com/browse/EC-1290
1 parent c8d3cf0 commit 28eea61

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

website/assets/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,18 @@ p.big {
485485
color: var(--ec-icon-purple);
486486
}
487487

488+
.hero-intro p.mission {
489+
padding: 1em;
490+
font-style: italic;
491+
font-size: 130%;
492+
color: var(--ec-icon-purple);
493+
}
494+
495+
.hero-intro p.mission span {
496+
opacity: 0.3;
497+
font-weight: bold;
498+
}
499+
488500
.hero-highlights {
489501
display: grid;
490502
grid-template-columns: auto auto;

website/layouts/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@
5858
<div class="divider">
5959
{{ partial "svg-wave-divider.html"}}
6060
</div>
61+
62+
{{/* Recycling the hero-intro class even though this is not the intro */}}
63+
<div class="hero-intro">
64+
<p class="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+
<p class="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,
71+
quality, and security policies.</p>
72+
</div>
73+
74+
<div class="divider">
75+
{{ partial "svg-wave-divider.html"}}
76+
</div>
77+
6178
<div class="blog-excerpts" style="padding-top: 2em; padding-bottom: 0em;">
6279
<h2>Recently Published</h2>
6380
<article class="doc">

0 commit comments

Comments
 (0)