-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
224 lines (216 loc) · 17.1 KB
/
contact.html
File metadata and controls
224 lines (216 loc) · 17.1 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
<!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>Contact - Henrify</title>
<meta name="description" content="Contact Henrify for web development, automation bots, or collaboration. Get in touch for a quick response and let's work together!">
<meta name="keywords" content="Henrify, Contact, Web Developer, Portfolio, Email, Collaboration">
<meta name="author" content="Henrify">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Contact - Henrify">
<meta property="og:description" content="Contact Henrify for web development, automation bots, or collaboration. Get in touch for a quick response and let's work together!">
<meta property="og:image" content="ASSETS/henrify-logo-icon.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact - Henrify">
<meta name="twitter:description" content="Contact Henrify for web development, automation bots, or collaboration. Get in touch for a quick response and let's work together!">
<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": "ContactPage",
"name": "Contact - Henrify",
"url": "https://www.henrify.dev/contact.html",
"description": "Contact Henrify for web development, automation bots, or collaboration. Get in touch for a quick response and let's work together!",
"contactType": "customer support",
"author": {
"@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-500 desktop-menu-text px-3 py-2 rounded-md text-sm font-medium transition-colors">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-900 desktop-menu-text px-4 py-2 rounded-md text-sm font-medium transition-colors active-text">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">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 active-text">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="contact" class="py-20 bg-slate-900 border-t border-slate-800 relative overflow-hidden">
<!-- Fixed SVG Background for Contact 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(#contactGradient)" />
<defs>
<linearGradient id="contactGradient" x1="0" y1="0" x2="900" y2="600" gradientUnits="userSpaceOnUse">
<stop stop-color="#10B981" />
<stop offset="1" stop-color="#f59e42" />
</linearGradient>
</defs>
</svg>
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h1 class="text-3xl md:text-4xl font-bold text-white mb-4">Let's Work Together</h1>
<div class="w-16 h-1 bg-emerald-500 mx-auto rounded-full mb-6"></div>
<p class="text-slate-400 text-lg max-w-2xl mx-auto">
Have a project in mind? Fill out the form below, and I'll get back to you within an hour.
</p>
</div>
<div class="bg-slate-800 rounded-2xl shadow-xl p-8 md:p-10">
<form id="contact-form" action="/api/contact" method="POST" class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-sm font-medium text-slate-300 mb-2">Name</label>
<input type="text" id="name" name="name" required class="w-full px-4 py-3 bg-slate-900 border border-slate-700 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-emerald-500 text-white placeholder-slate-500 transition-colors" placeholder="Will Smith">
</div>
<div>
<label for="email" class="block text-sm font-medium text-slate-300 mb-2">Email</label>
<input type="email" id="email" name="email" required class="w-full px-4 py-3 bg-slate-900 border border-slate-700 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-emerald-500 text-white placeholder-slate-500 transition-colors" placeholder="smith@example.com">
</div>
<!-- Honeypot field for spam protection -->
<div style="display:none;">
<label>Leave this field empty</label>
<input type="text" name="_gotcha" tabindex="-1" autocomplete="off">
</div>
<input type="hidden" name="form_started_at" value="">
</div>
<div>
<label for="subject" class="block text-sm font-medium text-slate-300 mb-2">Subject</label>
<select id="subject" name="subject" class="w-full px-4 py-3 bg-slate-900 border border-slate-700 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-emerald-500 text-white transition-colors">
<option value="General Inquiry">General Inquiry</option>
<option value="Project Proposal">Project Proposal</option>
<option value="Consultation">Consultation</option>
<option value="Other">Other</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-slate-300 mb-2">Message</label>
<textarea id="message" name="message" required rows="5" class="w-full px-4 py-3 bg-slate-900 border border-slate-700 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-emerald-500 text-white placeholder-slate-500 transition-colors" placeholder="Tell me about your project..."></textarea>
</div>
<button type="submit" class="w-full bg-emerald-500 hover:bg-emerald-600 text-white font-bold py-4 rounded-lg transition-all transform hover:-translate-y-1 shadow-lg shadow-emerald-500/20">
Submit
</button>
</form>
<p id="contact-error" class="hidden text-sm text-red-400 text-center">Something went wrong. Please try again.</p>
</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>