Siteβ―Builder
Editing:
index.html
writable 0666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Smartphone Specs & Radiation Levels | RF Safe</title> <meta name="description" content="Discover detailed smartphone specs and radiation levels (SAR) for safer mobile choices. Access RF Safeβs insights on RF radiation, SAR comparisons, health risks, and protective solutions for mobile safety."> <meta name="keywords" content="smartphone specs, SAR levels, radiation levels, RF Safe, mobile device safety, phone radiation, Specific Absorption Rate, RF radiation health risks, cell phone radiation, anti-radiation accessories, EMF protection, mobile safety, FCC guidelines"> <meta name="robots" content="index, follow"> <link rel="canonical" href="https://www.rfsafe.com/phones/"> <meta property="og:title" content="Explore Smartphone Specs & Radiation Levels | RF Safe"> <meta property="og:description" content="Access comprehensive smartphone specs, SAR levels, and safety insights. Learn about radiation risks and RF Safeβs solutions for safer mobile use."> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.rfsafe.com/phones/"> <meta property="og:image" content="https://www.rfsafe.com/images/rf-safe-logo.png"> <meta property="og:site_name" content="RF Safe"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:title" content="Explore Smartphone Specs & Radiation Levels | RF Safe"> <meta property="twitter:description" content="Find smartphone SAR levels, radiation insights, and protective measures for safer device usage. Empower your tech choices with RF Safe."> <meta property="twitter:image" content="https://www.rfsafe.com/images/rf-safe-logo.png"> <style> html, body { margin:0; padding:0; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; color: #333; height:100%; } body { background: linear-gradient(45deg, #8EC5FC, #E0C3FC, #FFDDC1, #FEC9D7); background-size: 400% 400%; animation: gradientBG 20s ease infinite; } @keyframes gradientBG { 0% { background-position:0% 50%; } 50% { background-position:100% 50%; } 100% { background-position:0% 50%; } } .wrapper { max-width:1200px; margin:0 auto; padding:20px; } header { text-align:center; padding:40px 20px 30px 20px; } header .logo { display:block; margin:0 auto 20px auto; max-width:261px; height:auto; } header h1 { font-size:2.5rem; margin-bottom:10px; color:#222; } header p { font-size:1.1rem; max-width:700px; margin:0 auto; color:#444; line-height:1.6; } .news-flash { background-color: red; color: white; text-align: center; padding: 10px 0; border-radius:10px; box-shadow:0 4px 14px rgba(0,0,0,0.1); margin:20px 0; } .compare-sar-container { background:rgba(255,255,255,0.9); border-radius:10px; box-shadow:0 4px 14px rgba(0,0,0,0.1); padding:20px; margin-bottom:40px; } .compare-sar-dropdown-container { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .compare-sar-dropdown-container .dropdown-wrapper { width: 48%; display: flex; flex-direction: column; align-items: center; } .compare-sar-dropdown-container label { margin-bottom:5px; font-weight:bold; } .compare-sar-dropdown-container select { width: 100%; background-color: #f7f7f7; text-transform: capitalize; font-size: 16px; padding: 10px; border-radius:5px; border:1px solid #ccc; } #category-list { margin: 20px 0; } .brand-category h2 { color: #0056b3; margin-bottom:10px; } .brand-category ul { list-style-type: none; padding: 0; } .brand-category ul li { margin: 5px 0; } .brand-category ul li a { text-decoration: none; color: #333; transition:color 0.3s; } .brand-category ul li a:hover { color:#0066cc; } .category-container { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom:40px; } .category-block { flex: 0 0 48%; box-sizing: border-box; background:rgba(255,255,255,0.9); border-radius: 10px; padding: 20px; margin-bottom: 20px; box-shadow:0 4px 14px rgba(0,0,0,0.1); } .category-block h3 { margin-bottom: 10px; color:#222; } .category-block ul { padding-left: 20px; } .category-block ul li { list-style-type: disc; color:#444; margin:5px 0; line-height:1.6; } @media (max-width: 768px) { .category-block { flex: 0 0 100%; } } .newsletter-container { background:rgba(255,255,255,0.9); border-radius: 10px; padding:30px; margin: 20px auto 40px auto; max-width:600px; box-sizing:border-box; box-shadow:0 4px 14px rgba(0,0,0,0.1); text-align:center; } .newsletter-container p { font-size:18px; margin-bottom:20px; color:#444; } .newsletter-container form { display:flex; flex-direction:column; align-items:center; width:100%; } .newsletter-container .tnp-field { display:flex; align-items:center; justify-content:flex-start; margin-bottom:15px; width:100%; max-width:500px; box-sizing:border-box; } .newsletter-container .tnp-field label { margin-right:10px; font-weight:bold; width:80px; } .newsletter-container .tnp-field input[type="text"], .newsletter-container .tnp-field input[type="email"] { flex:1 1 auto; padding:10px; border:1px solid #ccc; border-radius:5px; font-size:16px; } .newsletter-container .tnp-field-button { width:100%; max-width:200px; margin-top:10px; } .newsletter-container .tnp-field-button input[type="submit"] { width:100%; padding:14px; background-color:#0073aa; color:#fff; border:none; border-radius:5px; font-size:18px; cursor:pointer; transition:background-color 0.3s ease; } .newsletter-container .tnp-field-button input[type="submit"]:hover { background-color:#005f8d; } @media (max-width:480px) { .newsletter-container .tnp-field { flex-direction:column; align-items:stretch; } .newsletter-container .tnp-field label { width:100%; text-align:left; margin-bottom:5px; } } .navbar { width: 100%; background-color: transparent; overflow: hidden; margin-bottom:20px; text-align:center; } .nav-container { display:flex; justify-content:center; align-items:center; } .nav-left a { display:inline-block; color:#fff; text-align:center; padding:14px 20px; text-decoration:none; font-size:18px; font-weight:bold; } .nav-left a:hover, .nav-left a:focus { color:yellow; } .nav-right .hamburger-icon { display:none; font-size:30px; cursor:pointer; color:white; padding:14px 16px; } /* Overlay Nav */ .overlay { height:100%; width:0; position:fixed; z-index:100; top:0; left:0; background-color:rgba(0,0,0,0.9); overflow-x:hidden; transition:0.5s; } .overlay-content { position:relative; top:25%; width:100%; text-align:center; margin-top:30px; } .overlay-content a { padding:8px; text-decoration:none; font-size:36px; color:#f1f1f1; display:block; transition:0.3s; } .overlay-content a:hover, .overlay-content a:focus { color:yellow; } .closebtn { position:absolute; top:20px; right:45px; font-size:60px; color:#fff; } @media screen and (max-width: 600px) { .nav-left { display:none; } .nav-right .hamburger-icon { display:block; } } a { color:#0066cc; text-decoration:underline; } a:hover { color:#004c99; } </style> </head> <body> <div class="wrapper"> <header> <img class="logo" src="https://www.rfsafe.com/wp-content/uploads/2024/09/rfsafe-logo-usa.png" alt="RF Safe Logo" /> <h1>Smartphone Specs and Radiation Levels</h1> <p>Explore comprehensive smartphone SAR (Specific Absorption Rate) data, specs, reviews, and protective accessory options. Make informed decisions aligned with health and safety goals. You can also <a href="/phones/compare-sar-rank.html">Compare SAR Rankings</a>. Learn <a href="https://www.rfsafe.com/fake-anti-radiation-phone-cases-the-red-flags/">How to Identify Genuine vs. Fake Anti-Radiation Phone Cases</a> and read about <a href="https://www.rfsafe.com/laptop-radiation-shields-protecting-legs-while-endangering-babies/">Laptop Radiation Shields</a>. </p> </header> <div class="news-flash"> News Flash β‘ Be RF Safe To Be Sure! </div> <div class="compare-sar-container"> <div class="compare-sar-dropdown-container"> <div class="dropdown-wrapper"> <label for="sar2-brand-select">Select Brand</label> <select id="sar2-brand-select"> <option value="">Select Brand</option> </select> </div> <div class="dropdown-wrapper" id="model-dropdown-wrapper" style="display: none;"> <label for="sar2-model-select">Select Model</label> <select id="sar2-model-select"> <option value="">Select Model</option> </select> </div> </div> <div id="category-list"></div> </div> <a href="https://www.rfsafe.com/will-the-word-safe-or-shield-in-a-name-protect-you-no/">Will the Word βSafeβ or βShieldβ in a Name Protect You? No.</a> <div class="category-container"> <div class="category-block"> <h3>Health Risks of Wireless Radiation</h3> <ul> <li><strong>Cancer Risks</strong>: Explore studies linking RF radiation to various cancers</li> <li><strong>Neurological Effects</strong>: Effects on cognitive functions and memory</li> <li><strong>Reproductive Health</strong>: Impacts on fertility and pregnancy outcomes</li> <li><strong>Non-Thermal Effects</strong>: Biological effects beyond heating</li> <li><strong>Oxidative Stress</strong>: Impact of wireless radiation on DNA integrity</li> </ul> </div> <div class="category-block"> <h3>Protective Measures and Safe Use</h3> <ul> <li><strong>Shielding Products</strong>: Info on RF Safeβs QuantaCase and Air-tube headsets</li> <li><strong>Reducing Exposure</strong>: Practical tips to limit RF exposure</li> <li><strong>Safe Usage Guidelines</strong>: Best practices for daily device use</li> <li><strong>SAR Comparison</strong>: Understand SAR ratings for various phone models</li> <li><strong>Childrenβs Safety</strong>: Minimizing risks for younger users</li> </ul> </div> <div class="category-block"> <h3>Scientific Research and Advocacy</h3> <ul> <li><strong>Landmark Studies</strong>: Summaries of key research (NTP, Ramazzini, etc.)</li> <li><strong>Research Updates</strong>: Latest EMF health findings</li> <li><strong>Court Rulings</strong>: FCC ordered to update outdated safety guidelines</li> <li><strong>Regulatory Standards</strong>: Push for non-thermal considerations</li> <li><strong>Public Awareness</strong>: RF Safeβs advocacy campaigns</li> </ul> </div> <div class="category-block"> <h3>RF Safe Mission and Policy Change</h3> <ul> <li><strong>Our Story</strong>: The journey of RF Safe</li> <li><strong>Policy Goals</strong>: Reclassifying RF radiation risks</li> <li><strong>Corporate Influence</strong>: How industry affects regulations</li> <li><strong>Call to Action</strong>: Support RF Safeβs mission</li> <li><strong>Stay Informed</strong>: Sign up for updates and research news</li> </ul> </div> </div> <div class="newsletter-container"> <p>Together, we can create a safer future. Join our newsletter to stay informed and take action.</p> <form method="post" action="https://www.rfsafe.com/wp-admin/admin-ajax.php?action=tnp&na=s"> <input type="hidden" name="nr" value="posts_bottom"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-firstname"> <label for="tnp-4">Name</label> <input class="tnp-name" type="text" name="nn" id="tnp-4" value="" placeholder="Your Name"> </div> <div class="tnp-field tnp-field-email"> <label for="tnp-5">Email</label> <input class="tnp-email" type="email" name="ne" id="tnp-5" value="" placeholder="Your Email" required> </div> <div class="tnp-field tnp-field-button"> <input class="tnp-submit" type="submit" value="Subscribe"> </div> </form> </div> <!-- Navigation Bar --> <div class="navbar"> <div class="nav-container"> <div class="nav-left"> <a href="index.html">Home</a> <a href="aboutus.html">About Us</a> <a href="takeaction.html">Take Action</a> <a href="ntp-wireless-research.html">NTP Wireless Research</a> <a href="fccsafetyguidelines.html">FCC Safety Guidelines</a> <a href="fcc-captured.html">FCC Capture</a> <a href="update-fcc-sar-rules.html">Update FCC SAR Rules</a> </div> <div class="nav-right"> <span class="hamburger-icon" onclick="openNav()">☰</span> </div> </div> </div> <!-- The overlay for small screens --> <div id="overlayNav" class="overlay"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> <div class="overlay-content"> <a href="index.html">Home</a> <a href="aboutus.html">About Us</a> <a href="takeaction.html">Take Action</a> <a href="ntp-wireless-research.html">NTP Wireless Research</a> <a href="fccsafetyguidelines.html">FCC Safety Guidelines</a> <a href="fcc-captured.html">FCC Capture</a> <a href="update-fcc-sar-rules.html">Update FCC SAR Rules</a> </div> </div> <footer style="text-align:center; margin-top:40px; color:#333;"> © <span id="year"></span> RF Safe - Guided by Physics, Powered by Science. </footer> </div> <!-- end wrapper --> <script> document.getElementById('year').textContent = new Date().getFullYear(); function openNav() { document.getElementById("overlayNav").style.width = "100%"; } function closeNav() { document.getElementById("overlayNav").style.width = "0%"; } </script> <script> document.addEventListener("DOMContentLoaded", function() { const urlPathArray = window.location.pathname.split('/'); const folderPath = urlPathArray.slice(1, urlPathArray.length - 1).join('/'); const basePath = `${window.location.origin}/${folderPath}/`; const cacheFile = '/cache/sar2_cache.json'; fetch(cacheFile) .then(response => response.json()) .then(phoneData => { const brands = {}; phoneData.forEach(phone => { const brand = phone.brand.toLowerCase().replace(/\s+/g, '-'); const model = phone.model.toLowerCase().replace(/\s+/g, '-'); if (!brands[brand]) { brands[brand] = []; } brands[brand].push(model); }); const brandSelect = document.getElementById('sar2-brand-select'); const modelSelect = document.getElementById('sar2-model-select'); const modelDropdownWrapper = document.getElementById('model-dropdown-wrapper'); const categoryList = document.getElementById('category-list'); const sortedBrands = Object.keys(brands).sort((a, b) => a === 'apple' ? -1 : b === 'apple' ? 1 : a.localeCompare(b)); sortedBrands.forEach(brand => { const option = document.createElement('option'); option.value = brand; option.text = capitalize(brand.replace(/-/g, ' ')); brandSelect.appendChild(option); }); brandSelect.addEventListener('change', function() { const selectedBrand = brandSelect.value; modelSelect.innerHTML = '<option value="">Select Model</option>'; if (selectedBrand && brands[selectedBrand]) { naturalSort(brands[selectedBrand]).forEach(function(model) { const option = document.createElement('option'); option.value = `${selectedBrand}-${model}`; option.textContent = model.replace(/-/g, ' '); modelSelect.appendChild(option); }); modelDropdownWrapper.style.display = 'block'; } else { modelDropdownWrapper.style.display = 'none'; } }); modelSelect.addEventListener('change', function() { const selectedOption = modelSelect.value; if (selectedOption) { window.location.href = basePath + selectedOption + '/'; } }); let htmlContent = ''; sortedBrands.forEach(brand => { htmlContent += `<div class="brand-category"> <h2>${capitalize(brand.replace(/-/g, ' '))}</h2> <ul>`; naturalSort(brands[brand]).forEach(model => { htmlContent += `<li><a href="${basePath + brand + '-' + model}/">${capitalize(model.replace(/-/g, ' '))} Phone Specs</a></li>`; }); htmlContent += '</ul></div>'; }); categoryList.innerHTML = htmlContent; function capitalize(string) { return string.charAt(0).toUpperCase() + string.slice(1); } function naturalSort(arr) { return arr.sort((a, b) => { return a.localeCompare(b, undefined, { numeric: true, sensitivity: 'base' }); }); } }) .catch(error => { console.error('Error fetching or processing data:', error); }); }); </script> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel