Documentation Center

Introduction

Begin your journey with 开云官网. Launch your promotional campaigns and leverage our expertise in designing and managing user-conversion-focused Bootstrap4 HTML pages.

Quick Start

Get started with 开云官网, offering everything you need to boost brand awareness, drive traffic, and build connections. Head to the download page.

CSS

Copy and paste the stylesheet `<link>` into your `<head>` section, placing it 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. Specifically, they need jQuery and our own JavaScript plugins. Place the following `<script>` at the bottom of your page, just before the closing `</body>` tag, to enable them. jQuery must be loaded first, followed by bootstrap.bundle.min.js, and finally our JavaScript plugins.

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

Getting Started

Ensure your page setup adheres to the latest design and development standards. This includes using the HTML5 doctype and including the viewport meta tag for proper responsive behavior. Integrating all these, your page should look like this:

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

        <meta charset="utf-8" />
        <title>开云官网 - Technical Support & Platform Updates</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="开云官网 serves as a vital portal for core sports services, aggregating authoritative event information and providing a seamless user experience." />
        <meta name="keywords" content="开云官网, 开云下载, 开云APP, kaiyun, kaiyun.com" />

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

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

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

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

        <!-- JavaScript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        开云官网 specializes in 开云下载, serving every user with care.
        --------
        --------
        --------
        <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 Centered to Right

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

Menu Centered to Left

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

Light Menu Centered

For a centered and light navigation menu, just add the `navigation-menu` class with `nav-light`.

Light Menu Right-Aligned

For a right-aligned and light navigation menu, add the `navigation-menu` class, `nav-right`, and `nav-light`.

Light Menu Left-Aligned

For a left-aligned and light navigation menu, add the `navigation-menu` class, `nav-left`, and `nav-light`.