-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
90 lines (86 loc) · 4.08 KB
/
Copy pathcontact.html
File metadata and controls
90 lines (86 loc) · 4.08 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact AuditForge AI – Support & Feedback</title>
<meta name="description" content="Contact AuditForge AI for support, bug reports, feature requests, feedback, and website audit inquiries.">
<link rel="canonical" href="https://audit-forge-ai.github.io/contact">
<link rel="icon" type="image/svg+xml" sizes="32x32" href="/favicon/auditforgeai-favicon-32.svg">
<link rel="icon" type="image/svg+xml" sizes="16x16" href="/favicon/auditforgeai-favicon-16.svg">
<link rel="apple-touch-icon" type="image/svg+xml" href="/favicon/auditforgeai-logo-512.svg">
<meta property="og:image" content="https://audit-forge-ai.github.io/favicon/auditforgeai-logo-512.svg">
<meta name="twitter:image" content="https://audit-forge-ai.github.io/favicon/auditforgeai-logo-512.svg">
<meta property="og:type" content="website">
<meta property="og:title" content="Contact AuditForge AI">
<meta property="og:description" content="Get support, report bugs, or share feedback with AuditForge AI.">
<meta property="og:url" content="https://audit-forge-ai.github.io/contact">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#22C55E">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact AuditForge AI">
<meta name="twitter:description" content="Support, bug reports, feedback, and audit inquiries.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Syne:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KGT7HV6L');</script>
<!-- End Google Tag Manager -->
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"ContactPage",
"name":"Contact AuditForge AI",
"url":"https://audit-forge-ai.github.io/contact",
"description":"Contact page for AuditForge AI."
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KGT7HV6L"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="nav">
<a href="index.html" class="brand">AuditForge<span> AI</span></a>
<ul>
<li><a class="link" href="index.html">Home</a></li>
<li><a class="link" href="about.html">About</a></li>
<li><a class="link" href="services.html">Services</a></li>
<li><a class="link active" href="contact.html">Contact</a></li>
</ul>
<a class="cta" href="services.html">Audit a site →</a>
</div>
</header>
<main>
<div class="kicker">// Contact</div>
<h1>Let's <em>talk.</em></h1>
<p class="lead">Questions, bugs, feedback, or a tricky site you want audited — drop a line. One inbox, one human, replies within a day.</p>
<div class="row">
<div class="card">
<div class="label">Email</div>
<div class="value"><a href="mailto:kamayegabharat@gmail.com">kamayegabharat@gmail.com</a></div>
</div>
<div class="card">
<div class="label">Pricing</div>
<div class="value">Totally free</div>
</div>
<div class="card">
<div class="label">Response time</div>
<div class="value">≤ 24 hours</div>
</div>
</div>
<div class="note"><b>Heads up —</b> AuditForge AI is <b>totally free</b> for now. No invoices, no plans, no credit cards. Just send the URL you want audited and we'll handle the rest.</div>
</main>
<footer>
© <span id="y"></span> AuditForge AI — Made with
<span class="heart">♥</span> from Sourav Bagchi
</footer>
<script src="js/script.js"></script>
</body>
</html>