Skip to content

Commit bda7e21

Browse files
author
TechStack Global
committed
feat: Add Samsung 990 PRO SSD Review and SEO improvements
1 parent b1c3ade commit bda7e21

16 files changed

+803
-306
lines changed

about.html

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919

2020
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
2121
rel="stylesheet">
22-
<link rel="stylesheet" href="/style.css">
23-
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32.png">
24-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16.png">
25-
<link rel="apple-touch-icon" sizes="192x192" href="/assets/icons/techstack-logo-192.png">
26-
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
22+
<link rel="stylesheet" href="style.css">
23+
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32.png">
24+
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16.png">
25+
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/techstack-logo-192.png">
26+
<link rel="shortcut icon" href="assets/icons/favicon.ico">
2727
</head>
2828

2929
<body class="dark-theme">
3030
<div class="ambient-grid"></div>
3131
<header class="glass-header">
3232
<nav class="container">
33-
<div class="logo"><a href="/index.html">TechStack<span class="accent">Global</span></a></div>
33+
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
3434
<ul class="nav-links">
35-
<li><a href="/index.html">Home</a></li>
36-
<li><a href="/blog.html">Software Reviews</a></li>
37-
<li><a href="/about.html" class="active">About</a></li>
38-
<li><a href="/contact.html">Contact</a></li>
35+
<li><a href="index.html">Home</a></li>
36+
<li><a href="blog.html">Software Reviews</a></li>
37+
<li><a href="about.html" class="active">About</a></li>
38+
<li><a href="contact.html">Contact</a></li>
3939
</ul>
4040
</nav>
4141
</header>
@@ -70,30 +70,31 @@ <h2 style="margin-top: 3rem; margin-bottom: 1.5rem;">Our Methodology</h2>
7070
<footer class="glass-footer" style="margin-top: 6rem;">
7171
<div class="container footer-content">
7272
<div class="footer-brand">
73-
<h3>TechStack<span class="accent">Global</span></h3>
74-
<p>The definitive guide to elite B2B tech platforms.</p>
73+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
74+
class="accent">Global</span></a></h3>
75+
<p>Curating the best tech for modern work and growth.</p>
7576
</div>
7677
<div class="footer-links">
7778
<h4>Legal</h4>
7879
<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>
80+
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
81+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
82+
<li><a href="terms-of-service.html">Terms of Service</a></li>
8283
</ul>
8384
</div>
8485
<div class="footer-links">
8586
<h4>Company</h4>
8687
<ul>
87-
<li><a href="/about.html">About Us</a></li>
88-
<li><a href="/contact.html">Contact</a></li>
88+
<li><a href="about.html">About Us</a></li>
89+
<li><a href="contact.html">Contact</a></li>
8990
</ul>
9091
</div>
9192
</div>
9293
<div class="container footer-bottom">
9394
<p>&copy; <span id="year">2026</span> TechStack Global. All rights reserved.</p>
9495
</div>
9596
</footer>
96-
<script src="/script.js"></script>
97+
<script src="script.js"></script>
9798
</body>
9899

99-
</html>
100+
</html>

affiliate-disclosure.html

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<title>Affiliate Disclosure | TechStack Global</title>
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
99
rel="stylesheet">
10-
<link rel="stylesheet" href="/style.css">
11-
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32.png">
12-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16.png">
13-
<link rel="apple-touch-icon" sizes="192x192" href="/assets/icons/techstack-logo-192.png">
14-
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
10+
<link rel="stylesheet" href="style.css">
11+
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16.png">
13+
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/techstack-logo-192.png">
14+
<link rel="shortcut icon" href="assets/icons/favicon.ico">
1515
</head>
1616

