<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>@audio &#8211; veteach.co</title>
	<atom:link href="https://veteach.co/category/audio-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://veteach.co</link>
	<description></description>
	<lastBuildDate>Mon, 03 Nov 2025 11:11:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Corporate Advocacy in a Time of Social Outrage</title>
		<link>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/</link>
					<comments>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 10:06:53 +0000</pubDate>
				<category><![CDATA[@audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6937</guid>

					<description><![CDATA[Employees expect employers to speak out on social, political, and environmental issues. Businesses can’t weigh in every time, but they can create a culture of open dialogue and ethical transparency. QR Code Generator QR Code Generator Generate QR Code 📱 Long-press on the QR image to download or share]]></description>
										<content:encoded><![CDATA[
<p>Employees expect employers to speak out on social, political, and environmental issues. Businesses can’t weigh in every time, but they can create a culture of open dialogue and ethical transparency.</p>



<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>QR Code Generator</title>
  <script src="https://cdn.jsdelivr.net/npm/qrcodejs/qrcode.min.js"></script>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f9fafb;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
      text-align: center;
    }
    h1 {
      color: #333;
      margin-bottom: 20px;
    }
    input {
      width: 320px;
      padding: 10px;
      font-size: 16px;
      border: 2px solid #ccc;
      border-radius: 8px;
      outline: none;
    }
    button {
      margin-top: 10px;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      background: #2563eb;
      color: white;
      cursor: pointer;
      transition: 0.3s;
    }
    button:hover {
      background: #1d4ed8;
    }
    #qrcode {
      margin-top: 30px;
      padding: 15px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    p {
      color: #666;
      font-size: 14px;
      margin-top: 10px;
    }
  </style>
</head>
<body>
  <h1>QR Code Generator</h1>
  <input id="url" type="text" placeholder="Enter your website link (e.g. https://roomsy.us)">
  <button onclick="generateQR()">Generate QR Code</button>

  <div id="qrcode"></div>
  <p id="hint" style="display:none;">📱 Long-press on the QR image to download or share</p>

  <script>
    function generateQR() {
      const container = document.getElementById("qrcode");
      const hint = document.getElementById("hint");
      const url = document.getElementById("url").value.trim();

      container.innerHTML = "";
      hint.style.display = "none";

      if (!url) {
        alert("Please enter a valid URL.");
        return;
      }

      new QRCode(container, {
        text: url,
        width: 200,
        height: 200,
      });

      // Show hint for mobile users
      setTimeout(() => hint.style.display = "block", 500);
    }
  </script>
</body>
</html>

]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set These 5 Boundaries Before You Go on Vacation</title>
		<link>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/</link>
					<comments>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 10:01:22 +0000</pubDate>
				<category><![CDATA[@audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6932</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
