summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/about
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.2/about')
-rw-r--r--site/content/docs/5.2/about/brand.md47
-rw-r--r--site/content/docs/5.2/about/license.md34
-rw-r--r--site/content/docs/5.2/about/overview.md29
-rw-r--r--site/content/docs/5.2/about/team.md23
-rw-r--r--site/content/docs/5.2/about/translations.md20
5 files changed, 153 insertions, 0 deletions
diff --git a/site/content/docs/5.2/about/brand.md b/site/content/docs/5.2/about/brand.md
new file mode 100644
index 0000000..80c6135
--- /dev/null
+++ b/site/content/docs/5.2/about/brand.md
@@ -0,0 +1,47 @@
+---
+layout: docs
+title: Brand guidelines
+description: Documentation and examples for Bootstrap's logo and brand usage guidelines.
+group: about
+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.
+
+## Logo
+
+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.
+
+<div class="bd-brand-item px-2 py-5 mb-3 bg-light rounded-lg">
+ <img class="d-block img-fluid mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="256" height="204">
+</div>
+
+Our logo mark is also available in black and white. All rules for our primary logo apply to these as well.
+
+<div class="bd-brand-logos d-sm-flex text-center bg-light rounded-lg overflow-hidden w-100 mb-3">
+ <div class="bd-brand-item w-100 px-2 py-5">
+ <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo-black.svg" alt="Bootstrap" width="128" height="102" loading="lazy">
+ </div>
+ <div class="bd-brand-item w-100 px-2 py-5 inverse">
+ <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo-white.svg" alt="Bootstrap" width="128" height="102" loading="lazy">
+ </div>
+</div>
+
+## Name
+
+Bootstrap should always be referred to as just **Bootstrap**. No Twitter before it and no capital _s_.
+
+<div class="bd-brand-logos d-sm-flex text-center bg-light rounded-lg overflow-hidden w-100 mb-3">
+ <div class="bd-brand-item w-100 p-3">
+ <div class="h3">Bootstrap</div>
+ <strong class="text-success">Correct</strong>
+ </div>
+ <div class="bd-brand-item w-100 p-3">
+ <div class="h3 text-muted">BootStrap</div>
+ <strong class="text-danger">Incorrect</strong>
+ </div>
+ <div class="bd-brand-item w-100 p-3">
+ <div class="h3 text-muted">Twitter Bootstrap</div>
+ <strong class="text-danger">Incorrect</strong>
+ </div>
+</div>
diff --git a/site/content/docs/5.2/about/license.md b/site/content/docs/5.2/about/license.md
new file mode 100644
index 0000000..07e60e0
--- /dev/null
+++ b/site/content/docs/5.2/about/license.md
@@ -0,0 +1,34 @@
+---
+layout: docs
+title: License FAQs
+description: Commonly asked questions about Bootstrap's open source license.
+group: about
+---
+
+Bootstrap is released under the MIT license and is copyright {{< year >}} Twitter. Boiled down to smaller chunks, it can be described with the following conditions.
+
+## It requires you to:
+
+- Keep the license and copyright notice included in Bootstrap's CSS and JavaScript files when you use them in your works
+
+## It permits you to:
+
+- Freely download and use Bootstrap, in whole or in part, for personal, private, company internal, or commercial purposes
+- Use Bootstrap in packages or distributions that you create
+- Modify the source code
+- Grant a sublicense to modify and distribute Bootstrap to third parties not included in the license
+
+## It forbids you to:
+
+- Hold the authors and license owners liable for damages as Bootstrap is provided without warranty
+- Hold the creators or copyright holders of Bootstrap liable
+- Redistribute any piece of Bootstrap without proper attribution
+- Use any marks owned by Twitter in any way that might state or imply that Twitter endorses your distribution
+- Use any marks owned by Twitter in any way that might state or imply that you created the Twitter software in question
+
+## It does not require you to:
+
+- Include the source of Bootstrap itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
+- Submit changes that you make to Bootstrap back to the Bootstrap project (though such feedback is encouraged)
+
+The full Bootstrap license is located [in the project repository]({{< param repo >}}/blob/v{{< param current_version >}}/LICENSE) for more information.
diff --git a/site/content/docs/5.2/about/overview.md b/site/content/docs/5.2/about/overview.md
new file mode 100644
index 0000000..1f39b85
--- /dev/null
+++ b/site/content/docs/5.2/about/overview.md
@@ -0,0 +1,29 @@
+---
+layout: docs
+title: About
+description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved.
+group: about
+aliases:
+ - "/about/"
+ - "/docs/5.2/about/"
+---
+
+## Team
+
+Bootstrap is maintained by a [small team of developers](https://github.com/orgs/twbs/people) on GitHub. We're actively looking to grow this team and would love to hear from you if you're excited about CSS at scale, writing and maintaining vanilla JavaScript plugins, and improving build tooling processes for frontend code.
+
+## History
+
+Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.
+
+Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/engineering/en_us/a/2010/hack-week.html) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.
+
+Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on <time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>, we've since had over [twenty releases]({{< param repo >}}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.
+
+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, focuses on improving v4's codebase with as few major breaking changes 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/choose) 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/content/docs/5.2/about/team.md b/site/content/docs/5.2/about/team.md
new file mode 100644
index 0000000..c00ba4e
--- /dev/null
+++ b/site/content/docs/5.2/about/team.md
@@ -0,0 +1,23 @@
+---
+layout: docs
+title: Team
+description: An overview of the founding team and core contributors to Bootstrap.
+group: about
+---
+
+Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.
+
+{{< team.inline >}}
+<div class="list-group mb-3">
+ {{- range (index $.Site.Data "core-team") }}
+ <a class="list-group-item list-group-item-action d-flex align-items-center" href="https://github.com/{{ .user }}">
+ <img src="https://github.com/{{ .user }}.png" alt="@{{ .user }}" width="32" height="32" class="rounded me-2" loading="lazy">
+ <span>
+ <strong>{{ .name }}</strong> @{{ .user }}
+ </span>
+ </a>
+ {{ end -}}
+</div>
+{{< /team.inline >}}
+
+Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new/choose) 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/content/docs/5.2/about/translations.md b/site/content/docs/5.2/about/translations.md
new file mode 100644
index 0000000..5e2ae30
--- /dev/null
+++ b/site/content/docs/5.2/about/translations.md
@@ -0,0 +1,20 @@
+---
+layout: docs
+title: Translations
+description: Links to community-translated Bootstrap documentation sites.
+group: about
+---
+
+Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up-to-date.
+
+{{< translations.inline >}}
+<ul>
+{{ range .Site.Data.translations -}}
+ <li><a href="{{ .url }}" hreflang="{{ .code }}">{{ .description }} ({{ .name }})</a></li>
+{{ end -}}
+</ul>
+{{< /translations.inline >}}
+
+**We don't help organize or host translations, we just link to them.**
+
+Finished a new or better translation? Open a pull request to add it to our list.