Cargando…

Learning Bootstrap 4 /

Unearth the potential of Bootstrap 4 to create highly responsive and beautiful websites using modern web techniquesAbout This Book This book shows how to take advantage of the all new features introduced in Bootstrap Learn responsive web design and discover how to build mobile-ready websites with ea...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lambert, Matt (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2016.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn962071331
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |||||||||||
008 160613s2016 enk o 000 0 eng d
040 |a NLE  |b eng  |e rda  |e pn  |c NLE  |d OCLCO  |d COO  |d VT2  |d OCLCF  |d EBLCP  |d OCLCQ  |d OCLCO  |d MERUC  |d CHVBK  |d OCLCQ  |d OCLCO  |d REB  |d OCLCQ  |d OCLCO  |d UOK  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCQ  |d OCLCO  |d LVT  |d CNCEN  |d OCLCQ  |d OCLCO  |d OCLCQ  |d UKMGB  |d TOH  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO 
015 |a GBB688285  |2 bnb 
016 7 |a 017898594  |2 Uk 
019 |a 1105795332  |a 1235777158 
020 |a 9781785888595  |q (PDF ebook) 
020 |a 1785888595  |q (PDF ebook) 
020 |a 1785881000 
020 |a 9781785881008 
020 |z 9781785881008 
024 8 |a 9781785881008 
029 1 |a AU@  |b 000067107169 
029 1 |a CHNEW  |b 000952869 
029 1 |a CHVBK  |b 48463903X 
029 1 |a UKMGB  |b 017898594 
035 |a (OCoLC)962071331  |z (OCoLC)1105795332  |z (OCoLC)1235777158 
037 |a 9781785888595  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.59  |b .L36 2016 
082 0 4 |a 006.76  |2 23 
049 |a UAMI 
100 1 |a Lambert, Matt,  |e author. 
245 1 0 |a Learning Bootstrap 4 /  |c Matt Lambert. 
250 |a Second edition. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a CIP data; resource not viewed. 
520 8 |a Unearth the potential of Bootstrap 4 to create highly responsive and beautiful websites using modern web techniquesAbout This Book This book shows how to take advantage of the all new features introduced in Bootstrap Learn responsive web design and discover how to build mobile-ready websites with ease Find out how to extend the capabilities of Bootstrap with a huge range of tools and plugins, including jQuery, Do more with JavaScript and learn how to create an enhanced user experienceWho This Book Is ForIf you want to learn to build enterprise-level websites efficiently with Bootstrap, this book is for you. You must have a basic and fundamental understanding of HTML, CSS, and JavaScript; however, there is no need to have prior Bootstrap experience. What You Will Learn Fire up Bootstrap and set up the required build tools to get started See how and when to use Flexbox with the Bootstrap layouts Find out how to make your websites responsive, keeping in mind Mobile First design Work with content such as tables and figures Play around with the huge variety of components that Bootstrap offers Extend your build using plugins developed from JavaScript Use Sass to customize your existing themesIn DetailBootstrap, the most popular front-end framework built to design elegant, powerful, and responsive interfaces for professional-level web pages has undergone a major overhaul. Bootstrap 4 introduces a wide range of new features that make front-end web design even simpler and exciting. In this gentle and comprehensive book, we'll teach you everything that you need to know to start building websites with Bootstrap 4 in a practical way. You'll learn about build tools such as Node, Grunt, and many others. You'll also discover the principles of mobile-first design in order to ensure your pages can fit any screen size and meet the responsive requirements. Learn to play with Bootstrap's grid system and base CSS to ensure your designs are robust and that your development process is speedy and efficient. Then, you'll find out how you can extend your current build with some cool JavaScript Plugins, and throw in some Sass to spice things up and customize your themes. This book will make sure you're geared up and ready to build amazingly beautiful and responsive websites in a jiffy. Style and approachWith the help of several real-world examples and code, this book will teach you to build a full-featured responsive website in Bootstrap, which is mobile-ready. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Bootstrap 4; Introducing Bootstrap; Bootstrap 4 advantages; Improved grid system and flexbox; Card component; Rebooting normalize.css; Internet Explorer 8 support dropped; Other updates; Implementing framework files; Inserting the JavaScript files; The starter template; HTML5 DOCTYPE; Structuring the responsive meta tag; Normalizing and Rebooting; Taking the starter template further; Using a static site generator; Converting the base template to a generator. 
505 8 |a Installing Harp.jsAdding Sass in Harp; Setting up the project; Inserting the CSS; Inserting the JavaScript; Other directories; Setting up the layout; Compiling your project; Previewing your project; Deploying your project; Installing Surge; Using Surge to deploy your project; Summary; Chapter 2: Using Bootstrap Build Tools; Different types of tools; Installing Node.js; Updating npm; Installing Grunt; Download the Bootstrap source files; Installing Ruby; Installing the Bundler gem; Running the documentation; Setting up the static site generator; Why use Harp.js; Installing Harp.js. 
505 8 |a Setting up the blog projectcss; fonts; img; js; partial; EJS files; Setting up the JSON files; Creating the data JSON file; Setting up the layout; Setting up the header; Setting up the footer; Creating our first page template; Compiling your project; Running your project; Viewing your project; A note about Sass; Summary; Chapter 3: Jumping into Flexbox; Flexbox basics and terminology; Ordering your Flexbox; Stretching your child sections to fit the parent container; Changing the direction of the boxes; Wrapping your Flexbox; Creating equal-height columns. 
505 8 |a Setting up the Bootstrap Flexbox layout gridUpdating the Sass variable; Setting up a Flexbox project; Adding a custom theme; Creating a basic three-column grid; Creating full-width layouts; Designing a single blog post; Summary; Chapter 4: Working with Layouts; Working with containers; Creating a layout without a container; Using multiple containers on a single page; Inserting rows into your layout; Adding columns to your layout; [Extra small]; Extra small; Small; Medium; Large; Extra large; Choosing a column class; Creating a simple three-column layout. 
505 8 |a Mixing column classes for different devicesWhat if I want to offset a column?; Coding the blog home page; Writing the index.ejs template; Using spacing CSS classes; Testing out the blog home page layout; Adding some content; What about mobile devices?; Using responsive utility classes; Coding the additional blog project page grids; Updating _data.json for our new pages; Creating the new page templates; Coding the contact page template; Adding the contact page body; Coding the blog post template; Adding the blog post feature; Adding the blog post body. 
542 |f Copyright © 2016 Packt Publishing 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Bootstrap (Computer program) 
630 0 7 |a Bootstrap (Computer program)  |2 fast 
650 0 |a Web site development. 
650 6 |a Sites Web  |x Développement. 
650 7 |a Web site development  |2 fast 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4660915  |z Texto completo 
936 |a BATCHLOAD 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4660915 
994 |a 92  |b IZTAP