Git Product home page Git Product logo

bootstrap-pro's Introduction

I am still working on it. So Please don't forget to send your suggestions/error report.

New Features!

  • On scroll navbar fixed top
  • Full Screen Background
  • Scroll Back To Top
  • Crystal background
  • Note and important Comment
  • Smooth Scroll to ID
  • Image and YouTube,Vimeo video view
  • Web page loading animation

On scroll navbar fixed top

just add one class "nav-animate"
<nav class="navbar nav-animate navbar-expand-sm bg-purple navbar-dark">
<a class="navbar-brand" href="#">Logo</a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>
</nav>

Full Screen Background

background blur options  (blur-x1, blur-x2, blur-x3 )
<body>
<img class="full-screen blur-x2" src="Your_background_image.jpg" alt="background image">

Scroll Back To Top

background blur options  (blur-x1, blur-x2, blur-x3 )
<body>
<div class="go-top"><i class="fa fa-angle-double-up"></i></div>
<div class="go-top">  jpg,gif,etc  </div>

Navbar

Color background
<nav class="navbar navbar-expand-sm bg-light navbar-light">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</nav>
-----
Crystal background
<nav class="navbar navbar-expand-sm bg-light-crystal navbar-light">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</nav>

Note and important Comment -box

<div class="note note-comment note-brown"> TEXT </div>
More colors, Brown, Light, Blue, 
Tip: You can use bootstrap text and background colors

Smooth scroll to div id

<a  href="#aboutus">About Us</a>
<div id="aboutus"> 'About Us' Content </div>

View image, YouTube video, Vimeo video

Youtube : <a href="https://www.youtube.com/watch?v=FxGeE9FVnuk"> Youtube </a>
Vimeo :   <a href="https://vimeo.com/54366751"> Vimeo </a>
Image : <a href="https://imagelink.jpg"> Image </a>
License
GNU General Public License v3.0

bootstrap-pro's People

Contributors

irfanghuori avatar

Stargazers

IQra Naz avatar  avatar Kashef Rao 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.