From 259fc6b689ec0108e5d5a13fa2d35cb9cc801a50 Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Sat, 28 Jan 2017 19:10:57 -0500 Subject: [PATCH] Add introduction for Bootstrap section --- .../03-front-end-libraries/bootstrap.json | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/seed/challenges/03-front-end-libraries/bootstrap.json b/seed/challenges/03-front-end-libraries/bootstrap.json index b0b3181c66..0b8f8232f4 100644 --- a/seed/challenges/03-front-end-libraries/bootstrap.json +++ b/seed/challenges/03-front-end-libraries/bootstrap.json @@ -9,6 +9,42 @@ } ], "challenges": [ + { + "id": "bad87fee1348bd9acdeb9212", + "title": "Introduction to the Bootstrap Challenges", + "description": [ + [ + "", + "", + "Bootstrap is a front-end framework used to design responsive web pages and web applications. It takes a mobile-first approach to web development. Bootstrap includes pre-built CSS styles and classes, plus some JavaScript functionality.", + "" + ], + [ + "", + "", + "Bootstrap uses a responsive 12 column grid layout and has design templates for:


This section introduces some of the ways to use Bootstrap in your web projects.", + "" + ] + ], + "releasedOn": "", + "challengeSeed": [], + "tests": [], + "type": "Waypoint", + "challengeType": 7, + "isRequired": false, + "titleEs": "", + "descriptionEs": [ + [] + ], + "titleFr": "", + "descriptionFr": [ + [] + ], + "titleDe": "", + "descriptionDe": [ + [] + ] + }, { "id": "bad87fee1348bd9acde08712", "title": "Use Responsive Design with Bootstrap Fluid Containers", @@ -2515,4 +2551,4 @@ } } ] -} \ No newline at end of file +}