UNPKG

uix-kit

Version:

A free web kits for fast web design and development, compatible with Bootstrap v5.

30 lines (25 loc) 1.79 kB
<!-- Navigation Start--> <nav class="uix-menu__container uix-trans"> <div class="uix-menu__inner"> <span class="uix-brand--mobile"><img src="assets/images/logo-colorful.png" alt="@@{website_title}"></span> <ul class="uix-menu"> <li class="is-active"><a href="#highlight-section-1">Section 1</a></li> <li><a href="#highlight-section-2">Section 2</a></li> <li><a href="#highlight-section-3">Section 3</a></li> <li><a href="#highlight-section-4">Section 4</a></li> <li><a href="#highlight-section-5">Section 5</a></li> </ul> <div class="uix-menu__right-box"> <a class="uix-social-btn uix-social-btn--small uix-social-btn--circle uix-social-btn--thin uix-social-btn--white" title="Follow us on Twitter" href="https://twitter.com/uiux_lab" target="_blank"> <i class="fa fa-twitter"></i> </a> <a class="uix-social-btn uix-social-btn--small uix-social-btn--circle uix-social-btn--thin uix-social-btn--white" title="Follow us on Facebook" href="https://www.facebook.com/uiuxlabhome" target="_blank"> <i class="fa fa-facebook"></i> </a> <a class="uix-social-btn uix-social-btn--small uix-social-btn--circle uix-social-btn--thin uix-social-btn--white" title="Fork on Github" href="https://github.com/xizon/uix-kit" target="_blank"> <i class="fa fa-github"></i> </a> </div> </div><!-- /.uix-menu__inner --> </nav> <!-- .uix-menu__container end -->