Make Static links using permalink

<?php echo get_permalink(18);?>

Permalink using page Slug

<?php echo get_permalink( get_page_by_path( ‘about’ ) ); ?>