Commit Graph

263 Commits

Author SHA1 Message Date
Andrii Holovin a13ef3832d
Add Ukrainian language support (#15677) 2024-11-05 18:35:54 -05:00
Ihor Sychevskyi 3fa68e7a01
fix title (#15666)
* fix title

* fix title
2024-10-11 15:04:59 -04:00
Milind Dethe da7f61e956
adjusted toc height (#15539)
Signed-off-by: milinddethe15 <milinddethe15@gmail.com>
2024-08-15 05:30:20 -04:00
Craig Box 6fe38a178d
Adjust fonts for code snippets (#15518) 2024-08-06 01:00:03 -04:00
Ihor Sychevskyi 06068e6d0e
fix date line on mobile, tablet (#15468) 2024-07-23 22:02:30 -04:00
Istio Automation 0618f04fd3
floating-button-z (#15442)
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-07-18 10:58:18 -04:00
Craig Box 669f2bdded
Fix z-index and animation (#15402) 2024-07-11 06:42:10 -04:00
Ihor Sychevskyi fd66771076
fix slider items on mobile (#15338) 2024-07-02 19:28:50 -04:00
Craig Box 729877ddbc
Homepage changes for ambient overview content (#14996)
* Test homepage changes for preview.

* update logos

* three buttons

* changes to scroller

* sass: align buttons at bottom of panels

* fixup banner title and subtitle styling

* oops

* scope white headline color to banner

* scope header margin overrides to banner section

* fixup page header margins, restore subtitle class to What is Istio section

* semibold banner title

* set landing page paragraph size, remove subtitle classes

* update logos and CSS for such

* you REALLY LIKE BLANK LINES but ONLY AT THE ENDS, linter

* Add page hierarchy

* CNI content

* WIP

* cut cut cut

* preview /about/service-mesh page

* WIP

* preview latest updates

* tweaks

* correct link

* lint fix

* Proper formatting, lint be damned

* new iconography

* next round

* oops

* edits

* text update

* Lint fixes

* stage dataplane mode page

* remove getting started page

* proper doc links

* percent twenty-three

* change table layout

* tabs vs spaces (SIGH)

* Trailing space              s

* Apply suggestions from code review

Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>

* Changes per code review and forgetting latency numbers

---------

Co-authored-by: Mike Morris <1149913+mikemorris@users.noreply.github.com>
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
Co-authored-by: Peter Jausovec <peterj@users.noreply.github.com>
2024-06-17 07:02:31 -04:00
Craig Box 989ca30e0d
Improve the social sharing buttons (#15177)
* move to partial

* Win the battle before you win the war.
2024-05-23 23:24:04 -04:00
Matt Beck ffb1a458ce
update callout css (#15062)
* update callout css

* Fix lint

* Update _callout.scss

Fix overflow of the box

* have boxBorderColor not be the tipCalloutColor, which we changed

* make the border radius the same as other objects

---------

Co-authored-by: Craig Box <craig.box@gmail.com>
2024-05-10 20:34:57 -07:00
Shivam Gupta 00a353296b
Added social share button in Blog page. (#14561)
* added social share in blog

* Update layouts/blog/single.html

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* Apply suggestions from code review

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* added images and formatted

* Apply suggestions from code review

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* added SASS for social share icons

* Update _blog.scss

* Fixed linting

* fixed linting

* Apply suggestions from code review

Co-authored-by: Daniel Hawton <daniel@hawton.org>

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
2024-03-17 15:11:03 -07:00
adilmp1 71e0799f97
Main Website; WCAG 1.4.3: Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds #12022 (#14682)
* changed #7dc5f2 to #7dc6f8 based on #12022

* Added comment on the color change

* multi line comment changed to single line

* updated comment in _panel.scss

* Updated comment in _panel.scss
2024-03-06 10:26:13 -08:00
Leonardo Sarra 9d4e931386
Update three.js to 0.162.0 (#14678)
* Update to three.js 0.162.0

* remove three.js addons
2024-03-04 16:18:19 -08:00
Daniel Hawton 35cd837825
add additional breakpoints for blog content width (#14559)
* add additional breakpoints for blog content width

* lint
2024-01-29 11:26:33 -08:00
Leonardo Sarra 9b8038ff7f
Rework header animation to use WebGL render and WGSL shaders (#14303)
* Rework header animation to use WebGL renderer and WGSL shaders

* Update speed uniform var name

* Increase transparency and add clamping

* Set pixel-ratio before size
2023-12-12 07:13:55 -08:00
Shabana Dhaya 15cddd4d8c
remove left sidebar buttons from preliminary pages (#14180) 2023-11-17 08:08:06 -08:00
S A G A R 10d096c1ff
Twitter logo update (#14053)
* Delete src/icons/twitter.svg

* Add files via upload

* Replaced svg
2023-10-25 06:16:28 -07:00
Michael Weiner 3ef3529af2
Fix Inconsistently Sized Company Logos (#13796)
* normalize company logos in display grid

* ensure waiting for load of image

* normalize company logos via CSS

* resolve sass lint error
2023-08-31 10:37:08 -07:00
Daniel Hawton 62234064be
add missed / to @@ link handling regex (#13640)
* add missed /

* Update src/ts/codeBlocks.ts

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* remove _ from regex in code_block.html

covered by \w

---------

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-07-26 09:51:25 -07:00
Daniel Hawton 2e9e775d79
Fix handling of @@ link notation (#13637)
The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik&#64;server:*'`

The regex should be something that matches valid URL syntaxes.

Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
2023-07-26 07:59:41 -07:00
Michael Weiner 2d14e2e08d
Fix Improper Spacing When Displaying Multiple Banners (#13616)
* change banner to sticky positioning

* add homepage banner logic to dynamically adjust

* resolve lint findings
2023-07-26 06:30:41 -07:00
Craig Box 2bd8fbe321
Media resources (#12531)
* Remove media-resources page and redirect

* Remove old SVGs and add a new, correct-shaped image for OpenGraph

* This file was committed elsewhere.
2023-01-26 21:35:49 -08:00
Ihor Sychevskyi da7b9c6a0d
fix footer policies text on mobile (#12489) 2023-01-19 20:25:12 -08:00
Craig Box 4097bf29bd
Add CNCF logo footer & LF terms (#12453)
* Add CNCF logo footer & LF terms

* Fixes

* add Chinese translation (thanks Zhonghu)

* Elongate the Terms and Conditions
2023-01-12 23:32:14 -08:00
Ihor Sychevskyi 8af0f814f2
fix table (#12142) 2022-10-26 21:37:02 -07:00
zirain 0ed01f808b
fix search formatting (#11757)
* fix search formatting

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* fix lint

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2022-08-26 06:41:22 -07:00
Ihor Sychevskyi f2ae16ea7a
update social icons on mobile (#11697) 2022-08-11 06:44:04 -07:00
Ihor Sychevskyi 0b8bc9f3d4
update logos on mobile (#11500) 2022-07-01 06:48:49 -07:00
Ihor Sychevskyi 8c422c7371
add search on mobile (#11359)
* add search on mobile

* Fix lint error

Co-authored-by: craigbox <craigbox@google.com>
2022-06-21 13:45:23 -07:00
Xiaoyang Liu 306e5557bc
Remove the 4th parameter of `window.open` in `src/ts/utils.ts` (#11430) 2022-06-14 12:42:45 -07:00
Ihor Sychevskyi 21489734c5
add more "air" to mobile menu (ui) (#11377) 2022-06-06 03:28:27 -07:00
Ihor Sychevskyi 46efec972b
rollback of unnecessary changes (#11246) 2022-05-01 13:57:36 -07:00
Ihor Sychevskyi 5bc9c873e3
fix sticker (#11210) 2022-04-24 04:35:46 -07:00
craigbox 6cbd9dc5d1
Restore bugs.svg removed in #9849 (#11101) 2022-03-24 06:58:58 -07:00
Ihor Sychevskyi 025dcdd1de
fix wide tables under the table of contents (#11065) 2022-03-16 23:21:51 -07:00
Ihor Sychevskyi d33e925440
Accessibility fix aria link (#10944) 2022-02-20 00:53:44 -08:00
Ihor Sychevskyi a3ad6cd8a9
fix formatting table (#10501) 2021-11-14 01:14:46 -08:00
Ihor Sychevskyi d94d465240
Remove decoration dots (#10259) 2021-09-17 06:01:05 -07:00
Ihor Sychevskyi d299634bbc
fix overlapping table (#10238) 2021-09-01 15:12:30 -07:00
Ihor Sychevskyi f5ebad35cc
add responsive video (#10272) 2021-09-01 04:49:56 -07:00
Ihor Sychevskyi 621a7ef6bf
fix toggle font family (#10251) 2021-08-29 15:34:39 -07:00
Ihor Sychevskyi 836d05ae39
add responsive table on mobile (<767px) (#10209) 2021-08-23 15:32:58 -07:00
Ryota d8792a4548
Ensure extra padding is placed for Blog News and Get Involved (#10181) 2021-08-13 11:10:32 -07:00
craigbox f4edd15af1
add links to modal and make description/details clear (#10024) 2021-07-07 13:26:35 -07:00
ChristinaMak dea2dce51e
Remove unneeded icons from src/icons (#9849) 2021-06-01 10:19:29 -07:00
Ryota a7141a0c47
Update banner to animate on scroll (#9784)
* Update banner to animate on scroll

* Correct indentation

* Fix linting issue
2021-05-18 13:57:37 -07:00
craigbox 403f371e4f
Add case studies from IstioCon 2021 (#9681)
* Add case studies from IstioCon 2021

* Add some names to dictionary

* Add some more names to dictionary

* Update content/en/about/case-studies/salesforce/index.md

good catch, thanks

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Add doc weights

* fix Eric's nits

* Add heading to logo wall

* newline

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-05-12 13:14:25 -07:00
craigbox ef5c2be414
Add security grid, release grid and general list templates to new News layout (#9710)
* Add security grid, release grid and general list templates to new News layout

* fix layout w/ .Content, length of feed, linktitles

* fix layout w/ .Content, length of feed, linktitles
2021-05-12 07:27:37 -07:00
Jakub-Sadowski 9918eda7b2
Polidea update - table layout (#9693)
* change styles for table

* fix

* fix lint

* delete word-break
2021-05-11 11:39:26 -07:00