-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
122 lines (116 loc) · 6.18 KB
/
contact.html
File metadata and controls
122 lines (116 loc) · 6.18 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-06NR0F5381');
</script>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Contact TechStack Global | Partner with the B2B Authority</title>
<meta content="Have questions about a specific tech stack or interested in partnership opportunities? Get in touch with the TechStack Global team today." name="description"/>
<meta content="contact TechStack Global, SaaS partnerships, tech review inquiry, business software consulting" name="keywords"/>
<!-- OpenGraph / Social Media-->
<meta content="website" property="og:type"/>
<meta content="https://techstackglobal.github.io/contact.html" property="og:url"/>
<meta content="Contact TechStack Global | Partner with the B2B Authority" property="og:title"/>
<meta content="Reach out to our experts for tech stack advice and partnerships." property="og:description"/>
<meta content="https://techstackglobal.github.io/assets/images/og-contact.jpg" property="og:image"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="style.min.css?v=9" rel="stylesheet"/>
<link href="mobile-ux.css?v=1.1" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Contact TechStack Global | Partner with the B2B Authority",
"url": "https://techstackglobal.github.io/contact.html"
}</script>
<meta content="#0a2540" name="theme-color"/>
<meta content="TechStack Global" property="og:site_name"/>
<meta content="TechStack Global" name="application-name"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TechStack Global",
"url": "https://techstackglobal.github.io/",
"logo": "https://techstackglobal.github.io/apple-touch-icon.png"
}
</script>
<!-- Site Favicons -->
<link href="/favicon.ico?v=2" rel="icon"/>
<link href="/favicon-32x32.png?v=2" rel="icon" sizes="32x32" type="image/png"/>
<link href="/favicon-16x16.png?v=2" rel="icon" sizes="16x16" type="image/png"/>
<link href="/apple-touch-icon.png?v=2" rel="apple-touch-icon" sizes="180x180"/>
<link href="https://techstackglobal.github.io/contact.html" rel="canonical"/><meta content="summary_large_image" name="twitter:card"/><meta content="Contact TechStack Global | Partner with the B2B Authority" name="twitter:title"/><meta content="Reach out to our experts for tech stack advice and partnerships." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-contact.jpg" name="twitter:image"/></head>
<body class="dark-theme">
<div class="ambient-grid"></div>
<header class="glass-header">
<nav class="container">
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
<button aria-label="Toggle Menu" class="menu-toggle">
<i class="fa-solid fa-bars"></i>
</button>
<ul class="nav-links" id="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="amazon-stack.html">Amazon Stack</a></li>
<li><a href="blog.html">Guides</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Global affiliate notice (non-intrusive)-->
<div id="site-affiliate-notice" style="background:#0f1724;color:#d1d5db;padding:8px 1.25rem;font-size:13px;text-align:center;border-bottom:1px solid rgba(255,255,255,0.05);">
<strong>Note:</strong> TechStack Global uses affiliate links we may earn a commission on purchases at no
extra
cost to you.
</div>
<main class="container section-padding" style="margin-top: 80px; max-width: 800px;">
<div class="glass-panel" style="padding: 4rem;">
<h1 style="font-size: 2.5rem; margin-bottom: 2rem;">Get in <span class="accent">Touch</span></h1>
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST" style="display: flex; flex-direction: column; gap: 1.5rem;">
<input name="name" placeholder="Your Name" required="" style="padding: 1rem; border-radius: 8px; border: 1px solid var( border-glass); background: rgba(0,0,0,0.3); color: white; width: 100%; font-family: inherit;" type="text"/>
<input name="email" placeholder="Your Email" required="" style="padding: 1rem; border-radius: 8px; border: 1px solid var( border-glass); background: rgba(0,0,0,0.3); color: white; width: 100%; font-family: inherit;" type="email"/>
<textarea name="message" placeholder="Your Message" required="" rows="5" style="padding: 1rem; border-radius: 8px; border: 1px solid var( border-glass); background: rgba(0,0,0,0.3); color: white; width: 100%; font-family: inherit; resize: vertical;"></textarea>
<input name="_next" type="hidden" value="https://techstackglobal.github.io/thank-you.html"/>
<input name="_subject" type="hidden" value="New Contact Form Submission"/>
<input name="_captcha" type="hidden" value="false"/>
<button class="btn-primary" style="font-size: 1.1rem;" type="submit">Send Message</button>
</form>
</div>
</main>
<footer class="glass-footer" style="margin-top: 6rem;">
<div class="container footer-content">
<div class="footer-brand">
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span class="accent">Global</span></a></h3>
<p>Tech guides built for everyday work, study, and smarter decisions.</p>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="container footer-bottom">
<p>© <span id="year">2026</span> TechStack Global. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>