Initial Commit
This commit is contained in:
15
index.php
Normal file
15
index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<?php get_header();
|
||||
|
||||
get_template_part("home-parts/hero-section");
|
||||
|
||||
get_template_part("home-parts/start-journey");
|
||||
get_template_part("home-parts/course");
|
||||
get_template_part("home-parts/banner");
|
||||
get_template_part("home-parts/why-choose");
|
||||
get_template_part("home-parts/feature");
|
||||
get_template_part("home-parts/event");
|
||||
get_template_part("home-parts/testimonial");
|
||||
get_template_part("home-parts/blog");
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user