File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments