ArrOwlite

Please wait...

Introduction

Hey there! You’re looking at the theme’s official documentation. Flexible, ready to use UI components, plugins which will bring you so much closer to your end goals. Let’s dive in.

Open Bootstrap Docs

Start ArrOwlite

ArrOwlite, a next generation modern and clean Bootstrap 4x dashboard and admin template using flat, modern and minimal design. It is fully responsive built using SASS preprocessor, HTML5, CSS3 and jQuery plugins.

It can be used for most type of dashboard and app templates like Analytics, CRM, Backend Websites, CMS, build Blog, Business website and time line as well as desktop or mobile applications. Amazing flexibility and reusability

  • Successfully tested on GTmetrix and Google page speed insight
  • Layout options to easily make the sidebar, Mini sidebar
  • Over 100 components that can be merged together to create new unique elements and flows.
  • User pages for login, register, locked screen, page offline, forgot password, each with to variations
  • Applications examples: Inbox, Chat App, Contact, Calendar, File Manager
  • icons: FontAwesome icons
  • ... & many other useful features and ready to used widgets!

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="ThemeMakker">
<title>:: ArrOwlite :: Home</title>
<link rel="stylesheet" href="assets/vendor/themify-icons/themify-icons.css">
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/main.css" type="text/css">
</head>
<body class="theme-purple">

<nav class="navbar custom-navbar">    
</nav>

<div class="main_content">
    <div class="left_sidebar">
    </div>
    <div class="right_sidebar">
    </div>
    <div class="page">
        <div class="container-fluid">
        </div>
    </div>
</div>

<!-- Core -->
<script src="assets/bundles/libscripts.bundle.js"></script>
<script src="assets/bundles/vendorscripts.bundle.js"></script>

<!-- Theme JS -->
<script src="assets/js/theme.js"></script>
</body>
</html>