Commit Graph

253 Commits

Author SHA1 Message Date
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
Bartosz Wojcicki 683bdeae68
Fix inaccessible Try Istio button in mobile menu (#9689) 2021-05-06 04:23:40 -07:00
Bartosz Wojcicki fc5159efb1
Resize header on scroll (#9687) 2021-05-05 14:40:17 -07:00
Shamsher Ansari d201efdf50
Keep logo color all the time (#9686)
* Keep logo color all the time

* remove transition and hover
2021-05-05 05:20:02 -07:00
Brian Avery fca89893d3
Add publish dates (#9649)
* Add publish dates

* Sync metadata

* Fix listing to list regular pages with publishdate set

* Remove release versions

* Add newsfeed layout and make lists in news use the same layout as pages

* Fix link

* Fix clear on all radio buttons selected
2021-05-04 07:21:38 -07:00
craigbox f37c9725d0
Shrink relnote action boxes to fit new layout (#9637)
* Shrink boxes to fit new layout

Closes #9627

* forgot one
2021-04-29 09:00:27 -07:00
Jakub-Sadowski c6e3caae57
[Polidea-update] Second part of fixes (#9575)
* subscribe button

* add feedback

* set link active

* change font size for bullet list

* add background to panel

* change layout

* add skip_breadcrumb param

* add strings to i18n

* fix linter

* add edit page link

* fix linter

* move primary bottom outside article

* modify navigation

fix linter

fix lint

fix lint

fix lint

fix lint

lint fix

fix lint

fix linter

fix lint

lint fix

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

fix lint

* change zh translation

* modified table content active link

* add divider to footer

* smaller buttons in useful info

* delete centered h3
2021-04-28 12:11:55 -07:00
craigbox 2ecbe25676
Header layout fixes (#9541)
* Repair unintended consequences of #9528

* Remove override for blog style
2021-04-20 14:21:12 -07:00
Bartosz Wojcicki 4527c85226
Polidea update - Migrate old user logos (#9509)
* Migrate old user logos to Case Studies page

* Update the docs

* Fix Add your logo url

* Fix lint errors
2021-04-15 00:26:39 -07:00
craigbox 8efeedfc5b
Change margins for doc titles (#9528)
* Change margins for doc titles

* My life is pleasing the linter
2021-04-14 15:32:52 -07:00
Bartosz Wojcicki 3e81e9d866
Polidea update - layout fixes (#9521)
* Layout fixes

* Style width of solutions carousel

* Swap doc title and reading time blocks around.
Move doc breadcrumbs into the article block.

* Resize content width to 1040px

* Fix lint errors

* Increase solution and case-study sidebar width
2021-04-14 10:27:47 -07:00