Giter Site home page Giter Site logo

lizina66 / bobo-navigation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aliubo/bobo-navigation

0.0 0.0 0.0 753 KB

Simple navigation website. 一个非常简约的导航网站

Home Page: https://aliubo.com/nav/index.html

JavaScript 23.08% CSS 46.31% HTML 30.61%

bobo-navigation's Introduction

bobo-navigation

传送门至中文文档

This is a navigation website template.
Very simple and easy to modify.
May this project allow you to quickly create pages.

Website Demo: www.aliubo.com/nav

Instructions

  1. Download the repository and unzip, then we open the configuration file nav.json.
  2. first is the top navigation configuration. The first array length is recommended to be a multiple of 8. The format is like this:
       "first":[
       ["Name", "Icon url", "Link address", "TextColor(CSS)"],
       ["Name", "Icon url", "Link address", "TextColor(CSS)"],
       ...
    ]
    Text color can be null
    For example:
  3. second is second navigation configurations. The second array length is recommended to be a multiple of 6. The format is like this:
       "second":[
          ["Name", "Icon url", "Link address"],
          ["Name", "Icon url", "Link address"],
          ...
       ]
    For example:
  4. third is third navigation configurations. The third array length is recommended to be a multiple of 3. The format is like this:
       "third":[
          {
             "name":"Type name",
             "val":[
                ["WebName", "Link address", "TextColor(CSS)"],
                ["WebName", "Link address", "TextColor(CSS)"],
                ...
             ]
          },
          {
             "name":"Type name",
             "val":[
                ["WebName", "Link address", "TextColor(CSS)"],
                ["WebName", "Link address", "TextColor(CSS)"],
                ...
             ]
          },
          ...
       ]
    The number of links in each category is recommended to be a multiple of 9.
    For example:

Thanks for your watch

bobo-navigation's People

Contributors

aliubo avatar lizina66 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.