Avatar

40 GB / 100 GB

50% Complete (success)
  • Dashboard
  • Layouts
    • NewBoxed Layout
    • NewTop Menu
  • UI Elements
    • General
    • Alerts
    • NewPorlets
    • Buttons
    • Modals
    • Notifications
    • NewTiles
    • Progress Bars
    • Icons
    • Grid
    • Tabs & Accordions
    • Nestable Lists
    • Tree View
    • NewCalendar
  • Forms
    • Components
    • NewMultiselect
    • Validation
    • Wizard
    • Input Masks
    • WYSIWYG Editor
    • Multi Upload
  • Tables
    • General
    • NewData Tables
    • NewX-Editable
  • Maps
    • Maps
    • Vector Maps
  • Email
    • Inbox
    • Email Detail
  • Typography
  • Charts
  • Pages
    • Blank Page
    • Blank Page Header
    • Blank Page Aside
    • NewBlank Page Aside Header
    • NewProfile
    • Login
    • NewSign Up
    • NewForgot Password
    • 404 Page
    • 500 Page
    • NewTour Guide
    • Gallery
    • NewSearch
    • Timeline
    • Code Editor
  • AvatarJane Smith
    • My Account
    • Profile
    • Messages
    • Sign Out
      • avatar13 Sept. Daniel Hey! How are you?
      • avatar20 Oct.Adam Hi! Can you fix my phone?
      • avatar2 Nov.Michael Regards!
      • avatar2 Nov.Lucy Hello, my name is Lucy
      • View all messages
  • 2
      • Daniel is now following you 2 minutes ago.
      • Michael commented on your link 15 minutes ago.
      • Mia commented on post 30 minutes ago.
      • Andrew sent you a request 1 hour ago.
      • View all activity

Code Editor

Dream code editor

  • * index.html
  • style.css
  • script.js

Actions

  • Open File
  • Save File
  • Save As...
New File

Chat

Online (4)

Family

  • Michael Smith
  • John Doe
  • Richard Avedon
  • Allen Collins

Friends

  • Jaime Garzon
  • Dave Grohl
  • Victor Jara

Work

  • Ansel Adams
  • Gustavo Cerati
Richard Avedon
  • Hi Jane, how are you?

  • Hello I was looking for you

  • Tell me what you need?

  • Sorry, I'm late... see you

  • OK, call me later...

<!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> </head> <body> <h1>Hello, world!</h1> <div class="row"> <div class="col-md-4">.col-md-4</div> <div class="col-md-4">.col-md-4</div> <div class="col-md-4">.col-md-4</div> </div> <div class="row"> <div class="col-md-6">.col-md-6</div> <div class="col-md-6">.col-md-6</div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://code.jquery.com/jquery.js"></script> <!-- Include all compiled plugins (below)--> <script src="js/bootstrap.min.js"></script> </body> </html>