1717
<body class="dark-theme">
1818
<div class="ambient-grid"></div>
1919
<header class="glass-header">
2020
<nav class="container">
21-
<div class="logo"><a href="/index.html">TechStack<span class="accent">Global</span></a></div>
21+
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
2222
<ul class="nav-links">
23-
<li><a href="/index.html">Home</a></li>
24-
<li><a href="/blog.html">Software Reviews</a></li>
25-
<li><a href="/about.html">About</a></li>
26-
<li><a href="/contact.html">Contact</a></li>
23+
<li><a href="index.html">Home</a></li>
24+
<li><a href="blog.html">Software Reviews</a></li>
25+
<li><a href="about.html">About</a></li>
26+
<li><a href="contact.html">Contact</a></li>
2727
</ul>
2828
</nav>
2929
</header>
@@ -49,30 +49,31 @@ <h1 style="font-size: 2.5rem; margin-bottom: 2rem;">Affiliate <span class="accen
4949
<footer class="glass-footer" style="margin-top: 6rem;">
5050
<div class="container footer-content">
5151
<div class="footer-brand">
52-
<h3>TechStack<span class="accent">Global</span></h3>
53-
<p>The definitive guide to elite B2B tech platforms.</p>
52+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
53+
class="accent">Global</span></a></h3>
54+
<p>Curating the best tech for modern work and growth.</p>
5455
</div>
5556
<div class="footer-links">
5657
<h4>Legal</h4>
5758
<ul>
58-
<li><a href="/affiliate-disclosure.html">Affiliate Disclosure</a></li>
59-
<li><a href="/privacy-policy.html">Privacy Policy</a></li>
60-
<li><a href="/terms-of-service.html">Terms of Service</a></li>
59+
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
60+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
61+
<li><a href="terms-of-service.html">Terms of Service</a></li>
6162
</ul>
6263
</div>
6364
<div class="footer-links">
6465
<h4>Company</h4>
6566
<ul>
66-
<li><a href="/about.html">About Us</a></li>
67-
<li><a href="/contact.html">Contact</a></li>
67+
<li><a href="about.html">About Us</a></li>
68+
<li><a href="contact.html">Contact</a></li>
6869
</ul>
6970
</div>
7071
</div>
7172
<div class="container footer-bottom">
7273
<p>&copy; <span id="year">2026</span> TechStack Global. All rights reserved.</p>
7374
</div>
7475
</footer>
75-
<script src="/script.js"></script>
76+
<script src="script.js"></script>
7677
</body>
7778

7879
</html>

amazon-stack.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,30 @@ <h3><a href="#">Best Monitor for Remote Work</a></h3>
124124
</div>
125125
</div>
126126
</section>
127+
128+
<section class="stack-subcategory" style="margin-bottom: 4rem;">
129+
<h2
130+
style="margin-bottom: 2rem; border-bottom: 1px solid var(--accent); display: inline-block; padding-bottom: 5px;">
131+
💾 Storage & Upgrades</h2>
132+
<div class="blog-grid" style="grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));">
133+
<div class="blog-card glass-panel">
134+
<div class="blog-category">High-Speed Storage</div>
135+
<h3><a href="posts/samsung-990-pro-ssd-review.html">Samsung 990 PRO SSD 2TB Review</a></h3>
136+
<p>The premier NVMe upgrade for content creators, remote workers, and anyone tired of loading
137+
screens.</p>
138+
<div class="card-meta"><span>9.8/10</span> <a href="posts/samsung-990-pro-ssd-review.html"
139+
class="read-more">Read Review &rarr;</a></div>
140+
</div>
141+
</div>
142+
</section>
127143
</main>
128144

129145
<footer class="glass-footer">
130146
<div class="container footer-content">
131147
<div class="footer-brand">
132-
<h3>TechStack<span class="accent">Global</span></h3>
133-
<p>The definitive guide to elite B2B tech platforms.</p>
148+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
149+
class="accent">Global</span></a></h3>
150+
<p>Curated tech for modern work, students, and remote teams.</p>
134151
</div>
135152
<div class="footer-links">
136153
<h4>Legal</h4>

blog.html

Lines changed: 65 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@
1919

2020
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
2121
rel="stylesheet">
22-
<link rel="stylesheet" href="/style.css">
22+
<link rel="stylesheet" href="style.css">
2323

2424
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
25-
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32.png">
26-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16.png">
27-
<link rel="apple-touch-icon" sizes="192x192" href="/assets/icons/techstack-logo-192.png">
28-
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
25+
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32.png">
26+
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16.png">
27+
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/techstack-logo-192.png">
28+
<link rel="shortcut icon" href="assets/icons/favicon.ico">
2929
</head>
3030

