
        <!DOCTYPE html>
        <html lang="en">
        <head>
            <!-- Meta tags -->
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Troubadour Texas</title>
            <link rel="canonical" href="https://troubadourtx.com/">
            <link href="https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
            <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"> 
            <!-- jQuery, Popper.js, and Bootstrap JS -->
            <script src="https://files.stork-search.net/releases/v1.6.0/stork.js"></script>                            
            <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
            <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
            <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>                            
            <link rel="stylesheet" href="/themify/css/themify-icons.css">
            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.0/css/all.min.css" integrity="sha512-9xKTRVabjVeZmc+GUW8GgSmcREDunMM+Dt/GrzchfN8tkwHizc5RP4Ok/MXFFy5rIjJjzhndFScTceq5e6GvVQ==" crossorigin="anonymous" referrerpolicy="no-referrer" >
            <link rel="icon" href="/favicon.ico">
            <style>
                

        :root {
            --primary-color: #00cec9;
            --primary-light: rgba(26, 188, 156, 0.7);
            --secondary-color: #00b894;
            --accent-color: #e84393;
            --background-color: #dfe6e9;
            --text-color: #2d3436;
            --heading-font: 'Arvo', serif;
            --body-font: 'Montserrat', sans-serif;
            --container-width: 1280px;
            --line-height: 1.58;
        }

        * {
            box-sizing: border-box;
        }

        .column-66 {
        float: left;
        width: 66.66666%;
        padding: 20px;
        }

        .column-33 {
        float: left;
        width: 33.33333%;
        padding: 20px;
        }


        body {
            font-family: var(--body-font);
            font-size: 18px;
            line-height: var(--line-height);
            color: var(--text-color);
            background-color: var(--background-color);
            margin: 0;
            padding: 0;
        }

        .post-content img {
            max-width: 100%;
            height: auto;
            margin: 10px 0;
            display: block;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: var(--heading-font);
            color: var(--primary-color);
            margin-bottom: 1rem;
            line-height: 1.2;
            font-weight: 700;
        }

        h2 {
            color: var(--primary-color);
        }

        h1 { font-size: 40px; }
        h2 { font-size: 36px; }
        h3 { font-size: 32px; }
        h4 { font-size: 28px; }

        p { margin-bottom: 1rem; }
        section { margin-bottom: 2rem; }

        /* Container styles */
        .container {
            max-width: var(--container-width);
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* generate header style*/ 
        header {
                    background-color: var(--primary-color);
                    color: #000000;
                    padding: 1.5rem 0;
                    position: relative;
                    box-shadow: 0 2px 4px rgba(0,0,0,0.1);

                }

        header h1 {
            color: #000000;
            font-weight: 700;
            letter-spacing: 1px;
            margin: 0;
        }

        /* Responsive navigation */
        nav {
            font-family: var(--heading-font);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-top: 1rem;
        }

        nav ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            color: #000000;
        }

        nav ul li {
            margin: 0 1rem;
        }

        nav a {
            color: #000000;
            text-decoration: none;
            padding: 0.5rem 0;
            transition: color 0.3s;
        }

        nav a:hover {
            color: var(--accent-color);
            border-bottom: 2px solid var(--accent-color);
        }

        /* Button styles */
        .button {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            color: var(--background-color);
            background-color: var(--primary-color);
            border: none;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
            border-radius: 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .button:hover {
            background-color: var(--accent-color);
            transform: translateY(-2px);
        }

        /* Footer styles */
        footer {
            background-color: var(--secondary-color);
            color: #FFFFFF;
            padding: 2rem 0;
            box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
        }

        /* generate footer style*/
        footer {
            background-color: var(--secondary-color);
            color: #000000;
            padding: 2rem 0;
            box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
        }
      
        footer p {
            margin: 0;
            text-align: center;
        }

        /* Add shadows to cards */
        .card {
            background-color: var(--background-color);
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
            padding: 1.5rem;
        }

        /* Typography improvements */
        a {
            color: var(--primary-color);
            text-decoration: none;
            transition: color 0.3s;
        }

        ul {
        font-family: var(--heading-font);
        color: var(--primary-color);
        }

        a:hover {
            color: var(--accent-color);
        }

        /* Responsive grid */
        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -0.5rem;
        }

        .col {
            flex: 1;
            padding: 0 0.5rem;
            min-width: 250px;
        }

        .sidebar {
            width: 250px; /* Set your desired fixed width here */
        }       

        /* Media queries for responsiveness */
        @media (max-width: 768px) {
            nav ul {
                flex-direction: column;
                align-items: center;
            }

            .col {
                flex: 100%;
            }
        }

        /* Section CSS*/
        .section {
            max-width: 1200px;
            margin: auto;
        }

        .btn {
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            color: white;
        }

        .btn-primary {
            background-color: #f44336;
        }

        .btn-secondary {
            background-color: #555555;
        }

        .separator {
            border: 0;
            height: 1px;
            background: #ccc;
            margin: 20px 0;
        }

        /* nav bar css */
        .navbar-nav .nav-link {
            padding-left: 10px;
            padding-right: 5px;
        }


        .navbar-nav .nav-link {
            font-size: 0.9rem;
        }

        .navbar-nav {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
        }        

        .navbar {
            margin: 0; /* Ensure the navbar fits within the container */
            padding: 0; /* Reset default padding */
            height: auto;
        }

        .navbar-nav .nav-item {
            padding: 0 10px; /* Reduce space between items */
        }        



        /* Additional styles based on component style */
        
            .card {
                background: rgba(255, 255, 255, 0.25);
                border-radius: 1rem;
                backdrop-filter: blur(10px);
                border: 1px solid rgba(255, 255, 255, 0.18);
                margin-bottom: 1.5rem;
            }
        

        /* Animations */
        
            a {
                transition: color 0.3s, background-color 0.3s;
            }

            .button {
                transition: background-color 0.3s, transform 0.3s;
            }

            .button:hover {
                transform: translateY(-2px);
            }

            .card {
                transition: transform 0.3s, box-shadow 0.3s;
            }

            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 10px 20px rgba(0,0,0,0.15);
            }
        

        /* Search bar CSS */
        

    #search-results {margin-top: 10px;}

    .search-result {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 5px;
    }

    .search-result-item a {
        text-decoration: none;
        color:  #2d3436  !important;
    }

    .search-result p {
        text-decoration: none;
        color:  '#fff'  !important;
    }

    div.search-result h3 {
        margin: 0;
        color: #2d3436 !important;
    }

    

    
            </style>
        </head>
        <body>
            <header>
                <div class="container"> <div class="row">
                                    <div class="col d-flex   justify-content-center">
                                        <h1 class="h1 mb-0">Troubadour Texas</h1>
                                    </div>
                                    <div class="col-auto ms-auto">
                                        <input 
                                        type="text" 
                                        id="search-input" 
                                        placeholder="Search..." 
                                        class="form-control w-auto" 
                                        oninput="filterResults()" />
                                    </div>                           
                                </div>
                                <div class="row mt-3">
                                    <div class="col">
                                        <div id="search-results"></div>
                                    </div>
                                </div>                                
                                                     
                        <div class="row">
                            <div class="col d-flex justify-content-center"> 
                                <nav class="navbar navbar-expand-lg ">
                                    <div class="row">
                                    <!-- Toggle Button for Mobile View -->
                                    <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
                                        data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
                                        aria-label="Toggle navigation">
                                        <span class="navbar-toggler-icon"></span>
                                    </button>
                                    </div>                                
                                    <div class="collapse navbar-collapse" id="navbarResponsive">
                                    <ul class="navbar-nav me-auto mb-2 mb-lg-0">                
                                        
                                        <li><a href="https://troubadourtx.com">Home</a></li>
                                        
                                        <li><a href="https://troubadourtx.com/terms-and-conditions/">Terms and Conditions</a></li>
                                        
                                        <li><a href="https://troubadourtx.com/disclaimer/">Disclaimer</a></li>
                                        
                                        <li><a href="https://troubadourtx.com/privacy-policy/">Privacy Policy</a></li>
                                        
                                        <li><a href="https://troubadourtx.com/about/">About Us</a></li>
                                        
                                        <li><a href="https://troubadourtx.com/contact/">Contact Us</a></li>
                                        

                                        <li class="nav-item dropdown">
                                            <a class="nav-link dropdown-toggle" href="https://troubadourtx.com/category/" id="megaMenu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Category Pages </a>
                                            <div class="dropdown-menu" aria-labelledby="megaMenu">
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/legalzoom-secrets-revealed/">legalzoom secrets revealed</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/cryptocurrency/">cryptocurrency</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/traditions/">traditions</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/techvolution/">techvolution</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/technology/">technology</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/catering/">catering</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/business/">business</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/grammar/">grammar</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/evaluation/">evaluation</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/entertainment/">entertainment</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/cultural-beverages/">cultural beverages</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/finance/">finance</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/morality/">morality</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/forex/">forex</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/fundraising/">fundraising</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/trends/">trends</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/ranking/">ranking</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/pain/">pain</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/entrepreneurship/">Entrepreneurship</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/mortgage/">Mortgage</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/relocation/">relocation</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/economics/">economics</a>
                                                
                                                    <a class="dropdown-item" href="https://troubadourtx.com/category/cost/">cost</a>
                                                
                                            </div>
                                        </li>
                                        

                                    </ul>
                                    </div>
                                </nav>                
                            </div>
                        </div>
                        
                </div>
            </header>
            <main>
                
                <div class="container mt-4">
                    <div class="row">
                        <div class="col-md-8">
                        <div class="container">
                            <div class="row">
                                
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/truth-behind-legalzoom-reviews-insights-32767/">Unveiling the Truth Behind LegalZoom: Firsthand Reviews and Insights</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2024-03-02T12:53:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in legalzoom secrets revealed</span>
                                                    </div>
                                                    <div class="post-content">
                                                        Like peeling back the layers of an onion, I embarked on a journey to uncover the truth behind LegalZoom, the prominent online legal service provider. Curiosity piqued, I sought firsthand reviews and insights to shed light on the experiences of those who have traversed its digital corridors. What I discovered was a tapestry of opinions, anecdotes, and revelations that left me yearning for more. From the pricing structures to the quality of documents, the user-friendly interface to the responsiveness of customer support, this discussion aims to unravel the truth behind LegalZoom and provide a comprehensive understanding of its offerings.
                                                        <a href="https://troubadourtx.com/truth-behind-legalzoom-reviews-insights-32767/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/binance-blocks-us-users-81854/">Demystifying Binance Blocks Us Users.</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-10-25T15:51:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in cryptocurrency</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve delved into the complex issue of Binance’s block on US users to demystify the situation. In this article, we’ll explore the history behind this decision, the legal and regulatory challenges Binance faces, and possible alternatives for US users.
                                                        <a href="https://troubadourtx.com/binance-blocks-us-users-81854/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/future-chinese-new-year-greetings-87004/">The Future of Chinese New Year Greetings</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-10-20T11:59:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in traditions</span>
                                                    </div>
                                                    <div class="post-content">
                                                        As I explore the future of chinese new year greetings, I am fascinated by the technological advancements that are shaping this traditional practice.
                                                        <a href="https://troubadourtx.com/future-chinese-new-year-greetings-87004/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/kodi-alternatives-evolution-44263/">The Evolution of Kodi Alternatives</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-10-13T12:45:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in techvolution</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve been keeping a close eye on the ever-changing landscape of media streaming platforms, and one thing’s for certain: Kodi has made a significant impact.
                                                        <a href="https://troubadourtx.com/kodi-alternatives-evolution-44263/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/fritzbox-login-secrets-80595/">Unlocking the Secrets of Fritzbox Login Passwort</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-10-08T15:43:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in technology</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve discovered the hidden secrets of Fritzbox login passwort and I can’t wait to share them with you.
                                                        <a href="https://troubadourtx.com/fritzbox-login-secrets-80595/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/catering-business-tips-success-23070/">Exploring the World of Tips for Catering Business Success</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-30T13:25:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in catering</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve spent years in the catering industry, learning the ins and outs of running a successful business. Now, I want to share my knowledge with you.
                                                        <a href="https://troubadourtx.com/catering-business-tips-success-23070/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/llc-formation-services-texas-importance-31206/">Why Llc Formation Services in Texas is Important</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-30T11:55:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in business</span>
                                                    </div>
                                                    <div class="post-content">
                                                        As someone who has gone through the process of forming an LLC in Texas, I understand firsthand the importance of utilizing professional formation services.
                                                        <a href="https://troubadourtx.com/llc-formation-services-texas-importance-31206/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/role-whos-vs-whose-society-99720/">The Role of Whos Vs Whose in Society</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-28T11:51:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in grammar</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always been fascinated by the intricacies of language and how it shapes our everyday communication.
                                                        <a href="https://troubadourtx.com/role-whos-vs-whose-society-99720/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/comcast-business-router-login-journey-64942/">The Journey of Understanding Comcast Business Router Login</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-26T14:06:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in technology</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always been curious about how to navigate the complexities of Comcast Business Router Login.
                                                        <a href="https://troubadourtx.com/comcast-business-router-login-journey-64942/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/importance-online-training-evaluation-68620/">Diving Deep Into Importance of Online Training Evaluation</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-25T13:38:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in evaluation</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve been diving deep into the importance of evaluating online training programs, and let me tell you, it’s a game-changer.
                                                        <a href="https://troubadourtx.com/importance-online-training-evaluation-68620/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/tiger-king-memes-guide-14759/">Everything You Need to Know About Tiger King Memes</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-24T11:35:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in entertainment</span>
                                                    </div>
                                                    <div class="post-content">
                                                        Hey there! If you’re like me, you’ve probably been bombarded with tiger king memes lately. And let’s be honest, they’re absolutely hilarious!
                                                        <a href="https://troubadourtx.com/tiger-king-memes-guide-14759/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/the-benefits-of-understanding-chinese-new-year-drinks-14027/">The Benefits of Understanding Chinese New Year Drinks</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-21T11:20:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in cultural beverages</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’m excited to share with you the benefits of understanding chinese new year drinks.
                                                        <a href="https://troubadourtx.com/the-benefits-of-understanding-chinese-new-year-drinks-14027/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/everything-you-need-to-know-about-usaa-routing-number-43866/">Everything You Need to Know About Usaa Routing Number</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-19T10:18:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in finance</span>
                                                    </div>
                                                    <div class="post-content">
                                                        Hey there! I’m here to give you all the information you need about the USAA routing number.
                                                        <a href="https://troubadourtx.com/everything-you-need-to-know-about-usaa-routing-number-43866/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/morals-thanksgiving-importance-95524/">Why Morals of Thanksgiving is Important</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-18T15:57:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in morality</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I believe that the morals of Thanksgiving hold great importance in our lives. Expressing gratitude and practicing generosity and kindness are values that shape us into better individuals.
                                                        <a href="https://troubadourtx.com/morals-thanksgiving-importance-95524/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/impact-of-google-places-70430/">The Impact of Google Places Replaces Local Business Center on Our Lives</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-15T15:32:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in technology</span>
                                                    </div>
                                                    <div class="post-content">
                                                        As a business owner, I’ve witnessed firsthand the transformative impact of Google Places replacing the Local Business Center. These changes have revolutionized the way we market our businesses and connect with customers.
                                                        <a href="https://troubadourtx.com/impact-of-google-places-70430/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/currency-pairs-ny-session-42884/">Demystifying Currency Pairs for Ny Session</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-13T13:28:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in forex</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always been fascinated by the world of currency trading. It’s a fast-paced environment where fortunes are made and lost in an instant.
                                                        <a href="https://troubadourtx.com/currency-pairs-ny-session-42884/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/fundraising-tech-startup-techniques-30192/">A Closer Look at Fundraising Techniques for Tech Startups</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-12T15:27:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in fundraising</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve been in the tech startup industry for years, and let me tell you, fundraising is no easy task. It takes careful planning, strategic networking, and a solid understanding of the different techniques available.
                                                        <a href="https://troubadourtx.com/fundraising-tech-startup-techniques-30192/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/spectrum-2021-marketing-trends-15861/">The Spectrum of 2021 Marketing Trends</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-12T10:50:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in trends</span>
                                                    </div>
                                                    <div class="post-content">
                                                        As a marketer, I am constantly seeking out the latest trends that will help me stay ahead in this ever-evolving industry. In 2021, the spectrum of marketing trends is vast and exciting.
                                                        <a href="https://troubadourtx.com/spectrum-2021-marketing-trends-15861/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/the-evolution-of-improving-alexa-traffic-rank-48144/">The Evolution of Improving Alexa Traffic Rank</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-09T14:29:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in ranking</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve witnessed the remarkable evolution of improving Alexa Traffic Rank firsthand. From its humble beginnings to its current status as an essential metric for website performance, Alexa’s influence has grown exponentially.
                                                        <a href="https://troubadourtx.com/the-evolution-of-improving-alexa-traffic-rank-48144/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/reasons-consistent-body-pain-69314/">Exploring the World of Reasons for Consistent Body Pain</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-08T13:13:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in pain</span>
                                                    </div>
                                                    <div class="post-content">
                                                        Hey there! Have you ever wondered why your body aches seem to persist no matter what you do?
                                                        <a href="https://troubadourtx.com/reasons-consistent-body-pain-69314/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/successfully-start-a-business-in-bemiss-ga-a-comprehensive-guide-28674/">How to Successfully Start a Business in Bemiss, GA: A Comprehensive Guide</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-07T12:27:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in Entrepreneurship</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always dreamt of starting my own business, and now I want to share my knowledge with you.
                                                        <a href="https://troubadourtx.com/successfully-start-a-business-in-bemiss-ga-a-comprehensive-guide-28674/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/unleashing-potential-building-a-flourishing-mortgage-enterprise-in-delaware-60077/">Unleashing Potential: Building a Flourishing Mortgage Enterprise in Delaware</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-07T11:50:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in Mortgage</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve discovered the secret to building a flourishing mortgage enterprise in Delaware. In this article, I’ll share key strategies for success, including why Delaware is a prime mortgage market and how to navigate regulatory challenges.
                                                        <a href="https://troubadourtx.com/unleashing-potential-building-a-flourishing-mortgage-enterprise-in-delaware-60077/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/unlocking-success-launching-a-thriving-security-company-in-the-heartland-of-kansas-92301/">Unlocking Success: Launching a Thriving Security Company in the Heartland of Kansas</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-07T11:40:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in Entrepreneurship</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always been fascinated by the world of security, so when I decided to start my own company right here in Kansas, I knew it was going to be a challenge.
                                                        <a href="https://troubadourtx.com/unlocking-success-launching-a-thriving-security-company-in-the-heartland-of-kansas-92301/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/history-moving-another-state-13377/">The History of Moving to Another State</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-06T14:59:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in relocation</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve always been fascinated by the history of moving to another state. It’s amazing to think about how people have migrated and settled in new places throughout time. From early America to modern times, there have been various factors that have influenced these migration patterns.
                                                        <a href="https://troubadourtx.com/history-moving-another-state-13377/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/the-evolution-of-starting-llc-for-handyman-business-17269/">The Evolution of Starting Llc for Handyman Business</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-04T14:28:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in Entrepreneurship</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve been in the handyman business for years, and let me tell you, starting an LLC has been a game-changer.
                                                        <a href="https://troubadourtx.com/the-evolution-of-starting-llc-for-handyman-business-17269/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/unlocking-the-secrets-of-dubai-commercity-cost-63455/">Unlocking the Secrets of Dubai Commercity Cost</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-02T15:42:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in economics</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve delved deep into the mysteries of dubai commercity cost and uncovered some fascinating insights.
                                                        <a href="https://troubadourtx.com/unlocking-the-secrets-of-dubai-commercity-cost-63455/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/dubai-commercity-cost-a-comprehensive-overview-54615/">Dubai Commercity Cost: A Comprehensive Overview</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-02T13:41:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in cost</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve got all the details you need on the cost of doing business in Dubai Commercity.
                                                        <a href="https://troubadourtx.com/dubai-commercity-cost-a-comprehensive-overview-54615/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    
                                        <div class="col">
                                            <div class="card">
                                                <article class="post">
                                                    <h2 class="post-title"><a href="https://troubadourtx.com/the-spectrum-of-dubai-commercity-cost-20547/">The Spectrum of Dubai Commercity Cost</a></h2>
                                                    <div class="post-meta" style="margin-bottom: 20px; >
                                                        <span class="post-date">2023-09-02T11:18:00</span>
                                                        <span class="post-author">by Troy Mayer</span>
                                                        <span class="post-category">in economics</span>
                                                    </div>
                                                    <div class="post-content">
                                                        I’ve delved into the data and analyzed the costs of Dubai Commercity from every angle. In this article, we’ll explore the initial investment required, rental costs, operational expenses, tax and licensing fees, as well as calculate the return on investment.
                                                        <a href="https://troubadourtx.com/the-spectrum-of-dubai-commercity-cost-20547/">Read More</a>
                                                    </div>
                                                                
                                                    <div class="post-tags">
                                                        
                                                    </div>
                                                </article>
                                            </div>
                                        </div>
                                    

                                

                            </div>
                        </div>
                        </div>
                        <div class="col-md-4 sidebar"><div class="sidebar d-flex flex-column p-3">
        <h2 class="text-center ">Recent Posts</h2>
        <ul class="nav flex-column">
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/currency-pairs-ny-session-42884/">Demystifying Currency Pairs for Ny Session</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/llc-formation-services-texas-importance-31206/">Why Llc Formation Services in Texas is Important</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/successfully-start-a-business-in-bemiss-ga-a-comprehensive-guide-28674/">How to Successfully Start a Business in Bemiss, GA: A Comprehensive Guide</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/comcast-business-router-login-journey-64942/">The Journey of Understanding Comcast Business Router Login</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/truth-behind-legalzoom-reviews-insights-32767/">Unveiling the Truth Behind LegalZoom: Firsthand Reviews and Insights</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/dubai-commercity-cost-a-comprehensive-overview-54615/">Dubai Commercity Cost: A Comprehensive Overview</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/future-chinese-new-year-greetings-87004/">The Future of Chinese New Year Greetings</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/the-spectrum-of-dubai-commercity-cost-20547/">The Spectrum of Dubai Commercity Cost</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/importance-online-training-evaluation-68620/">Diving Deep Into Importance of Online Training Evaluation</a>
                </li>
            
                <li class="nav-item">
                    <a  href="https://troubadourtx.com/spectrum-2021-marketing-trends-15861/">The Spectrum of 2021 Marketing Trends</a>
                </li>
            
            
            
                                                
        </ul>
        </div></div>
                    </div>
                </div>
                
            </main> <script>
                        let jsonData = []; // JSON data will be loaded here.

                        fetch('/search-index.json')
                            .then(response => response.json())
                            .then(data => {
                                jsonData = data; // Save the JSON data for filtering.
                            })
                            .catch(error => console.error('Error fetching JSON data:', error));

                        function filterResults() {
                            const query = document.getElementById('search-input').value.trim().toLowerCase();
                            const resultsContainer = document.getElementById('search-results');                            

                            // Clear results if input is blank
                            if (query.trim() === '') {
                                resultsContainer.innerHTML = ''; // Clear previous results
                                return;
                            }

                            const filteredData = jsonData.filter(item =>
                                item.title.toLowerCase().includes(query) ||
                                item.content.toLowerCase().includes(query)
                            );


                            if (filteredData.length === 0) {
                                resultsContainer.innerHTML = '<p class="text-muted">No results found.</p>';
                            } else {
                                resultsContainer.innerHTML = filteredData.map(item => `
                                    <div class="search-result-item border rounded p-2 mb-2">
                                        <h5><a href="${item.url}" target="_blank">${item.title}</a></h5>
                                        <p>${item.content.substring(0, 150)}...</p>
                                    </div>
                                `).join('');
                            }
                        }
                    </script>
                    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
                    <!-- footer Start -->
        <footer class="p-4 bg-white dark bg-dark text-muted">
            <div class="container">
                <div class="row">
                    <div class="col-md-6 mb-4">
                        <a href="https://troubadourtx.com" class="d-flex align-items-center">
                            <h1>Troubadour Texas</h1>
                        </a>
                    </div>
                    <div class="col-md-6">
                        <div class="row">
                            <div class="col-6 col-md-4">
                                <h6 class="text-uppercase mb-4">Categories</h6>
                                <ul class="list-unstyled">
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/legalzoom-secrets-revealed/" class="text-reset">legalzoom secrets revealed</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/cryptocurrency/" class="text-reset">cryptocurrency</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/traditions/" class="text-reset">traditions</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/techvolution/" class="text-reset">techvolution</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/technology/" class="text-reset">technology</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/catering/" class="text-reset">catering</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/business/" class="text-reset">business</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/grammar/" class="text-reset">grammar</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/evaluation/" class="text-reset">evaluation</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/entertainment/" class="text-reset">entertainment</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/cultural-beverages/" class="text-reset">cultural beverages</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/finance/" class="text-reset">finance</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/morality/" class="text-reset">morality</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/forex/" class="text-reset">forex</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/fundraising/" class="text-reset">fundraising</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/trends/" class="text-reset">trends</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/ranking/" class="text-reset">ranking</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/pain/" class="text-reset">pain</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/entrepreneurship/" class="text-reset">Entrepreneurship</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/mortgage/" class="text-reset">Mortgage</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/relocation/" class="text-reset">relocation</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/economics/" class="text-reset">economics</a></li>
                                    
                                        <li class="mb-2"><a href="https://troubadourtx.com/category/cost/" class="text-reset">cost</a></li>
                                    


                                </ul>
                            </div>
                            <div class="col-6 col-md-4">
                                <h6 class="text-uppercase mb-4">Legal</h6>
                                <ul class="list-unstyled">
                                    
                                    
                                        <li ><a href="https://troubadourtx.com/about/" class="text-reset">About Us</a></li>
                                    
                                        <li ><a href="https://troubadourtx.com/contact/" class="text-reset">Contact Us</a></li>
                                    
                                        <li ><a href="https://troubadourtx.com/disclaimer/" class="text-reset">Disclaimer</a></li>
                                    
                                        <li ><a href="https://troubadourtx.com/privacy-policy/" class="text-reset">Privacy Policy</a></li>
                                    
                                        <li ><a href="https://troubadourtx.com/terms-and-conditions/" class="text-reset">Terms and Conditions</a></li>
                                    

                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
                <hr class="my-4" />
                <div class="d-md-flex justify-content-between align-items-center">
                    <p class="text-center text-md-left mb-md-0 mb-2">© <script>document.write(new Date().getFullYear());</script> <a href="https://troubadourtx.com/" class="text-reset text-decoration-none">Troubadour Texas</a>. All Rights Reserved.</p>
                    <div class="d-flex justify-content-center mt-md-0 mt-3">
                        <a href="https://troubadourtx.com" class="text-reset mx-3"><i class="fab fa-facebook-f"></i></a>
                        <a href="https://troubadourtx.com" class="text-reset mx-3"><i class="fab fa-instagram"></i></a>
                        <a href="https://troubadourtx.com" class="text-reset mx-3"><i class="fab fa-twitter"></i></a>
                        <a href="https://troubadourtx.com" class="text-reset mx-3"><i class="fab fa-github"></i></a>
                        <a href="https://troubadourtx.com" class="text-reset mx-3"><i class="fab fa-linkedin"></i></a>
                    </div>
                </div>
            </div>
        </footer>
        
           
        </body>
        </html>
        