Skip to content

Commit d366a96

Browse files
author
TechStack Global
committed
chore: merge feature/contact-formsubmit-redirect
2 parents 800bc77 + e8f3508 commit d366a96

File tree

1 file changed

+91
-89
lines changed

1 file changed

+91
-89
lines changed

contact.html

Lines changed: 91 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -2,100 +2,102 @@
22
<html lang="en">
33

44
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Contact TechStack Global | Partner with the B2B Authority</title>
8-
<meta name="description"
9-
content="Have questions about a specific tech stack or interested in partnership opportunities? Get in touch with the TechStack Global team today.">
10-
<meta name="keywords"
11-
content="contact TechStack Global, SaaS partnerships, tech review inquiry, business software consulting">
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Contact TechStack Global | Partner with the B2B Authority</title>
8+
<meta name="description"
9+
content="Have questions about a specific tech stack or interested in partnership opportunities? Get in touch with the TechStack Global team today.">
10+
<meta name="keywords"
11+
content="contact TechStack Global, SaaS partnerships, tech review inquiry, business software consulting">
1212

13-
<! OpenGraph / Social Media >
14-
<meta property="og:type" content="website">
15-
<meta property="og:url" content="https://techstackglobal.github.io/contact.html">
16-
<meta property="og:title" content="Contact TechStack Global | Partner with the B2B Authority">
17-
<meta property="og:description" content="Reach out to our experts for tech stack advice and partnerships.">
18-
<meta property="og:image" content="https://techstackglobal.github.io/assets/images/og-contact.jpg">
13+
<! OpenGraph / Social Media>
14+
<meta property="og:type" content="website">
15+
<meta property="og:url" content="https://techstackglobal.github.io/contact.html">
16+
<meta property="og:title" content="Contact TechStack Global | Partner with the B2B Authority">
17+
<meta property="og:description" content="Reach out to our experts for tech stack advice and partnerships.">
18+
<meta property="og:image" content="https://techstackglobal.github.io/assets/images/og-contact.jpg">
1919

20-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
21-
rel="stylesheet">
22-
<link rel="stylesheet" href="style.css?v=9">
23-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
24-
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32.png?v=1">
25-
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16.png?v=1">
26-
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/techstack-logo-192.png?v=1">
27-
<link rel="shortcut icon" href="assets/icons/favicon.ico?v=1">
20+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
21+
rel="stylesheet">
22+
<link rel="stylesheet" href="style.css?v=9">
23+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
24+
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32.png?v=1">
25+
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16.png?v=1">
26+
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/techstack-logo-192.png?v=1">
27+
<link rel="shortcut icon" href="assets/icons/favicon.ico?v=1">
2828
</head>
2929

3030
<body class="dark-theme">
31-
<div class="ambient-grid"></div>
32-
<header class="glass-header">
33-
<nav class="container">
34-
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
35-
<button class="menu-toggle" aria-label="Toggle Menu">
36-
<i class="fa-solid fa-bars"></i>
37-
</button>
38-
<ul class="nav-links" id="nav-links">
39-
<li><a href="index.html">Home</a></li>
40-
<li><a href="amazon-stack.html">Amazon Stack</a></li>
41-
<li><a href="blog.html">Guides</a></li>
42-
<li><a href="about.html">About</a></li>
43-
<li><a href="contact.html" class="active">Contact</a></li>
44-
</ul>
45-
</nav>
46-
</header>
47-
<! Global affiliate notice (non-intrusive) >
48-
<div id="site-affiliate-notice"
49-
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);">
50-
<strong>Note:</strong> TechStack Global uses affiliate links we may earn a commission on purchases at no extra
51-
cost to you.
52-
</div>
31+
<div class="ambient-grid"></div>
32+
<header class="glass-header">
33+
<nav class="container">
34+
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
35+
<button class="menu-toggle" aria-label="Toggle Menu">
36+
<i class="fa-solid fa-bars"></i>
37+
</button>
38+
<ul class="nav-links" id="nav-links">
39+
<li><a href="index.html">Home</a></li>
40+
<li><a href="amazon-stack.html">Amazon Stack</a></li>
41+
<li><a href="blog.html">Guides</a></li>
42+
<li><a href="about.html">About</a></li>
43+
<li><a href="contact.html" class="active">Contact</a></li>
44+
</ul>
45+
</nav>
46+
</header>
47+
<! Global affiliate notice (non-intrusive)>
48+
<div id="site-affiliate-notice"
49+
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);">
50+
<strong>Note:</strong> TechStack Global uses affiliate links we may earn a commission on purchases at no
51+
extra
52+
cost to you.
53+
</div>
5354

54-
<main class="container section-padding" style="margin-top: 80px; max-width: 600px;">
55-
<div class="glass-panel" style="padding: 4rem;">
56-
<h1 style="font-size: 2.5rem; margin-bottom: 2rem;">Get in <span class="accent">Touch</span></h1>
57-
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST"
58-
style="display: flex; flex-direction: column; gap: 1.5rem;">
59-
<input type="text" name="name" placeholder="Your Name" required
60-
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;">
61-
<input type="email" name="email" placeholder="Your Email" required
62-
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;">
63-
<textarea name="message" placeholder="Your Message" rows="5" required
64-
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>
65-
<input type="hidden" name="_next" value="https://techstackglobal.github.io/index.html">
66-
<input type="hidden" name="_subject" value="New Contact Form Submission">
67-
<button type="submit" class="btn-primary" style="font-size: 1.1rem;">Send Message</button>
68-
</form>
69-
</div>
70-
</main>
71-
<footer class="glass-footer" style="margin-top: 6rem;">
72-
<div class="container footer-content">
73-
<div class="footer-brand">
74-
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
75-
class="accent">Global</span></a></h3>
76-
<p>Tech guides built for everyday work, study, and smarter decisions.</p>
77-
</div>
78-
<div class="footer-links">
79-
<h4>Legal</h4>
80-
<ul>
81-
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
82-
<li><a href="privacy-policy.html">Privacy Policy</a></li>
83-
<li><a href="terms-of-service.html">Terms of Service</a></li>
84-
</ul>
85-
</div>
86-
<div class="footer-links">
87-
<h4>Company</h4>
88-
<ul>
89-
<li><a href="about.html">About Us</a></li>
90-
<li><a href="contact.html">Contact</a></li>
91-
</ul>
92-
</div>
93-
</div>
94-
<div class="container footer-bottom">
95-
<p>&copy; <span id="year">2026</span> TechStack Global. All rights reserved.</p>
96-
</div>
97-
</footer>
98-
<script src="script.js"></script>
55+
<main class="container section-padding" style="margin-top: 80px; max-width: 600px;">
56+
<div class="glass-panel" style="padding: 4rem;">
57+
<h1 style="font-size: 2.5rem; margin-bottom: 2rem;">Get in <span class="accent">Touch</span></h1>
58+
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST"
59+
style="display: flex; flex-direction: column; gap: 1.5rem;">
60+
<input type="text" name="name" placeholder="Your Name" required
61+
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;">
62+
<input type="email" name="email" placeholder="Your Email" required
63+
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;">
64+
<textarea name="message" placeholder="Your Message" rows="5" required
65+
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>
66+
<input type="hidden" name="_next" value="https://techstackglobal.github.io/thank-you.html">
67+
<input type="hidden" name="_subject" value="New Contact Form Submission">
68+
<input type="hidden" name="_captcha" value="false">
69+
<button type="submit" class="btn-primary" style="font-size: 1.1rem;">Send Message</button>
70+
</form>
71+
</div>
72+
</main>
73+
<footer class="glass-footer" style="margin-top: 6rem;">
74+
<div class="container footer-content">
75+
<div class="footer-brand">
76+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
77+
class="accent">Global</span></a></h3>
78+
<p>Tech guides built for everyday work, study, and smarter decisions.</p>
79+
</div>
80+
<div class="footer-links">
81+
<h4>Legal</h4>
82+
<ul>
83+
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
84+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
85+
<li><a href="terms-of-service.html">Terms of Service</a></li>
86+
</ul>
87+
</div>
88+
<div class="footer-links">
89+
<h4>Company</h4>
90+
<ul>
91+
<li><a href="about.html">About Us</a></li>
92+
<li><a href="contact.html">Contact</a></li>
93+
</ul>
94+
</div>
95+
</div>
96+
<div class="container footer-bottom">
97+
<p>&copy; <span id="year">2026</span> TechStack Global. All rights reserved.</p>
98+
</div>
99+
</footer>
100+
<script src="script.js"></script>
99101
</body>
100102

101-
</html>
103+
</html>

0 commit comments

Comments
 (0)