Hello,
There are 2 ways:
1) You can enable blank page template for the page http://prntscr.com/n48y16 It will remove both header and footer but you’ll be able to create footer just as the part of the page content.
2) Hide header for the home page by custom CSS
.home .header-wrapper {
display: none;
}
Regards
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.