It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://jobs.alabamastaffing.net/rss/feed.xml

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.      <!-- Google Tag Manager -->
  5.      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  6.      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  7.      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  8.      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  9.      })(window,document,'script','dataLayer','GTM-NFM95BJ');</script>
  10.      <!-- End Google Tag Manager -->
  11.        <base href="https://jobs.alabamastaffing.net/">        <title>Page not found | ALSA Career Center</title>
  12.  
  13.        <meta name="description" content="Career website">
  14.  
  15.        <meta charset="UTF-8">
  16.        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" >
  17.        <meta name="apple-mobile-web-app-capable" content="yes">
  18.        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19.  
  20.        <meta content="AXnz9RPerbxkjwPON3L5oaOUQ0z7dE2MuY6MlerC" name="csrf-token">
  21.  
  22.                <meta content="index,follow" name="robots">
  23.        
  24.        
  25.        <script>
  26.    function loadScripts(source, callback) {
  27.        if (!(source != null && (typeof source == 'string' || typeof source == 'object'))) return;
  28.        let src = typeof source == 'string' ? [source] : source;
  29.        let total = [];
  30.        let loaded = [];
  31.        let failed = [];
  32.        let fn = function (e) {
  33.            if (e.type == 'load') loaded.push(e.target.src);
  34.            else failed.push(e.target.src);
  35.            if ((loaded.length + failed.length) == total.length && typeof callback == 'function') callback(!!failed.length, loaded, failed);
  36.        };
  37.        let load = function (src) {
  38.            let s = document.createElement('script');
  39.            s.type = 'application/javascript';
  40.            s.src = src;
  41.            s.addEventListener('error', fn, false);
  42.            s.addEventListener('load', fn, false);
  43.            document.getElementsByTagName('head')[0].appendChild(s);
  44.            return s.src;
  45.        };
  46.        for (let i in src) {
  47.            let s = src[i].split(/[\s,]+/);
  48.            for (let j in s) if (total.indexOf(s[j]) < 0) total.push(load(s[j]));
  49.        }
  50.    }
  51.  
  52.    function loadStyles(source, callback) {
  53.        if (!(source != null && (typeof source == 'string' || typeof source == 'object'))) return;
  54.        let src = typeof source == 'string' ? [source] : source;
  55.        let total = [];
  56.        let loaded = [];
  57.        let failed = [];
  58.        let fn = function (e) {
  59.            if (e.type == 'load') loaded.push(e.target.src);
  60.            else failed.push(e.target.src);
  61.            if ((loaded.length + failed.length) == total.length && typeof callback == 'function') callback(!!failed.length, loaded, failed);
  62.        };
  63.        let load = function (src) {
  64.            let s = document.createElement('link');
  65.            s.rel = 'stylesheet';
  66.            s.href = src;
  67.            s.addEventListener('error', fn, false);
  68.            s.addEventListener('load', fn, false);
  69.            document.getElementsByTagName('head')[0].appendChild(s);
  70.            return s.src;
  71.        };
  72.        for (let i in src) {
  73.            let s = src[i].split(/[\s,]+/);
  74.            for (let j in s) if (total.indexOf(s[j]) < 0) total.push(load(s[j]));
  75.        }
  76.    }
  77.  
  78.    function trackEvent(url, data, method = 'GET') {
  79.        $.ajax({
  80.            url: url,
  81.            method: method,
  82.            data: data || {},
  83.            async: true,
  84.            cache: false,
  85.            success: (response) => {
  86.                let trackingCode = response.code || '';
  87.                $('body').append(trackingCode)
  88.            },
  89.        });
  90.    }
  91.  
  92.    function triggerEvent(name, element = document) {
  93.        if(!name) return;
  94.        const event = new Event(name);
  95.        element.dispatchEvent(event);
  96.    }
  97.  
  98.    if (typeof grecaptcha === 'undefined') {
  99.        grecaptcha = {};
  100.    }
  101.  
  102.    grecaptcha.alreadyLoaded = []
  103.    grecaptcha.loadFromCDN = function(url, params) {
  104.        if (! this.alreadyLoaded.includes(url)) {
  105.            this.alreadyLoaded.push(url);
  106.  
  107.            let script = document.createElement('script');
  108.            script.setAttribute('type', 'text/javascript');
  109.            script.setAttribute('src', url);
  110.            for (let i in params) {
  111.                script.setAttribute(params[i], '');
  112.            }
  113.  
  114.            document.body.appendChild(script);
  115.        }
  116.    }
  117.  
  118.    grecaptcha.ready = function(cb){
  119.        if (typeof grecaptcha === 'object' && typeof grecaptcha.execute === 'undefined') {
  120.            const c = '___grecaptcha_cfg';
  121.            window[c] = window[c] || {};
  122.            (window[c]['fns'] = window[c]['fns']||[]).push(cb);
  123.        } else {
  124.            setTimeout(function() {
  125.                cb();
  126.            }, 1000)
  127.        }
  128.    }
  129. </script>
  130.                    <!--link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"-->
  131.            <link rel="stylesheet" href="themes/nextgen/css/style.css?1712057496">
  132.        
  133.                    <script src="themes/nextgen/js/jquery.min.js?1549902715"></script>
  134.            <script src="themes/nextgen/js/bootstrap.min.js?1549902715"></script>
  135.            <script src="themes/nextgen/js/plugins.js?1549902715"></script>
  136.            <script src="js/common.min.js"></script>
  137.            <script>
  138.                $(function() {
  139.                    triggerEvent('jqueryReady');
  140.                    triggerEvent('bootstrapReady');
  141.                    triggerEvent('commonReady');
  142.                })
  143.            </script>
  144.        
  145.        <link href="themes/alsa/css/custom.css?1533312298" rel="stylesheet">
  146. <link href="themes/alsa/css/theme_style.css?1536919670" rel="stylesheet">
  147. <link href="themes/alsa/css/theme_pricing.css?1518011763" rel="stylesheet">
  148. <link rel="shortcut icon" href="themes/alsa/images/favicon.ico?1514445786" type="image/x-icon">
  149.        <meta property="og:type" content="website">
  150.        <meta property="og:site_name" content="ALSA Career Center">
  151.  
  152.                    <meta property="og:title" content="Page not found | ALSA Career Center">
  153.            <meta property="og:description" content="Career website">
  154.            <meta property="og:image" content="https://jobs.alabamastaffing.net/themes/alsa/images/logo.png">
  155.            <meta property="og:url" content="https://jobs.alabamastaffing.net/rss/feed.xml">
  156.        
  157.        
  158.    </head>
  159.    <body>
  160.  
  161.    <!-- Google Tag Manager (noscript) -->
  162.    <noscript>
  163.        <iframe
  164.            title="Google Tag Manager"
  165.            src="https://www.googletagmanager.com/ns.html?id=GTM-NFM95BJ"
  166.            height="0"
  167.            width="0"
  168.            style="display:none;visibility:hidden">
  169.        </iframe>
  170.    </noscript>
  171.    <!-- End Google Tag Manager (noscript) -->
  172.    <!--Start top and Logo-->
  173.  
  174.    <div id="banner-header-wide-1"></div>
  175.  
  176. <div class="alsa_header">
  177.    <div class="container">
  178.        <div class="alsa-menu">
  179.            <ul>
  180.                <li class="alsa-currentListItem" style="margin-left: 0.75em;"><a class="current" href="http://www.alabamastaffing.net/index.html" rel="self" title="Home">Home</a></li>
  181.                <li><a href="http://www.alabamastaffing.net/About/About.html" rel="self" title="About">About</a></li>
  182.                <li><a href="http://www.alabamastaffing.net/News/News.html" rel="self" title="News">News</a></li>
  183.                <li><a href="http://www.alabamastaffing.net/Join/Join.html" rel="self" title="Join">Join</a></li>
  184.                <li><a href="http://www.alabamastaffing.net/Contact/Contact.html" rel="self" title="Contact">Contact</a></li>
  185.                <li style="margin-right: 0.75em;"><a class="normal" href="http://www.alabamastaffing.net/RxProgram/RxProgram.html" rel="self" title="Rx Program">Rx Program</a></li>
  186.            </ul>
  187.        </div>
  188.    </div>
  189. </div>
  190. <div class="alsa-logo">
  191.    <div class="container">
  192.        <div class="alsa-text-logo">
  193.            <p>
  194.                ALABAMA STAFFING ASSOCIATION
  195.            </p>
  196.        </div>
  197.    </div>
  198. </div><header>
  199.    <nav class="navbar navbar-inverse bg-dark">
  200.        <div class="container">
  201.            <div class="navbar-header">
  202.                <button
  203.                    type="button"
  204.                    class="navbar-toggle collapsed"
  205.                    data-toggle="collapse"
  206.                    data-target="#header-navbar"
  207.                    aria-expanded="false"
  208.                    aria-controls="navbar"
  209.                    aria-label="Toggle mobile navigation"
  210.                >
  211.                    <span class="icon-bar"></span>
  212.                    <span class="icon-bar"></span>
  213.                    <span class="icon-bar"></span>
  214.                </button>
  215.                            </div>
  216.  
  217.            <div
  218.                class="collapse navbar-collapse guest-menu"
  219.                id="header-navbar"
  220.            >
  221.                
  222. <div class="pull-left flex-sm-container clearfix">
  223.                                        <ul class="nav navbar-nav guest-menu">
  224.                                        <li id="menu-item-1957" class="current">
  225.                                    <a href="/"
  226.                        ex-data                                            >
  227.                                            Home                                        </a>
  228.                            </li>
  229.                                                        <li id="menu-item-1959" class="">
  230.                                    <a href="/jobs"
  231.                                                                    >
  232.                                            Search                                        </a>
  233.                            </li>
  234.                                                        <li id="menu-item-1962" class="">
  235.                                    <a href="/employer-directory"
  236.                                                                    >
  237.                                            Directory                                        </a>
  238.                            </li>
  239.                                                        <li id="menu-item-1965" class="">
  240.                                    <a href="/contact-us"
  241.                                                                    >
  242.                                            Contact Us                                        </a>
  243.                            </li>
  244.                                                        <li id="menu-item-1988" class="">
  245.                                    <a href="/career-resources"
  246.                                                                    >
  247.                                            Career Resources                                        </a>
  248.                            </li>
  249.                                                                </ul>
  250.                                        <p class="navbar-btn pull-left">
  251.                <a href="/employer-offers"
  252.                    class="btn btn-primary pricing-btn"                                    >
  253.                    Pricing                </a>
  254.            </p>
  255.                        </div>
  256.  
  257.                
  258.    <nav class="nav navbar-right flex-sm-container">
  259.        <ul class="nav navbar-nav mx-0">
  260.            <li class="register-top">
  261.                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  262.                    Register                    <span class="caret"></span>
  263.                </a>
  264.                <ul class="dropdown-menu reg-choose">
  265.                    <li><a href="/register-seeker">Job Seekers</a></li>
  266.                                            <li><a href="/register-employer">Employers</a></li>
  267.                                    </ul>
  268.            </li>
  269.            <li>
  270.                <a class="sign-in" href="/sign-in">
  271.                    <i class="fas fa-lock"></i>
  272.                    Sign In                </a>
  273.            </li>
  274.            
  275. <script>
  276.    var scriptsLanguage = 'EN';
  277. </script>
  278.  
  279.        </ul>
  280.        <p class="navbar-btn pull-left">
  281.            <a class="btn btn-primary post-job" href="/employer-offers">Post a Job</a>
  282.        </p>
  283.    </nav>
  284.            </div>
  285.        </div>
  286.    </nav>
  287. </header>
  288.  
  289. <div class="container view-404">
  290.    <div class="row">
  291.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  292.            <div class="page-header">
  293.                <h1>Not found</h1>
  294.            </div>
  295.            <p>The requested URL was not found on this server.</p>
  296.            <p>If you need assistance you can</p>
  297.            <p>
  298.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  299.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  300.            </p>
  301.        </div>
  302.    </div>
  303. </div>
  304.    <div id="banner-footer-wide-top-1"></div>
  305.  
  306.  
  307. <div class="ws-footer" id="ws-footer">
  308.    <div class="bg-darken footer index mt-2 py-2">
  309.        <div class="container">
  310.                        <div class="row">
  311.                <div class="col-md-12">
  312.                    <a href="https://jobs.alabamastaffing.net/browse-jobs" class="title d-block text-white text-bold my-1">
  313.                        Find Jobs By Category                    </a>
  314.                </div>
  315.            </div>
  316.            <div class="row">
  317.                                        <div class="col-md-3 col-sm-6">
  318.                        <ul class="list list-unstyled">
  319.                                                                                            <li class="list-item">
  320.                                    <a href="c-accounting-finance-jobs.html" class="text-white">
  321.                                        Accounting/Finance                                    </a>
  322.                                </li>
  323.                                                                                            <li class="list-item">
  324.                                    <a href="c-advertising-public-relations-jobs.html" class="text-white">
  325.                                        Advertising/Public Relations                                    </a>
  326.                                </li>
  327.                                                                                            <li class="list-item">
  328.                                    <a href="c-agriculture-jobs.html" class="text-white">
  329.                                        Agriculture                                    </a>
  330.                                </li>
  331.                                                                                            <li class="list-item">
  332.                                    <a href="c-arts-entertainment-publishing-jobs.html" class="text-white">
  333.                                        Arts/Entertainment/Publishing                                    </a>
  334.                                </li>
  335.                                                                                            <li class="list-item">
  336.                                    <a href="c-automotive-jobs.html" class="text-white">
  337.                                        Automotive                                    </a>
  338.                                </li>
  339.                                                                                            <li class="list-item">
  340.                                    <a href="c-banking-mortgage-jobs.html" class="text-white">
  341.                                        Banking/Mortgage                                    </a>
  342.                                </li>
  343.                                                                                            <li class="list-item">
  344.                                    <a href="c-biotech-jobs.html" class="text-white">
  345.                                        Biotech                                    </a>
  346.                                </li>
  347.                                                                                            <li class="list-item">
  348.                                    <a href="c-broadcast-jobs.html" class="text-white">
  349.                                        Broadcast                                    </a>
  350.                                </li>
  351.                                                                                            <li class="list-item">
  352.                                    <a href="c-business-development-jobs.html" class="text-white">
  353.                                        Business Development                                    </a>
  354.                                </li>
  355.                                                                                            <li class="list-item">
  356.                                    <a href="c-clerical-administrative-jobs.html" class="text-white">
  357.                                        Clerical/Administrative                                    </a>
  358.                                </li>
  359.                                                                                            <li class="list-item">
  360.                                    <a href="c-construction-facilities-jobs.html" class="text-white">
  361.                                        Construction/Facilities                                    </a>
  362.                                </li>
  363.                                                                                            <li class="list-item">
  364.                                    <a href="c-consultant-jobs.html" class="text-white">
  365.                                        Consultant                                    </a>
  366.                                </li>
  367.                                                                                            <li class="list-item">
  368.                                    <a href="c-customer-service-jobs.html" class="text-white">
  369.                                        Customer Service                                    </a>
  370.                                </li>
  371.                                                                                            <li class="list-item">
  372.                                    <a href="c-design-jobs.html" class="text-white">
  373.                                        Design                                    </a>
  374.                                </li>
  375.                                                                                            <li class="list-item">
  376.                                    <a href="c-distribution-jobs.html" class="text-white">
  377.                                        Distribution                                    </a>
  378.                                </li>
  379.                                                                                            <li class="list-item">
  380.                                    <a href="c-education-jobs.html" class="text-white">
  381.                                        Education                                    </a>
  382.                                </li>
  383.                                                                                            <li class="list-item">
  384.                                    <a href="c-engineering-jobs.html" class="text-white">
  385.                                        Engineering                                    </a>
  386.                                </li>
  387.                                                                                            <li class="list-item">
  388.                                    <a href="c-entry-level-jobs.html" class="text-white">
  389.                                        Entry Level                                    </a>
  390.                                </li>
  391.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  392.                                    <a href="c-executive-jobs.html" class="text-white">
  393.                                        Executive                                    </a>
  394.                                </li>
  395.                                                                                            <li class="list-item">
  396.                                    <a href="c-facilities-jobs.html" class="text-white">
  397.                                        Facilities                                    </a>
  398.                                </li>
  399.                                                                                            <li class="list-item">
  400.                                    <a href="c-food-service-jobs.html" class="text-white">
  401.                                        Food Service                                    </a>
  402.                                </li>
  403.                                                                                            <li class="list-item">
  404.                                    <a href="c-general-business-jobs.html" class="text-white">
  405.                                        General Business                                    </a>
  406.                                </li>
  407.                                                                                            <li class="list-item">
  408.                                    <a href="c-general-labor-jobs.html" class="text-white">
  409.                                        General Labor                                    </a>
  410.                                </li>
  411.                                                                                            <li class="list-item">
  412.                                    <a href="c-government-jobs.html" class="text-white">
  413.                                        Government                                    </a>
  414.                                </li>
  415.                                                                                            <li class="list-item">
  416.                                    <a href="c-grocery-jobs.html" class="text-white">
  417.                                        Grocery                                    </a>
  418.                                </li>
  419.                                                                                            <li class="list-item">
  420.                                    <a href="c-healthcare-jobs.html" class="text-white">
  421.                                        Healthcare                                    </a>
  422.                                </li>
  423.                                                                                            <li class="list-item">
  424.                                    <a href="c-hospitality-jobs.html" class="text-white">
  425.                                        Hospitality                                    </a>
  426.                                </li>
  427.                                                                                            <li class="list-item">
  428.                                    <a href="c-hotel-jobs.html" class="text-white">
  429.                                        Hotel                                    </a>
  430.                                </li>
  431.                                                                                            <li class="list-item">
  432.                                    <a href="c-human-resources-jobs.html" class="text-white">
  433.                                        Human Resources                                    </a>
  434.                                </li>
  435.                                                                                            <li class="list-item">
  436.                                    <a href="c-industrial-jobs.html" class="text-white">
  437.                                        Industrial                                    </a>
  438.                                </li>
  439.                                                                                            <li class="list-item">
  440.                                    <a href="c-information-technology-jobs.html" class="text-white">
  441.                                        Information Technology                                    </a>
  442.                                </li>
  443.                                                                                            <li class="list-item">
  444.                                    <a href="c-installation-jobs.html" class="text-white">
  445.                                        Installation                                    </a>
  446.                                </li>
  447.                                                                                            <li class="list-item">
  448.                                    <a href="c-insurance-jobs.html" class="text-white">
  449.                                        Insurance                                    </a>
  450.                                </li>
  451.                                                                                            <li class="list-item">
  452.                                    <a href="c-inventory-jobs.html" class="text-white">
  453.                                        Inventory                                    </a>
  454.                                </li>
  455.                                                                                            <li class="list-item">
  456.                                    <a href="c-journalism-jobs.html" class="text-white">
  457.                                        Journalism                                    </a>
  458.                                </li>
  459.                                                                                            <li class="list-item">
  460.                                    <a href="c-legal-jobs.html" class="text-white">
  461.                                        Legal                                    </a>
  462.                                </li>
  463.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  464.                                    <a href="c-legal-admin-jobs.html" class="text-white">
  465.                                        Legal Admin                                    </a>
  466.                                </li>
  467.                                                                                            <li class="list-item">
  468.                                    <a href="c-light-industrial-jobs.html" class="text-white">
  469.                                        Light Industrial                                    </a>
  470.                                </li>
  471.                                                                                            <li class="list-item">
  472.                                    <a href="c-maintenance-jobs.html" class="text-white">
  473.                                        Maintenance                                    </a>
  474.                                </li>
  475.                                                                                            <li class="list-item">
  476.                                    <a href="c-management-jobs.html" class="text-white">
  477.                                        Management                                    </a>
  478.                                </li>
  479.                                                                                            <li class="list-item">
  480.                                    <a href="c-manufacturing-jobs.html" class="text-white">
  481.                                        Manufacturing                                    </a>
  482.                                </li>
  483.                                                                                            <li class="list-item">
  484.                                    <a href="c-marketing-jobs.html" class="text-white">
  485.                                        Marketing                                    </a>
  486.                                </li>
  487.                                                                                            <li class="list-item">
  488.                                    <a href="c-medical-jobs.html" class="text-white">
  489.                                        Medical                                    </a>
  490.                                </li>
  491.                                                                                            <li class="list-item">
  492.                                    <a href="c-new-grad-jobs.html" class="text-white">
  493.                                        New Grad                                    </a>
  494.                                </li>
  495.                                                                                            <li class="list-item">
  496.                                    <a href="c-nurse-jobs.html" class="text-white">
  497.                                        Nurse                                    </a>
  498.                                </li>
  499.                                                                                            <li class="list-item">
  500.                                    <a href="c-other-jobs.html" class="text-white">
  501.                                        Other                                    </a>
  502.                                </li>
  503.                                                                                            <li class="list-item">
  504.                                    <a href="c-pharmaceutical-jobs.html" class="text-white">
  505.                                        Pharmaceutical                                    </a>
  506.                                </li>
  507.                                                                                            <li class="list-item">
  508.                                    <a href="c-planning-jobs.html" class="text-white">
  509.                                        Planning                                    </a>
  510.                                </li>
  511.                                                                                            <li class="list-item">
  512.                                    <a href="c-procurement-jobs.html" class="text-white">
  513.                                        Procurement                                    </a>
  514.                                </li>
  515.                                                                                            <li class="list-item">
  516.                                    <a href="c-professional-services-jobs.html" class="text-white">
  517.                                        Professional Services                                    </a>
  518.                                </li>
  519.                                                                                            <li class="list-item">
  520.                                    <a href="c-purchasing-jobs.html" class="text-white">
  521.                                        Purchasing                                    </a>
  522.                                </li>
  523.                                                                                            <li class="list-item">
  524.                                    <a href="c-qa-jobs.html" class="text-white">
  525.                                        QA                                    </a>
  526.                                </li>
  527.                                                                                            <li class="list-item">
  528.                                    <a href="c-quality-control-jobs.html" class="text-white">
  529.                                        Quality Control                                    </a>
  530.                                </li>
  531.                                                                                            <li class="list-item">
  532.                                    <a href="c-repair-jobs.html" class="text-white">
  533.                                        Repair                                    </a>
  534.                                </li>
  535.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  536.                                    <a href="c-research-jobs.html" class="text-white">
  537.                                        Research                                    </a>
  538.                                </li>
  539.                                                                                            <li class="list-item">
  540.                                    <a href="c-restaurant-jobs.html" class="text-white">
  541.                                        Restaurant                                    </a>
  542.                                </li>
  543.                                                                                            <li class="list-item">
  544.                                    <a href="c-retail-jobs.html" class="text-white">
  545.                                        Retail                                    </a>
  546.                                </li>
  547.                                                                                            <li class="list-item">
  548.                                    <a href="c-sales-jobs.html" class="text-white">
  549.                                        Sales                                    </a>
  550.                                </li>
  551.                                                                                            <li class="list-item">
  552.                                    <a href="c-science-jobs.html" class="text-white">
  553.                                        Science                                    </a>
  554.                                </li>
  555.                                                                                            <li class="list-item">
  556.                                    <a href="c-shipping-jobs.html" class="text-white">
  557.                                        Shipping                                    </a>
  558.                                </li>
  559.                                                                                            <li class="list-item">
  560.                                    <a href="c-skilled-labor-jobs.html" class="text-white">
  561.                                        Skilled Labor                                    </a>
  562.                                </li>
  563.                                                                                            <li class="list-item">
  564.                                    <a href="c-strategy-jobs.html" class="text-white">
  565.                                        Strategy                                    </a>
  566.                                </li>
  567.                                                                                            <li class="list-item">
  568.                                    <a href="c-supply-chain-jobs.html" class="text-white">
  569.                                        Supply Chain                                    </a>
  570.                                </li>
  571.                                                                                            <li class="list-item">
  572.                                    <a href="c-telecommunications-jobs.html" class="text-white">
  573.                                        Telecommunications                                    </a>
  574.                                </li>
  575.                                                                                            <li class="list-item">
  576.                                    <a href="c-temp-to-hire-jobs.html" class="text-white">
  577.                                        Temp-to-Hire                                    </a>
  578.                                </li>
  579.                                                                                            <li class="list-item">
  580.                                    <a href="c-temporary-jobs.html" class="text-white">
  581.                                        Temporary                                    </a>
  582.                                </li>
  583.                                                                                            <li class="list-item">
  584.                                    <a href="c-trades-jobs.html" class="text-white">
  585.                                        Trades                                    </a>
  586.                                </li>
  587.                                                                                            <li class="list-item">
  588.                                    <a href="c-training-jobs.html" class="text-white">
  589.                                        Training                                    </a>
  590.                                </li>
  591.                                                                                            <li class="list-item">
  592.                                    <a href="c-transportation-jobs.html" class="text-white">
  593.                                        Transportation                                    </a>
  594.                                </li>
  595.                                                                                            <li class="list-item">
  596.                                    <a href="c-warehouse-jobs.html" class="text-white">
  597.                                        Warehouse                                    </a>
  598.                                </li>
  599.                                                    </ul>
  600.                    </div>
  601.                </div>
  602.            
  603.            <div class="row">
  604.                <div class="col-md-12 text-center text-white copyrights">
  605.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  606.                </div>
  607.            </div>
  608.        </div>
  609.    </div>
  610. </div>
  611.  
  612. <footer>
  613.    <template data-parent=".employer-offers-view .employer-offers-table th:last-child .package-price" data-position="afterend">
  614.    <p class="bulk-pricing">
  615.        <a class="btn btn-primary" target="_blank" href="/pricing">See bulk pricing</a>
  616.    </p>
  617. </template>
  618. <div class="alsa-footer"></div></footer>
  619.  
  620.  
  621. <script defer src="themes/nextgen/js/main.min.js?1711032843"></script>
  622.  
  623. <!-- NG-3557 -->
  624.  
  625. <!-- NG-3557 -->
  626.  
  627.    
  628.  
  629.  
  630.  
  631.  
  632. <script>
  633.  
  634. </script>
  635.  
  636.  
  637.  
  638.  
  639. <div id="alert-popus-container" class="sticky-alert-container position-fixed fixed-bottom">
  640.    <div class="container-fluid">
  641.        <div class="row">
  642.                        <div id="cookieconsent-wrapper"></div>
  643.        </div>
  644.    </div>
  645. </div>
  646.  
  647. <script>
  648.    window.FontAwesomeConfig = {
  649.        autoReplaceSvg: "nest",
  650.        autoA11y: true,
  651.        autoAddCss: true,
  652.        keepOriginalSource: false
  653.    }
  654. </script>
  655. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  656.  
  657.  
  658. <script>
  659.    const templates = document.querySelectorAll('template');
  660.  
  661.    function processTemplate(element) {
  662.        const parents = document.querySelectorAll(element.dataset.parent);
  663.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  664.  
  665.        parents.forEach(function(parent){
  666.            if(position === 'instead'){
  667.                parent.outerHTML = element.innerHTML;
  668.            }else{
  669.                parent.insertAdjacentHTML(position, element.innerHTML);
  670.            }
  671.        });
  672.  
  673.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  674.            element.remove();
  675.        }
  676.    }
  677.  
  678.    function addXMLRequestCallback(callback){
  679.        let nativeOpen = XMLHttpRequest.prototype.open;
  680.        let callbacks = XMLHttpRequest.callbacks = [];
  681.        XMLHttpRequest.prototype.open = function () {
  682.            callbacks.forEach(callback => callback.apply(this, arguments));
  683.            nativeOpen.apply(this, arguments);
  684.        };
  685.  
  686.        XMLHttpRequest.callbacks.push(callback);
  687.    }
  688.  
  689.    templates.forEach(function(element){
  690.        if ( !element.dataset.parent ) {
  691.            console.warn('Wrong syntax, ignoring this template', element);
  692.            return false;
  693.        }
  694.  
  695.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  696.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  697.        } else if ( element.dataset.trigger === 'event' ) {
  698.            if ( !element.dataset.event ){
  699.                console.warn('Wrong syntax, absent event name to listen, ignoring this template', element);
  700.                return false;
  701.            }
  702.            document.addEventListener( element.dataset.event, () => {
  703.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  704.            });
  705.        } else if ( element.dataset.trigger === 'xhr' ) {
  706.            addXMLRequestCallback( function( method, url ) {
  707.                if ( element.dataset.url || element.dataset.method ) {
  708.                    if ( element.dataset.url && element.dataset.method ) {
  709.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  710.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  711.                        }
  712.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  713.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  714.                    } else if ( element.dataset.method && element.dataset.method === method ){
  715.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  716.                    }
  717.                } else {
  718.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  719.                }
  720.            });
  721.        }
  722.    });
  723. </script>
  724. </body>
  725. </html>
  726.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda