Skip to content

Commit 3c1eb74

Browse files
author
TechStack Global
committed
fix: correct H1 structure on static pages
1 parent 1618865 commit 3c1eb74

File tree

1 file changed

+99
-90
lines changed

1 file changed

+99
-90
lines changed

about.html

Lines changed: 99 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,107 @@
11
<!DOCTYPE html>
22

33
<html lang="en">
4+
45
<head>
5-
<meta charset="utf-8"/>
6-
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
7-
<title>About TechStack Global | Our B2B Tech Vetting Methodology</title>
8-
<meta content="Learn how TechStack Global vets, tests, and reviews the high-ticket hardware that powers modern work setups." name="description"/>
9-
<meta content="amazon tech reviews, remote work setup, hardware vetting, TechStack Global team" name="keywords"/>
10-
<!-- OpenGraph / Social Media-->
11-
<meta content="website" property="og:type"/>
12-
<meta content="https://techstackglobal.github.io/about.html" property="og:url"/>
13-
<meta content="About TechStack Global | Our B2B Tech Vetting Methodology" property="og:title"/>
14-
<meta content="Transparency and technical rigor in every review." property="og:description"/>
15-
<meta content="https://techstackglobal.github.io/assets/images/og-about.jpg" property="og:image"/>
16-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap" rel="stylesheet"/>
17-
<link href="style.css?v=9" rel="stylesheet"/>
18-
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
19-
<link href="assets/icons/favicon-32.png?v=1" rel="icon" sizes="32x32" type="image/png"/>
20-
<link href="assets/icons/favicon-16.png?v=1" rel="icon" sizes="16x16" type="image/png"/>
21-
<link href="assets/icons/techstack-logo-192.png?v=1" rel="apple-touch-icon" sizes="192x192"/>
22-
<link href="assets/icons/favicon.ico?v=1" rel="shortcut icon"/>
23-
<link href="https://techstackglobal.github.io/about.html" rel="canonical"/></head>
6+
<meta charset="utf-8" />
7+
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
8+
<title>About TechStack Global | Our B2B Tech Vetting Methodology</title>
9+
<meta
10+
content="Learn how TechStack Global vets, tests, and reviews the high-ticket hardware that powers modern work setups."
11+
name="description" />
12+
<meta content="amazon tech reviews, remote work setup, hardware vetting, TechStack Global team" name="keywords" />
13+
<!-- OpenGraph / Social Media-->
14+
<meta content="website" property="og:type" />
15+
<meta content="https://techstackglobal.github.io/about.html" property="og:url" />
16+
<meta content="About TechStack Global | Our B2B Tech Vetting Methodology" property="og:title" />
17+
<meta content="Transparency and technical rigor in every review." property="og:description" />
18+
<meta content="https://techstackglobal.github.io/assets/images/og-about.jpg" property="og:image" />
19+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap"
20+
rel="stylesheet" />
21+
<link href="style.css?v=9" rel="stylesheet" />
22+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
23+
<link href="assets/icons/favicon-32.png?v=1" rel="icon" sizes="32x32" type="image/png" />
24+
<link href="assets/icons/favicon-16.png?v=1" rel="icon" sizes="16x16" type="image/png" />
25+
<link href="assets/icons/techstack-logo-192.png?v=1" rel="apple-touch-icon" sizes="192x192" />
26+
<link href="assets/icons/favicon.ico?v=1" rel="shortcut icon" />
27+
<link href="https://techstackglobal.github.io/about.html" rel="canonical" />
28+
</head>
29+
2430
<body class="dark-theme">
25-
<div class="ambient-grid"></div>
26-
<header class="glass-header">
27-
<nav class="container">
28-
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
29-
<button aria-label="Toggle Menu" class="menu-toggle">
30-
<i class="fa-solid fa-bars"></i>
31-
</button>
32-
<ul class="nav-links" id="nav-links">
33-
<li><a href="index.html">Home</a></li>
34-
<li><a href="amazon-stack.html">Amazon Stack</a></li>
35-
<li><a href="blog.html">Guides</a></li>
36-
<li><a class="active" href="about.html">About</a></li>
37-
<li><a href="contact.html">Contact</a></li>
38-
</ul>
39-
</nav>
40-
</header>
41-
<!-- Global affiliate notice (non-intrusive)-->
42-
<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);">
43-
<strong>Note:</strong> TechStack Global uses affiliate links we may earn a commission on purchases at no
44-
extra
45-
cost to you.
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 aria-label="Toggle Menu" class="menu-toggle">
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 class="active" href="about.html">About</a></li>
43+
<li><a href="contact.html">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>
54+
<!-- About TechStack Global (Updated) -->
55+
<section class="about section-padding container" id="about" style="margin-top: 80px;">
56+
<h1 style="margin-bottom: 0.5rem; font-size: 2.5rem;">About TechStack Global</h1>
57+
<p>
58+
TechStack Global publishes structured, research-driven product reviews focused on high-performance
59+
technology.
60+
We evaluate premium tools, professional equipment, and serious upgrades helping you make confident,
61+
high-value decisions.
62+
</p>
63+
<h3>Our Focus</h3>
64+
<p>
65+
We specialize in vetting and testing premium hardware and professional-grade accessories from studio
66+
audio and creator gear to workstation upgrades and productivity tools.
67+
Every review emphasizes real-world performance, integration, and ROI so you avoid costly mistakes and
68+
buy with confidence.
69+
</p>
70+
<h3>Our Methodology</h3>
71+
<ul>
72+
<li><strong>Performance</strong> Can the product handle professional workloads?</li>
73+
<li><strong>Integration</strong> Does it work smoothly with modern workflows and tools?</li>
74+
<li><strong>Value</strong> Is the ROI justified for serious buyers and teams?</li>
75+
</ul>
76+
</section>
77+
<footer class="glass-footer" style="margin-top: 6rem;">
78+
<div class="container footer-content">
79+
<div class="footer-brand">
80+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
81+
class="accent">Global</span></a></h3>
82+
<p>Tech guides built for everyday work, study, and smarter decisions.</p>
83+
</div>
84+
<div class="footer-links">
85+
<h4>Legal</h4>
86+
<ul>
87+
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
88+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
89+
<li><a href="terms-of-service.html">Terms of Service</a></li>
90+
</ul>
91+
</div>
92+
<div class="footer-links">
93+
<h4>Company</h4>
94+
<ul>
95+
<li><a href="about.html">About Us</a></li>
96+
<li><a href="contact.html">Contact</a></li>
97+
</ul>
98+
</div>
4699
</div>
47-
<!-- About TechStack Global (Updated) -->
48-
<section class="about section-padding container" id="about" style="margin-top: 80px;">
49-
<h2>About TechStack Global</h2>
50-
<p>
51-
TechStack Global publishes structured, research-driven product reviews focused on high-performance
52-
technology.
53-
We evaluate premium tools, professional equipment, and serious upgrades helping you make confident,
54-
high-value decisions.
55-
</p>
56-
<h3>Our Focus</h3>
57-
<p>
58-
We specialize in vetting and testing premium hardware and professional-grade accessories from studio
59-
audio and creator gear to workstation upgrades and productivity tools.
60-
Every review emphasizes real-world performance, integration, and ROI so you avoid costly mistakes and
61-
buy with confidence.
62-
</p>
63-
<h3>Our Methodology</h3>
64-
<ul>
65-
<li><strong>Performance</strong> Can the product handle professional workloads?</li>
66-
<li><strong>Integration</strong> Does it work smoothly with modern workflows and tools?</li>
67-
<li><strong>Value</strong> Is the ROI justified for serious buyers and teams?</li>
68-
</ul>
69-
</section>
70-
<footer class="glass-footer" style="margin-top: 6rem;">
71-
<div class="container footer-content">
72-
<div class="footer-brand">
73-
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span class="accent">Global</span></a></h3>
74-
<p>Tech guides built for everyday work, study, and smarter decisions.</p>
75-
</div>
76-
<div class="footer-links">
77-
<h4>Legal</h4>
78-
<ul>
79-
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
80-
<li><a href="privacy-policy.html">Privacy Policy</a></li>
81-
<li><a href="terms-of-service.html">Terms of Service</a></li>
82-
</ul>
83-
</div>
84-
<div class="footer-links">
85-
<h4>Company</h4>
86-
<ul>
87-
<li><a href="about.html">About Us</a></li>
88-
<li><a href="contact.html">Contact</a></li>
89-
</ul>
90-
</div>
91-
</div>
92-
<div class="container footer-bottom">
93-
<p>© <span id="year">2026</span> TechStack Global. All rights reserved.</p>
94-
</div>
95-
</footer>
96-
<script src="script.js"></script>
100+
<div class="container footer-bottom">
101+
<p>© <span id="year">2026</span> TechStack Global. All rights reserved.</p>
102+
</div>
103+
</footer>
104+
<script src="script.js"></script>
97105
</body>
106+
98107
</html>

0 commit comments

Comments
 (0)