ProUI
avatar
John Doe
  • Dashboard
  • Widget Kit
  • Statistics
  • Social
  • Media
  • Design Kit
  • User Interface
    • Grid & Blocks
    • Typography
    • Buttons & Dropdowns
    • Navigation & More
    • Progress & Loading
    • Color Themes
  • Forms
    • General
    • Components
    • Validation
    • Wizard
  • Tables
    • General
    • Responsive
    • Datatables
  • Icon Sets
    • Font Awesome
    • Glyphicons Pro
  • Develop Kit
  • Components
    • 3 Level Menu
      • Link 1
      • Link 2
    • Maps
    • Charts
    • Gallery
    • Carousel
    • Calendar
    • CSS3 Animations
    • Syntax Highlighting
  • Ready Pages
    • Errors
      • 400
      • 401
      • 403
      • 404
      • 500
      • 503
    • Get Started
      • Blank
      • Blank Alternative
    • Search Results (4)
    • Article
    • User Profile
    • Message Center
      • Inbox
      • Compose Message
      • View Message
    • Timeline
    • FAQ
    • Pricing Tables
    • Invoice
    • Forum (3)
    • Login / Register
Activity
5 min ago
You had a new sale ($10)
10 min ago
Upgraded to Pro plan
3 hours ago
Running low on space
18GB in use 2GB left
Yesterday
New bug submitted
    • Header Style
    • Light Dark
    • Page Style
    • Default Alternative
    • Main Layout
  • avatar
    • Account
    • 10 Updates 5 Messages 3 Subscriptions 11 FAQ
    • Profile Settings
    • Logout
    • Activity
    • 5 min ago
      You had a new sale ($10)
      10 min ago
      Upgraded to Pro plan
      3 hours ago
      Running low on space
      18GB in use 2GB left
      Yesterday
      New bug submitted

Syntax Highlighting
Great for showcasing your code!

  • Components
  • Syntax Highlighting

Usage Example

HTML

<pre class="line-numbers"><code class="language-markup">
HTML code..
</code></pre>

CSS

<pre class="line-numbers"><code class="language-css">
CSS code..
</code></pre>

Javascript

<pre class="line-numbers"><code class="language-javascript">
Javascript code..
</code></pre>

PHP

<pre class="line-numbers"><code class="language-php">
PHP code..
</code></pre>

HTML Template's Structure

<!-- Body -->
<body>
    <!-- Page Container -->
    <div id="page-container" class="sidebar-full">
        <!-- Sidebar -->
        <div id="sidebar">
            Sidebar Content
        </div>
        <!-- END Sidebar -->

        <!-- Main Container -->
        <div id="main-container">
            <!-- Header -->
            <header class="navbar navbar-default">
                Header Content
            </header>
            <!-- END Header -->

            <!-- Page Content -->
            <div id="page-content">
                Main Content
            </div>
            <!-- END Page Content -->

            <!-- Footer -->
            <footer>
                Footer Content
            </footer>
            <!-- END Footer -->
        </div>
        <!-- END Main Container -->
    </div>
    <!-- END Page Container -->
</body>
<!-- END Body -->

PHP Dummy Code

<?php
class App {
    function home() {
        // ...
    }

    function profile() {
        // ...
    }

    function settings() {
        // ...
    }
}

CSS Stylesheet Structure

/*
=================================================================
(#shortcode) SECTION
=================================================================
*/

/* Sub section 1 */
selector {
}

/* Sub section 2 */
selector {
}

/*
=================================================================
(#shortcode) SECTION
=================================================================
*/

/* Sub section 1 */
selector {
}

/* Sub section 2 */
selector {
}

Javascript Scroll to top functionality

/* Scroll to top functionality */
var scrollToTop = function() {
    // Get link
    var link = $('#to-top');

    $(window).scroll(function(){
        // If the user scrolled a bit (150 pixels) show the link
        if ($(this).scrollTop() > 150) {
            link.fadeIn(100);
        } else {
            link.fadeOut(100);
        }
    });

    // On click get to top
    link.click(function(){
        $('html, body').animate({ scrollTop: 0 }, 400);

        return false;
    });
};
Crafted with by pixelcave
© ProUI 1.0

Settings

Vital Info

Admin

Password Update