The main page of this template is index.html file. This is the homepage of your website, the first page the browser will open when users will access your website.
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light pt-4">
<!-- Navbar -->
</nav>
<!-- Navbar -->
<!-- section -->
<div class="container">
<!-- section content -->
</div>
<!-- section -->
<!-- section -->
<div class="container">
<!-- section content -->
</div>
<!-- section -->
<!-- section -->
<div class="container">
<!-- section content -->
</div>
<!-- section -->
<!-- Footer -->
<div class="footer">
<!-- Footer content -->
</div>
<!-- Footer -->
The main CSS File is styles.css, it's located in CSS folder
At the top of the file there is a "Table of Contents" list that will guide through the CSS code.
/*==============================================
[Main stylesheet styles.css]
Author: WM_Team
Version: 1.0
Created: 29 December 2020
Last updated: 29 December 2020
Template: Legaland - Multi-Purpose HTML Landing Page Template for Business and Startups
================================================*/
/*
[Table of Contents]
01. VARIABLES
02. COLORS
03. LAYOUT
04. TYPOGRAPHY
05. NAVBAR
06. INTRODUCTION
07. COMPANIES LOGO
08. ENGAGEMENTS
09. SERVICES
10. PRICING
11. TESTIMONIALS
12. BLOG
13. SINGLE POST
14. SUBSCRIBE
15. FOOTER
16. MISC
17. RESPONSIVE
*/
The template includes several javascript files which are loaded at the end of each index file
<script src="js/jquery.min.js"></script>
<script src="js/YouTubePopUp.jquery.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/feather.min.js"></script>
<script src="js/main.js"></script>