PeopleBrowsr
  • NFT Hubs
  • NFT Profiles
  • NFT APIs
  • About
    • Team
    • Roadmap
    • Blog
    • Contact
  • Join us at NFT.NYC
 
crypto

Purchase tickets to NFT.NYC with BTC or ETH.

Purchases will be followed by a confirmation email with instructions to complete registration.

 
Our Brands
Kred | The Ability to Inspire
.CEO | The Domain for CEOs
SocialOS | Social mBaaS for Building Collaborative Applications
PeopleBrowsr APIs
SocialOS API

Kred APIs
Kred Score API
Kred NFT API
Kred Domain Reseller API
Follow @Kred
Follow @PeopleBrowsr

Powered by
SocialOS

Privacy Policy
Data Privacy FAQs
}; })(jQuery); (function($){ $(document).ready(function(){ (function($) { $.fn.menumaker = function(options) { var cssmenu = $(this), settings = $.extend({ title: "Menu", format: "dropdown", sticky: false }, options); return this.each(function() { cssmenu.prepend('
' + settings.title + '
'); $(this).find("#menu-button").on('click', function(){ $(this).toggleClass('menu-opened'); var mainmenu = $(this).next('ul'); if (mainmenu.hasClass('open')) { mainmenu.hide().removeClass('open'); } else { mainmenu.show().addClass('open'); if (settings.format === "dropdown") { mainmenu.find('ul').show(); } } }); cssmenu.find('li ul').parent().addClass('has-sub'); multiTg = function() { cssmenu.find(".has-sub").prepend(''); cssmenu.find('.submenu-button').on('click', function() { $(this).toggleClass('submenu-opened'); if ($(this).siblings('ul').hasClass('open')) { $(this).siblings('ul').removeClass('open').hide(); } else { $(this).siblings('ul').addClass('open').show(); } }); }; if (settings.format === 'multitoggle') multiTg(); else cssmenu.addClass('dropdown'); if (settings.sticky === true) cssmenu.css('position', 'fixed'); resizeFix = function() { if ($( window ).width() > 768) { cssmenu.find('ul').show(); } if ($(window).width() <= 768) { cssmenu.find('ul').hide().removeClass('open'); } }; resizeFix(); return $(window).on('resize', resizeFix); }); $("#cssmenu").menumaker({ title: "Menu", format: "multitoggle" }); }); })(jQuery);