Link to page

Hello! I have created the layout that i want in index.html page which will be the homepage of my app.

I will have 9 icons in the index.html where each one should link to another page. How can i do that? Should i create the new pages inside templates folder? Also how do i link from homepage each text to the page that i want?

Any help please? I am new in Ionic.

This is not an ionic question, you must learn about angular and angular-ui router.
Basically, you’ll define 9 states with related templates (HTML fragments) and link each of your icon buttons to your states using href or ui-sref attributes.