-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (499 loc) · 34.3 KB
/
index.html
File metadata and controls
509 lines (499 loc) · 34.3 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GDR Software Development — Enterprise Software, Security & Compliance</title>
<meta name="description" content="GDR Software Development delivers enterprise-grade software, security engineering, and regulatory compliance solutions for organisations that demand excellence.">
<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=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 3L28 10L16 17L4 10Z' fill='%232997ff' fill-opacity='0.15' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M4 10L16 17L16 31L4 24Z' fill='%232997ff' fill-opacity='0.07' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M28 10L28 24L16 31L16 17Z' fill='%232997ff' fill-opacity='0.1' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E">
</head>
<body>
<!-- Accent Line -->
<div class="top-accent"></div>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="#" class="nav-logo">
<div class="logo-mark">
<svg class="logo-icon" width="28" height="28" viewBox="0 0 32 32" fill="none">
<path d="M16 3L28 10L16 17L4 10Z" fill="currentColor" fill-opacity="0.1" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M4 10L16 17L16 31L4 24Z" fill="currentColor" fill-opacity="0.05" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M28 10L28 24L16 31L16 17Z" fill="currentColor" fill-opacity="0.07" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<text x="16" y="10" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">R</text>
<text x="10" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">G</text>
<text x="22" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">D</text>
</svg>
<span class="logo-text">GDR</span>
</div>
</a>
<div class="nav-links" id="navLinks">
<a href="#services" class="nav-link">Services</a>
<a href="#process" class="nav-link">Process</a>
<a href="#industries" class="nav-link">Industries</a>
<a href="#about" class="nav-link">About</a>
<a href="#contact" class="nav-link nav-link-cta">Start a Project</a>
</div>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-watermark" aria-hidden="true">
<svg width="600" height="600" viewBox="0 0 32 32" fill="none">
<path d="M16 3L28 10L16 17L4 10Z" stroke="rgba(41,151,255,0.07)" stroke-width="0.3" fill="none"/>
<path d="M4 10L16 17L16 31L4 24Z" stroke="rgba(41,151,255,0.07)" stroke-width="0.3" fill="none"/>
<path d="M28 10L28 24L16 31L16 17Z" stroke="rgba(41,151,255,0.07)" stroke-width="0.3" fill="none"/>
</svg>
</div>
<div class="hero-content">
<div class="hero-badge animate-on-scroll">
Enterprise Software · Security · Compliance
</div>
<h1 class="hero-title animate-on-scroll">
We engineer software<br>
<span class="hero-title-accent">your business can</span><br>
rely on.
</h1>
<p class="hero-subtitle animate-on-scroll">
GDR Software Development delivers custom software, security engineering, and
compliance solutions for businesses that want to move fast without
cutting corners.
</p>
<div class="hero-actions animate-on-scroll">
<a href="#contact" class="btn btn-primary">
Get Started
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
<a href="#services" class="btn btn-secondary">Explore Services</a>
</div>
<div class="hero-capabilities animate-on-scroll">
<div class="hero-capability">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
Security Engineering
</div>
<div class="hero-capability-divider"></div>
<div class="hero-capability">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 5H2v7l6.29 6.29a1 1 0 001.42 0l5.58-5.58a1 1 0 000-1.42L9 5z"/><path d="M6 9h.01"/></svg>
Regulatory Compliance
</div>
<div class="hero-capability-divider"></div>
<div class="hero-capability">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
Custom Development
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services-section" id="services">
<div class="container">
<div class="section-header animate-on-scroll">
<span class="section-tag">What We Do</span>
<h2 class="section-title">Engineering excellence,<br>delivered with precision.</h2>
<p class="section-description">We specialise in building software that doesn't just work — it protects, scales, and complies with the regulations your industry demands.</p>
</div>
<div class="services-grid">
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
</div>
<h3 class="service-title">Custom Software Development</h3>
<p class="service-description">Purpose-built applications engineered from the ground up to meet your exact business requirements, workflows, and compliance needs.</p>
<div class="service-tags">
<span>Web Apps</span>
<span>APIs</span>
<span>Microservices</span>
</div>
</div>
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<h3 class="service-title">Security Engineering</h3>
<p class="service-description">Penetration testing, threat modelling, and secure architecture design to protect your systems against modern attack vectors.</p>
<div class="service-tags">
<span>Pen Testing</span>
<span>SAST/DAST</span>
<span>Zero Trust</span>
</div>
</div>
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 5H2v7l6.29 6.29a1 1 0 001.42 0l5.58-5.58a1 1 0 000-1.42L9 5z"/><path d="M6 9h.01"/><path d="M22 5l-4.5 4.5"/><path d="M17 2l5 5"/></svg>
</div>
<h3 class="service-title">Regulatory Compliance</h3>
<p class="service-description">GDPR, HIPAA, SOC 2, PCI-DSS — we build compliance into the architecture so audits become a formality, not a fire drill.</p>
<div class="service-tags">
<span>GDPR</span>
<span>HIPAA</span>
<span>SOC 2</span>
</div>
</div>
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 002 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0022 16z"/><path d="M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12"/></svg>
</div>
<h3 class="service-title">Cloud & Infrastructure</h3>
<p class="service-description">Scalable cloud architectures on AWS, Azure, and GCP with infrastructure-as-code, CI/CD pipelines, and automated compliance monitoring.</p>
<div class="service-tags">
<span>AWS</span>
<span>Azure</span>
<span>Kubernetes</span>
</div>
</div>
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></svg>
</div>
<h3 class="service-title">AI & Data Solutions</h3>
<p class="service-description">Intelligent automation, machine learning pipelines, and data-driven insights engineered with privacy and ethics at the core.</p>
<div class="service-tags">
<span>ML/AI</span>
<span>Analytics</span>
<span>Automation</span>
</div>
</div>
<div class="service-card animate-on-scroll">
<div class="service-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 01-3.46 0"/></svg>
</div>
<h3 class="service-title">Social Media & Advertising</h3>
<p class="service-description">End-to-end social media management and paid advertising campaigns across all major platforms — strategy, content, execution, and reporting.</p>
<div class="service-tags">
<span>Social Media</span>
<span>Paid Ads</span>
<span>Analytics</span>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="process-section" id="process">
<div class="container">
<div class="section-header animate-on-scroll">
<span class="section-tag">How We Work</span>
<h2 class="section-title">A process designed for<br>zero surprises.</h2>
<p class="section-description">Transparency, rigour, and collaboration at every stage. Here's how we take your vision from concept to compliant, production-grade software.</p>
</div>
<div class="process-timeline">
<div class="process-step animate-on-scroll">
<div class="process-step-number">01</div>
<div class="process-step-content">
<h3>Discovery & Strategy</h3>
<p>We deeply understand your business, regulatory landscape, and technical constraints. This phase produces a detailed specification, compliance matrix, and architectural blueprint.</p>
</div>
</div>
<div class="process-step animate-on-scroll">
<div class="process-step-number">02</div>
<div class="process-step-content">
<h3>Architecture & Design</h3>
<p>Secure-by-design architecture with threat modelling, data flow mapping, and UX prototyping. Every decision is documented and justified.</p>
</div>
</div>
<div class="process-step animate-on-scroll">
<div class="process-step-number">03</div>
<div class="process-step-content">
<h3>Agile Development</h3>
<p>Two-week sprints with continuous integration, automated security scanning, and compliance checks baked into every build. You see progress in real time.</p>
</div>
</div>
<div class="process-step animate-on-scroll">
<div class="process-step-number">04</div>
<div class="process-step-content">
<h3>Testing & Audit</h3>
<p>Rigorous QA, penetration testing, and third-party compliance audits ensure your software meets the highest standards before it ships.</p>
</div>
</div>
<div class="process-step animate-on-scroll">
<div class="process-step-number">05</div>
<div class="process-step-content">
<h3>Launch & Support</h3>
<p>Zero-downtime deployment, monitoring, and ongoing support. We stay with you post-launch to ensure continuous compliance and peak performance.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Industries Section -->
<section class="industries-section" id="industries">
<div class="container">
<div class="section-header animate-on-scroll">
<span class="section-tag">Industries</span>
<h2 class="section-title">Deep expertise across<br>regulated sectors.</h2>
<p class="section-description">We understand the unique compliance, security, and operational demands of the industries we serve.</p>
</div>
<div class="industries-grid">
<div class="industry-card animate-on-scroll">
<div class="industry-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>
</div>
<h3 class="industry-title">Healthcare</h3>
<p class="industry-description">HIPAA and HITECH compliant systems for patient data management, clinical workflows, and health information exchange.</p>
<div class="industry-standards">
<span>HIPAA</span>
<span>HITECH</span>
<span>HL7 FHIR</span>
</div>
</div>
<div class="industry-card animate-on-scroll">
<div class="industry-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg>
</div>
<h3 class="industry-title">Financial Services</h3>
<p class="industry-description">PCI-DSS certified payment systems, trading platforms, and banking infrastructure built for regulatory scrutiny and high availability.</p>
<div class="industry-standards">
<span>PCI-DSS</span>
<span>SOX</span>
<span>FCA</span>
</div>
</div>
<div class="industry-card animate-on-scroll">
<div class="industry-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 21h18M9 8h1M9 12h1M9 16h1M14 8h1M14 12h1M14 16h1M5 21V5a2 2 0 012-2h10a2 2 0 012 2v16"/></svg>
</div>
<h3 class="industry-title">Small Business</h3>
<p class="industry-description">Reliable, scalable solutions for growing businesses — from internal tools and customer portals to automations that save you time and money.</p>
<div class="industry-standards">
<span>GDPR</span>
<span>SOC 2</span>
<span>ISO 27001</span>
</div>
</div>
<div class="industry-card animate-on-scroll">
<div class="industry-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 002 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0022 16z"/><path d="M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12"/></svg>
</div>
<h3 class="industry-title">Enterprise</h3>
<p class="industry-description">Scalable, mission-critical enterprise systems with end-to-end encryption, SSO integration, and comprehensive audit logging.</p>
<div class="industry-standards">
<span>ISO 27001</span>
<span>GDPR</span>
<span>SSO/SAML</span>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about-section" id="about">
<div class="container">
<div class="about-grid">
<div class="about-content animate-on-scroll">
<div class="about-logo">
<svg class="logo-cube-large" width="120" height="120" viewBox="0 0 32 32" fill="none">
<defs>
<linearGradient id="topFace" x1="4" y1="10" x2="28" y2="3" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2997ff" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#2997ff" stop-opacity="0.12"/>
</linearGradient>
<linearGradient id="leftFace" x1="4" y1="10" x2="16" y2="31" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2997ff" stop-opacity="0.1"/>
<stop offset="100%" stop-color="#2997ff" stop-opacity="0.04"/>
</linearGradient>
<linearGradient id="rightFace" x1="28" y1="10" x2="16" y2="31" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2997ff" stop-opacity="0.15"/>
<stop offset="100%" stop-color="#2997ff" stop-opacity="0.06"/>
</linearGradient>
</defs>
<path d="M16 3L28 10L16 17L4 10Z" fill="url(#topFace)" stroke="#2997ff" stroke-width="0.8" stroke-linejoin="round"/>
<path d="M4 10L16 17L16 31L4 24Z" fill="url(#leftFace)" stroke="#2997ff" stroke-width="0.8" stroke-linejoin="round"/>
<path d="M28 10L28 24L16 31L16 17Z" fill="url(#rightFace)" stroke="#2997ff" stroke-width="0.8" stroke-linejoin="round"/>
<text x="16" y="10" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="#2997ff" text-anchor="middle" dominant-baseline="central">R</text>
<text x="10" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="#2997ff" text-anchor="middle" dominant-baseline="central">G</text>
<text x="22" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="#2997ff" text-anchor="middle" dominant-baseline="central">D</text>
</svg>
<span class="about-logo-text">GDR Software Development</span>
</div>
<span class="section-tag">About GDR</span>
<h2 class="section-title">Built by engineers<br>who've been in the trenches.</h2>
<p class="about-text">GDR Software Development was founded on a simple principle: organisations shouldn't have to choose between moving fast and staying compliant. Our team combines deep engineering expertise with regulatory knowledge to deliver software that does both.</p>
<p class="about-text">We've built compliant systems across healthcare, finance, e-commerce, and more — and we bring that cross-industry insight to every engagement.</p>
<div class="about-values">
<div class="about-value">
<div class="about-value-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 11-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<span>Security by Default</span>
</div>
<div class="about-value">
<div class="about-value-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 11-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<span>Compliance Built-In</span>
</div>
<div class="about-value">
<div class="about-value-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 11-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<span>Radical Transparency</span>
</div>
<div class="about-value">
<div class="about-value-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 11-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<span>Engineering Rigour</span>
</div>
</div>
</div>
<div class="about-principles animate-on-scroll">
<div class="principle-card">
<div class="principle-number">01</div>
<h4 class="principle-title">Security First</h4>
<p class="principle-text">Every line of code is written with security in mind. We don't bolt it on — we build it in.</p>
</div>
<div class="principle-card">
<div class="principle-number">02</div>
<h4 class="principle-title">Full Transparency</h4>
<p class="principle-text">You see every decision, every trade-off, every line of code. No black boxes.</p>
</div>
<div class="principle-card">
<div class="principle-number">03</div>
<h4 class="principle-title">Built to Last</h4>
<p class="principle-text">We engineer for maintainability and scale, not just the demo. Your software should outlive the engagement.</p>
</div>
<div class="principle-card">
<div class="principle-number">04</div>
<h4 class="principle-title">Own the Outcome</h4>
<p class="principle-text">We don't disappear after delivery. We stand behind what we build and support it long-term.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="cta-card animate-on-scroll">
<div class="cta-accent-line"></div>
<h2 class="cta-title">Let's discuss<br>your next project.</h2>
<p class="cta-description">We'll provide a detailed scope, timeline, and compliance strategy — no obligation.</p>
<div class="cta-actions">
<a href="#contact" class="btn btn-primary btn-large">
Get in Touch
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
<span class="cta-email">or email us at <a href="mailto:contact@gdragency.com">contact@gdragency.com</a></span>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section" id="contact">
<div class="container">
<div class="contact-grid">
<div class="contact-info animate-on-scroll">
<span class="section-tag">Get in Touch</span>
<h2 class="section-title">Let's build<br>something great.</h2>
<p class="contact-description">Tell us about your project and we'll get back to you within 24 hours with a detailed response.</p>
<div class="contact-details">
<div class="contact-detail">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
<span>contact@gdragency.com</span>
</div>
<div class="contact-detail">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
<span>Manchester, United Kingdom</span>
</div>
</div>
</div>
<form class="contact-form animate-on-scroll" id="contactForm">
<div class="form-row">
<div class="form-group">
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="firstName" required placeholder="John">
</div>
<div class="form-group">
<label for="lastName">Last Name</label>
<input type="text" id="lastName" name="lastName" required placeholder="Smith">
</div>
</div>
<div class="form-group">
<label for="email">Work Email</label>
<input type="email" id="email" name="email" required placeholder="john@company.com">
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" id="company" name="company" placeholder="Company Ltd.">
</div>
<div class="form-group">
<label for="service">Service Interested In</label>
<select id="service" name="service">
<option value="" disabled selected>Select a service</option>
<option value="custom-dev">Custom Software Development</option>
<option value="security">Security Engineering</option>
<option value="compliance">Regulatory Compliance</option>
<option value="cloud">Cloud & Infrastructure</option>
<option value="ai">AI & Data Solutions</option>
<option value="social">Social Media & Advertising</option>
</select>
</div>
<div class="form-group">
<label for="message">Project Details</label>
<textarea id="message" name="message" rows="4" placeholder="Tell us about your project, timeline, and any compliance requirements..."></textarea>
</div>
<button type="submit" class="btn btn-primary btn-full">
Send Message
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="logo-mark">
<svg class="logo-icon" width="24" height="24" viewBox="0 0 32 32" fill="none">
<path d="M16 3L28 10L16 17L4 10Z" fill="currentColor" fill-opacity="0.1" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M4 10L16 17L16 31L4 24Z" fill="currentColor" fill-opacity="0.05" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M28 10L28 24L16 31L16 17Z" fill="currentColor" fill-opacity="0.07" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<text x="16" y="10" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">R</text>
<text x="10" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">G</text>
<text x="22" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">D</text>
</svg>
<span class="logo-text">GDR</span>
</div>
<p class="footer-tagline">Enterprise software development, security engineering, and regulatory compliance for organisations that demand excellence.</p>
</div>
<div class="footer-links-group">
<h4>Services</h4>
<a href="#services">Custom Development</a>
<a href="#services">Security Engineering</a>
<a href="#services">Cloud & Infra</a>
<a href="#services">Social Media & Ads</a>
</div>
<div class="footer-links-group">
<h4>Company</h4>
<a href="#about">About</a>
<a href="#industries">Industries</a>
<a href="#process">Our Process</a>
<a href="#contact">Contact</a>
</div>
<div class="footer-links-group">
<h4>Legal</h4>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
<a href="cookies.html">Cookie Policy</a>
<a href="security.html">Security</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 GDR Software Development. All rights reserved.</p>
<span class="footer-email">contact@gdragency.com</span>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>