aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials/home
AgeCommit message (Collapse)AuthorFilesLines
2024-08-05Docs: add `aria-hidden="true"` to decorative SVGs (#40691)Julien Déramond1-2/+2
2024-08-02Docs: add `aria-hidden="true"` to decorative SVGs (#40686)Julien Déramond8-16/+16
2024-07-30Update masthead wording (#40672)XhmikosR1-4/+1
2024-04-01docs: add a new partial for responsive images and use `imageConfig` (#39779)XhmikosR3-15/+13
This way the dimensions are not hardcoded
2024-03-20masthead.html: add `rel="noopener" target="_blank"` (#39805)XhmikosR1-1/+1
2024-03-15Update masthead to HeroDevs EOL (#39749)Edward Ezekiel1-3/+8
* feat(masthead): Update masthead to HeroDevs EOL Add box-arrow-up-right icon. * Update masthead.html * Update icons.html --------- Co-authored-by: Mark Otto <[email protected]>
2024-03-06templates: use `urls.JoinPath` when handling URLsXhmikosR1-0/+1
2024-03-06docs: use a responsive image for bootstrap-logo-shadow.png (#39745)XhmikosR1-1/+7
2024-03-06docs: fix missing trailing slashes causing redirectsXhmikosR1-1/+1
2024-03-04docs: remove Google Analytics (#39725)XhmikosR1-1/+1
It no longer works
2023-12-30Docs: update homepage links to prevent HTTP redirect (#39539)Christian Oliff1-3/+3
2023-07-23Docs: remove v4 reference in homepageJulien Déramond1-2/+0
2023-04-01docs: add variables-dark import in home pageTien Do1-0/+1
2023-02-25Docs: fix code indentation in homepage JavaScript plugins section (#38112)Julien Déramond1-8/+8
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton4-9/+9
2023-01-04Docs: replace `twbs/bootstrap-npm-starter` by ↵Julien Déramond1-1/+1
`twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <[email protected]>
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto7-16/+16
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
2022-12-26Drop logo on homepage on mobileJulien Déramond1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-3/+3
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>
2022-11-28Add dark mode support (#35857)Mark Otto1-1/+1
* Add dark mode to docs * Minor fix: missing space indentation * Minor fix: revert utilities/z-index added-in modification * Remove prev: and next: from doc because extracted to another PR * Use .bg-body-tertiary in all Utilities > Overflow examples * fix example * Fix up spacing examples * Update box-shadow Sass variables and utilities to auto-adjust to color modes * Remove unused docs class * Refactor form styles to use CSS variable for background images on .form-check and .form-switch * Fix docs selector * Rename shortcut for clarity * Heading consistency * Reintroduce missing 4th grid item in Utilities > Spacing example * Fix bundlewatch * .bd-callout* rendering is OK so removing comments in the code * Update scss/_utilities.scss Co-authored-by: Julien Déramond <[email protected]> * Fix gutters example styling * Fix text colors on background utils docs * redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken * fix some color utils examples * Deprecate mixin notice * Deprecate notice for list-group-item-variant() mixin * Revamp new link CSS vars * Use map-keys in some each Sass files * Remove list-group-item-variant mixin ref in sass loop desc * Display CSS vars scoped to our built-in dark mode * Revert previous commit * Fix list group variant link * Fix typo * Remove imports of alert/list-group mixins in scss/_mixins.scss * Small formatting + comments removal in scss/_content.scss * Fix alert links colors * fix dropdown border-radius mixin * fix link color and underline again, this time using CSS var override for color var and fallback value for the underline * fix colors on docs navbar for dark mode * remove two changes * missing ref * another link underline fix, just use sass vars for link decoration for now * missing color bg docs, plus move dropdown override to scss * more changes from review * fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin * Few fixes around type - Restored CSS variable for color on headings, this time with a fallback value - In conjunction, restored and wrapped the default CSS var with a null value check - Split headings and paragraphs docs in Reboot, elaborated on them * Restyle custom details > summary element in docs * Rewrite some migration docs * fix form checks * Fix up some navbar styling, tweak docs callout * Fix select images, mostly for validation styling * Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs * Update site/content/docs/5.2/components/scrollspy.md Co-authored-by: Julien Déramond <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * mention form control css vars in migration guide * Tweak grid and flex docs background examples * clarify some docs * fix some more things Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-10-22Home imports (#37318)Mark Otto8-356/+363
* Update docs homepage to use separate partials for each section Also modifies the homepage code snippets under getting started to remove the code comments, making copy-pasting easier. * Update some copy and examples * newlines * type button * more code review, bring back interactive components * fix hover
2022-09-26Replace Webpack and Vite PNGs by SVGs (#37199)Julien Déramond1-2/+2
* Replace Webpack and Vite pngs by svgs * Update vite.svg * Update webpack.svg Co-authored-by: XhmikosR <[email protected]>
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-17Add links to Webpack, Parcel, and Vite guides on homepage (#36760)Mark Otto1-0/+19
2022-07-02Fix a typo in the documentation masthead (#36658)Vipin Mishra1-1/+1
Co-authored-by: Vipin MIshra <[email protected]>
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke1-4/+4
see https://github.com/twbs/bootstrap/discussions/35755 Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though)
2022-05-13Fix homepage npm install snippetMark Otto1-3/+3
2022-05-13docs: add the version in npm/yarn commandsXhmikosR2-2/+2
2022-05-13Prepare v5.2.0-beta1Mark Otto1-3/+3
2022-04-28Clean up last `$variable-prefix` usagesJulien Déramond1-2/+2
2022-04-20Rewrite Getting Started > Introduction page to be more guide-like (#36204)Mark Otto1-1/+1
* Rewrite Getting Started > Introduction page to be more guide-like * Add tabs, mention offcanvas for navbar
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto2-68/+324
* Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <[email protected]> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <[email protected]>
2022-02-28Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused ↵Julien Déramond1-1/+1
`.bd-text-purple-bright`
2021-08-31Remove `.html` suffix from shortcodes calls.XhmikosR1-1/+1
It's the default.
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-01-25Add a link to v4.x from the v5 homepage (#32745)Mark Otto1-1/+3
* Add a link to v4.x from the v5 homepage * Update masthead.html * Update masthead.html * Change label Co-authored-by: XhmikosR <[email protected]>
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard2-6/+6
2020-11-25homepage: fix wrong `alt` attribute (#32258)XhmikosR1-1/+1
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-2/+2
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-19Docs: fix homepage npm install version (#32194)Jiang Yan1-1/+1
2020-11-11masthead: add newlines in the snippets and reindent (#32129)XhmikosR1-6/+8
* Update masthead-followup.html * Update single.html
2020-10-31Update instances of .font-weight to .fwMark Otto1-8/+8
2020-10-22Move `href` attribute first (#31835)XhmikosR1-1/+1
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR1-2/+2
2020-09-29Revert #31761 (#31792)XhmikosR1-1/+1
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto1-1/+1
2020-09-28Move homepage-hero.svg to an img tagXhmikosR1-1/+1
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto1-1/+1
* Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple
2020-09-15Rremove separate JS includes from homepage for simplicity's sake, but ↵Mark Otto1-5/+1
include a link to doing it separately
2020-09-15docs: mention our bundle file clearly.XhmikosR1-1/+3
Note that we are using the bundle file already in our docs since 787441d.