SystemRx / support.html
ameenmarashi's picture
Upload 3 files
e6d8171 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support | System Rx</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="shell">
<nav class="nav">
<div class="brand">
<strong>System Rx</strong>
<span>Support & Help Center</span>
</div>
<div class="nav-links">
<a href="./index.html">Home</a>
<a href="./support.html">Support</a>
<a href="./privacy.html">Privacy</a>
</div>
</nav>
<section class="section" style="max-width: 600px; margin: 0 auto; text-align: left;">
<h2>Need Help?</h2>
<p class="lead">We're here to help you understand your system vitals and troubleshoot performance issues.</p>
<div class="card" style="margin-bottom: 2rem;">
<h3 style="margin-top: 0;">Technical Support</h3>
<p>For bug reports, feature requests, or performance analysis help, reach out to our team directly.</p>
<p style="margin-top: 1rem;">
<a href="mailto:ameenmarashi@icloud.com" class="button primary">ameenmarashi@icloud.com</a>
</p>
</div>
<div class="card">
<h3 style="margin-top: 0;">Common Questions</h3>
<p><strong>Is the monitoring heavy?</strong><br>No. System Rx uses extremely lightweight background polling designed not to impact the very performance you are measuring.</p>
<p style="margin-top: 1rem;"><strong>How accurate is the thermal state?</strong><br>We use native Apple system frameworks for medical-grade accuracy of 'Nominal', 'Fair', and 'Serious' thermal conditions.</p>
</div>
</section>
<footer class="footer">
System Rx support: <a href="mailto:ameenmarashi@icloud.com">Email us</a> · Privacy: <a href="./privacy.html">Privacy Policy</a>
</footer>
</div>
</body>
</html>