-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
250 lines (241 loc) · 11 KB
/
Copy pathindex3.html
File metadata and controls
250 lines (241 loc) · 11 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Digital Growth — digital marketing, SEO, content strategy, and blogging services built to grow your brand." />
<title>Digital Growth | Digital Marketing & Blogging</title>
<style>
:root{
--bg:#0b1220;
--bg2:#101a33;
--card:#111b2f;
--text:#eaf0ff;
--muted:#9fb0d0;
--brand:#6ee7ff;
--brand2:#8b5cf6;
--line:rgba(255,255,255,.1);
--shadow:0 20px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
background:radial-gradient(circle at top,#162447 0,#0b1220 45%,#070b14 100%);
color:var(--text);
line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto}
.nav{
position:sticky;top:0;z-index:30;
background:rgba(7,11,20,.72);
backdrop-filter:blur(14px);
border-bottom:1px solid var(--line);
}
.navwrap{
display:flex;align-items:center;justify-content:space-between;
padding:18px 0;gap:16px;
}
.logo{
display:flex;align-items:center;gap:12px;
font-weight:800;letter-spacing:.2px
}
.mark{
width:38px;height:38px;border-radius:12px;
background:linear-gradient(135deg,var(--brand),var(--brand2));
box-shadow:0 10px 30px rgba(110,231,255,.25)
}
.navlinks{
display:flex;gap:22px;flex-wrap:wrap;
color:var(--muted);font-size:.96rem
}
.btn{
display:inline-flex;align-items:center;justify-content:center;
padding:14px 22px;border-radius:999px;font-weight:700;
border:1px solid transparent;transition:.25s ease
}
.btn.primary{
background:linear-gradient(135deg,var(--brand),var(--brand2));
color:#08111f;box-shadow:var(--shadow)
}
.btn.secondary{
border-color:var(--line);background:rgba(255,255,255,.03)
}
.hero{
padding:84px 0 48px;
display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center
}
.eyebrow{
display:inline-flex;gap:10px;align-items:center;
padding:8px 14px;border:1px solid var(--line);border-radius:999px;
background:rgba(255,255,255,.03);color:var(--muted);font-size:.92rem
}
h1{
font-size:clamp(2.5rem,6vw,5.2rem);
line-height:1.02;margin:18px 0 18px;letter-spacing:-1.8px
}
.lead{
font-size:1.08rem;color:var(--muted);max-width:62ch
}
.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.panel{
background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)
}
.stats{
display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px
}
.stat{
padding:18px;border-radius:20px;
background:rgba(255,255,255,.04);border:1px solid var(--line)
}
.stat b{display:block;font-size:1.35rem;margin-bottom:4px}
.section{padding:40px 0}
.section h2{
font-size:clamp(1.7rem,3vw,2.6rem);
margin:0 0 12px;letter-spacing:-.6px
}
.section p.sub{margin:0 0 24px;color:var(--muted);max-width:70ch}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
padding:22px;border-radius:24px;
background:rgba(255,255,255,.035);border:1px solid var(--line)
}
.card h3{margin:12px 0 8px;font-size:1.1rem}
.card p{margin:0;color:var(--muted)}
.icon{
width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
background:linear-gradient(135deg,rgba(110,231,255,.18),rgba(139,92,246,.2));
border:1px solid var(--line);font-size:1.2rem
}
.blog{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.bloglist{display:grid;gap:14px}
.post{
padding:18px 20px;border-radius:20px;
background:rgba(255,255,255,.035);border:1px solid var(--line)
}
.post small{color:var(--brand)}
.footer{
padding:34px 0 48px;color:var(--muted);
border-top:1px solid var(--line);margin-top:30px
}
.contactbox{display:grid;gap:14px}
.input{
width:100%;padding:14px 16px;border-radius:14px;
border:1px solid var(--line);background:rgba(255,255,255,.03);
color:var(--text);outline:none
}
.muted{color:var(--muted)}
@media (max-width:900px){
.hero,.blog,.grid{grid-template-columns:1fr}
.navwrap{flex-direction:column;align-items:flex-start}
.stats{grid-template-columns:1fr}
}
</style>
</head>
<body>
<header class="nav">
<div class="container navwrap">
<div class="logo"><div class="mark"></div><div>Digital Growth</div></div>
<nav class="navlinks">
<a href="#services">Services</a>
<a href="#blog">Blog</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="container hero">
<div>
<span class="eyebrow">Digital marketing • SEO • Blogging • Content strategy</span>
<h1>Grow your brand with <span style="color:var(--brand)">Digital Growth</span>.</h1>
<p class="lead">We build modern digital marketing systems that attract the right audience, improve search visibility, and turn readers into customers with clear strategy and high-quality content.</p>
<div class="cta">
<a class="btn primary" href="#contact">Start Your Growth</a>
<a class="btn secondary" href="#blog">Explore Articles</a>
</div>
<div class="stats">
<div class="stat"><b>SEO</b><span class="muted">Rank better with optimized content</span></div>
<div class="stat"><b>Content</b><span class="muted">Blogs that build authority</span></div>
<div class="stat"><b>Leads</b><span class="muted">Convert visitors into inquiries</span></div>
</div>
</div>
<div class="panel">
<div style="display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px">
<div>
<div class="muted" style="font-size:.9rem">Brand Overview</div>
<div style="font-size:1.35rem;font-weight:800">Professional marketing presence</div>
</div>
<div class="icon">↗</div>
</div>
<div class="card" style="margin-bottom:14px">
<small style="color:var(--brand)">Homepage goal</small>
<h3>Tell people what you do in 5 seconds</h3>
<p>Clear messaging, clean layout, and strong CTA placement help visitors understand your value immediately.</p>
</div>
<div class="card">
<small style="color:var(--brand2)">Brand email</small>
<h3>pmengane02@gmail.com</h3>
<p>Use this email for inquiries, collaborations, and service requests.</p>
</div>
</div>
</section>
<section id="services" class="container section">
<h2>Services</h2>
<p class="sub">A realistic, professional layout should show your core offers clearly and make it easy for visitors to choose the next step.</p>
<div class="grid">
<div class="card"><div class="icon">◎</div><h3>SEO Strategy</h3><p>Keyword research, on-page SEO, and content planning to help your site rank and stay visible.</p></div>
<div class="card"><div class="icon">✦</div><h3>Blog Writing</h3><p>Readable, search-friendly blog posts that build trust and bring in organic traffic over time.</p></div>
<div class="card"><div class="icon">◌</div><h3>Brand Content</h3><p>Homepage copy, service pages, and social content that keep your messaging consistent and strong.</p></div>
</div>
</section>
<section id="blog" class="container section">
<h2>Featured Blog Ideas</h2>
<p class="sub">These topics make the site feel active, useful, and credible while supporting SEO and audience growth.</p>
<div class="blog">
<div class="bloglist">
<div class="post"><small>SEO</small><h3>How to rank a small business website in 2026</h3><p>Step-by-step article focused on practical search visibility.</p></div>
<div class="post"><small>Content</small><h3>Best blog formats that turn readers into leads</h3><p>Explain tutorial, list, and case-study formats with examples.</p></div>
<div class="post"><small>Branding</small><h3>How to build a digital brand that looks premium</h3><p>Cover consistency, typography, visuals, and trust signals.</p></div>
</div>
<div class="card">
<h3>Why this works</h3>
<p class="muted">A professional site balances strong branding, simple navigation, and clear conversion points. The homepage should explain the offer, the blog should create authority, and the contact section should make outreach easy.</p>
</div>
</div>
</section>
<section id="about" class="container section">
<h2>About Digital Growth</h2>
<p class="sub">Digital Growth is a modern digital marketing and blogging brand designed to help businesses and creators build visibility, trust, and long-term growth.</p>
<div class="grid">
<div class="card"><h3>Professional look</h3><p>Clean spacing, dark premium theme, and modern gradients create a polished first impression.</p></div>
<div class="card"><h3>Realistic structure</h3><p>Service pages, blog areas, and contact details are arranged like a real business website.</p></div>
<div class="card"><h3>Easy to customize</h3><p>You can replace text, add your photos, and connect it to WordPress or any hosting platform.</p></div>
</div>
</section>
<section id="contact" class="container section">
<h2>Contact</h2>
<p class="sub">Use this section for leads, collaborations, and client inquiries.</p>
<div class="card contactbox">
<div><b>Email:</b> <a href="mailto:pmengane02@gmail.com">pmengane02@gmail.com</a></div>
<div><b>Brand:</b> Digital Growth</div>
<div><b>Message:</b></div>
<input class="input" type="text" placeholder="Your name" />
<input class="input" type="email" placeholder="Your email" />
<textarea class="input" rows="5" placeholder="Tell us about your project"></textarea>
<a class="btn primary" href="mailto:pmengane02@gmail.com">Send Email</a>
</div>
</section>
</main>
<footer class="footer">
<div class="container" style="display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center">
<div>© 2026 Digital Growth</div>
<div>pmengane02@gmail.com</div>
</div>
</footer>
</body>
</html>