Posts

Showing posts with the label Template

Create And Design Responsive Blogger Template

  SOURCE

Bootstrap,Blogger Template Sample 1

  Bootstrap,Blogger Template Sample 1   My First Blogger Theme Powered by Blogger ...

Structure of Custom Blogger Template

  Structure of Custom Blogger Themes The documentation for Blogger Themes is lacking and incorrect in many spots, making it really difficult to get started on your own. You could of course rip code segments from existing themes but that is hardly the best method to go about creating your own theme. This document will cover the basic structure of the Blogger theme. In future posts (linked at the end) I will cover more parts about Blogger Themes. Blogger Themes are created using an XML Document (only one file). This single document specifies all cases of the website (index / archive / item) along with special styles for the “Widgets” you add to each section of your blog under the Layout section of Blogger Administration Panel. With all of this content in a single document, organization is key and understanding what everything does is even more important. Basic Layout Below is a very stripped down frame of the beginning layout of the XML document for a theme ...

How to Create Bootstrap 4 Theme from Scratch

Image
  How to Create Your Own Bootstrap 4 Theme from Scratch There are many online and offline static site builders to help you building a site in minutes. Most of these site builders basically use one of the existing frontend frameworks. Frankly, you don’t need to rely on these site builders and start building your own site and themes directly with frameworks like Bootstrap. In this article let us explore more on how to create  Bootstrap 4 theme  from scratch. You can  view the demo of theme  what we are going to create in this tutorial. Steps to Create Bootstrap 4 Theme From Scratch Prepare your theme’s wireframe sketch Understanding Bootstrap 4 starter template Add navigation menu Add header slideshow Add hero header section Add featured section Add FAQ and contact form Add footer section Customizing with CSS Get final template Further sections are explained with dummy content and images, ensure to replace them with your own content. 1. Drawing the Skeleton of You...