Commit Graph

11 Commits

Author SHA1 Message Date
Torin Sandall d252a32cc9 website: fix styra support link
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2022-03-31 10:19:41 -07:00
Torin Sandall 3def34985e docs/website: Update support link for Styra (#4479)
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2022-03-25 01:39:08 +01:00
Michael Sorens d73cc9c22f website: add new "Community" page
Correct CSS for easy local static viewing

  With this tweak, can just open local support.html in the browser

Revise flex container for 2-up

Define tile layout

Add page header (with suggested text)

Swap Community for Support across site

Swap anchor for button

  Advantages:
  - removes JavaScript dependency; now pure HTML
  - more accessible; confusing to have a button act like a link

Add stylized horizontal rule

Fill out remaining horizontal rules

Add data and images for the page

  The data has been normalized to allow a semi-automated fill of an HTML
  fragment template in the next commit.

Semi-automated template for data generation in vim

Fill out page from semi-autogenerated content

  Now take the generated content and cut-and-paste the content
  for each section into the support.html file.

Refine layout with actual content now present

  Have to make the section headers readable on the two
  backgrounds: near the top--where the background image
  appears--we use white text, but in the remainder
  of the screen (with a white background) we use blue text.

Add connection to existing newsletter sign-up

Accessibilty refinements

  Ran axe accessibility checker (Chrome extension) and fixed:
  - All content in landmarks
  - Main landmark present
  - Content structured with <h1> and <h2>
  - Images have alternate text
  - Links have discernable text

Add back original support blurb

Improve responsive design

  Switch from bootstrap to CSS grid to better handle reflow
  into narrow screen width

Move new page to community.html

Reinstate original support page

Correct relative addresses

Add reference to new page in old page

Refine responsive design

  On mobile, last pass reduced to one column,
  but the individual cards were still truncated.

Fixes near bottom: action buttons and page margin

Spruce up the background image a bit

  Per @srenatus' suggestion, keep the background image
  (actually, two images)
  stationary--with a bit of a color shift
  that came along for the ride! :-)

Add github and twitter logo links for champions

Signed-off-by: Michael Sorens <msorens@styra.com>
2022-02-01 12:31:24 +01:00
Torin Sandall 029f3d5325 website: Rename link on frontpage to ecosystem page
This was bother me for a while. We refer to this as the ecosystem page
but the link on the frontpage was titled "Integrations".

Also, fix support page to include link to Download OPA to be
consistent w/ frontpage.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-02-18 09:14:30 -05:00
Patrick East 502ef13c17 docs/website: Update support page header to match index.html
This just updates the support page nav bar to match what is currently
in index.html.

The links for the OPA logo are also changed to point back to the home
page.

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-12-09 09:38:31 -05:00
Patrick East 65080cb538 website: Theme /support the same as the homepage
Drop the viking ships in favor of blue clouds.

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-11-18 11:48:46 -08:00
Patrick East 418d7334ea website: Replace homepage with new version
This integrates the new https://openpolicyagent.org/ home page
contents into the site build.

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-11-17 19:07:05 -08:00
Marco Sanvido 5850a343a9 Revert "Fix support link"
This reverts commit 1f4a6e3f22.

The url was fixed, no need for this change anymore.

Signed-off-by: Marco Sanvido <marco@styra.com>
2019-08-28 18:19:28 -07:00
Marco Sanvido 1f4a6e3f22 Fix support link
The support link was incorrect.

Signed-off-by: Marco Sanvido <marco@styra.com>
2019-08-27 20:53:37 -07:00
lphamilton 6818638cb4 Fixing text alignment and footer on zoom/ hi-res display
Signed-off-by: lphamilton <lphamilton@berkeley.edu>
2019-05-30 01:12:26 +02:00
lphamilton d5d78f8fbf Add enterprise support link to frontpage and sidebar in docs- links to internal page refrencing Styra.com
Signed-off-by: lphamilton <lphamilton@berkeley.edu>
2019-05-21 00:54:48 +02:00