Documentation

Introduction

Begin your hthjielong journey by launching your event tracking and leveraging our expertise in Bootstrap4 HTML pages focused on fan engagement.

Quick Start

Get started with hthjielong, providing everything you need to build anticipation, drive engagement, and connect with the sports community. Head to the download page.

CSS

Copy and paste the stylesheet <link> into your <head> section, placed before all other stylesheets to load Bootstrap CSS.

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

JS

Many of our components require JavaScript to function correctly. Specifically, they need jQuery and our own JavaScript plugins. Place the following <script> tags at the end of your page, just before the closing </body> tag, to enable them. jQuery must load first, followed by bootstrap.bundle.min.js, and then our JavaScript plugins.

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

Getting Started Guide

Ensure your page is set up according to the latest design and development standards. This means using the HTML5 doctype and including the viewport meta tag for proper responsive behavior. Integrating all elements, your page should appear as follows:

Core Structure:
<!doctype html>
<html lang="en">
    <head>

        <meta charset="utf-8" />
        <title>hthjielong Official Platform - Event Information & User Manual</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="The hthjielong official website integrates platform services and content, primarily offering login access and basic function explanations to help users quickly retrieve information." />
        <meta name="keywords" content="hthjielong official website, hthjielong login entrance, hthjielong Chinese homepage, hthjielong official website entrance, hthjielong official platform" />

        <!-- Website 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>

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

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

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

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

        <!-- Back to Top Start -->
        <a href="#" class="--------" id="#--------">
            --------
            --------
        </a>
        <!-- Back to Top End -->

        <!-- JavaScript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        With Huatuo HTH Official Website at its core, hthjielong brings a fast, seamless experience.
        --------
        --------
        --------
        <script src="js/app.js"></script>
        <!-- JavaScript End -->
    </body>
</html>
                        
RTL Version
RTL Version:

To enable RTL mode, replace the reference to style.css with style-rtl.css

Dark Mode
Dark Mode:

To enable dark mode, replace the reference to style.css with style-dark.css

Dark RTL Version:

To enable dark RTL mode, replace the reference to style.css with style-dark-rtl.css

Menu
Menu Center-Right

To shift the menu from center to the right, simply add the nav-right class to your navigation menu class.

Menu Center-Left

To shift the menu from center to the left, simply add the nav-left class to your navigation menu class.

Menu Light Center

For a centered and light navigation menu, add the nav-light class to your navigation menu class.

Menu Light Right

For a right-aligned and light navigation menu, add the nav-right class along with the nav-light class to your navigation menu class.

Menu Light Left

For a left-aligned and light navigation menu, add the nav-left class along with the nav-light class to your navigation menu class.