File size: 1,923 Bytes
9213715
 
 
 
 
e6d8171
9213715
 
 
 
 
 
e6d8171
9213715
 
 
 
 
 
 
 
 
 
 
e6d8171
9213715
 
e6d8171
 
9213715
 
 
 
 
 
 
e6d8171
 
9213715
 
 
 
e6d8171
9213715
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!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>