Homepage Part 1 - Page Header

Please follow below steps to create page header as shown in above screenshot and on demo page http://demo.drupar.com/berrypro/

  1. Navigate to: Administration >> Structure >> Blocks
    admin/structure/block
  2. Click Add block link.
  3. Create a new block.
  4. Use below sample code for block body:
    <div class="page-header">
    <h1>what we do!!</h1>
    <p>We design beautiful high quality Drupal themes</p>
    </div>
  5. Use Full HTML as Text Format.
  6. Scroll down and set its region to Homepage content and click Save block button.

Done!!