> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/splash/pages/home-5/home-5-intro-module.md).

# Home-5 intro Module

### 39. Home-5 intro Module

> Module position: Home-1
>
> Module suffix: Not used

![](/files/2w1OT9ngN7qmSdu0uWoY)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html** with the settings below:

#### Step-1

![](/files/e18shz7Bslup2D8lih5t)

#### Step-2

![](/files/ZPDordtChGTDvGZRcLVx)

Add the below code in your custom html module

```html
<div class="tp-padding-100">
    <div class="col-sm-6">
<img class="img-responsive" src="images/themeparrot/img-res02.png" alt="img res02" />
    </div>
    <div class="col-sm-6">
        <div class="sep40"> </div>
        <h2 class="upper">Welcome to Splash</h2>
        <h1 class="upper">Responsive theme</h1><br />
        <p style="font-size: 16px; line-height: 30px;">
Splash the all-powerful Pointing has no control about the blind texts it
 is an almost unorthographic life One day however a small line of blind 
text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<a href="#" class="btn btn-large">Read More</a>
    </div>
</div>
```

#### Step-3

![](/files/rcoWdzMRFBiHHNUqvCkK)
