-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
886 lines (813 loc) · 41 KB
/
index.html
File metadata and controls
886 lines (813 loc) · 41 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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Daniel Bellfield">
<title>Daniel Bellfield — Web & Email Developer</title>
<meta name="description"
content="Daniel Bellfield - Building websites and emails that help teams get more done" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Daniel Bellfield — Web & Email Developer" />
<meta property="og:description"
content="Daniel Bellfield - Building websites and emails that help teams get more done" />
<meta property="og:url" content="https://daniel-bellfield.com" />
<meta property="og:image" content="https://daniel-bellfield.com/images/daniel_social.jpg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Daniel Bellfield — Web & Email Developer" />
<meta name="twitter:description"
content="Building web and email experiences that actually work — from idea to launch." />
<meta name="twitter:image" content="https://daniel-bellfield.com/images/daniel_social.jpg" />
<!-- theme css -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
/* Override any template dark top bar */
.main-header,
.main-header .navbar {
background: #f9fafb;
border-top: none;
box-shadow: none;
}
/* Smooth hero image clip for visual polish */
.hero-image-wrapper {
position: relative;
overflow: hidden;
border-radius: 0.75rem;
background: linear-gradient(to top, #93c5fd, #60a5fa);
}
.hero-image-wrapper img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
}
/* CTA buttons */
.btn-primary-custom {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 2rem;
background-color: #3b82f6;
color: #fff;
font-weight: 600;
font-size: 1.125rem;
border-radius: 0.5rem;
text-decoration: none;
transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn-primary-custom:hover {
background-color: #2563eb;
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
.btn-secondary-custom {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 2rem;
background-color: transparent;
color: #374151;
font-weight: 600;
font-size: 1.125rem;
border-radius: 0.5rem;
border: 2px solid #d1d5db;
text-decoration: none;
transition: border-color 0.2s ease, color 0.2s ease,
transform 0.2s ease;
}
.btn-secondary-custom:hover {
border-color: #3b82f6;
color: #3b82f6;
text-decoration: none;
transform: translateY(-1px);
}
/* Fade-in animations */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in-up {
animation: fadeInUp 0.7s ease forwards;
}
.animate-delay-1 {
animation-delay: 0.15s;
opacity: 0;
}
.animate-delay-2 {
animation-delay: 0.3s;
opacity: 0;
}
.animate-delay-3 {
animation-delay: 0.5s;
opacity: 0;
}
.animate-delay-4 {
animation-delay: 0.65s;
opacity: 0;
}
.skills-section {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 14% 22%, rgba(59, 130, 246, 0.12), transparent 38%),
radial-gradient(circle at 86% 78%, rgba(59, 130, 246, 0.08), transparent 36%),
#f8fafc;
}
.skills-grid-overlay {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(148, 163, 184, 0.18) 1px, transparent 1px),
linear-gradient(90deg, rgba(148, 163, 184, 0.18) 1px, transparent 1px);
background-size: 36px 36px;
opacity: 0.35;
pointer-events: none;
}
.projects-section {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.14), transparent 38%),
radial-gradient(circle at 85% 80%, rgba(59, 130, 246, 0.1), transparent 36%),
#ffffff;
}
.projects-grid-overlay {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
background-size: 34px 34px;
opacity: 0.45;
pointer-events: none;
}
</style>
</head>
<body>
<!-- page loading -->
<div id="loading">
<div class="load-circle"><span class="one"></span></div>
</div>
<!-- Header -->
<header class="main-header">
<nav class="navbar navbar-expand-md one-page-nav">
<div class="container">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbar-collapse-toggle"
aria-controls="navbar-collapse-toggle"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span></span>
<span></span>
<span></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbar-collapse-toggle"
>
<ul class="navbar-nav mx-auto items-center gap-1">
<li class="nav-item nav-link-scroll">
<a class="nav-link nav-link-scroll" href="#home">
<span class="text-md lg:text-lg hover:text-blue-600 font-normal">Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-scroll" href="#what-i-do">
<span class="text-md lg:text-lg hover:text-blue-600 font-normal"
>What I Do</span
>
</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-scroll" href="#skills">
<span class="text-md lg:text-lg hover:text-blue-600 font-normal">Skills</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-scroll" href="#about">
<span class="text-md lg:text-lg hover:text-blue-600 font-normal"
>About Me</span
>
</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-scroll" href="#projects">
<span class="text-md lg:text-lg hover:text-blue-600 font-normal">Projects</span>
</a>
</li>
<li class="nav-item">
<div class=" flex items-center gap-4 justify-center mt-8 md:mt-0">
<!-- Email -->
<a
href="mailto:dnlbellfield@gmail.com"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-blue-600 transition-colors"
aria-label="Email"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5 text-white"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
/>
</svg>
</a>
<!-- LinkedIn -->
<a
href="https://www.linkedin.com/in/danielbellfield-dev"
target="_blank"
rel="noopener noreferrer"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-blue-600 transition-colors"
aria-label="LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5 text-white"
fill="currentColor"
viewBox="0 0 24 24"
>
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"
/>
</svg>
</a>
<!-- GitHub -->
<a
href="https://github.com/dnlbellfield"
target="_blank"
rel="noopener noreferrer"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-gray-600 transition-colors"
aria-label="GitHub"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5 text-white"
fill="currentColor"
viewBox="0 0 24 24"
>
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23a11.509 11.509 0 013.003-.404c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Main -->
<main class="wrapper">
<!-- ===================== REDESIGNED HERO ===================== -->
<section id="home" class="bg-gray-50 overflow-hidden">
<div class="mx-auto max-w-7xl px-6 lg:px-8 pt-24 pb-20 lg:pt-32 lg:pb-28">
<div class="flex flex-col lg:flex-row items-center gap-10 lg:gap-12">
<!-- Left Column — Text + CTA -->
<div class="flex-1 text-center lg:text-left max-w-xl lg:max-w-none lg:flex-shrink-0 lg:w-1/2">
<p
class="animate-fade-in-up inline-block text-lg md:text-xl font-semibold tracking-widest uppercase text-blue-500 mb-4">
Web & Email Developer
</p>
<h1
class="animate-fade-in-up animate-delay-1 text-5xl sm:text-6xl md:text-7xl font-bold tracking-tight text-gray-800 leading-none">
Daniel<br />Bellfield
</h1>
<p
class="animate-fade-in-up animate-delay-2 mt-6 text-xl sm:text-2xl xl:text-3xl font-medium text-gray-600 leading-snug">
Building websites and emails <br>
<span class="italic font-light">that help teams get more done</span>
</p>
<!-- CTA Buttons (fix #3: hidden md:flex instead of hidden md:block) -->
<div
class="animate-fade-in-up animate-delay-3 mt-10 hidden md:flex flex-col sm:flex-row items-center lg:items-start gap-4 max-w-sm mx-auto lg:mx-0"
>
<a
href="#what-i-do"
class="btn-secondary-custom nav-link-scroll"
style="white-space: nowrap"
>
What I Do
</a>
<a
href="#about"
class="btn-primary-custom nav-link-scroll"
style="white-space: nowrap"
>
About Me
</a>
</div>
</div>
<!-- Right Column — Photo -->
<div class="animate-fade-in-up animate-delay-4 w-full lg:w-1/2 max-w-sm sm:max-w-md lg:max-w-lg xl:max-w-xl ">
<div class="hero-image-wrapper shadow-xl">
<img src="/images/daniel_img___2.avif" alt="Daniel Bellfield" class="w-full"
style=" object-fit: cover; object-position: top center;" />
</div>
</div>
</div>
</div>
</section>
<!-- =================== END REDESIGNED HERO =================== -->
<!-- ===================== WHAT I DO SECTION ===================== -->
<section id="what-i-do" class="py-20 xl:py-28 bg-white px-6">
<div class="max-w-6xl mx-auto">
<div class="text-center max-w-2xl mx-auto mb-14">
<h2 class="font-bold text-4xl md:text-5xl leading-none tracking-tight text-gray-800">
What I Do
</h2>
<p class="mt-4 text-lg text-gray-500">
Supporting digital teams through build and launch.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-6 gap-6">
<!-- Card 1 -->
<div
class="group relative lg:col-span-4 bg-gradient-to-br from-blue-50 to-white rounded-xl p-7 border border-blue-100 transition-all duration-200 hover:shadow-lg hover:border-blue-200 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
</svg>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2">Web Pages & HTML Emails</h3>
<p class="text-gray-600 text-base leading-relaxed max-w-2xl">
Build responsive, accessible web pages and HTML emails that work reliably across devices and platforms.
</p>
</div>
<!-- Card 2 -->
<div
class="group relative lg:col-span-2 bg-gray-50 rounded-xl p-6 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Email Campaigns & Automation</h3>
<p class="text-gray-500 text-base leading-relaxed">
Develop and support data-driven email campaigns and marketing automations that drive engagement.
</p>
</div>
<!-- Card 3 -->
<div
class="group relative lg:col-span-3 bg-gray-50 rounded-xl p-6 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Production-Ready Deliverables</h3>
<p class="text-gray-500 text-base leading-relaxed">
Translate campaign goals and designs into tested, production-ready code — on time, every time.
</p>
</div>
<!-- Card 4 -->
<div
class="group relative lg:col-span-3 bg-gray-50 rounded-xl p-6 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Maintenance & Improvements</h3>
<p class="text-gray-500 text-base leading-relaxed">
Maintain and improve existing websites, templates, and integrations so nothing falls behind.
</p>
</div>
<!-- Card 5 -->
<div
class="group relative lg:col-span-2 bg-gray-50 rounded-xl p-6 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Data-Driven Optimization</h3>
<p class="text-gray-500 text-base leading-relaxed">
Use performance data to refine content, personalization, and engagement across every channel.
</p>
</div>
<!-- Card 6 -->
<div
class="group relative lg:col-span-4 bg-gray-50 rounded-xl p-6 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex items-center justify-center w-12 h-12 rounded-lg bg-blue-100 text-blue-600 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Team Collaboration</h3>
<p class="text-gray-500 text-base leading-relaxed">
Collaborate closely with designers, partners, and project managers to ship dependable work together.
</p>
</div>
</div>
</div>
</section>
<!-- =================== END WHAT I DO SECTION =================== -->
<!-- ===================== SKILLS SECTION ===================== -->
<section id="skills" class="skills-section py-20 xl:py-28 px-6">
<div class="skills-grid-overlay"></div>
<div class="max-w-6xl mx-auto relative z-10">
<div class="text-center max-w-2xl mx-auto mb-14">
<h2 class="font-bold text-4xl md:text-5xl leading-none tracking-tight text-gray-800">
Skills & Tools
</h2>
<p class="mt-4 text-lg text-gray-500">
The technologies and platforms I work with every day.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-5">
<!-- Skill 1 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/js-logo.avif" alt="JavaScript logo" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Web Development</h3>
<p class="text-sm text-gray-500 mt-1">HTML, CSS & JavaScript</p>
</div>
</div>
<!-- Skill 2 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/Sql_data_base_with_logo.avif" alt="SQL database icon"
class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Backend Development</h3>
<p class="text-sm text-gray-500 mt-1">PHP, Laravel, servers, and databases</p>
</div>
</div>
<!-- Skill 3 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/wp.avif" alt="WordPress icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">WordPress Development</h3>
<p class="text-sm text-gray-500 mt-1">Site hosting, upkeep, and content management</p>
</div>
</div>
<!-- Skill 4 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/email.avif" alt="Email icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Email Development</h3>
<p class="text-sm text-gray-500 mt-1">Campaign builds, automation, and flow logic</p>
</div>
</div>
<!-- Skill 5 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="/images/sfmc1.avif" alt="Salesforce Marketing Cloud icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Salesforce Marketing Cloud</h3>
<p class="text-sm text-gray-500 mt-1">AMPscript, email production, and CRM/ESP collaboration workflows</p>
</div>
</div>
<!-- Skill 6 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="/images/EOA-SPLAT.avif" alt="Email on Acid icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Email Testing</h3>
<p class="text-sm text-gray-500 mt-1">Cross-client QA, audits, and deliverability checks</p>
</div>
</div>
<!-- Skill 7 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/google_.avif" alt="Google Analytics icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Analytics & Tracking</h3>
<p class="text-sm text-gray-500 mt-1">GA4 implementation, event tracking, and reporting</p>
</div>
</div>
<!-- Skill 8 -->
<div
class="group flex items-start gap-4 bg-white rounded-xl p-5 border border-gray-100 transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1">
<div class="flex-shrink-0 w-14 h-14 rounded-lg overflow-hidden bg-gray-50 flex items-center justify-center">
<img src="images/ps.avif" alt="Photoshop icon" class="w-10 h-10 object-contain" />
</div>
<div>
<h3 class="text-base font-semibold text-gray-800">Visual Assets</h3>
<p class="text-sm text-gray-500 mt-1">Photoshop editing and AI-assisted image creation</p>
</div>
</div>
</div>
</div>
</section>
<!-- =================== END SKILLS SECTION =================== -->
<!-- ===================== ABOUT SECTION ===================== -->
<section id="about" class="py-20 xl:py-28 bg-gray-50 px-6">
<div class="max-w-6xl mx-auto">
<div class="text-center max-w-2xl mx-auto mb-14">
<h2 class="font-bold text-4xl md:text-5xl leading-none tracking-tight text-gray-800">
About Me
</h2>
<p class="mt-4 text-lg text-gray-500">
A little context on who I am and how I work.
</p>
</div>
<div class="flex flex-col lg:flex-row items-center gap-12 lg:gap-16">
<!-- Photo -->
<div class="w-full lg:w-5/12 max-w-md lg:max-w-none">
<div class="relative overflow-hidden rounded-xl shadow-xl bg-gradient-to-t from-blue-300 to-blue-400">
<img src="/images/daniel_sq_2.avif" alt="Daniel Bellfield" class="w-full"
style=" object-fit: cover; object-position: top center;" />
</div>
</div>
<!-- Text -->
<div class="w-full lg:w-7/12">
<p class="text-blue-500 text-2xl sm:text-3xl font-semibold leading-snug mb-6">
Hi, I'm Daniel — a developer based in California.
</p>
<div class="space-y-4 text-gray-600 text-lg leading-relaxed">
<p class="text-gray-700 text-left font-normal">
Since 2022, I've helped teams ship reliable web and email
work — building campaign emails, maintaining websites, and
improving what's already live. </p>
<p class="text-gray-700 text-left font-normal">I'm comfortable jumping into existing systems, picking up
new tools quickly, and adapting to different workflows.
Whether I'm building custom email templates, managing content updates, or developing
and maintaining websites, I focus on delivering work that's solid,
dependable, and easy for teams to build on.</p>
<p class="text-gray-700 text-left font-normal">Outside of my day-to-day work, I run
<a href="https://emailclarity.netlify.app" target="_blank" rel="noopener noreferrer"
class="text-blue-500 font-medium hover:text-blue-600 hover:underline">EmailClarity</a>,
where I help small businesses understand which emails
actually lead to sales or booked calls through automation
audits, custom email coding, and GA4 conversion tracking.</p>
<p class="text-gray-700 text-left font-normal">Also a fan of the Philadelphia Eagles — Go Birds! 🦅</p>
</div>
<!-- Quick-stat pills -->
<div class="flex flex-wrap gap-3 mt-8">
<span
class="inline-flex items-center gap-2 rounded-full bg-blue-50 border border-blue-100 px-4 py-2 text-sm font-medium text-blue-700">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
4 + Years Experience
</span>
<span
class="inline-flex items-center gap-2 rounded-full bg-blue-50 border border-blue-100 px-4 py-2 text-sm font-medium text-blue-700">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
California, USA
</span>
<span
class="inline-flex items-center gap-2 rounded-full bg-blue-50 border border-blue-100 px-4 py-2 text-sm font-medium text-blue-700">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
Web & Email Focus
</span>
</div>
<!-- CTA -->
<div class="mt-8">
<a href="https://www.linkedin.com/in/danielbellfield-dev" target="_blank" rel="noopener noreferrer"
class="btn-primary-custom">
Connect on LinkedIn
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =================== END ABOUT SECTION =================== -->
<!-- ===================== PROJECTS SECTION ===================== -->
<section id="projects" class="projects-section py-20 xl:py-28 bg-white px-6">
<div class="projects-grid-overlay"></div>
<div class="max-w-6xl mx-auto relative z-10">
<div class="text-center max-w-2xl mx-auto mb-14">
<h2 class="font-bold text-4xl md:text-5xl leading-none tracking-tight text-gray-800">
Projects
</h2>
<p class="mt-4 text-lg text-gray-500">
A couple of projects I coded and launched.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<a
href="https://portfolio-up.com/"
target="_blank"
rel="noopener noreferrer"
class="group block bg-gray-50 rounded-xl border border-gray-100 overflow-hidden transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1"
aria-label="Open Portfolio-Up project"
>
<div class="aspect-video bg-gray-100 overflow-hidden p-3 pt-6">
<img
src="images/_0_port.avif"
alt="Portfolio-Up project preview"
class="w-full h-full object-contain object-top rounded-md transition-transform duration-300 group-hover:scale-105"
/>
</div>
<div class="p-6">
<h3 class="text-2xl font-semibold text-gray-800 mb-2">Portfolio-Up</h3>
<p class="text-gray-500 text-base leading-relaxed mb-4">
Build and launch a free portfolio website. Portfolio-Up helps anyone launch a polished, mobile-first portfolio in minutes — free and hosted.
</p>
<span class="inline-flex items-center gap-2 text-blue-600 font-medium group-hover:text-blue-700">
View Project
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</span>
</div>
</a>
<a
href="https://emailclarity.netlify.app/"
target="_blank"
rel="noopener noreferrer"
class="group block bg-gray-50 rounded-xl border border-gray-100 overflow-hidden transition-all duration-200 hover:shadow-lg hover:border-blue-100 hover:-translate-y-1"
aria-label="Open EmailClarity project"
>
<div class="aspect-video bg-gray-100 overflow-hidden p-3 pt-6">
<img
src="images/0_0email.avif"
alt="EmailClarity project preview"
class="w-full h-full object-contain object-top rounded-md transition-transform duration-300 group-hover:scale-105"
/>
</div>
<div class="p-6">
<h3 class="text-2xl font-semibold text-gray-800 mb-2">EmailClarity</h3>
<p class="text-gray-500 text-base leading-relaxed mb-4">
A service-focused site that explains email automation, custom email coding, and analytics support for small businesses.
</p>
<span class="inline-flex items-center gap-2 text-blue-600 font-medium group-hover:text-blue-700">
View Project
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</span>
</div>
</a>
</div>
</div>
</section>
<!-- =================== END PROJECTS SECTION =================== -->
</main>
<!-- Footer -->
<footer class="bg-gray-800 text-gray-300">
<div class="max-w-6xl mx-auto px-6 py-14">
<div class="flex flex-col md:flex-row items-center md:items-start justify-between gap-10">
<!-- Left — Branding -->
<div class="text-center md:text-left max-w-sm">
<p class="text-xl font-semibold text-white">Daniel Bellfield</p>
</div>
<!-- Center — Quick Links -->
<nav class="flex flex-wrap justify-center gap-x-6 gap-y-2 text-sm">
<a href="#home" class="nav-link-scroll hover:text-white transition-colors">Home</a>
<a href="#what-i-do" class="nav-link-scroll hover:text-white transition-colors">What I Do</a>
<a href="#skills" class="nav-link-scroll hover:text-white transition-colors">Skills</a>
<a href="#about" class="nav-link-scroll hover:text-white transition-colors">About Me</a>
<a href="#projects" class="nav-link-scroll hover:text-white transition-colors">Projects</a>
<a href="https://portfolio-up.com/" target="_blank" rel="noopener noreferrer"
class="hover:text-white transition-colors">Portfolio-Up</a>
<a href="https://emailclarity.netlify.app" target="_blank" rel="noopener noreferrer"
class="hover:text-white transition-colors">EmailClarity</a>
</nav>
<!-- Right — Social -->
<div class="flex items-center gap-4">
<!-- Email -->
<a
href="mailto:dnlbellfield@gmail.com"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-blue-600 transition-colors"
aria-label="Email"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5 text-white"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
/>
</svg>
</a>
<a href="https://www.linkedin.com/in/danielbellfield-dev" target="_blank" rel="noopener noreferrer"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-blue-600 transition-colors"
aria-label="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-white" fill="currentColor"
viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
</a>
<a href="https://github.com/dnlbellfield" target="_blank" rel="noopener noreferrer"
class="flex items-center justify-center w-10 h-10 rounded-lg bg-gray-700 hover:bg-gray-600 transition-colors"
aria-label="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-white" fill="currentColor"
viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23a11.509 11.509 0 013.003-.404c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
</div>
<div class="mt-10 pt-6 border-t border-gray-700 text-center text-sm text-gray-500">
© 2026 Daniel Bellfield. All rights reserved.
</div>
</div>
</footer>
<a href="#" id="back_to_top" class="back-to-top">
<img src="assets/img/arrow.svg" alt="Back to top" />
</a>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/vendor/appear/jquery.appear.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const navLinks = document.querySelectorAll(".nav-link-scroll");
const headerOffset = 80; // adjust to match your nav height
navLinks.forEach(function (link) {
link.addEventListener("click", function (event) {
const targetId = link.getAttribute("href");
if (!targetId || !targetId.startsWith("#")) return;
event.preventDefault();
const targetElement = document.querySelector(targetId);
if (targetElement) {
const top =
targetElement.getBoundingClientRect().top +
window.pageYOffset -
headerOffset;
window.scrollTo({ top: top, behavior: "smooth" });
}
});
});
});
</script>
</body>
</html>