3131
<body class="dark-theme">
3232
<div class="ambient-grid"></div>
3333
<header class="glass-header">
3434
<nav class="container">
35-
<div class="logo"><a href="/index.html">TechStack<span class="accent">Global</span></a></div>
35+
<div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div>
3636
<ul class="nav-links">
37-
<li><a href="/index.html">Home</a></li>
38-
<li><a href="/blog.html" class="active">Software Reviews</a></li>
39-
<li><a href="/about.html">About</a></li>
40-
<li><a href="/contact.html">Contact</a></li>
37+
<li><a href="index.html">Home</a></li>
38+
<li><a href="blog.html" class="active">Software Reviews</a></li>
39+
<li><a href="about.html">About</a></li>
40+
<li><a href="contact.html">Contact</a></li>
4141
</ul>
4242
</nav>
4343
</header>
@@ -51,79 +51,94 @@
5151
<main class="container section-padding" style="margin-top: 80px;">
5252
<div class="section-header">
5353
<h1>Tech Stack Reviews & Guides</h1>
54-
<p>Filter by category to find the exact tools your business needs.</p>
55-
</div>
56-
57-
<div class="category-grid" style="margin-bottom: 3rem;">
58-
<a href="/blog.html?cat=saas" class="cat-card">
59-
<h3>SaaS Tools</h3>
60-
</a>
61-
<a href="/blog.html?cat=hosting" class="cat-card">
62-
<h3>Web Hosting</h3>
63-
</a>
64-
<a href="/blog.html?cat=ai" class="cat-card">
65-
<h3>AI Software</h3>
66-
</a>
67-
<a href="/blog.html?cat=assets" class="cat-card">
68-
<h3>Digital Assets</h3>
69-
</a>
70-
<a href="/blog.html?cat=productivity" class="cat-card">
71-
<h3>Productivity</h3>
72-
</a>
54+
<p>Curated tech analysis for students, freelancers, and growing teams.</p>
7355
</div>
7456

