Browse Source

Merge pull request #492 from AlmaLinux/add_taxID

Another small change to the footer
pull/505/head
benny Vasquez 1 year ago
committed by GitHub
parent
commit
c7b92b5291
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      assets/css/bundle.css
  2. 5
      i18n/en.json
  3. 6
      layouts/partials/common/footer.html

7
assets/css/bundle.css

@ -1038,10 +1038,11 @@ a {
}
/* adding for sponsor logos on the ALDT page */
.additional_sponsors {
/* formatting for the disclaimer text in the footer */
.footer_tax_note {
font-size:.7rem;
padding-top:.5rem;
}
/*# sourceMappingURL=bundle.css.map */

5
i18n/en.json

@ -592,5 +592,8 @@
"Verified by:": "Verified by:",
"Expires:": "Expires:",
"AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM": "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM",
"Thanks for coming to ": "Thanks for coming to "
"Thanks for coming to ": "Thanks for coming to ",
"(Tax ID 86-2791864)": "(Tax ID 86-2791864)",
"The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law": "The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law",
"Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance.": "Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance."
}

6
layouts/partials/common/footer.html

@ -70,7 +70,11 @@
</li>
</ul>
</div>
</div>
</div>
<div>
<p class="footer_tax_note">{{ i18n "The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law" }} <a href="https://apps.irs.gov/app/eos/">{{ i18n "(Tax ID 86-2791864)" }}</a>.<br /><br />{{ i18n "Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance." }}
</p>
</div>
</div>
</footer>

Loading…
Cancel
Save