Skip to content

Commit d36021f

Browse files
committed
Reword and reposition the "old name" message
The "Please bear with us as we update..." is obsolete now, so update the text to something more accurate. Also make it less prominent, cosmetically and by moving it lower on the page, since I think it's less important now. (I'm recycling the hero-intro div class even though it's no longer part of the intro, just convenience with the CSS.) Not directly related to, but created while I'm working on the PR for... Ref: https://issues.redhat.com/browse/EC-1290
1 parent a45bf85 commit d36021f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

website/assets/css/custom.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,9 @@ p.big {
475475
}
476476

477477
.hero-intro p.announcement {
478-
margin-top: 2em;
479478
padding: 1em;
480-
border: solid 1px var(--ec-icon-purple);
481-
border-radius: 0.25em;
482479
font-style: italic;
483-
font-size: 90%;
480+
font-size: 75%;
484481
color: var(--ec-icon-purple);
485482
}
486483

website/layouts/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<div class="hero-intro">
2020
<p>Securely verify supply chain artifacts, and enforce policies about how they were built and tested, in a manageable, scalable, and declarative way.</p>
2121

22-
<p class="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>
2322
</div>
2423

2524
<div class="hero-links">{{ .Content }}</div>
@@ -51,6 +50,11 @@
5150

5251
</div>
5352
</div>
53+
54+
<div class="hero-intro">
55+
<p class="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+
5458
<div class="divider">
5559
{{ partial "svg-wave-divider.html"}}
5660
</div>

0 commit comments

Comments
 (0)