7557
<div class="blog-grid" id="blog-posts-container">
58+
<!-- New Student Posts First for Volume -->
7659
<div class="blog-card glass-panel">
77-
<div class="blog-category">Developer Hardware</div>
78-
<h3><a href="/posts/apple-macbook-pro-m4-pro-review.html">Apple MacBook Pro M4 Pro Review (2026)</a>
79-
</h3>
80-
<p>The ultimate portable workstation for running AI models locally and maintaining peak efficiency.</p>
81-
<a href="/posts/apple-macbook-pro-m4-pro-review.html" class="read-more">Read Review &rarr;</a>
60+
<div class="blog-category">Student Tech</div>
61+
<h3><a href="posts/best-laptops-for-students-2026.html">Best Laptops for Students 2026</a></h3>
62+
<p>The definitive guide to balancing performance with a student budget. From M1 Airs to Chromebooks.</p>
63+
<a href="posts/best-laptops-for-students-2026.html" class="read-more">Read Guide &rarr;</a>
8264
</div>
65+
8366
<div class="blog-card glass-panel">
84-
<div class="blog-category">Developer Hardware</div>
85-
<h3><a href="/posts/dell-xps-15-9530-review.html">Dell XPS 15 9530: Elite Windows Dev Machine</a></h3>
86-
<p>The premium Intel Evo platform built for compiling heavy .NET frameworks and Docker virtualization.
67+
<div class="blog-category">Budget Picks</div>
68+
<h3><a href="posts/budget-laptops-under-1000.html">Best Laptops Under $1000 (2026 Picks)</a></h3>
69+
<p>Elite performance without the sticker shock. We pick the machines with the best ROI for freelancers.
8770
</p>
88-
<a href="/posts/dell-xps-15-9530-review.html" class="read-more">Read Review &rarr;</a>
71+
<a href="posts/budget-laptops-under-1000.html" class="read-more">Read Guide &rarr;</a>
8972
</div>
73+
74+
<div class="blog-card glass-panel">
75+
<div class="blog-category">Study Setup</div>
76+
<h3><a href="posts/best-headphones-for-classes.html">Best Headphones for Online Classes</a></h3>
77+
<p>Focus and clarity. Vetted noise-cancelling picks for libraries and busy remote work environments.</p>
78+
<a href="posts/best-headphones-for-classes.html" class="read-more">Read Guide &rarr;</a>
79+
</div>
80+
81+
<!-- Flagship Reviews -->
82+
<div class="blog-card glass-panel">
83+
<div class="blog-category">Storage & Upgrades</div>
84+
<h3><a href="posts/samsung-990-pro-ssd-review.html">Samsung 990 PRO SSD 2TB Review</a></h3>
85+
<p>The ultimate high-speed upgrade for content creators, heavy multitaskers, and freelancers.</p>
86+
<a href="posts/samsung-990-pro-ssd-review.html" class="read-more">Read Review &rarr;</a>
87+
</div>
88+
89+
<div class="blog-card glass-panel">
90+
<div class="blog-category">Premium Performance</div>
91+
<h3><a href="posts/apple-macbook-pro-m4-pro-review.html">Apple MacBook Pro M4 Pro Review</a></h3>
92+
<p>The ultimate powerhouse for creative professionals, researchers, and elite business growth.</p>
93+
<a href="posts/apple-macbook-pro-m4-pro-review.html" class="read-more">Read Review &rarr;</a>
94+
</div>
95+
96+
<div class="blog-card glass-panel">
97+
<div class="blog-category">Windows Workstation</div>
98+
<h3><a href="posts/dell-xps-15-9530-review.html">Dell XPS 15 9530: Premium Windows Machine</a></h3>
99+
<p>A flagship experience with user-upgradeable parts, perfect for researchers and long-term career
100+
growth.</p>
101+
<a href="posts/dell-xps-15-9530-review.html" class="read-more">Read Review &rarr;</a>
102+
</div>
103+
90104
<div class="blog-card glass-panel">
91105
<div class="blog-category">Productivity Tech</div>
92-
<h3><a href="/posts/surface-laptop-studio-2-review.html">Microsoft Surface Laptop Studio 2 Review</a>
106+
<h3><a href="posts/surface-laptop-studio-2-review.html">Microsoft Surface Laptop Studio 2 Review</a>
93107
</h3>
94-
<p>An agile hybrid machine enabling seamless transition from local dev to boardroom presentations.</p>
95-
<a href="/posts/surface-laptop-studio-2-review.html" class="read-more">Read Review &rarr;</a>
108+
<p>An agile hybrid machine that transforms from a powerful typing laptop to a creative canvas.</p>
109+
<a href="posts/surface-laptop-studio-2-review.html" class="read-more">Read Review &rarr;</a>
96110
</div>
97111
</div>
98112
</main>
99113

100114
<footer class="glass-footer" style="margin-top: 6rem;">
101115
<div class="container footer-content">
102116
<div class="footer-brand">
103-
<h3>TechStack<span class="accent">Global</span></h3>
104-
<p>The definitive guide to elite B2B tech platforms.</p>
117+
<h3><a href="index.html" style="text-decoration: none; color: inherit;">TechStack<span
118+
class="accent">Global</span></a></h3>
119+
<p>Curating the best tech for modern work and growth.</p>
105120
</div>
106121
<div class="footer-links">
107122
<h4>Legal</h4>
108123
<ul>
109-
<li><a href="/affiliate-disclosure.html">Affiliate Disclosure</a></li>
110-
<li><a href="/privacy-policy.html">Privacy Policy</a></li>
111-
<li><a href="/terms-of-service.html">Terms of Service</a></li>
124+
<li><a href="affiliate-disclosure.html">Affiliate Disclosure</a></li>
125+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
126+
<li><a href="terms-of-service.html">Terms of Service</a></li>
112127
</ul>
113128
</div>
114129
<div class="footer-links">
115130
<h4>Company</h4>
116131
<ul>
117-
<li><a href="/about.html">About Us</a></li>
118-
<li><a href="/contact.html">Contact</a></li>
132+
<li><a href="about.html">About Us</a></li>
133+
<li><a href="contact.html">Contact</a></li>
119134
</ul>
120135
</div>
121136
</div>
122137
<div class="container footer-bottom">
123138
<p>&copy; <span id="year">2026</span> TechStack Global. All rights reserved.</p>
124139
</div>
125140
</footer>
126-
<script src="/script.js"></script>
141+
<script src="script.js"></script>
127142
</body>
128143

129-
</html>
144+
</html>

0 commit comments

Comments
 (0)