diff --git a/site/assets/scss/_brand.scss b/site/assets/scss/_brand.scss
index 1585e4f7a2..e5f88913dc 100644
--- a/site/assets/scss/_brand.scss
+++ b/site/assets/scss/_brand.scss
@@ -4,17 +4,17 @@
// Logo series wrapper
.bd-brand-logos {
- color: $bd-purple;
+ color: $bd-purple-bright;
.inverse {
color: $white;
- background-color: $bd-purple;
+ background-color: $bd-purple-bright;
}
}
// Individual items
.bd-brand-item {
- padding: 4rem 1rem;
+ // padding: 4rem 1rem;
+ .bd-brand-item {
border-top: 1px solid $white;
diff --git a/site/content/docs/5.0/about/brand.md b/site/content/docs/5.0/about/brand.md
index 290f92e3ff..636d37a898 100644
--- a/site/content/docs/5.0/about/brand.md
+++ b/site/content/docs/5.0/about/brand.md
@@ -8,69 +8,52 @@ toc: true
Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/).
-## Mark and logo
+## Logo
-Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap.
+When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. **Do not use the Twitter name or logo** in association with Bootstrap.
-
-
-
-
-
-
-
-
-
-
- Bootstrap
-
-
- Bootstrap
-
+
+
-## Download mark
+Our logo mark is also available in black and white. All rules for our primary logo apply to these as well.
-Download the Bootstrap mark in one of three styles, each available as an SVG file. **Click to download the logos**.
-
-
## Name
-The project and framework should always be referred to as **Bootstrap**. No Twitter before it, no capital _s_, and no abbreviations except for one, a capital **B**.
+Bootstrap should always be referred to as just **Bootstrap**. No Twitter before it and no capital _s_.
-
-
- Bootstrap
- Right
+
+
+
Bootstrap
+ Correct
-
- BootStrap
- Wrong
+
+
BootStrap
+ Incorrect
-
- Twitter Bootstrap
- Wrong
+
+
Twitter Bootstrap
+ Incorrect
-## Colors
+## Bootstrap projects
-Our docs and branding use a handful of primary colors to differentiate what *is* Bootstrap from what *is in* Bootstrap. In other words, if it's purple, it's representative of Bootstrap.
+Official Bootstrap side projects use and extend our primary logo.
-
-
-
-
-
+
+
+
+
+
+
diff --git a/site/content/docs/5.0/about/overview.md b/site/content/docs/5.0/about/overview.md
index ef10e40557..ca90aedcb8 100644
--- a/site/content/docs/5.0/about/overview.md
+++ b/site/content/docs/5.0/about/overview.md
@@ -22,6 +22,8 @@ Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-
With Bootstrap 4, we once again rewrote the project to account for two key architectural changes: a migration to Sass and the move to CSS's flexbox. Our intention is to help in a small way to move the web development community forward by pushing for newer CSS properties, fewer dependencies, and new technologies across more modern browsers.
+Our latest release, Bootstrap 5 (currently in development), focuses on improving v4's codebase with as few major breaking chanages as possible. We improved existing features and components, removed support for older browsers, dropped jQuery for regular JavaScript, and embraced more future-friendly technologies like CSS custom properties as part of our tooling.
+
## Get involved
Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-black.png b/site/static/docs/5.0/assets/brand/bootstrap-logo-black.png
new file mode 100644
index 0000000000..8be747a304
Binary files /dev/null and b/site/static/docs/5.0/assets/brand/bootstrap-logo-black.png differ
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg b/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg
new file mode 100644
index 0000000000..529caef484
--- /dev/null
+++ b/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-white.png b/site/static/docs/5.0/assets/brand/bootstrap-logo-white.png
new file mode 100644
index 0000000000..3ba305aade
Binary files /dev/null and b/site/static/docs/5.0/assets/brand/bootstrap-logo-white.png differ
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg b/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg
new file mode 100644
index 0000000000..875d2f7df2
--- /dev/null
+++ b/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo.png b/site/static/docs/5.0/assets/brand/bootstrap-logo.png
new file mode 100644
index 0000000000..4de75dede9
Binary files /dev/null and b/site/static/docs/5.0/assets/brand/bootstrap-logo.png differ
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo.svg b/site/static/docs/5.0/assets/brand/bootstrap-logo.svg
new file mode 100644
index 0000000000..26099c2bc1
--- /dev/null
+++ b/site/static/docs/5.0/assets/brand/bootstrap-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-outline.svg b/site/static/docs/5.0/assets/brand/bootstrap-outline.svg
deleted file mode 100644
index 7885b69589..0000000000
--- a/site/static/docs/5.0/assets/brand/bootstrap-outline.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-punchout.svg b/site/static/docs/5.0/assets/brand/bootstrap-punchout.svg
deleted file mode 100644
index bc73ba6709..0000000000
--- a/site/static/docs/5.0/assets/brand/bootstrap-punchout.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/site/static/docs/5.0/assets/brand/bootstrap-solid.svg b/site/static/docs/5.0/assets/brand/bootstrap-solid.svg
deleted file mode 100644
index 21fb770100..0000000000
--- a/site/static/docs/5.0/assets/brand/bootstrap-solid.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-