Skip to content

Commit 3c6bfba

Browse files
committed
add blog
1 parent df610a6 commit 3c6bfba

23 files changed

Lines changed: 2041 additions & 10 deletions

File tree

404.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
'/about': '/about/',
2828
'/about.html': '/about/',
2929
'/projects': '/projects/',
30-
'/projects.html': '/projects/'
30+
'/projects.html': '/projects/',
31+
'/blog': '/blog/',
32+
'/blog.html': '/blog/'
3133
};
3234

3335
if (redirects[path]) {

about/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
<style>
4848
body {
4949
font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
50-
line-height: 1.7;
50+
line-height: 1.8;
5151
font-size: 16px;
52-
font-size-adjust: 0.52;
5352
}
5453

5554
#about {
@@ -97,8 +96,8 @@
9796
}
9897

9998
.bio-text {
100-
font-size: 1.2rem;
101-
line-height: 1.6;
99+
font-size: 1.22rem;
100+
line-height: 1.75;
102101
margin: 0;
103102
}
104103

@@ -196,7 +195,7 @@
196195
}
197196

198197
.bio-text {
199-
font-size: 0.85rem;
198+
font-size: 0.98rem;
200199
margin-bottom: 10px;
201200
text-align: left;
202201
}
@@ -285,6 +284,7 @@
285284
<a href="/" data-text="HOME" id="home-link" >HOME</a>
286285
<a href="#" data-text="ABOUT" id="about-link" >ABOUT</a>
287286
<a href="/projects/" data-text="PROJECTS" id="projects-link" >PROJECTS</a>
287+
<a href="/blog/" data-text="BLOG" id="blog-link" >BLOG</a>
288288
</div>
289289
</div>
290290
<div id="navigation-bar">

blog/backend-automation-systems/index.html

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.

blog/event-driven-api-integrations/index.html

Lines changed: 261 additions & 0 deletions
Large diffs are not rendered by default.

blog/index.html

Lines changed: 293 additions & 0 deletions
Large diffs are not rendered by default.

blog/multi-tenant-saas-architecture/index.html

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

collections/api-integration-projects/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,25 @@
1111
<link rel="stylesheet" href="/css/global.css">
1212
<link rel="stylesheet" href="/css/seo-layout.css">
1313
<style>.wrap{max-width:1000px;margin:0 auto;padding:48px 20px;}h1,h2,h3{color:#fff;}p,li{color:#d0d0d0;line-height:1.75;}a{color:#64c8ff;}</style>
14+
<link rel="stylesheet" href="/css/content-hub.css">
1415
</head>
1516
<body class="seo-layout">
17+
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
18+
<div class="logo"></div>
19+
<div class="navigation-links">
20+
<a href="/" data-text="HOME" id="home-link">HOME</a>
21+
<a href="/about/" data-text="ABOUT" id="about-link">ABOUT</a>
22+
<a href="/projects/" data-text="PROJECTS" id="projects-link">PROJECTS</a>
23+
<a href="/blog/" data-text="BLOG" id="blog-link">BLOG</a>
24+
</div>
25+
</div>
26+
<div id="navigation-bar">
27+
<div class="menubar">
28+
<span class="first-span"></span>
29+
<span class="second-span"></span>
30+
<span class="third-span"></span>
31+
</div>
32+
</div>
1633
<main class="wrap">
1734
<h1>API Integration Projects and System Clusters</h1>
1835
<p>This page is a direct cluster for api integration system discovery. It groups all integration-related project pages and organizes them by function: orchestration, provider extraction, ERP synchronization, and event-driven reliability.</p>
@@ -74,5 +91,7 @@ <h2>Related Pages</h2>
7491
});
7592
}());
7693
</script>
94+
<script src="/js/jquery.min.js" defer></script>
95+
<script src="/js/index.js" defer></script>
7796
</body>
7897
</html>

