avio

My Activity

Allie Grater
UIUX Designer
Follower
1705
Following
245
Likes
850
Connection Request20 min ago
Hossein Shams
21 mutual connections
Personal Information

Hi I'm Allie Grater, Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.

  • Full Name:Allie Grater
  • E-mail:[email protected]
  • Phone:+01 (741) 852 123
  • Location:California, USA
  • Website:http://website.com
  • Social:
  • Chris Fox
    21 mutual connections
  • Marshall Nichols
    5 mutual connections
  • Orlando Lentz
    9 mutual connections
  • Alexander
    18 mutual connections
/* end gallery */ $(document).ready(function() { $(".fancybox").fancybox({ openEffect: "none", closeEffect: "none" }); });

News Feed

No Data
No data to show

Photos

$(function() { /* copy loaded thumbnails into carousel */ $('.row .thumbnail').on('load', function() {}).each(function(i) { // if(this.complete) { var item = $(''); var itemDiv = $(this).parents('div'); $(itemDiv.html()).appendTo(item); item.appendTo('.carousel-inner'); if (i == 0) { // set first item active item.addClass('active'); // } } }); /* activate the carousel */ $('#modalCarousel').carousel({ interval: false }); /* when clicking a thumbnail */ $('.row .thumbnail').click(function() { var idx = $(this).parents('div').index(); var id = parseInt(idx); $('#myModalGallery').modal('show'); // show the modal $('#modalCarousel').carousel(id); // slide carousel to selected }); })

Page

No Data
No data to show

Settings

@
http://
Change Password
 
Notifications Settings
$('.app-social .social-list-toggle').on('click', function() { $('.app-social .order-1').toggleClass('open'); });