Skip to content

Commit 31117d4

Browse files
author
TechStack Global
committed
Initial B2B Blog Launch by Antigravity Autopilot
1 parent c92cdcc commit 31117d4

File tree

9 files changed

+20
-26
lines changed

9 files changed

+20
-26
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<header>
2020
<nav class="container">
2121
<div class="logo">
22-
<a href="index.html" style="display: flex; align-items: center; text-decoration: none;">
23-
<img src="logo.png" alt="TechStack Global" style="height: 60px;">
22+
<a href="index.html" style="text-decoration: none; color: inherit;">
23+
TechStack<span>Global</span>
2424
</a>
2525
</div>
2626
<ul class="nav-links">
@@ -154,8 +154,8 @@ <h2>Stay Ahead of the Curve</h2>
154154
<div class="container footer-content">
155155
<div class="footer-info">
156156
<div class="logo">
157-
<a href="index.html" style="display: flex; align-items: center; text-decoration: none;">
158-
<img src="logo.png" alt="TechStack Global" style="height: 60px;">
157+
<a href="index.html" style="text-decoration: none; color: inherit;">
158+
TechStack<span>Global</span>
159159
</a>
160160
</div>
161161
<p>&copy; 2026 B2B Automation Insights. All rights reserved.</p>

posts/affiliate-blueprint.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<header>
6767
<nav class="container">
6868
<div class="logo">
69-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
70-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
69+
<a href="../index.html" style="text-decoration: none; color: inherit;">
70+
TechStack<span>Global</span>
7171
</a>
7272
</div>
7373
<ul class="nav-links">

posts/contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<header>
1414
<nav class="container">
1515
<div class="logo">
16-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
17-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
16+
<a href="../index.html" style="text-decoration: none; color: inherit;">
17+
TechStack<span>Global</span>
1818
</a>
1919
</div>
2020
</nav>

posts/cornerstone-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<header>
5858
<nav class="container">
5959
<div class="logo">
60-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
61-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
60+
<a href="../index.html" style="text-decoration: none; color: inherit;">
61+
TechStack<span>Global</span>
6262
</a>
6363
</div>
6464
<ul class="nav-links">

posts/disclosure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<header>
1414
<nav class="container">
1515
<div class="logo">
16-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
17-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
16+
<a href="../index.html" style="text-decoration: none; color: inherit;">
17+
TechStack<span>Global</span>
1818
</a>
1919
</div>
2020
</nav>

posts/fiverr-pro-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<header>
1414
<nav class="container">
1515
<div class="logo">
16-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
17-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
16+
<a href="../index.html" style="text-decoration: none; color: inherit;">
17+
TechStack<span>Global</span>
1818
</a>
1919
</div>
2020
</nav>

posts/shopify-vs-bigcommerce.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<header>
1414
<nav class="container">
1515
<div class="logo">
16-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
17-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
16+
<a href="../index.html" style="text-decoration: none; color: inherit;">
17+
TechStack<span>Global</span>
1818
</a>
1919
</div>
2020
</nav>

posts/tech-stack-2026.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<header>
1414
<nav class="container">
1515
<div class="logo">
16-
<a href="../index.html" style="display: flex; align-items: center; text-decoration: none;">
17-
<img src="../logo.png" alt="TechStack Global" style="height: 60px;">
16+
<a href="../index.html" style="text-decoration: none; color: inherit;">
17+
TechStack<span>Global</span>
1818
</a>
1919
</div>
2020
</nav>

style.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,13 @@ nav {
4646
}
4747

4848
.logo {
49-
font-size: 1.5rem;
49+
font-size: 1.8rem;
5050
font-weight: 800;
51-
letter-spacing: -1px;
51+
letter-spacing: -1.5px;
5252
display: flex;
5353
align-items: center;
5454
}
5555

56-
.logo img {
57-
height: 35px;
58-
margin-right: 12px;
59-
filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.4));
60-
}
61-
6256
.logo span {
6357
color: var(--accent-color);
6458
}

0 commit comments

Comments
 (0)