Donald Barnes
  • Overview
  • Sales

Recent Activity

  • New sale ($15)
    Admin Template
    3 min ago
  • You edited the file
    Documentation.doc
    15 min ago
  • Project deleted
    Line Icon Set
    4 hours ago

Online Friends

  • Tiffany Kim
    Copywriter
  • Donald Barnes
    Web Developer
  • Evelyn Willis
    Web Designer
  • Julia Cole
    Photographer
  • Bruce Edwards
    Graphic Designer

Quick Settings

Online Status
Show your status to all
Auto Updates
Keep up to date
Notifications
Do you need them?
API Access
Enable/Disable access
Sales
22030
Balance
$ 4.589,00
Today
$996
  • New sale! + $249
    3 min ago
  • New sale! + $129
    50 min ago
  • New sale! + $119
    2 hours ago
  • New sale! + $499
    3 hours ago
Yesterday
$765
  • New sale! + $249
    26 hours ago
  • Product Purchase - $50
    28 hours ago
  • New sale! + $119
    29 hours ago
  • Paypal Withdrawal - $300
    37 hours ago
  • New sale! + $129
    39 hours ago
  • New sale! + $119
    45 hours ago
  • New sale! + $499
    46 hours ago
Load More..
  • Default
  • Amethyst
  • City
  • Flat
  • Modern
  • Smooth
ne
  • Dashboard
  • User Interface
  • UI Elements
    • Widgets
    • Blocks
      • Styles
      • Blocks API
      • Draggable
    • Grid
    • Typography
    • Icons
    • Buttons
    • Activity
    • Tabs
    • Tiles
    • Ribbons
    • Chat
      • Full
      • Fixed
      • Popup
    • Timeline
    • Navigation
    • Modals & Tooltips
    • Color Themes
  • Tables
    • Styles
    • Responsive
    • Tools
    • Pricing
    • DataTables
  • Forms
    • Pre-made
    • Elements
    • Pickers & More
    • Text Editors
    • Validation
    • Wizard
  • Develop
  • Components
    • Images
    • Charts
    • Calendar
    • Sliders
    • Animations
    • Scrolling
    • Syntax Highlighting
    • Rating
    • Tree View
    • Maps
      • Google
      • Google Full
      • Vector
    • Gallery
      • Simple
      • Advanced
  • Layouts
    • Layout API
    • Default
    • Default Flipped
    • Static Header
    • Mini Sidebar (Hoverable)
    • Side Overlay (Hoverable)
    • Side Overlay (Open)
    • Side Native Scrolling
    • Hidden Sidebar
  • Multi Level Menu
    • Link 1-1
    • Link 1-2
    • Sub Level 2
      • Link 2-1
      • Link 2-2
      • Sub Level 3
        • Link 3-1
        • Link 3-2
        • Sub Level 4
          • Link 4-1
          • Link 4-2
          • Sub Level 5
            • Link 5-1
            • Link 5-2
            • Sub Level 6
              • Link 6-1
              • Link 6-2
  • Pages
  • Generic
    • Blank
    • Search Results
    • Invoice
    • FAQ
    • Inbox
    • User Profile
      • Profile
      • Profile v2
      • Profile Edit
    • Forum
      • Categories
      • Topics
      • Discussion
      • New Topic
    • Authentication
      • Log In
      • Log In v2
      • Register
      • Register v2
      • Lock Screen
      • Lock Screen v2
      • Password Reminder
      • Password Reminder v2
    • Coming Soon
    • Maintenance
  • Error Pages
    • 400
    • 401
    • 403
    • 404
    • 500
    • 503
  • Apps
  • Frontend
    • Profile
    • 3Inbox
    • 1Profile
    • Settings
    • Actions
    • Lock Account
    • Log out

Highlight.js Beautiful syntax highlighting for showcasing your code.

  1. Components
  2. Syntax Highlighting

HTML

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Title</title>
    </head>
    <body>
        <!-- Your content -->
    </body>
</html>

CSS

/*
=================================================================
SECTION
=================================================================
*/
/* Sub section 1 */
selector {
}
/* Sub section 2 */
selector {
}
/*
=================================================================
SECTION
=================================================================
*/
/* Sub section 1 */
selector {
}
/* Sub section 2 */
selector {
}

Less

@base: #f938ab;
.box-shadow(@style, @c) when (iscolor(@c)) {
    -webkit-box-shadow: @style @c;
    box-shadow:         @style @c;
}
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
    .box-shadow(@style, rgba(0, 0, 0, @alpha));
}
.box {
    color: saturate(@base, 5%);
    border-color: lighten(@base, 30%);
    div { .box-shadow(0 0 5px, 30%) }
}

JavaScript

/*
 *  Document   : app.js
 *  Author     : pixelcave
 */
var App = function() {
    // User Interface init
    var uiInit = function() {
    };
    return {
        init: function() {
            uiInit();
        }
    };
}();
// Initialize app when page loads
jQuery(function(){ App.init(); });

PHP

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

Ruby

# Output "I love Ruby"
say = "I love Ruby"
puts say
# Output "I *LOVE* RUBY"
say['love'] = "*love*"
puts say.upcase
# Output "I *love* Ruby"
# five times
5.times { puts say }

Python

name = raw_input('What is your name?\n')
print 'Hi, %s.' % name

JSON

{
    "menu": {
        "id": "file",
        "value": "File",
        "popup": {
            "menuitem": [
                {"value": "New", "onclick": "CreateNewDoc()"},
                {"value": "Open", "onclick": "OpenDoc()"},
                {"value": "Close", "onclick": "CloseDoc()"}
            ]
        }
    }
}
Crafted with by pixelcave
OneUI 1.3 ©

Apps

Backend
Frontend