Software:BootstrapCDN
Developer(s) | Justin Dorfman, David Henzel (MaxCDN) |
---|---|
Initial release | 2012 |
Stable release | 4.1.1
/ 2018 |
Operating system | Cross-platform (web-based application) |
Type | Free CDN |
License | MIT (code), CC-BY 4.0 (code/doc/icons), SIL OFL 1.1 (fonts) |
Website | www |
BootstrapCDN is a public content delivery network. It enables users to load CSS, JavaScript and images remotely from its servers. Used by more than 7.9 million websites worldwide (including 30% of the top-10k websites), BootstrapCDN serves more than 70 billion requests a month.[1] In March 2021 the ownership was transferred to the jsDelivr project.
History
NetDNA (formerly MaxCDN, acquired by StackPath) launched BootstrapCDN, the free content delivery network aspect of Bootstrap, with a beta launch on June 7, 2012, and a stable launch on July 5, 2012.[2] Stanford University, Angry Birds and Gizmodo utilize BootstrapCDN.[3]
Font Awesome
Font Awesome, a font designed for use with Twitter Bootstrap, was incorporated into BootstrapCDN on August 21, 2012. The font offers scalable vector icons that are CSS-friendly for customization.[4]
As of July 5, 2013 — a year after it launched — BootstrapCDN transferred 40.73 terabytes and served 3.2 billion requests, with 383 changes to its GitHub repository (git commits). Font Awesome was its most popular requested file with 338,329,273 hits.[5]
Usage
Developers can access BootstrapCDN's CSS and Javascript content through the following links:[6]
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
References
- ↑ "BootstrapCDN Usage Statistics". BuiltWith.com. https://trends.builtwith.com/cdn/BootstrapCDN. Retrieved 2018-07-11.
- ↑ "Open Source". NetDNA (now MaxCDN). https://www.maxcdn.com/open-source/. Retrieved Aug 8, 2013.
- ↑ "BootstrapCDN". BootstrapCDN. http://www.bootstrapcdn.com. Retrieved Aug 8, 2013.
- ↑ "Bootstrap 2.1.0 and Font Awesome Support [Updated"]. NetDNA. https://www.maxcdn.com/blog/bootstrap-2-1-0-and-font-awesome-support-updated/. Retrieved Aug 8, 2013.
- ↑ "Happy 1st Birthday BootstrapCDN". NetDNA. http://blog.netdna.com/opensource/bootstrapcdn/happy-1st-birthday-bootstrapcdn/. Retrieved Aug 8, 2013.
- ↑ XhmikosR, Justin Dorfman, Joshua Mervine. "Quick Start" (in en). https://www.bootstrapcdn.com/.
External links
- "BootstrapCDN". https://www.bootstrapcdn.com/.
- "Font Awesome". http://fontawesome.io/.
- "Github Repository". https://github.com/MaxCDN/bootstrap-cdn.
Original source: https://en.wikipedia.org/wiki/BootstrapCDN.
Read more |