Created
April 9, 2018 16:08
-
-
Save cgirish/e54fc9dbb7b5b81c6c8b937d7f332fdd to your computer and use it in GitHub Desktop.
Cleartax Static pages - MastHead Code snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row no-gutters mt20 mb20"> | |
| <div class="col-md-6 hidden-sm hidden-xs"> | |
| <div class="ct-widgets-masthead-left"> | |
| <div class="overflow-hidden"> | |
| <span class="img"></span> | |
| <h3 class="mt0"> | |
| <!-- Left Column Title goes here --> | |
| How Income Tax works in India | |
| <!-- End Left Column Title --> | |
| </h3> | |
| <p> | |
| <!-- Left Column description goes here --> | |
| Income tax is the unfortunate reality of income. If given a choice, | |
| most of us wouldn’t want to pay tax on the income we earn. But we | |
| should, because the income tax we pay is an important source of | |
| revenue for the government. | |
| <!-- End Left Column description --> | |
| <!-- Note: if you add more than 4 lines of content it will be hidden and not shown in browser --> | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="col-md-6"> | |
| <div class="ct-widgets-masthead-right"> | |
| <ul> | |
| <li> | |
| <!-- Note: if you add more than 3 link elements it will be hidden and not shown in browser --> | |
| <!-- Right column link goes here --> | |
| <a href=""> | |
| <span class="title"> | |
| <!-- Link title with bolder text goes here --> | |
| Easy to Invest | |
| <!-- End link title --> | |
| </span> | |
| <!-- Link Description --> | |
| <p>Invest in Hand-picked best performing Mutual funds - Some text goes here Some text goes here</p> | |
| <!-- End Link Description --> | |
| </a> | |
| <!-- End Right column link --> | |
| </li> | |
| <li> | |
| <a href=""> | |
| <!-- Link description with out title will be bolder --> | |
| <p>No paperwork Some text goes here Some text goes here Some text goes here Some text goes here Some text goes here</p> | |
| </a> | |
| </li> | |
| <li> | |
| <a href=""> | |
| <p class="title">Easy to Invest - Some text goes here Some text goes here</p> | |
| <p>Invest in Hand-picked best performing Mutual funds</p> | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment