SiteโฏBuilder
Editing:
rfk.html
writable 0666
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Days in Violation โ Public Law 90โ602</title> <meta name="description" content="Counter tracking days since HHS Secretary Robert F. Kennedy Jr. allegedly failed to restart NTP RF radiation research as required under Public Law 90โ602." /> <meta property="og:title" content="Days in Violation โ Public Law 90โ602" /> <meta property="og:description" content="Live counter tracking days of nonโcompliance with the Radiation Control for Health and Safety Act (1968)." /> <meta property="og:type" content="website" /> <meta property="og:image" content="hero.jpg" /> <meta name="color-scheme" content="light dark" /> <style> :root{ --bg: #0b0b11; --fg: #EDECF7; --muted: #b7b4c8; --accent: #7A5CFF; /* subtle royal purple */ --accent-2: #18D1FF; /* cyan pop for gradients */ --card: color-mix(in srgb, var(--fg) 5%, transparent); --stroke: color-mix(in srgb, var(--fg) 12%, transparent); --radius: 18px; --shadow: 0 10px 40px -12px rgba(0,0,0,.55); } * { box-sizing: border-box; } html, body { height: 100%; } body{ margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; color: var(--fg); background: radial-gradient(1200px 600px at 20% -10%, #221f3a, transparent 60%), radial-gradient(900px 500px at 120% 0, #112234, transparent 55%), var(--bg); line-height: 1.45; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } header.hero{ position: relative; min-height: min(78vh, 780px); display: grid; place-items: end start; overflow: clip; border-bottom: 1px solid var(--stroke); background: radial-gradient(1000px 1000px at 90% -20%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 60%), radial-gradient(1000px 1000px at 10% -20%, color-mix(in srgb, var(--accent-2) 14%, transparent), transparent 60%); } .hero img{ position: absolute; inset:0; width:100%; height:100%; object-fit: cover; filter: saturate(1.05) contrast(1.02); transform: scale(1.02); } .hero::after{ content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(7,8,13,.0) 0%, rgba(7,8,13,.45) 45%, rgba(7,8,13,.75) 70%, rgba(7,8,13,.94) 100%); pointer-events:none; } .hero .wrap{ position: relative; z-index: 1; width: min(1100px, 92vw); margin: 42px auto 36px; padding: 22px; } .badge{ display:inline-flex; gap:.6ch; align-items:center; padding:6px 10px; font-size:.82rem; letter-spacing:.02em; color: color-mix(in srgb, var(--fg) 90%, #fff); background: color-mix(in srgb, var(--accent) 16%, black); border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--stroke)); border-radius: 999px; box-shadow: var(--shadow); backdrop-filter: blur(6px); } h1{ font-weight: 800; margin: 14px 0 8px; font-size: clamp(2rem, 4vw + 1.25rem, 4rem); line-height: 1.05; letter-spacing: -0.02em; text-wrap: balance; filter: drop-shadow(0 10px 24px rgba(0,0,0,.35)); } .sub{ max-width: 68ch; color: var(--muted); margin: 10px 0 0; font-size: clamp(1rem, .5vw + .95rem, 1.15rem); } main{ width:min(1100px, 92vw); margin: 28px auto 90px; } .counter{ position: relative; margin-top: -80px; background: color-mix(in srgb, var(--fg) 7%, #0d0e16); border: 1px solid var(--stroke); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(8px); padding: 28px; } .counter-grid{ display:grid; grid-template-columns: 1fr; gap: 18px; } @media (min-width:760px){ .counter-grid{ grid-template-columns: 1.1fr .9fr; align-items:center; } } .big-numbers{ display:flex; flex-wrap:wrap; align-items:baseline; gap: 16px 22px; font-variant-numeric: tabular-nums slashed-zero; } .stat{ display:grid; gap:4px; padding: 14px 16px; border:1px solid var(--stroke); border-radius: 14px; background: color-mix(in srgb, var(--fg) 3%, transparent); min-width: 130px; } .stat .value{ font-size: clamp(2rem,5vw,3.2rem); font-weight: 900; letter-spacing: -0.015em; } .stat .label{ color: var(--muted); font-size: .9rem; letter-spacing:.02em; } .since{ color: var(--muted); font-size: .95rem; margin-top: 6px; } .law, .evidence, .refs{ margin-top: 34px; border:1px solid var(--stroke); border-radius: var(--radius); background: var(--card); padding: 22px 22px 6px; box-shadow: var(--shadow); } .law h2, .evidence h2, .refs h2{ margin:0 0 8px; font-size: 1.25rem; letter-spacing:.01em; } blockquote{ margin: 12px 0 14px; padding: 10px 14px; border-left: 3px solid var(--accent); background: color-mix(in srgb, var(--fg) 3%, transparent); border-radius: 10px; } blockquote small{ color: var(--muted); display:block; margin-top:6px; } a{ color: color-mix(in srgb, var(--accent) 75%, white); text-decoration: none; } a:hover{ text-decoration: underline; } .callout{ display:flex; gap:10px; align-items:flex-start; padding: 12px 14px; border:1px dashed var(--stroke); border-radius: 12px; background: color-mix(in srgb, var(--accent) 8%, transparent); } .cta{ margin-top: 18px; display:flex; flex-wrap:wrap; gap:12px; } .button{ appearance: none; border:1px solid color-mix(in srgb, var(--accent) 50%, var(--stroke)); background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 28%, #1a1b27), #131421); color: white; padding: 12px 16px; border-radius: 14px; font-weight: 700; letter-spacing:.015em; cursor: pointer; box-shadow: var(--shadow); } .button.secondary{ background: transparent; color: var(--fg); border-color: var(--stroke); } footer{ color: var(--muted); font-size:.9rem; margin: 24px 0 80px; text-align:center; } .disclaimer{ margin-top: 10px; font-size: .85rem; color: var(--muted); } @media (prefers-reduced-motion: no-preference){ .hero img{ transition: transform 1.2s ease, filter 1.2s ease; } header.hero:hover img{ transform: scale(1.05); filter: saturate(1.08) contrast(1.06); } } </style> </head> <body> <!-- HERO --> <header class="hero" role="banner"> <!-- TODO: swap hero.jpg for your image (same folder) or use a full URL --> <img src="rfk.jpg" alt="Robert F. Kennedy Jr., U.S. Secretary of Health and Human Services" /> <div class="wrap"> <span class="badge" aria-label="Public Law 90-602"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M4 7h16M4 12h16M4 17h16" stroke="currentColor" stroke-width="2" stroke-linecap="round"/></svg> Radiation Control for Health & Safety Act (1968) </span> <h1>How many days has HHS been out of compliance?</h1> <p class="sub">Public Law 90โ602 requires the Secretary to run an electronic product radiation control program, to <strong>plan and conduct research</strong>, and to <strong>keep the public informed</strong>. This page tracks the days since Secretary Kennedy took office with the National Toxicology Programโs RF research still not restarted.</p> </div> </header> <main id="main"> <!-- LIVE COUNTER --> <section class="counter" aria-labelledby="counterTitle"> <div class="counter-grid"> <div> <h2 id="counterTitle" style="margin:0 0 8px;">Days in Violation of Public Law 90โ602 <span aria-hidden="true">โณ</span></h2> <div class="big-numbers" aria-live="polite" aria-atomic="true"> <div class="stat" title="Full days elapsed"> <div id="days" class="value">0</div> <div class="label">days</div> </div> <div class="stat" title="Hours into current day"> <div id="hours" class="value">00</div> <div class="label">hours</div> </div> <div class="stat" title="Minutes into current hour"> <div id="mins" class="value">00</div> <div class="label">minutes</div> </div> </div> <p class="since" id="sinceLabel"></p> <div class="cta"> <button class="button" id="copyLinkBtn" type="button">Copy shareable link</button> <a class="button secondary" href="#refs">See sources</a> </div> </div> <div> <div class="callout"> <svg width="22" height="22" viewBox="0 0 24 24" fill="none" aria-hidden="true" style="margin-top:2px;"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.6"/><path d="M12 8v.01M12 11v6" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg> <div> <strong>Advocacy note.</strong> This site expresses the authorsโ view that HHS is <em>currently</em> not meeting obligations under PL 90โ602 because NTPโs RF research remains inactive. It is not legal advice. Readers should review the law and sources directly and consult counsel for legal conclusions. </div> </div> </div> </div> </section> <!-- THE LAW --> <section class="law" aria-labelledby="lawTitle"> <h2 id="lawTitle">What the law says</h2> <blockquote> โ<strong>The Secretary shall establish and carry out</strong> an electronic product radiation control program.โ <small>Radiation Control for Health & Safety Act of 1968, ยง356(a). <a href="https://www.congress.gov/90/statute/STATUTE-82/STATUTE-82-Pg1173.pdf" target="_blank" rel="noopener">Source</a></small> </blockquote> <blockquote> โAs part of such program, [the Secretary] shallโฆ <strong>plan, conduct, coordinate, and support research</strong>โฆ to minimize emissions and exposure.โ <small>ยง356(a)(2). <a href="https://www.congress.gov/90/statute/STATUTE-82/STATUTE-82-Pg1173.pdf#page=2" target="_blank" rel="noopener">Source</a></small> </blockquote> <blockquote> The Secretary may โ<strong>collect and make available</strong>โฆ results of research and studiesโ and โ<strong>all reports on research projectsโฆ shall be public information</strong>.โ <small>ยง356(b)(1)(A); ยง360(d). <a href="https://www.congress.gov/90/statute/STATUTE-82/STATUTE-82-Pg1173.pdf#page=8" target="_blank" rel="noopener">Source</a></small> </blockquote> </section> <!-- THE EVIDENCE --> <section class="evidence" aria-labelledby="evidenceTitle"> <h2 id="evidenceTitle">Why this matters</h2> <p><strong>Before 2025, the National Toxicology Program (NTP)</strong> reported <em>clear evidence</em> of malignant heart schwannomas in male rats from wholeโbody RFR exposures used in legacy cellular systems, with some evidence for gliomas and adrenal tumors. <a href="#ref-ntp">[NTP 2018]</a></p> <p><strong>Independent longโterm animal studies (Ramazzini Institute)</strong> likewise observed elevated gliomas and cardiac schwannomas at environmentalโlevel exposures. <a href="#ref-ri">[RI 2018]</a></p> <p><strong>In 2025, a WHOโprogram systematic review of animal studies</strong> concluded evidence that RFโEMF exposure increases cancer incidence in experimental animals, with the certainty strongest for malignant heart schwannomas and gliomas. <a href="#ref-who-animal">[WHOโprogram animal review 2025]</a></p> <p class="callout"> <svg width="22" height="22" viewBox="0 0 24 24" fill="none" aria-hidden="true" style="margin-top:2px;"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.6"/><path d="M12 8v.01M12 11v6" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg> <span>Multiple observers reported that <strong>NTPโs RF program was halted in 2024</strong> and has not been restarted. <a href="#ref-halt1">[Microwave News 2024โ25]</a> <a href="#ref-halt2">[J.C. Lin 2025]</a> Whether HHSโs obligations under PL 90โ602 require immediate resumption is a legal questionโbut the statuteโs text uses <em>shall</em> for program + research + public information provisions.</span> </p> </section> <!-- REFERENCES --> <section class="refs" id="refs" aria-labelledby="refsTitle"> <h2 id="refsTitle">References</h2> <ol> <li id="ref-oath"><strong>Oath / start date.</strong> Sworn in on <time datetime="2025-02-13">Feb 13, 2025</time>. <a href="https://www.c-span.org/program/white-house-event/robert-f-kennedy-sworn-in-as-health-and-human-services-secretary/655791" target="_blank" rel="noopener">CโSPAN</a>, <a href="https://www.hhs.gov/press-room/eo-maha.html" target="_blank" rel="noopener">HHS press release</a>.</li> <li id="ref-law"><strong>Public Law 90โ602 (1968)</strong> text (Congress.gov Statutes at Large PDF). <a href="https://www.congress.gov/90/statute/STATUTE-82/STATUTE-82-Pg1173.pdf" target="_blank" rel="noopener">Link</a>.</li> <li id="ref-ntp"><strong>NTP 2018 Final Reports</strong> (TRโ595; clear evidence in male rats for malignant heart schwannomas). <a href="https://www.ncbi.nlm.nih.gov/books/NBK561730/" target="_blank" rel="noopener">NIH Bookshelf</a> ยท <a href="https://ntp.niehs.nih.gov/sites/default/files/ntp/htdocs/lt_rpts/tr595_508.pdf" target="_blank" rel="noopener">PDF</a>.</li> <li id="ref-ri"><strong>Ramazzini Institute (2018)</strong> longโterm wholeโbody exposures; increased gliomas & cardiac schwannomas. <a href="https://www.sciencedirect.com/science/article/abs/pii/S0013935118300367" target="_blank" rel="noopener">Environmental Research</a> ยท <a href="https://www.bfs.de/EN/bfs/science-research/emf/statements/longterm-study-rats-ramazzini.html" target="_blank" rel="noopener">BfS summary</a>.</li> <li id="ref-who-animal"><strong>WHOโprogram systematic review (2025)</strong> on cancer in experimental animals (certainty strongest for heart schwannomas & gliomas). <a href="https://pubmed.ncbi.nlm.nih.gov/40339346/" target="_blank" rel="noopener">PubMed</a> ยท <a href="https://doris.bfs.de/jspui/bitstream/urn%3Anbn%3Ade%3A0221-2025070953051/2/SL_Mevissen_2025_EffectsOfRadiofrequency_Eng.pdf" target="_blank" rel="noopener">BfS spotlight</a>.</li> <li id="ref-halt1"><strong>NTP RF program halted (reporting)</strong>. <a href="https://microwavenews.com/news-center/ntp-quits-rf" target="_blank" rel="noopener">Microwave News, Feb 2, 2024 (updated Aug 8, 2025)</a>.</li> <li id="ref-halt2"><strong>Commentary (halted civilian RF research)</strong>. J.C. Lin, 2025, <em>Frontiers in Public Health</em>. <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12318757/" target="_blank" rel="noopener">Openโaccess</a>.</li> </ol> <p class="disclaimer">Some public health agencies currently state that the weight of evidence does not show increased human cancer risk from typical RF exposures; readers should compare all sources. This page advocates enforcement of PL 90โ602 consistent with nonโthermal research obligations and transparency.</p> </section> <footer> Built for families who want PL 90โ602 enforced. ยฉ <span id="year"></span> </footer> </main> <script> // ========= CONFIG ========= // Change START_DATE if you want to anchor to a different moment. // Default is Secretary Kennedy's swearing-in date (Feb 13, 2025). const START_DATE_ISO = "2025-02-13T12:00:00-05:00"; // noon ET reduces TZ edge cases const START_LABEL = "Since swearing in (Feb 13, 2025) without restarting NTP RF research"; // ======== COUNTER LOGIC ======== const daysEl = document.getElementById('days'); const hrsEl = document.getElementById('hours'); const minEl = document.getElementById('mins'); const sinceLabel = document.getElementById('sinceLabel'); function pad2(n){ return String(n).padStart(2,'0'); } function tick(){ const start = new Date(START_DATE_ISO).getTime(); const now = Date.now(); let diffMs = Math.max(0, now - start); const days = Math.floor(diffMs / 86400000); diffMs -= days * 86400000; const hours = Math.floor(diffMs / 3600000); diffMs -= hours * 3600000; const mins = Math.floor(diffMs / 60000); daysEl.textContent = days.toLocaleString(); hrsEl.textContent = pad2(hours); minEl.textContent = pad2(mins); } tick(); setInterval(tick, 1000 * 10); // update every 10s (minutes granularity) // Label + year sinceLabel.textContent = START_LABEL; document.getElementById('year').textContent = new Date().getFullYear(); // Shareable URL with start date parameters (function initShare(){ // support ?start=YYYY-MM-DD const params = new URLSearchParams(location.search); const userStart = params.get('start'); if(userStart){ const tryDate = new Date(userStart); if(!isNaN(tryDate)){ // Overwrite config safely for this session window.START_DATE_ISO = tryDate.toISOString(); sinceLabel.textContent = `Since ${tryDate.toLocaleDateString()} (custom)`; } } const btn = document.getElementById('copyLinkBtn'); btn?.addEventListener('click', () => { const url = new URL(location.href); url.searchParams.set('start', START_DATE_ISO.slice(0,10)); navigator.clipboard.writeText(url.toString()).then(()=>{ btn.textContent = "Link copied โ "; setTimeout(()=>btn.textContent="Copy shareable link", 1400); }); }); })(); </script> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel