Darragh Doran

Darragh Doran

I'm Darragh, a Dub who has been in Charleston since 1999. I founded the Charleston Irish group & own a real estate business here. Get in touch if you are new in town. darragh@empirecharleston.com
//Inject extended footer before the footer element const footer = document.querySelector('.site-footer'); const extendedFooter = document.createElement('div'); extendedFooter.innerHTML = ` `; footer.before(extendedFooter);