Brock Whittaker
04ece5e5c5
portico: Redesign /why-zulip and /for/ open-source to be more readable.
...
This redesigns these pages to be more readable and more in line with
the rest of the portico page styling.
2017-07-21 14:17:20 -07:00
Jack Zhang
4ea45743d0
landing-page: Remove navbar content max width.
...
Zulip's logo and navigation options stay aligned with the page
content on screens larger than 1440px.
Addresses #5693 .
2017-07-20 16:56:29 -07:00
Brock Whittaker
38440d6ba4
Change product page nav and hero styling.
2017-07-17 16:12:36 -07:00
Brock Whittaker
c27f57ed4b
Change top of the /hello/ page to lighter scheme.
...
This changes the top of the page to a lighter scheme that uses a
gradient rather than having a dark blue background.
2017-07-17 16:10:54 -07:00
Vaida Plankyte
c7c533fd4d
frontend: Add feature illustrations to landing page.
2017-07-13 22:12:26 -07:00
Jack Zhang
bab96ab8a0
landing-page: Adjust font size for long integration categories/names.
2017-07-13 20:37:09 -07:00
Jack Zhang
9ddef6a4da
landing-page: Add 'Create your own!' integration tile.
2017-07-13 20:37:09 -07:00
Jack Zhang
a7e2e9512b
landing-page: Fix individual integration display on mobile.
2017-07-13 20:35:37 -07:00
Jack Zhang
7e0d67ab74
landing-page: Hide integration category labels when filtered.
2017-07-13 20:34:36 -07:00
Jack Zhang
9a53514577
landing-page: Decrease integrations catalog minimum height.
2017-07-13 20:33:02 -07:00
Srimukh
b2f105ac7e
landing: Prevent selecting the of X icon in mobile navigation.
...
This prevents accidental selection of the close button (X) of the left
sidebar on mobile landing page.
Fixes #5259 .
2017-07-11 15:35:18 -07:00
Jack Zhang
3f9bfd2ae2
portico: Create search/catalog visuals in /integrations.
...
Responsive designs for the search bar, categories sidebar,
categories dropdown, and integration tiles.
2017-07-06 15:28:50 -07:00
Jack Zhang
9d242ad7df
Match size of headings on /apps with /integrations for consistency.
2017-07-06 15:28:50 -07:00
Jack Zhang
37a80d5cc4
portico: Redesign and rewrite /integrations text headings.
2017-07-06 15:28:50 -07:00
Cory Lynch
5f6ebaba45
landing-page.css: Replace RGB colors with HSL colors.
2017-06-21 07:02:57 -04:00
Brock Whittaker
244c4dc7fa
landing-pages: Add working "×" for mobile navigation.
...
This adds a working "×" icon that you can click to close the nav
on the mobile product pages.
Fixes #5260 .
2017-06-12 21:32:18 -07:00
Jack Zhang
ec673c739c
product-pages: Add integrations section to hello (landing) page.
2017-06-08 19:41:50 -07:00
Cynthia Lin
26afd4c162
integrations: Modify styling to emphasize label text.
2017-05-30 11:15:56 -07:00
Tim Abbott
8f488eb4d6
compare: Lower font weight for Xs.
2017-05-15 23:23:26 -07:00
Tim Abbott
5c745bf72a
landing: Fixup styling of /compare/ page.
2017-05-15 22:21:04 -07:00
Tim Abbott
d6059d0d9a
landing: Add template containing comparison checkmarks.
...
Can be added to the landing pages via:
+ {% include 'zerver/compare.html' %}
+
I'm avoiding adding that include into the landing pages until we have
time to do a bit of tweaking of the styling to integrate better into
/hello/ (primarily color-wise).
Most of the work for this was done by Brock, huge thanks to him!
2017-05-13 14:32:24 -07:00
Brock Whittaker
242eb9b346
portico-sidebar: Fix sidebar logo to be current logo.
...
This fixes the sidebar logo to be the current zulip logo rather
than a mockup of a potential logo that was from the redesign.
2017-05-09 18:48:33 -07:00
Brock Whittaker
3fd3ae4199
Restyle /hello/ page.
...
This restyles the /hello/ page to be the new portico branding.
2017-05-09 16:31:57 -07:00
Brock Whittaker
89242da269
Remove .footer_padder in favor of proper screen tolerances.
...
This removes the .footer_padder element in favor of just having correct
min/max heights and margins on the footers.
2017-05-04 16:09:12 -07:00
Brock Whittaker
58d00af6c3
portico-pages: Fix flex height issues with content.
...
This fixes the existing issue where the titles of content is chopped
off when the screen height is too small.
2017-05-04 16:09:12 -07:00
Brock Whittaker
b6d285f1f4
integrations: Fixup inconsistent lozenge heights.
...
This normalizes images to all take up 100px even if they fall short
so that the text that is underneath will always be horizontally
aligned.
2017-04-12 13:10:41 -07:00
Cynthia Lin
59bfd4e1c7
integrations: Update logos.
...
Fixes #3219
2017-04-05 11:45:51 -07:00
Brock Whittaker
45a5932236
Merge ./static/images/landing-page/assets into parent folder.
...
There appears to be an issue in which on production the
./landing-page/assets folder is excluded from the build process,
so move it to the parent folder to fix the assets to appear in
production.
2017-03-27 14:08:45 -07:00
Steve Howell
c0a6038a95
css: Enforce one selector per line.
...
While it's sometimes nice to put a few selectors on the same line,
it is generally better to have a consistent way of formatting our
selectors, and most of our code up until now lists them vertically.
This change fixes the linter to enforce one selector per line, and
it cleans up the places in the CSS where we had multiple selectors
on the same line.
The advantages of one-per-line are as followers:
* cleaner diffs
* easier to see when multiple areas of the app may have the
same format
* less likely to go over 80 cols
* makes it more clear where we have deep nesting in the
individual selectors
* makes it easier for our linting tools to enforce
whitespace violations
This also fixed an old bug where we had ".landing_page h2, h4", which
sets "h4" styles outside of the landing page.
2017-03-26 16:57:33 -07:00
Brock Whittaker
920b082e08
Fix animation speed bug with > going at a different pace than text.
...
The issue is that stacking the two transitions appears to make the
::after pseudo-element slower for some reason than its parent. This
visually appears to fix it.
2017-03-21 14:10:27 -07:00
Brock Whittaker
d89ea13358
portico: Redesign apps page.
2017-03-20 23:08:24 -07:00
Brock Whittaker
c5ba4e11d4
Redesign "/integrations/" page in portico.
...
This redesigns the integrations page to incorporate the new landing nav,
CSS animations, and general styling of the product page set.
2017-03-08 17:42:17 -08:00
Brock Whittaker
3b55519b11
Redesign "/features/" page in portico.
...
This redesigns the features page to incorporate the new landing nav,
CSS animations, and general styling of the product page set.
2017-03-07 23:25:39 -08:00