portico: Revamp /for/companies.

We rework the landing page for companies in the same way we've
recently revamped the landing pages for other use cases.

This implementation unfortunately duplicates a lot of content from
/plans; we should clean that up at some point.
This commit is contained in:
Alya Abbott
2021-08-02 23:06:46 -07:00
committed by Tim Abbott
parent f965ed4013
commit b679148788
9 changed files with 714 additions and 92 deletions

View File

@@ -540,7 +540,11 @@ html_rules: List["Rule"] = [
*prose_style_rules,
{
"pattern": "subject|SUBJECT",
"exclude": {"templates/zerver/email.html", "zerver/tests/fixtures/email"},
"exclude": {
"templates/zerver/email.html",
"zerver/tests/fixtures/email",
"templates/zerver/for-companies.html",
},
"exclude_pattern": "email subject",
"description": "avoid subject in templates",
"good_lines": ["topic_name"],