From cb82ea2ed8d4ad3dcb66cb17cb9622e519fab9c9 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Thu, 22 Jul 2021 21:13:28 -0700 Subject: [PATCH] portico: Add general info at the top of /for/x pages. --- static/styles/portico/landing_page.css | 13 +++++++++++++ templates/zerver/for-education.html | 11 +++++++++-- templates/zerver/for-events.html | 6 ++++++ templates/zerver/for-research.html | 7 +++++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/static/styles/portico/landing_page.css b/static/styles/portico/landing_page.css index eb3568850a..8002004ad7 100644 --- a/static/styles/portico/landing_page.css +++ b/static/styles/portico/landing_page.css @@ -4189,7 +4189,9 @@ nav { text-align: center; font-weight: bolder; opacity: 0.9; + } + .hero { a { color: hsl(170, 76%, 64%); } @@ -4339,3 +4341,14 @@ nav { opacity: 0.8; } } + +.feature-intro { + max-width: 800px; + margin: 50px auto 0; + padding: 0 4vw 0; + + h1 { + font-size: 36px; + font-weight: 600; + } +} diff --git a/templates/zerver/for-education.html b/templates/zerver/for-education.html index bf1eb233a2..14dd178e1f 100644 --- a/templates/zerver/for-education.html +++ b/templates/zerver/for-education.html @@ -22,11 +22,11 @@

Teach a course with Zulip.

-

Online, in-person, and anything in between

+

Online, in-person, and anything in between.
Free for most classes!

Learn how Technical University of Munich and -
University of California San Diego are using Zulip! +
University of California San Diego are using Zulip.
@@ -41,6 +41,13 @@
+
+

Make Zulip the communication hub for your class.

+

+ Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post lecture notes and announcements, answer students’ questions, and coordinate with teaching staff all in one place. +

+
+
diff --git a/templates/zerver/for-events.html b/templates/zerver/for-events.html index 021f7a7bcb..a00c430b7b 100644 --- a/templates/zerver/for-events.html +++ b/templates/zerver/for-events.html @@ -40,6 +40,12 @@
+
+

Make Zulip the communication hub for your event.

+

+ Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post presentations and announcements, host Q&A sessions, and coordinate among organizers. +

+
diff --git a/templates/zerver/for-research.html b/templates/zerver/for-research.html index 8c9fb71bd6..bb9bf53462 100644 --- a/templates/zerver/for-research.html +++ b/templates/zerver/for-research.html @@ -40,6 +40,13 @@
+
+

Make Zulip the communication hub for your research community.

+

+ Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Coordinate with collaborators, post questions and ideas, and learn from others in your field. +

+
+