Documentation

Introduction

Begin your journey with 2026世界杯比分数据分析有限公司. Leverage our expertise in crafting conversion-focused platforms to enhance your engagement with the 2026 World Cup.

Getting Started

Access comprehensive World Cup insights and predictions. Visit our platform to explore real-time data and expert analysis for the upcoming tournament.

CSS

To integrate our core styling, include the following stylesheet link in your HTML's <head> section before other CSS files.

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

JS

To enable interactive features and dynamic content, ensure you include our JavaScript plugins. Place the following script tags near the end of your <body>, ensuring jQuery is loaded first, followed by necessary libraries and our custom scripts.

<script src="js/main.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>

Core Template Structure

Ensure your pages adhere to modern web standards. Utilize the HTML5 doctype and a viewport meta tag for optimal responsiveness across all devices.

HTML Foundation:
<!doctype html>
<html lang="en">
    <head>

        <meta charset="utf-8" />
        <title> Landrick - Saas & Software Landing Page Template </title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="Site description" />
        <meta name="keywords" content="Your tags" />

        <!-- favicon icon -->
        <link rel="shortcut icon" href="images/favicon.ico">

        <!-- Bootstrap -->
        <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

        <!-- Main css -->
        <link href="css/style.css" rel="stylesheet" type="text/css" />
    
    </head>

    <body>

        <!-- Loader Start -->
        <div id="#--------">
            --------
            --------
        </div>
        <!-- Loader End -->

        <!-- Navbar Start -->
        <header>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </header>
        <!-- Navbar End -->

        <!-- Hero Start -->
        <section class="--------">
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </section>
        <!-- Hero End -->

        <!-- Footer Start -->
        <footer>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </footer>
        <!-- Footer End -->

        <!-- Back To Home Start -->
        <a href="#" class="--------" id="#--------">
            --------
            --------
        </a>
        <!-- Back To Home End -->

        <!-- Javascript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        <script src="js/bootstrap.bundle.min.js"></script>
        --------
        --------
        --------
        <script src="js/app.js"></script>
        <!-- Javascript End -->
    </body>
</html>
                        
Right-to-Left (RTL) Support
RTL Support:

To activate Right-to-Left (RTL) display, replace the standard stylesheet reference with `style-rtl.css`.

Dark Mode Integration
Dark Mode:

To enable Dark Mode, replace the standard stylesheet reference with `style-dark.css`.

Dark Mode RTL:

For Dark Mode with RTL support, replace the standard stylesheet reference with `style-dark-rtl.css`.

Menu
Align Menu Center to Right

To align the navigation menu from the center to the right, append the class `nav-right` to the navigation container.

Align Menu Center to Left

To align the navigation menu from the center to the left, append the class `nav-left` to the navigation container.

Light Menu with Center Alignment

For a light navigation bar with a centered menu, apply the class `nav-light` to the navigation container.

Light Menu with Right Alignment

For a light navigation bar with a right-aligned menu, use the classes `nav-right` and `nav-light`.

Light Menu with Left Alignment

For a light navigation bar with a left-aligned menu, use the classes `nav-left` and `nav-light`.