Giter Site home page Giter Site logo

casper392945 / bootstrap-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ritsraghani/bootstrap

0.0 1.0 0.0 16.29 MB

Bootstrap examples executed in index.html file. A basic web page is created using bootstrap, also some other examples are implemented in other files feel free to browse.

License: Apache License 2.0

HTML 48.19% PHP 1.16% CSS 32.85% JavaScript 17.81%

bootstrap-1's Introduction

<h1> Navbar in Bootstrap </h1>

<nav class="navbar navbar-default navbar-fixed-top" id="main_nav" role="navigation">
    <div class="container">
        <div class="navbar-header">
            <a href="#" class="navbar-brand"> <span class="glyphicon glyphicon-home"></span> &nbsp; Zenfone </a>
            <button class="navbar-toggle" data-toggle="collapse" id="menu" data-target="#menu_options"> 
        <span class="glyphicon glyphicon-menu-hamburger">  </span>  </button>
        </div>

        <div class="navbar-collapse collapse" id="menu_options">
            <ul class="nav navbar-nav" id="links">
                <li> <a href="#testimonials" class="links"> Testimonials </a> </li>
                <li> <a href="#features" class="links"> Features  </a></li>
                <li> <a href="#gallery" class="links"> Gallery  </a></li>
                <li> <a href="#contact_form" class="links"> Contact Us  </a></li>
            </ul>

            <form class="navbar-form navbar-right">
                <button type="submit" class="btn btn-success">Buy Now</button>
            </form>
        </div>
    </div>
</nav>
<!--Navigation bar ends-->

bootstrap-1's People

Contributors

ritsraghani avatar

Watchers

James Cloos 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.