Skip to content

Commit eb479b7

Browse files
author
TechStack Global
committed
Initial B2B Blog Launch by Antigravity Autopilot
1 parent 30defc4 commit eb479b7

3 files changed

Lines changed: 82 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ <h2>Stay Ahead of the Curve</h2>
125125
<p>&copy; 2026 B2B Automation Insights. All rights reserved.</p>
126126
</div>
127127
<ul class="footer-links">
128-
<li><a href="#">Privacy Policy</a></li>
128+
<li><a href="posts/contact.html">Contact</a></li>
129+
<li><a href="posts/disclosure.html">Affiliate Disclosure</a></li>
129130
<li><a href="#">Terms of Service</a></li>
130-
<li><a href="#">Affiliate Disclosure</a></li>
131131
</ul>
132132
</div>
133133
</footer>

posts/contact.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Contact TechStack Global | B2B Authority</title>
8+
<link rel="stylesheet" href="../style.css">
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
10+
</head>
11+
12+
<body class="dark-theme">
13+
<header>
14+
<nav class="container">
15+
<div class="logo"><a href="../index.html"
16+
style="text-decoration:none; color:inherit;">TechStack<span>Global</span></a></div>
17+
</nav>
18+
</header>
19+
<main class="post-content" style="max-width: 600px; margin: 6rem auto; padding: 0 2rem; text-align: center;">
20+
<h1 style="font-size:3rem; letter-spacing:-2px; margin-bottom:1rem;">Get in Touch</h1>
21+
<p style="font-size:1.2rem; color:rgba(255,255,255,0.6); margin-bottom:3rem;">For partnership inquiries,
22+
software reviews, or technical consultations.</p>
23+
24+
<div style="background:var(--card-bg); padding:3rem; border-radius:20px; border:1px solid var(--border-color);">
25+
<p
26+
style="font-size:0.9rem; text-transform:uppercase; letter-spacing:1px; color:var(--accent-color); font-weight:800;">
27+
Email Us</p>
28+
<p style="font-size:1.5rem; font-weight:600; margin:1rem 0;">techstackglobal.mgmt@gmail.com</p>
29+
<a href="mailto:techstackglobal.mgmt@gmail.com" class="btn-primary"
30+
style="display:inline-block; margin-top:1rem;">Send Message</a>
31+
</div>
32+
33+
<p style="margin-top:4rem; color:rgba(255,255,255,0.4); font-size:0.9rem;">Typical response time: 24-48 business
34+
hours.</p>
35+
</main>
36+
</body>
37+
38+
</html>

posts/disclosure.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Affiliate Disclosure | TechStack Global</title>
8+
<link rel="stylesheet" href="../style.css">
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
10+
</head>
11+
12+
<body class="dark-theme">
13+
<header>
14+
<nav class="container">
15+
<div class="logo"><a href="../index.html"
16+
style="text-decoration:none; color:inherit;">TechStack<span>Global</span></a></div>
17+
</nav>
18+
</header>
19+
<main class="post-content" style="max-width: 800px; margin: 4rem auto; padding: 0 2rem;">
20+
<h1 style="font-size:2.5rem; margin-bottom:2rem;">Affiliate Disclosure</h1>
21+
<article style="color:rgba(255,255,255,0.7); line-height:1.8; font-size:1.1rem;">
22+
<p>Transparency is a core value at <strong>TechStack Global</strong>. We believe in being 100% honest with
23+
our readers regarding our relationships with software providers.</p>
24+
25+
<p>In compliance with the FTC guidelines, please assume that some of the links on this website are
26+
"affiliate links." This means if you click on the link and purchase the item or sign up for a service,
27+
we may receive an affiliate commission at <strong>no extra cost to you</strong>.</p>
28+
29+
<p>The compensation received will never influence the content, topics, or posts made in this blog. We only
30+
recommend products or services that we believe, based on our expertise and research, will add value to
31+
our readers.</p>
32+
33+
<p>TechStack Global is a participant in several affiliate programs, including but not limited to the SEMrush
34+
Affiliate Program, Shopify Affiliate Program, and Fiverr Affiliates.</p>
35+
36+
<p>If you have any questions regarding the above, please do not hesitate to contact us at
37+
<strong>techstackglobal.mgmt@gmail.com</strong>.</p>
38+
</article>
39+
</main>
40+
</body>
41+
42+
</html>

0 commit comments

Comments
 (0)