Akash Nimare
bd49b2ad63
portico: Fix height of carousel container.
2018-12-20 18:49:41 +05:30
Rishi Gupta
111eda604b
portico: Add /atlassian for Zulip users migrating from HipChat.
2018-12-14 23:42:47 -08:00
Roger Souza
a0ca502f16
hello: Fix a header alignment issue when page is around 375px.
...
Fixes : #10771
This commit fixes the alignment of the header inside integration section
when page is around 375px of width.
2018-12-04 12:45:55 -08:00
Tim Abbott
e7c5bc0cee
lint: Fix broken whitespace in landing-page.scss.
...
This is a classic race between linter expansions and an old PR.
2018-12-03 17:42:52 -08:00
Aditya Bansal
7d0d4b5eec
integrations: Start to use flex box for positioning in dropdown.
...
Positioning using flexbox makes life much easier for everyone. With
this change we make positioning of icon relative to the label in the
dropdown menu much easier to do and alter if required. We now no
longer need to fiddle with tedious pixel measurements for placing the
icon in the right place.
As a result of this commit we had to change a click event binding
back to be associated with .dropdown-toggle class rather than being
associated with the h3, i because of the re-arrangement of the
dropdown configs.
2018-12-03 17:29:47 -08:00
Aditya Bansal
7db1dc2434
integrations: Fix cursor changing to a pointer at the wrong location.
...
Basically cursor used to change to a pointer hand (which indicates
something clickable) in area around the actual dropdown.
2018-12-03 17:28:58 -08:00
Aditya Bansal
5875eea1b5
integrations: Fix alignment of categories dropdown with the lozenges.
...
The integration categories dropdown was too wide in comparison to
the category lozenges and hence this commit attempts to smooth up
the UI a bit on that front.
2018-12-03 17:28:58 -08:00
Aditya Bansal
11f896809f
integrations: Fix issue with area from where dropdown can be toggled.
...
The issue here was that if we opened up integrations page in
responsive mode (so the integrations category sidebar turns into a
dropdown) and click a few centimeters outside the actual dropdown
or perhaps the dropdown menu when its open, it is possible to toggle
or select a integration category.
What this essentially means is that clicking in blank area outside
visible boundaries of dropdown menu its possible to interact with it.
Fix: We change elements on which the click event is tied to and
adjust a bit of CSS for relevant elements so things look as they
used to but function in correct or better manner.
2018-12-03 17:21:17 -08:00
Tim Abbott
d28527b629
portico: Fix bulleted list styling on privacy page.
...
Fixes #10787 .
2018-11-28 15:04:47 -08:00
Roger Souza
f445a71272
hello: Fix responsiveness bug when page is at 800px.
2018-11-05 10:20:34 -08:00
Rishi Gupta
04acb624b6
portico: Add background image to /why-zulip hero.
2018-11-01 11:59:50 -07:00
Rishi Gupta
de12facdc6
portico: Add background image to /security hero.
...
Also restructures the HTML to be more similar to other pages that have a
background image for their hero.
2018-11-01 11:59:50 -07:00
Rishi Gupta
458169928c
billing: Rename Zulip Premium to Zulip Standard.
2018-10-24 10:42:16 -07:00
Cynthia Lin
f03d7d29b5
styles: Convert named colors to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
cbb6b3a1af
styles: Normalize differences in previous hex-to-HSL conversion.
2018-10-16 13:14:19 -07:00
Cynthia Lin
89d81b37d4
styles: Convert background properties to background-color.
2018-10-16 13:14:19 -07:00
Cynthia Lin
67b705207e
styles: Convert 3-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
926365dc89
styles: Convert 6-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Vishnu Ks
d6b548bd57
styles: Extract billing SCSS into its own stylesheet.
2018-09-11 00:08:38 -07:00
Vishnu Ks
c913eafdf4
portico: Change buttons on /plans to reflect current plan.
2018-09-05 13:44:35 -07:00
Max Nussenbaum
eaefa31969
portico: Fix mis-sized bullets.
...
This fixes the mis-sized text in the bulleted lists on /for/
working-groups-and-communities (and some other pages), by ensuring
p tags inside li tags don't get font-size styling applied to them
twice.
2018-08-21 11:34:39 -07:00
Akash Nimare
ee1f87494d
portico: Remove unused CSS from why-zulip page.
2018-08-13 13:35:17 -07:00
Max Nussenbaum
18449c7c57
upgrade: Fix horizontal centering on annual/monthly buttons.
...
This fixes the annual/monthly selection buttons on the upgrade
page so that the text within them is properly centered.
2018-08-10 22:48:10 -07:00
Max Nussenbaum
e0bd719f5c
upgrade: Fix styling issue on Add Card button.
...
This fixes the active state of the Add Card button, which previously
showed a miscolored blue background on click.
2018-08-10 22:48:10 -07:00
Akash Nimare
cc6af84a08
portico: Redesign download button on apps page.
...
This PR updates the styling of download button so
that it matches with the other buttons on portico pages.
Partially fixes #10104 .
2018-07-31 14:18:28 -07:00
Aditya Bansal
92e29db3f5
landing-page.scss: Fix styling to conform to stylistic rules.
2018-07-27 00:15:58 -07:00
Aditya Bansal
be77e600ee
stylelint: Fix landing-page.scss to comply with stylelist rules.
2018-07-25 14:58:25 -07:00
Vishnu Ks
82fc82b7e2
billing: Sign and verify the seat count during upgrade.
2018-07-24 08:04:00 -07:00
Max Nussenbaum
122dcc9760
billing: Style upgrade page.
...
This styles /upgrade.
2018-07-13 18:32:29 +05:30
Max Nussenbaum
8fd900626d
billing: Style billing page.
...
This adds styles to /billing.
2018-07-13 18:30:38 +05:30
Aditya Bansal
3cf8ba33d8
integrations: Upgrade to use font-awesome 4.7 icon prefixes.
2018-07-01 06:02:10 -07:00
Jack Zhang
ac76935f25
integrations: Hide page content until all data has loaded.
...
Set the initial visibility of the page content to hidden via
the stylesheet, and allow any data fetching and rendering to
complete before making content visible.
Adjust the conditional logic within `render` to first check for
the case in which a user goes to a doc link, the case in which
we asynchronously fetch data prior making content visible.
Fixes #9577 .
2018-06-16 08:50:16 -07:00
Max Nussenbaum
0f77a1f81d
portico: Restyle blockquotes on Why Zulip.
...
This restyles the blockquotes on the Why Zulip page.
2018-06-06 14:54:38 -07:00
Max Nussenbaum
1e6bb09bfc
portico: Restyle Why Zulip page.
...
This updates the Why Zulip page to improve the styling of bullets,
blockquotes, and images.
2018-06-04 15:09:03 -07:00
Shubham Dhama
6ef6657e3e
portico: Make control-indicators of carousel synced with slides.
...
Fixes : #9654 .
2018-06-04 08:54:52 -07:00
Max Nussenbaum
7f32c26731
portico: Update landing page tour.
...
This moves the tour on the landing page to the top of the page,
and makes a number of other minor fixes.
2018-06-03 09:01:01 -07:00
Max Nussenbaum
0ff2051982
portico: Add tour section to homepage.
...
This adds a tour of Zulip to the bottom of the homepage.
In order to get the carousel nave, we use Bootstrap 2 from a CDN on
this page; this isn't ideal in the medium term, but upgrading
Bootstrap across the project is too much work for now.
2018-05-20 15:04:23 -07:00
Max Nussenbaum
bf27ed2b1b
portico: Swap annual and monthly pricing on plans page.
...
This swaps the annual and monthly pricing on the plans page
(with the .67 cents properly aligned).
2018-05-12 15:29:28 -07:00
Max Nussenbaum
fc6833e46a
portico: Add quote to Why Zulip page.
...
Adds a quote from Grahame Grieve to the Why Zulip page.
With tweaks by tabbott to make the linter pass.
2018-05-10 14:17:21 -07:00
Max Nussenbaum
39e461a31b
portico: Improve readability of FAQ on Plans page.
...
This restyles the FAQ text on the Plans page to match the recent
changes on the Why Zulip page: narrower text width and increased
contrast.
2018-05-10 07:34:35 -07:00
Max Nussenbaum
49ee6e65c2
portico: Improve readability on Why Zulip page.
...
This increases the font size, decreases the paragraph width, and
makes the text darker on the Why Zulip page to improve
readability.
2018-05-10 07:34:35 -07:00
Max Nussenbaum
0904a327ff
portico: Improve spacing of headers on plans page.
...
This adjusts the spacing on the plans page so there is more
breathing room between "Get started today" and the headings
below it.
2018-05-08 09:32:54 -07:00
Max Nussenbaum
3c6cccbfd6
portico: Add link to API on home.
...
Adds a link to the API on the integrations section of the
homepage.
2018-05-08 09:32:54 -07:00
Max Nussenbaum
e1dfee50b1
portico: Fix keyboard shortcuts link.
...
Changes the color of the link to learn more about keyboard
shortcuts in /features to be more readable.
2018-05-08 09:30:09 -07:00
Max Nussenbaum
a0dacea811
portico: Remove transition on page load.
...
Removes the fade in and fade out that used to happen when a
page was loaded.
2018-05-08 09:28:39 -07:00
Max Nussenbaum
985e8e4a9a
portico: Move open source image above text on mobile.
...
This moves the image that accompanies the open source section to
be above the text (instead of smushed to the side) on small
windows.
2018-05-07 14:41:37 -07:00
Max Nussenbaum
5f94c7dab5
portico: Adjust integration padding.
...
The integrations box on the landing page had some extra padding
at the bottom. This removes it so the spacing is more even.
2018-05-07 14:36:16 -07:00
Max Nussenbaum
992abdeccf
portico: Adjust integration box spacing on mobile.
...
This gives the integration boxes on the homepage a little more
space on very small viewports (<450px).
2018-05-07 14:36:16 -07:00
Max Nussenbaum
b7974a4923
portico: Improve spacing for app icons.
...
The app icons (web/mobile/desktop) got all squished together when
they broke to a new line in smaller windows. They now have better
spacing and all break at the same time.
2018-05-07 14:31:21 -07:00
Max Nussenbaum
f05bd2fdad
portico: Align CTA buttons on plans page.
...
This adjusts the spacing on the CTA buttons on the plan page
so that they are all vertically aligned.
2018-05-07 14:27:05 -07:00