Fix deprecation warnings Using Visual Studio Code Search/Replace Feature Search (\$(.) / (.)) Replace math.div($$$1, $2)
Bootstrap
This is Part 3 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction If you follow the first part of this blog […]
This is Part 2 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction If you follow the first part of this blog […]
This is Part 1 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction Building a complete web app isn’t always an easy […]
Layout and Positioning From here. Now that Bootstrap 4 is flexbox by default, vertical alignment gets a little easier. In general, there are 3 different approaches to vertical alignment… Auto-margins Flexbox utilities Display utilities along with the Vertical Align utilities. At first, the “Vertical Align” utilities would seem an obvious choice, but these only work with inline and table […]
TL;DR Combine two amazing open source tools: Jekyll and Bootstrap. The final template is here. Start Point While i want to learn about and work with bootstrap, i decided to build a Jekyll Template, so that i can build a dynamic website. Asking Google for first inspiration leads me to […]