How to create homepage features block

Pari theme has custom homepage. You can create 1/3 blocks on homepage. You can use these blocks to showcase your company's Features, Services, Recent Projects etc.
image

You can create these blocks from Drupal Block Administration.
Administration >> Structure >> Blocks

admin/structure/block

Step 1:

Navigate to: Administration >> Structure >> Blocks and click Add block

Step 2:

Create a new block with some content. You may use below sample content.

<img src="sites/all/themes/pari/images/demo-content/feature1.png" alt="image" />
<h3>Clean Code</h3>
Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna. Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt.
<a class="button" href="#">read more</a>

NOTE: Use Full HTML as Text format.

And set location of this block to Homepage Block One or Homepage Block Two or Homepage Block Three region and click Save blocks.
image

Done!!