-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
285 lines (271 loc) · 21.8 KB
/
services.html
File metadata and controls
285 lines (271 loc) · 21.8 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-34BLFY2QJF"></script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-34BLFY2QJF');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services - Henrify</title>
<meta name="description" content="Discover the range of web development, automation, and design services offered by Henrify. Tailored solutions for your digital needs.">
<meta name="keywords" content="Henrify, Services, Web Development, Automation, Bots, UI/UX, Solutions">
<meta name="author" content="Henrify">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Services - Henrify">
<meta property="og:description" content="Discover the range of web development, automation, and design services offered by Henrify. Tailored solutions for your digital needs.">
<meta property="og:image" content="ASSETS/henrify-logo-icon.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Services - Henrify">
<meta name="twitter:description" content="Discover the range of web development, automation, and design services offered by Henrify. Tailored solutions for your digital needs.">
<meta name="twitter:image" content="ASSETS/henrify-logo-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="ASSETS/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="48x48" href="ASSETS/henrify-logo-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="ASSETS/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="ASSETS/favicon-16x16.png">
<link rel="manifest" href="ASSETS/site.webmanifest">
<link rel="stylesheet" href="CSS/tailwind-output.css">
<link rel="stylesheet" href="CSS/main.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Services - Henrify",
"url": "https://www.henrify.dev/services.html",
"description": "Discover the range of web development, automation, and design services offered by Henrify. Tailored solutions for your digital needs.",
"provider": {
"@type": "Person",
"name": "Henrify"
}
}
</script>
</head>
<body>
<nav class="site-nav fixed w-full z-50 top-0 start-0 backdrop-blur-md border-b border-emerald-500/10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex-shrink-0 flex items-center">
<a href="#" class="logo-name text-2xl font-bold text-gray-900 group flex items-center">
<span class="logo-mark text-4xl font-extrabold mr-2 flex items-center leading-none mb-1"><span style="color: #10B981"><</span><span style="color: white">/</span><span style="color: #10B981">></span></span> <span style="color: white">Henrify</span><span style="color: #10B981">.dev</span>
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="index.html" class="text-white-900 desktop-menu-text px-3 py-2 rounded-md text-sm font-medium transition-colors">Home</a>
<a href="about.html" class="text-white-500 desktop-menu-text px-3 py-2 rounded-md text-sm font-medium transition-colors">About</a>
<a href="services.html" class="text-white-900 desktop-menu-text px-3 py-2 rounded-md text-sm font-medium transition-colors active-text">Services</a>
<a href="projects.html" class="text-white-500 desktop-menu-text px-3 py-2 rounded-md text-sm font-medium transition-colors">Projects</a>
<a href="contact.html" class="text-white desktop-menu-text px-4 py-2 rounded-md text-sm font-medium transition-colors">Contact Me</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" onclick="toggleMenu()" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-green-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
<div class="md:hidden mobile-menu-bg border-t" id="mobile-menu">
<button type="button" class="mobile-menu-close" aria-label="Close menu">
<svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="index.html" class="block text-green px-3 py-2 rounded-md text-base font-medium">Home</a>
<a href="about.html" class="block text-green px-3 py-2 rounded-md text-base font-medium">About</a>
<a href="services.html" class="block text-green px-3 py-2 rounded-md text-base font-medium active-text">Services</a>
<a href="projects.html" class="block text-green px-3 py-2 rounded-md text-base font-medium">Projects</a>
<a href="contact.html" class="block text-green font-semibold px-3 py-2 rounded-md text-base">Contact Me</a>
<div class="mt-8 flex items-center justify-center gap-6">
<a href="https://github.com/Henry-3551" class="text-emerald-400 hover:text-emerald-300 transition-colors" aria-label="GitHub" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.48 2 2 6.49 2 12.02c0 4.43 2.87 8.19 6.84 9.51.5.09.68-.22.68-.48 0-.24-.01-.87-.01-1.7-2.79.61-3.37-1.34-3.37-1.34-.45-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.61.07-.61 1 .07 1.53 1.03 1.53 1.03.89 1.53 2.34 1.09 2.91.83.09-.65.35-1.09.64-1.34-2.22-.25-4.56-1.11-4.56-4.95 0-1.09.39-1.99 1.03-2.69-.1-.25-.45-1.27.1-2.65 0 0 .84-.27 2.75 1.03a9.62 9.62 0 015 0c1.91-1.3 2.75-1.03 2.75-1.03.55 1.38.2 2.4.1 2.65.64.7 1.03 1.6 1.03 2.69 0 3.85-2.34 4.7-4.57 4.95.36.31.68.92.68 1.86 0 1.34-.01 2.42-.01 2.75 0 .27.18.58.69.48A10.02 10.02 0 0022 12.02C22 6.49 17.52 2 12 2z" />
</svg>
</a>
<a href="https://www.instagram.com/henrify.dev" class="text-emerald-400 hover:text-emerald-300 transition-colors" aria-label="Instagram" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path d="M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2zm0 1.5A4.25 4.25 0 0 0 3.5 7.75v8.5A4.25 4.25 0 0 0 7.75 20.5h8.5A4.25 4.25 0 0 0 20.5 16.25v-8.5A4.25 4.25 0 0 0 16.25 3.5zm4.25 3.25a5.25 5.25 0 1 1-5.25 5.25A5.25 5.25 0 0 1 12 6.75zm0 1.5a3.75 3.75 0 1 0 3.75 3.75A3.75 3.75 0 0 0 12 8.25zm5.25-.75a1 1 0 1 1-1 1a1 1 0 0 1 1-1z"/>
</svg>
</a>
<a href="https://x.com/Chukwuemerie_22" class="text-emerald-400 hover:text-emerald-300 transition-colors" aria-label="X" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.19 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
</div>
</div>
</div>
</nav>
<section id="services" class="py-20 bg-slate-800 relative overflow-hidden">
<!-- Fixed SVG Background for Services Page -->
<svg class="fixed left-1/2 top-0 -translate-x-1/2 -z-50 opacity-30 w-[900px] h-[600px] pointer-events-none select-none" style="position:fixed!important;" viewBox="0 0 900 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="450" cy="200" rx="400" ry="180" fill="url(#servicesGradient)" />
<defs>
<linearGradient id="servicesGradient" x1="0" y1="0" x2="900" y2="600" gradientUnits="userSpaceOnUse">
<stop stop-color="#0ea5e9" />
<stop offset="1" stop-color="#10B981" />
</linearGradient>
</defs>
</svg>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h1 class="text-3xl md:text-4xl font-bold text-white mb-4">My Services</h1>
<div class="w-20 h-1 bg-emerald-500 mx-auto rounded-full"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="3" y="4" width="18" height="12" rx="2" />
<path d="M8 20h8" />
<path d="M12 16v4" />
</svg>
</div>
<h2 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">Web Development</h2>
<p class="text-slate-400 leading-relaxed">
Building responsive, high-performance websites using modern technologies like React, Vue, and Tailwind CSS.
</p>
</div>
<!-- Service 2 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="3" />
<path d="M12 2v3" />
<path d="M12 19v3" />
<path d="M4.9 4.9l2.1 2.1" />
<path d="M17 17l2.1 2.1" />
<path d="M2 12h3" />
<path d="M19 12h3" />
<path d="M4.9 19.1l2.1-2.1" />
<path d="M17 7l2.1-2.1" />
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">Backend Systems</h3>
<p class="text-slate-400 leading-relaxed">
Robust server-side architecture and API development using Node.js, Python, and SQL/NoSQL databases.
</p>
</div>
<!-- Service 3 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="5" y="8" width="14" height="10" rx="3" />
<path d="M12 4v4" />
<path d="M9 12h.01" />
<path d="M15 12h.01" />
<path d="M9 16c1 .7 5 .7 6 0" />
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">Bot Development</h3>
<p class="text-slate-400 leading-relaxed">
Custom automation bots for WhatsApp, Telegram, and Trading platforms to streamline your operations.
</p>
</div>
<!-- Service 4 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M12 3a9 9 0 1 0 9 9c0-1.7-1.3-3-3-3h-1.3a2.7 2.7 0 0 1-2.7-2.7V5a2 2 0 0 0-2-2Z" />
<circle cx="8" cy="10" r="1" fill="currentColor" stroke="none" />
<circle cx="10.5" cy="6.8" r="1" fill="currentColor" stroke="none" />
<circle cx="14.8" cy="7.8" r="1" fill="currentColor" stroke="none" />
<circle cx="16.2" cy="12.5" r="1" fill="currentColor" stroke="none" />
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">UI/UX Design</h3>
<p class="text-slate-400 leading-relaxed">
Creating intuitive and visually appealing user interfaces that provide excellent user experiences.
</p>
</div>
<!-- Service 5 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M7 3h5v4h2a2 2 0 1 1 0 4h-2v4H7a2 2 0 1 0 0 4H3v-5h4V3Z" />
<path d="M17 10h4v11h-6v-4" />
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">API Integration</h3>
<p class="text-slate-400 leading-relaxed">
Seamlessly connecting third-party services like payment gateways, maps, and social media APIs.
</p>
</div>
<!-- Service 6 -->
<div class="p-8 bg-slate-900 rounded-xl shadow-lg border border-slate-700/50 hover:border-emerald-500/50 transition-all duration-300 group hover:-translate-y-2">
<div class="w-14 h-14 bg-slate-800 rounded-lg flex items-center justify-center mb-6 group-hover:bg-emerald-500/20 transition-colors">
<svg class="w-7 h-7 text-emerald-500 group-hover:text-white transition-colors" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M14 4c3.5.5 6 3 6 6-1.2.2-2.4.5-3.5 1.2l-2.7-2.7c.7-1.1 1-2.3 1.2-3.5Z" />
<path d="M10 14l-3 3c-1.2 1.2-1.7 3-1.4 4.6 1.6.3 3.4-.2 4.6-1.4l3-3" />
<path d="M9 15l6-6" />
<circle cx="14.5" cy="9.5" r="1.2" />
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-emerald-400 transition-colors">SEO & Performance</h3>
<p class="text-slate-400 leading-relaxed">
Optimizing websites for search engines and ensuring lightning-fast load times for better retention.
</p>
</div>
</div>
</div>
</section>
<footer class="bg-black py-8 border-t border-slate-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center bg-transparent">
<div class="mb-4 md:mb-0">
<span class="text-2xl font-bold text-white flex items-center"><span class="text-4xl font-extrabold mr-2 flex items-center leading-none mb-1"><span style="color: #10B981"><</span><span class="text-white">/</span><span style="color: #10B981">></span></span> Henrify<span class="text-emerald-500">.dev</span></span>
</div>
<div class="flex space-x-6">
<!-- Social Links -->
<a href="https://github.com/Henry-3551" class="text-emerald-500 transition-colors transform hover:scale-110" aria-label="GitHub" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd" />
</svg>
</a>
<!-- Instagram Icon -->
<a href="https://www.instagram.com/henrify.dev" class="text-emerald-500 transition-colors transform hover:scale-110" aria-label="Instagram" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path d="M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2zm0 1.5A4.25 4.25 0 0 0 3.5 7.75v8.5A4.25 4.25 0 0 0 7.75 20.5h8.5A4.25 4.25 0 0 0 20.5 16.25v-8.5A4.25 4.25 0 0 0 16.25 3.5zm4.25 3.25a5.25 5.25 0 1 1-5.25 5.25A5.25 5.25 0 0 1 12 6.75zm0 1.5a3.75 3.75 0 1 0 3.75 3.75A3.75 3.75 0 0 0 12 8.25zm5.25-.75a1 1 0 1 1-1 1a1 1 0 0 1 1-1z"/>
</svg>
</a>
<!-- X (Twitter) Icon -->
<a href="https://x.com/Chukwuemerie_22" class="text-emerald-500 transition-colors transform hover:scale-110" aria-label="X" target="_blank" rel="noopener">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
</div>
<div class="mt-4 md:mt-0 text-slate-500 text-sm">
© Copyright 2026 Henrify. All Rights Reserved.
</div>
</div>
</footer>
<script src="JS/app.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Henrify",
"url": "https://www.henrify.dev",
"sameAs": [
"https://github.com/Henry-3551",
"https://x.com/Chukwuemerie_22",
"https://tiktok.com/@de_enigmatic_henry",
"https://www.instagram.com/henrify.dev"
],
"jobTitle": "Developer",
"knowsAbout": ["Vibe Coding", "Python", "JavaScript", "Node.js", "React", "Crypto Trading Bots"]
}
</script>
</body>
</html>