-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
99 lines (91 loc) · 5.26 KB
/
Copy pathcontact.html
File metadata and controls
99 lines (91 loc) · 5.26 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
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en" data-color-scheme="light" data-accent="indigo">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact — PulseForge</title>
<meta name="description" content="Contact PulseForge — email reeshavghosh5@gmail.com or open an issue on GitHub for bug reports and tool requests." />
<!-- Google Search Console site-ownership verification: replace with your own
verification meta tag before submitting to Google AdSense / Search Console.
<meta name="google-site-verification" content="YOUR_VERIFICATION_CODE_HERE" /> -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<!-- ============================= NAVBAR ============================= -->
<header class="navbar">
<div class="container navbar__inner">
<a class="navbar__brand" href="index.html">
<img class="navbar__logo" src="logo.png" alt="" width="32" height="32" />
<span>PulseForge</span>
</a>
<nav class="navbar__nav" aria-label="Primary">
<a class="navbar__link" href="index.html">Home</a>
<a class="navbar__link" href="about.html">About</a>
<a class="navbar__link is-active" href="contact.html">Contact</a>
</nav>
<div class="navbar__actions">
<a class="btn btn--secondary btn--sm" href="https://github.com/theNeonTerminal/PulseForge" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M12 2a10 10 0 00-3.16 19.49c.5.09.68-.22.68-.48v-1.7c-2.78.6-3.37-1.34-3.37-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.89 1.53 2.34 1.09 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.56-1.11-4.56-4.94 0-1.09.39-1.98 1.03-2.68-.1-.25-.45-1.27.1-2.65 0 0 .84-.27 2.75 1.02a9.6 9.6 0 015 0c1.91-1.29 2.75-1.02 2.75-1.02.55 1.38.2 2.4.1 2.65.64.7 1.03 1.59 1.03 2.68 0 3.84-2.34 4.68-4.57 4.93.36.31.68.92.68 1.85v2.74c0 .27.18.58.69.48A10 10 0 0012 2z" fill="currentColor"/></svg>
GitHub
</a>
<button class="navbar__menu-toggle" type="button" aria-label="Toggle menu" aria-expanded="false" data-menu-toggle>
<svg 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>
</button>
</div>
</div>
<nav class="navbar__mobile-nav container" aria-label="Primary mobile" hidden data-mobile-nav>
<a class="navbar__link" href="index.html">Home</a>
<a class="navbar__link" href="about.html">About</a>
<a class="navbar__link is-active" href="contact.html">Contact</a>
<a class="navbar__link" href="https://github.com/theNeonTerminal/PulseForge" target="_blank" rel="noopener noreferrer">GitHub</a>
</nav>
</header>
<main id="main">
<div class="page-header">
<div class="container">
<p class="breadcrumb"><a href="index.html">Home</a> <span aria-hidden="true">/</span> <span>Contact</span></p>
<h1 class="page-header__title">Contact</h1>
<p class="page-header__lede">Questions, bug reports, or tool requests — reach out directly.</p>
</div>
</div>
<section class="section container">
<div class="panel" style="max-width: 640px;">
<h2 class="panel__title">Email</h2>
<p class="panel__lede">
The fastest way to reach the person building PulseForge is by email:
</p>
<p style="margin: var(--space-4) 0;">
<a class="btn btn--primary" href="mailto:reeshavghosh5@gmail.com">
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M4 6h16a1 1 0 011 1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V7a1 1 0 011-1z" stroke="currentColor" stroke-width="2"/><path d="M3 7l9 6 9-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
reeshavghosh5@gmail.com
</a>
</p>
<p class="text-muted" style="font-size: 0.9375rem;">
Bug reports and feature requests are also welcome as
<a href="https://github.com/theNeonTerminal/PulseForge" target="_blank" rel="noopener noreferrer">GitHub issues</a>
on the project repository.
</p>
</div>
</section>
</main>
<!-- ============================= FOOTER ============================= -->
<footer class="footer">
<div class="container footer__inner">
<div class="footer__links">
<a class="footer__link" href="index.html">Homepage</a>
<a class="footer__link" href="about.html">About</a>
<a class="footer__link" href="contact.html">Contact</a>
<a class="footer__link" href="privacy.html">Privacy Policy</a>
<a class="footer__link" href="terms.html">Terms of Service</a>
<a class="footer__link" href="https://github.com/theNeonTerminal/PulseForge" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
<p class="footer__copy">© 2026 PulseForge. Built for the maker & developer community.</p>
</div>
</footer>
<script src="shared/js/utils.js"></script>
<script src="shared/js/accessibility.js"></script>
</body>
</html>