How to add text before posts

Ok, you are using shamrock theme.
To add the desirable header you can insert in header.php right after tag following code:

<?php if(is_frontpage()) : ?>
<div class="head-title">
    <p class="about-me">your text</p>
</div>
<?php endif; ?>

Please, note, that if you want to get updates your theme, you should create child wordpress theme with custom header.php file