homepage features block link

Greetings to all,

I am new to website building and drupal. I have been using drupal for a couple of days now.
I am using the 'hertz' theme which is very beautiful and responsive.
I am almost finished with the building of the website but I am faced with a challenge due to my lack of knowledge of how drupal works. I created 'homepage feature block'; three of them, with a link at the bottom of each block 'read more'. How do I create a page that I would tie to each 'link' on said block? So when someone clicks on 'read more' he is effectively redirected to a page that contains all the said info. (hope that makes sense :)

Thank you very much for your help and thank you for this beautiful theme.

zongo saiba

Comments

user
Submitted by admin on Thu, 01/23/2014 - 14:15

Thank you for using our free theme.

You can create new page from:
domain.com/node/add
domain.com/node/add/page

user
Submitted by zongo on Thu, 01/23/2014 - 16:59

Thanks for your reply.
I don' quit follow. Should I be creating a new page and then link it via 'node' ?

zongo saiba

user
Submitted by admin on Thu, 01/23/2014 - 17:16

Create a new page like:
domain.com/node/23

Now link this page like:

<a href="http://domain.com/node/23">read more</a>
user
Submitted by zongo on Thu, 01/23/2014 - 18:52

Thank you so much my friend. Your help is very much appreciated.