From a8eb2b9c90eca430662d91df187e5c35e03b2a42 Mon Sep 17 00:00:00 2001 From: Przemek Date: Sun, 25 Nov 2018 19:22:48 +0100 Subject: [PATCH] Added Bootstrap logo image (#22696) * Added Bootstrap logo image * added alt text for accessibility --- guide/english/bootstrap/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/bootstrap/index.md b/guide/english/bootstrap/index.md index 0560cd4d40..ffe3d1b0d3 100644 --- a/guide/english/bootstrap/index.md +++ b/guide/english/bootstrap/index.md @@ -3,6 +3,10 @@ title: Bootstrap --- ## Bootstrap +![Bootstrap Logo][logo] + +[logo]: https://getbootstrap.com/docs/4.1/assets/img/bootstrap-stack.png + Bootstrap is a popular front-end framework for web development. It contains pre-built components and design elements to style HTML content. Modern browsers such as Chrome, Firefox, Opera, Safari, and Internet Explorer support Bootstrap. Bootstrap includes a responsive grid system for varying layouts. It is a great starting point for building a mobile friendly website. It also includes optional JavaScript functionality like collapsible content, carousels, and modals.