• Menu
  • Home
  • About
  • Projects
    • Assembly
    • Electrical
    • Home Improvement
  • Services
    • Appliance Installation
    • Ceiling Fan Installation
    • Commercial Electrician
    • Commercial Lighting
    • Electrical Heating
    • Electrical Home Inspection
    • Electrical Repair
    • Electrical Retrofitting
    • Emergency Electrical
    • Home Automation
    • Hot tub and sauna electrical
    • Landscape & Security Lighting
    • Lighting Installation
    • New Construction Electrical
    • Remodeling Electrician
    • Residential Electrician
    • Rewiring Service
    • Standby Generator
    • Structured Cabling
    • Surge Protection
    • Water Heater Installation and Replacement
  • Contact
  • Service Areas

Call to learn more

Fully insured and bonded, R.A. Nē-co Connected Solutions electricians are available on call, 24/7, for emergency repairs when prompt response to any electrical emergency is crucial.

Contact Information

Phone: (301) 820-0664

Email: ran.connected@gmail.com

Social Media

All information provided is provided for information purposes only and does not constitute a legal contract between R.A. Nē-co Connected Solutions and any person or entity unless otherwise specified. Information is subject to change without prior notice. Although every reasonable effort is made to present current and accurate information, LinkNow™ Media makes no guarantees of any kind.

Website Hosted By LinkNow&trade Media
$(document).ready(function() { $('.js--way-point-0').waypoint(function(direction){ $('.js--way-point-0').addClass('animated slideInLeft'); }, { offset: '100%' }); $('.js--way-point-1').waypoint(function(direction){ $('.js--way-point-1').addClass('animated hinge slideInRight'); }, { offset: '100%' }); $('.js--way-point-2').waypoint(function(direction){ $('.js--way-point-2').addClass('animated fadeInUp'); }, { offset: '90%' }); $('.js--way-point-3').waypoint(function(direction){ $('.js--way-point-3').addClass('animated lightSpeedIn'); }, { offset: '70%' }); $('.js--way-point-4').waypoint(function(direction){ $('.js--way-point-4').addClass('animated slideInLeft'); }, { offset: '70%' }); $('.js--way-point-5').waypoint(function(direction){ $('.js--way-point-5').addClass('animated slideInUp'); }, { offset: '70%' }); $('.js--way-point-6').waypoint(function(direction){ $('.js--way-point-6').addClass('animated slideInRight'); }, { offset: '70%' }); $('.js--way-point-7').waypoint(function(direction){ $('.js--way-point-7').addClass('animated fadeIn'); }, { offset: '70%' }); $('.js--way-point-8').waypoint(function(direction){ $('.js--way-point-8').addClass('animated fadeIn'); }, { offset: '70%' }); $('.js--way-point-9').waypoint(function(direction){ $('.js--way-point-9').addClass('animated fadeInUp'); }, { offset: '70%' }); $('.js--way-point-10').waypoint(function(direction){ $('.js--way-point-10').addClass('animated fadeInUp fixed'); }, { offset: '-20%' }); }); $(function() { // Cache the window object var $window = $(window); // Parallax bg effect $('section[data-type="background"]').each(function(){ var $bgobj = $(this); // assigning the object $(window).scroll(function() { //scroll the background at var speed // the yPos is a negatvie value because we're scrolling it UP var yPos = -( ($window.scrollTop() - $bgobj.offset().top) / $bgobj.data('speed')); // Put together our final background position var coords = '50% '+ yPos + 'px'; // Move the background $bgobj.css({ backgroundPosition: coords }); }); // end window scroll }); });