Zend certified PHP/Magento developer

Magento2.3 add custom phtml files to footer

I have a Magento 2.3 website that has a child theme of Luma setup and bootstrap added. What I want is to in the footer is to call in a customfooter.phtml file so I can setup the footer to be a 4col layout.
then under the footer and full page width I am trying to add a new div that would call in a footer-links.phtml file and load right before the closing body tag and outside the page wrapper.

My issue is the default.xml does not see to work even though I recompiled and deployed and cleared cache.

Here is my default.xml file

  < ?xml version="1.0"?>
  
  
    
        
            
                header links
            
        
    
    
        
            148
            43
        
    

    

    
        
    

    
    
    

    
    
    
    

Not sure how to edit the above xml to get it to work?