@extends('layout.master') @section('title', 'Profile V2') @section('parentPageTitle', 'Pages') @section('content')

Alizee Thomas

Washington, d.c.
Address:

795 Folsom Ave, Suite 600 San Francisco, 94107


Email address:

michael@gmail.com


Mobile:

+ 202-555-2828


Birth Date:

October 22th, 1990


Social:

twitter.com/example

facebook.com/example

github.com/example

instagram.com/example

First slide

All photographs are accurate

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal

All photographs are accurate

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal

Basic Information
  
Account Data
Change Password
  
General Information
           
Email from Lucid

I'd like to receive the following emails:

  
  • 2365
    Shots View
  • 1203
    Likes
  • 324
    Comments
  • 1980
    Profile Views
  • 251
    Website View
  • 52
    Attachment
Events
12 of this month
Birthday
4 of this month
Conferences
8 of this month
Seminars
2 of this month
@stop @section('page-script') $(function () { $('.knob').knob({ draw: function () { // "tron" case if (this.$.data('skin') == 'tron') { var a = this.angle(this.cv) // Angle , sa = this.startAngle // Previous start angle , sat = this.startAngle // Start angle , ea // Previous end angle , eat = sat + a // End angle , r = true; this.g.lineWidth = this.lineWidth; this.o.cursor && (sat = eat - 0.3) && (eat = eat + 0.3); if (this.o.displayPrevious) { ea = this.startAngle + this.angle(this.value); this.o.cursor && (sa = ea - 0.3) && (ea = ea + 0.3); this.g.beginPath(); this.g.strokeStyle = this.previousColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, sa, ea, false); this.g.stroke(); } this.g.beginPath(); this.g.strokeStyle = r ? this.o.fgColor : this.fgColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, sat, eat, false); this.g.stroke(); this.g.lineWidth = 2; this.g.beginPath(); this.g.strokeStyle = this.o.fgColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth + 1 + this.lineWidth * 2 / 3, 0, 2 * Math.PI, false); this.g.stroke(); return false; } } }); }); @stop