diff --git a/site/src/assets/examples/album/index.astro b/site/src/assets/examples/album/index.astro
index 96867b75151e..06ad314aa9e0 100644
--- a/site/src/assets/examples/album/index.astro
+++ b/site/src/assets/examples/album/index.astro
@@ -43,7 +43,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
Album example
-
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.
+
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.
Main call to actionSecondary action
diff --git a/site/src/assets/examples/blog/index.astro b/site/src/assets/examples/blog/index.astro
index 0667ba03082a..3a38cb777e52 100644
--- a/site/src/assets/examples/blog/index.astro
+++ b/site/src/assets/examples/blog/index.astro
@@ -57,8 +57,8 @@ import Placeholder from "@shortcodes/Placeholder.astro"
Title of a longer featured blog post
-
Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.
diff --git a/site/src/assets/examples/carousel/index.astro b/site/src/assets/examples/carousel/index.astro
index 6b1e826048bd..7d09c7bdc18d 100644
--- a/site/src/assets/examples/carousel/index.astro
+++ b/site/src/assets/examples/carousel/index.astro
@@ -121,7 +121,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
First featurette heading. It’ll blow your mind.
-
Some great placeholder content for the first featurette here. Imagine some exciting prose here.
+
Some great placeholder content for the first featurette here. Imagine some exciting prose here.
@@ -133,7 +133,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
Oh yeah, it’s that good. See for yourself.
-
Another featurette? Of course. More placeholder content here to give you an idea of how this layout would work with some actual real-world content in place.
+
Another featurette? Of course. More placeholder content here to give you an idea of how this layout would work with some actual real-world content in place.
@@ -145,7 +145,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
And lastly, this one. Checkmate.
-
And yes, this is the last block of representative placeholder content. Again, not really intended to be actually read, simply here to give you a better view of what this would look like with some actual content. Your content.
+
And yes, this is the last block of representative placeholder content. Again, not really intended to be actually read, simply here to give you a better view of what this would look like with some actual content. Your content.
Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.
+
Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.
Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
-
+
Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
Basic grid layouts to get you familiar with building within the Bootstrap grid system.
+
Basic grid layouts to get you familiar with building within the Bootstrap grid system.
In these examples the .themed-grid-col class is added to the columns to add some theming. This is not a class that is available in Bootstrap by default.
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
+
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
+
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
+
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
+
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
This takes the basic jumbotron above and makes its background edge-to-edge with a .container inside to align content. Similar to above, it's been recreated with built-in grid and utility classes.
This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.
+
This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.
This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in its original position and moves with the rest of the page.
+
This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in its original position and moves with the rest of the page.
diff --git a/site/src/components/home/CSSVariables.astro b/site/src/components/home/CSSVariables.astro
index 249716cd945f..95591be43b6f 100644
--- a/site/src/components/home/CSSVariables.astro
+++ b/site/src/components/home/CSSVariables.astro
@@ -9,12 +9,12 @@ import Code from '@shortcodes/Code.astro'
Build and extend in real-time with CSS variables
-
+
Bootstrap makes extensive use of CSS variables across global theme styles, individual components, and utilities.
We provide dozens of variables for colors, font styles, and more at the :root level for use anywhere, while
component and utility variables stay scoped to the relevant class for easy customization.
-
+
Components, meet the Utility API
-
+
Our utilities are generated by our Utility API. We built it as
a feature-packed Sass map that can be quickly and easily customized. It's never been easier to add, remove, or
modify any utility classes. Make utilities responsive, add pseudo-class variants, and give them custom names.
diff --git a/site/src/components/home/Customize.astro b/site/src/components/home/Customize.astro
index aff090bb8667..ce76ab7ad0ba 100644
--- a/site/src/components/home/Customize.astro
+++ b/site/src/components/home/Customize.astro
@@ -8,11 +8,11 @@ import Code from '@shortcodes/Code.astro'
Customize everything with Sass
-
+
Bootstrap utilizes Sass for a modular and customizable architecture. Import only the components you need, enable
global options like gradients and shadows, and write your own CSS with our variables, maps, functions, and mixins.
Bootstrap Icons is an open source SVG icon library featuring over 1,800 glyphs, with
more added every release. They're designed to work in any project, whether you use Bootstrap itself or not. Use them
as SVGs or icon fonts—both options give you vector scaling and easy customization via CSS.
Add toggleable hidden elements, dialogs and drawer menus, popovers and tooltips, and so much more—all without
jQuery. Bootstrap's JavaScript is HTML-first, meaning most plugins are added with data attributes in your
HTML. Need more control? Include individual plugins programmatically.