-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
233 lines (229 loc) · 14.6 KB
/
Copy pathblog.html
File metadata and controls
233 lines (229 loc) · 14.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog | BrightMind Books</title>
<meta name="description" content="Articles on AI, technology, business, finance and digital skills from the BrightMind Books author community.">
<meta name="theme-color" content="#0A1226">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<meta property="og:title" content="Blog | BrightMind Books">
<meta property="og:description" content="Articles on AI, technology, business, finance and digital skills from the BrightMind Books author community.">
<meta property="og:image" content="images/logo-512.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<div class="topbar">
<div class="container">
<div class="topbar-links">
<a href="about.html">About Us</a>
<a href="blog.html">Blog</a>
<a href="faq.html">Help Center</a>
</div>
<div class="topbar-contact">
<a href="mailto:olatundeajayi87@yahoo.com">olatundeajayi87@yahoo.com</a>
<a href="tel:+2349135878155">+234 913 587 8155</a>
<a href="https://wa.me/2349135878155" target="_blank" rel="noopener">WhatsApp</a>
</div>
</div>
</div>
<header class="navbar">
<div class="container">
<a href="index.html" class="brand">
<img src="images/logo.png" alt="BrightMind Books logo">
<span>
<span class="brand-word">Bright<span>Mind</span></span>
<span class="brand-tag">Learn Smarter. Grow Faster.</span>
</span>
</a>
<nav class="nav-links">
<a href="index.html" class="">Home</a>
<a href="shop.html" class="">Shop</a>
<a href="categories.html" class="">Categories</a>
<a href="authors.html" class="">Authors</a>
<a href="blog.html" class="active">Blog</a>
<div class="has-dropdown">
<a href="faq.html">Help</a>
<div class="dropdown">
<a href="faq.html">Help Center / FAQs</a>
<a href="refund-policy.html">Returns & Refund Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="cookie-policy.html">Cookie Policy</a>
</div>
</div>
</nav>
<form class="nav-search" data-search-form>
<button type="submit" aria-label="Search"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="m21 21-4.3-4.3"/></svg></button>
<input type="text" placeholder="Search books, authors, ISBN...">
</form>
<div class="nav-actions">
<a href="wishlist.html" class="icon-btn" aria-label="Wishlist"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z"/></svg><span class="badge" data-wishlist-count>0</span></a>
<a href="cart.html" class="icon-btn" aria-label="Cart"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.6 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6"/></svg><span class="badge" data-cart-count>0</span></a>
<a href="dashboard.html" class="icon-btn" aria-label="Account"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 21a8 8 0 1 0-16 0"/><circle cx="12" cy="7" r="4"/></svg></a>
<a href="login.html" class="btn btn-primary btn-sm" style="margin-left:6px;">Sign In</a>
<button class="nav-toggle icon-btn" aria-label="Open menu"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg></button>
</div>
</div>
</header>
<div class="mobile-menu">
<button class="close-btn" aria-label="Close menu">×</button>
<nav>
<a href="index.html">Home</a><a href="shop.html">Shop</a><a href="categories.html">Categories</a><a href="authors.html">Authors</a><a href="blog.html">Blog</a><a href="about.html">About</a><a href="contact.html">Contact</a>
<a href="faq.html">Help Center / FAQs</a><a href="refund-policy.html">Returns & Refund Policy</a><a href="privacy-policy.html">Privacy Policy</a><a href="terms.html">Terms & Conditions</a><a href="cookie-policy.html">Cookie Policy</a>
<a href="login.html">Sign In</a>
<a href="register.html">Create Account</a>
</nav>
</div>
<main id="main">
<div class="page-header">
<div class="container">
<div class="breadcrumb"><a href="index.html">Home</a> <span>/</span> <span>Blog</span></div>
<h1>BrightMind Blog</h1>
</div>
</div>
<section class="section">
<div class="container">
<div class="tag-row" style="margin-bottom:30px;">
<span class="tag">All</span><span class="tag">AI</span><span class="tag">Business</span><span class="tag">Finance</span><span class="tag">Technology</span><span class="tag">Education</span>
</div>
<div class="grid grid-3">
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">AI</span></div>
<div class="blog-body">
<span class="blog-meta">June 18, 2026 · 6 min read</span>
<h3><a href="blog-post.html?id=p1">5 Prompt Engineering Patterns Every Beginner Should Know</a></h3>
<p style="font-size:.88rem;">From role prompting to chain-of-thought, these five patterns will sharpen how you talk to any language model.</p>
<a href="blog-post.html?id=p1" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">Business</span></div>
<div class="blog-body">
<span class="blog-meta">June 10, 2026 · 8 min read</span>
<h3><a href="blog-post.html?id=p2">How African Startups Are Actually Using AI in 2026</a></h3>
<p style="font-size:.88rem;">A look at real AI adoption patterns across fintech, agritech and e-commerce startups in Lagos, Nairobi and Accra.</p>
<a href="blog-post.html?id=p2" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">Finance</span></div>
<div class="blog-body">
<span class="blog-meta">May 29, 2026 · 7 min read</span>
<h3><a href="blog-post.html?id=p3">Building a Personal Finance System That Survives Naira Volatility</a></h3>
<p style="font-size:.88rem;">A simple three-bucket budgeting system that holds up even when prices move fast.</p>
<a href="blog-post.html?id=p3" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">Technology</span></div>
<div class="blog-body">
<span class="blog-meta">May 21, 2026 · 9 min read</span>
<h3><a href="blog-post.html?id=p4">Node.js vs PHP in 2026: Choosing a Backend for Your Next Product</a></h3>
<p style="font-size:.88rem;">An honest, no-hype comparison for teams deciding on a backend stack this year.</p>
<a href="blog-post.html?id=p4" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">Technology</span></div>
<div class="blog-body">
<span class="blog-meta">May 8, 2026 · 5 min read</span>
<h3><a href="blog-post.html?id=p5">The Cybersecurity Checklist Every Small Business Skips</a></h3>
<p style="font-size:.88rem;">Eleven low-cost security practices that prevent the majority of small business breaches.</p>
<a href="blog-post.html?id=p5" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
<article class="blog-card">
<div class="blog-thumb"><span class="cat-tag">Education</span></div>
<div class="blog-body">
<span class="blog-meta">April 30, 2026 · 6 min read</span>
<h3><a href="blog-post.html?id=p6">Digital Skills Employers Are Actually Hiring For This Year</a></h3>
<p style="font-size:.88rem;">A breakdown of in-demand digital skills, drawn from hundreds of job postings across African tech hubs.</p>
<a href="blog-post.html?id=p6" class="btn btn-ghost btn-sm" style="align-self:flex-start;">Read Article</a>
</div>
</article>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-grid">
<div>
<div class="footer-brand">
<img src="images/logo.png" alt="BrightMind Books">
<div>
<strong style="color:#fff;font-family:var(--font-display);display:block;">BrightMind Books</strong>
<span style="font-size:.75rem;">Ignite Your Mind. Transform Your Life.</span>
</div>
</div>
<p style="font-size:.86rem;max-width:280px;">A premium e-book marketplace and digital learning platform built for African and global readers who want to learn smarter and grow faster.</p>
<div class="footer-social">
<a href="#" aria-label="Facebook"><svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M22 12a10 10 0 1 0-11.6 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.4v7A10 10 0 0 0 22 12z"/></svg></a>
<a href="#" aria-label="Twitter / X"><svg width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M18.9 2H22l-7.6 8.7L23.4 22h-7.1l-5.6-6.9L4.3 22H1.2l8.1-9.3L1 2h7.3l5 6.3L18.9 2zm-1.2 18h1.7L7.3 4H5.5l12.2 16z"/></svg></a>
<a href="#" aria-label="Instagram"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1"/></svg></a>
<a href="#" aria-label="LinkedIn"><svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M6.94 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM5 8h4v12H5V8zm7 0h3.8v1.7h.05c.53-1 1.83-2 3.77-2 4 0 4.75 2.6 4.75 6.1V20h-4v-5.6c0-1.35-.02-3.1-1.9-3.1-1.9 0-2.2 1.5-2.2 3v5.7h-4V8z"/></svg></a>
</div>
</div>
<div>
<h5>Explore</h5>
<a href="about.html">About BrightMind</a>
<a href="shop.html">Shop</a>
<a href="categories.html">Categories</a>
<a href="authors.html">Authors</a>
<a href="blog.html">Blog</a>
</div>
<div>
<h5>Account</h5>
<a href="dashboard.html">My Dashboard</a>
<a href="wishlist.html">Wishlist</a>
<a href="cart.html">Cart</a>
<a href="login.html">Sign In</a>
<a href="register.html">Create Account</a>
</div>
<div>
<h5>Support</h5>
<a href="faq.html">Help Center / FAQs</a>
<a href="refund-policy.html">Returns & Refund Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="cookie-policy.html">Cookie Policy</a>
<a href="contact.html">Contact Us</a>
</div>
<div>
<h5>Newsletter</h5>
<p style="font-size:.84rem;">Get new releases and learning tips in your inbox.</p>
<form data-demo-form data-success-msg="Subscribed successfully" style="display:flex;gap:8px;">
<input type="email" required placeholder="Email address" style="flex:1;min-width:0;padding:10px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;">
<button class="btn btn-primary btn-sm" type="submit">Join</button>
</form>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 BrightMind. All Rights Reserved. Powered by Adavi Digital. Designed for the Future of Digital Learning.</span>
<div class="payment-icons">
<span>STRIPE</span><span>PAYSTACK</span><span>FLUTTERWAVE</span><span>PAYPAL</span>
</div>
</div>
</div>
</footer>
<button class="chatbot-btn" aria-label="Open support chat"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 11.5a8.4 8.4 0 0 1-1 4 8.5 8.5 0 0 1-7.5 4.5A8.4 8.4 0 0 1 8 19l-5 1 1-5a8.4 8.4 0 0 1-1-4 8.5 8.5 0 0 1 4.5-7.5 8.4 8.4 0 0 1 4-1h.5a8.5 8.5 0 0 1 8 8v.5z"/></svg></button>
<div class="chatbot-panel">
<div class="chatbot-head"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 11.5a8.4 8.4 0 0 1-1 4 8.5 8.5 0 0 1-7.5 4.5A8.4 8.4 0 0 1 8 19l-5 1 1-5a8.4 8.4 0 0 1-1-4 8.5 8.5 0 0 1 4.5-7.5 8.4 8.4 0 0 1 4-1h.5a8.5 8.5 0 0 1 8 8v.5z"/></svg> <div><strong>BrightMind Assistant</strong><div style="font-size:.72rem;color:#9AA6C4;">Typically replies instantly</div></div></div>
<div class="chatbot-body"><div class="chatbot-msg bot">Hi! I'm the BrightMind smart assistant. Ask me about orders, books, or your account.</div></div>
<div class="chatbot-foot"><input type="text" placeholder="Type a message..."><button aria-label="Send"><svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="22" y1="2" x2="11" y2="13"/><polygon points="22 2 15 22 11 13 2 9 22 2"/></svg></button></div>
</div>
<button class="back-to-top" aria-label="Back to top"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/></svg></button>
<script src="js/data.js"></script>
<script src="js/script.js"></script>
</body>
</html>