Documentation

Introduction

Begin your NG28 journey. Launch your sports entertainment experience and leverage our expertise in design and management.

Getting Started

Access NG28 for everything you need to drive growth and connect to the future. Proceed to download.

CSS

Integrate the NG28 core styles by placing this stylesheet link tag within your document's <head> section, prior to other stylesheets.

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

JS

Many NG28 components require JavaScript for full functionality. Ensure jQuery and our custom plugins are loaded. Place these script tags before the closing </body> tag. Load jQuery first, followed by bootstrap.bundle.min.js, and then our JavaScript plugins.

<script src="js/jquery.min.js"></script>
Bootstrap Bundle JS

Starter Template

Ensure your page is structured with the latest standards, including the HTML5 doctype and viewport meta tag for responsive behavior. A properly configured page will resemble this structure:

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

        <meta charset="utf-8" />
        <title>NG28 Platform Guide</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="NG28 Sports Official: Genuine comprehensive sports events, live scores, news, and interactive features. Secure, mobile/PC compatible, a trusted high-quality sports entertainment platform." />
        <meta name="keywords" content="NG28 Brand Power, NG28 Nangong28, NG28 Innovation Platform, NG28 Corporate Philosophy, NG28 Development Vision, Sports Events, Live Scores, Sports News" />

        <!-- 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>
                        
RTL Version
RTL Version:

To enable Right-to-Left (RTL) layout, replace the reference to style.css with style-rtl.css.

Dark Mode
Dark Mode:

To activate Dark Mode, substitute the style.css link with style-dark.css.

Dark RTL Version:

For Dark Mode with RTL support, use style-dark-rtl.css in place of style.css.

Menu
Menu Center-Right

To align the navigation menu to the right, append the 'nav-right' class alongside the 'navigation-menu' class.

Menu Center-Left

To align the navigation menu to the left, append the 'nav-left' class alongside the 'navigation-menu' class.

Menu Center-Light

For a centered, light-themed navigation menu, add the 'nav-light' class next to 'navigation-menu'.

Menu Right-Light

For a right-aligned, light-themed navigation menu, apply the 'nav-light' class alongside 'navigation-menu' and 'nav-right'.

Menu Left-Light

For a left-aligned, light-themed navigation menu, use the 'nav-light' class in conjunction with 'navigation-menu' and 'nav-left'.