Skip to content

Commit

Permalink
Add some "previously known as" text to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaird committed Jan 21, 2025
1 parent 5f5e472 commit c8e0ec6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,15 @@ p.big {
padding: 1em 1em 2.5em;
}

.hero-intro p.announcement {
margin-top: 2em;
padding: 1em;
border: solid 1px var(--ec-icon-purple);
border-radius: 0.25em;
font-style: italic;
color: var(--ec-icon-purple);
}

.hero-highlights {
display: grid;
grid-template-columns: auto auto;
Expand Down
2 changes: 2 additions & 0 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

<div class="hero-intro">
<p>Securely verify supply chain artifacts, and enforce policies about how they were built and tested, in a manageable, scalable, and declarative way.</p>

<p class="announcement">Note: Conforma was previously known as "Enterprise Contract", and often abbreviated as "EC". Please bear with us as we update the documentation and other resources to use the new name.</p>
</div>

<div class="hero-links">{{ .Content }}</div>
Expand Down

0 comments on commit c8e0ec6

Please sign in to comment.