collections/automation-projects/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,25 @@
1111
<link rel="stylesheet" href="/css/global.css">
1212
<link rel="stylesheet" href="/css/seo-layout.css">
1313
<style>.wrap{max-width:1000px;margin:0 auto;padding:48px 20px;}h1,h2,h3{color:#fff;}p,li{color:#d0d0d0;line-height:1.75;}a{color:#64c8ff;}</style>
14+
<link rel="stylesheet" href="/css/content-hub.css">
1415
</head>
1516
<body class="seo-layout">
17+
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
18+
<div class="logo"></div>
19+
<div class="navigation-links">
20+
<a href="/" data-text="HOME" id="home-link">HOME</a>
21+
<a href="/about/" data-text="ABOUT" id="about-link">ABOUT</a>
22+
<a href="/projects/" data-text="PROJECTS" id="projects-link">PROJECTS</a>
23+
<a href="/blog/" data-text="BLOG" id="blog-link">BLOG</a>
24+
</div>
25+
</div>
26+
<div id="navigation-bar">
27+
<div class="menubar">
28+
<span class="first-span"></span>
29+
<span class="second-span"></span>
30+
<span class="third-span"></span>
31+
</div>
32+
</div>
1633
<main class="wrap">
1734
<h1>Automation Projects Cluster for Backend Engineering</h1>
1835
<p>This cluster page groups automation systems that replace manual processes with API-driven and event-driven backend workflows. It is intended as a focused search entry for automation system and backend automation queries.</p>
@@ -60,5 +77,7 @@ <h2>Cluster Notes</h2>
6077
});
6178
}());
6279
</script>
80+
<script src="/js/jquery.min.js" defer></script>
81+
<script src="/js/index.js" defer></script>
6382
</body>
6483
</html>

collections/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,25 @@
3131
.seo-card h3 { margin-top: 0; }
3232
.seo-card p { margin-bottom: 12px; font-size: 0.95em; }
3333
</style>
34+
<link rel="stylesheet" href="/css/content-hub.css">
3435
</head>
3536
<body class="seo-layout">
37+
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
38+
<div class="logo"></div>
39+
<div class="navigation-links">
40+
<a href="/" data-text="HOME" id="home-link">HOME</a>
41+
<a href="/about/" data-text="ABOUT" id="about-link">ABOUT</a>
42+
<a href="/projects/" data-text="PROJECTS" id="projects-link">PROJECTS</a>
43+
<a href="/blog/" data-text="BLOG" id="blog-link">BLOG</a>
44+
</div>
45+
</div>
46+
<div id="navigation-bar">
47+
<div class="menubar">
48+
<span class="first-span"></span>
49+
<span class="second-span"></span>
50+
<span class="third-span"></span>
51+
</div>
52+
</div>
3653
<main class="seo-page" role="main">
3754
<h1>Project Collections</h1>
3855
<p>Collections organize projects by technology domain and problem space. Each collection groups related work that shares common tools, architecture patterns, or business contexts. This structure helps visitors find relevant projects based on technical interests or problem-solving approaches.</p>
@@ -88,5 +105,7 @@ <h2>Related Navigation</h2>
88105
});
89106
}());
90107
</script>
108+
<script src="/js/jquery.min.js" defer></script>
109+
<script src="/js/index.js" defer></script>
91110
</body>
92111
</html>

collections/javascript-projects/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,25 @@
1111
<link rel="stylesheet" href="/css/global.css">
1212
<link rel="stylesheet" href="/css/seo-layout.css">
1313
<style>.wrap{max-width:1000px;margin:0 auto;padding:48px 20px;}h1,h2,h3{color:#fff;}p,li{color:#d0d0d0;line-height:1.75;}a{color:#64c8ff;}</style>
14+
<link rel="stylesheet" href="/css/content-hub.css">
1415
</head>
1516
<body class="seo-layout">
17+
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
18+
<div class="logo"></div>
19+
<div class="navigation-links">
20+
<a href="/" data-text="HOME" id="home-link">HOME</a>
21+
<a href="/about/" data-text="ABOUT" id="about-link">ABOUT</a>
22+
<a href="/projects/" data-text="PROJECTS" id="projects-link">PROJECTS</a>
23+
<a href="/blog/" data-text="BLOG" id="blog-link">BLOG</a>
24+
</div>
25+
</div>
26+
<div id="navigation-bar">
27+
<div class="menubar">
28+
<span class="first-span"></span>
29+
<span class="second-span"></span>
30+
<span class="third-span"></span>
31+
</div>
32+
</div>
1633
<main class="wrap">
1734
<h1>JavaScript Projects: Node.js API and Automation Workflows</h1>
1835
<p>This page organizes JavaScript backend projects where Node.js is used for orchestration, extraction, transformation, and reporting synchronization in operational contexts.</p>
@@ -62,5 +79,7 @@ <h2>Related Pages</h2>
6279
});
6380
}());
6481
</script>
82+
<script src="/js/jquery.min.js" defer></script>
83+
<script src="/js/index.js" defer></script>
6584
</body>
6685
</html>

0 commit comments

Comments
 (0)