-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
391 lines (368 loc) · 19.6 KB
/
index.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Daniel Bellfield Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="author" content="Daniel Bellfield">
<meta name="description" content="Daniel Bellfield's portfolio, projects, and more">
<meta name="keywords" content="Daniel Bellfield, software developer, javascript, node.js, developer">
<meta name="description" content="Check out Daniel Bellfield's portfolio."/>
<meta property="og:site_name" content="Daniel Bellfield's portfolio"/>
<meta property="og:title" content="Daniel Bellfield's portfolio"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="Daniel Bellfield's portfolio"/>
<meta property="og:image" content="https://danielbellfield.netlify.app/images/pic-1.png"/>
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:image:height" content="800"/>
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Hotjar Tracking Code for https://danielbellfield.netlify.app/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2909164,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('69ktyy424ipn');
</script>
<!-- End of Async Drift Code -->
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Daniel Bellfield</strong> Web Developer</a>
<ul class="icons">
<li><a target="blank"href="https://twitter.com/DanielBellfield" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a target="blank"href="https://github.com/dnlbellfield" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a target="blank"href="https://www.linkedin.com/in/danielbellfield-dev/" class="icon brands fa-linkedin"></a></li>
<!-- <li><a href="https://hashnode.com/@DanielBellfield" class="icon fa-brands fa-memo"><span class="label">Hashnode</span></a></li> -->
<li><a target="blank" href="mailto:[email protected]" class="icon solid fa-envelope" ></a></li>
<!-- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-medium-m"><span class="label">Medium</span></a></li> -->
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi, I'm Daniel,<br />
your next Web<br />
Developer.</h1>
<p>Let's build something awesome.</p>
</header>
<!-- <p>Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. Pellentesque sapien ac quam. Lorem ipsum dolor sit nullam.</p> -->
<ul class="actions">
<li><a href="#projects" class="button big">View Projects</a></li>
</ul>
</div>
<span class="image object">
<img src="images/pic-1.png" alt="Daniel Bellfield" />
</span>
</section>
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Story / Highlights</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Portitor ullamcorper</h3>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
</article>
<article>
<span class="icon solid fa-paper-plane"></span>
<div class="content">
<h3>Sapien veroeros</h3>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
</article>
<article>
<span class="icon solid fa-rocket"></span>
<div class="content">
<h3>Quam lorem ipsum</h3>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
</article>
<article>
<span class="icon solid fa-signal"></span>
<div class="content">
<h3>Sed magna finibus</h3>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
</article>
</div>
</section> -->
<!-- Section -->
<section>
<header class="major">
<h2>Skills</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>HTML & CSS</h3>
</div>
</article>
<article>
<span class="icon solid fa-paper-plane"></span>
<div class="content">
<h3>HTML Email Development</h3>
</div>
</article>
<article>
<span class="icon solid fa-code"></span>
<div class="content">
<h3>JavaScript</h3>
</div>
</article>
<article>
<span class="icon solid fa-rocket"></span>
<div class="content">
<h3>PHP</h3>
</div>
</article>
<article>
<span class="icon solid fa-globe"></span>
<div class="content">
<h3>Content Management Systems</h3>
</div>
</article>
<article>
<span class="icon solid fa-code-branch"></span>
<div class="content">
<h3>Web APIs</h3>
</div>
</article>
<!-- <article>
<span class="icon solid fa-signal"></span>
<div class="content">
<h3>Support</h3>
<p>Client-focused from start to finish. I provide support with scheduled progress updates for .
</article> -->
</div>
</section>
<!-- Section -->
<section id="projects">
<header class="major">
<h2> Latest Projects</h2>
</header>
<div class="posts">
<article>
<a href="https://fandango-promotional-email.netlify.app/" class="image"><img src="https://media2.giphy.com/media/UgCwNe7ZMbmaNQIggA/giphy.gif?cid=790b7611bce3b8446f828967b2c969bd132be3f3f362da5d&rid=giphy.gif&ct=g" alt="" /></a>
<h3>Fandango Promotional Email</h3>
<p>HTML Email</p>
<ul class="actions">
<li><a href="https://fandango-promotional-email.netlify.app/" class="button">View</a></li>
</ul>
</article>
<article>
<a target="blank" href="https://lionsgatelandscapers.com/" class="image"><img src="https://media0.giphy.com/media/bxFPb7tjNF98KFHoPt/giphy.gif?cid=790b76115f3b9ecffd4427ca849a564f66c9e918243e3208&rid=giphy.gif&ct=g" alt="" /></a>
<h3>Lions Gate Landscapers</h3>
<p>LionsGateLandscapers.com Website</p>
<ul class="actions">
<li><a target="blank" href="https://lionsgatelandscapers.com/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="blank" href="https://peachy-promotional-email.netlify.app/" class="image"><img src="https://media1.giphy.com/media/BaDUEpUF5uDc10PnZj/giphy.gif?cid=790b7611435f9be63e91e330a412998240dd3c7a5ebc89e9&rid=giphy.gif&ct=g" /></a>
<h3>Peachy Promotional Email </h3>
<p>A responsive HTML Email</p>
<ul class="actions">
<li><a target="blank" href="https://peachy-promotional-email.netlify.app/" class="button">View</a></li>
<li><a target="blank" href="https://github.com/dnlbellfield/html-email-peachy" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a target="blank" href="https://faq-festival.netlify.app/" class="image"><img src="https://media3.giphy.com/media/iAZVAHoJPxBMFVqAlQ/giphy.gif?cid=790b761143125c01842de21ff92bda794a385814d3efaecd&rid=giphy.gif&ct=g" alt="" /></a>
<h3>Frequently asked questions page</h3>
<p>Faq page for a music festival</p>
<ul class="actions">
<li><a target="blank" href="https://faq-festival.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<article>
<a target="blank" href="https://kayak-promotional-email.netlify.app/" class="image"><img src="https://media0.giphy.com/media/v1z7Q6pL9ILrUC05jk/giphy.gif?cid=790b7611e7572bf8f206a3babd4ac19794d46544f5747188&rid=giphy.gif&ct=g" /></a>
<h3>Kayak Promotional Email </h3>
<p>A responsive HTML Email</p>
<ul class="actions">
<li><a target="blank"href="https://kayak-promotional-email.netlify.app/" class="button">View</a></li>
<li><a target="blank" href="https://github.com/dnlbellfield/html-email-kayak" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a target="blank" href="https://nasa-apod-feed.netlify.app/" class="image"><img src="https://media0.giphy.com/media/qNol5Fto5GOd63KhmL/giphy.gif?cid=790b7611939eb88da121abe1b0d0f458eca0478e82363645&rid=giphy.gif&ct=g" alt="" /></a>
<h3>NASA API: Astronomy Picture of the Day</h3>
<p>Search by date
to get NASA's picture of the day</p>
<ul class="actions">
<li><a target="blank" href="https://nasa-apod-feed.netlify.app/" class="button">Visit</a></li>
</ul>
</article>
<!-- <article>
<a target="blank" href="https://joecastro.netlify.app/" class="image"><img src="https://media1.giphy.com/media/Nvnno0HTebTlmpJpEM/giphy.gif?cid=790b7611a4f0d92facd704486062d9a6dc978361dd4a47ef&rid=giphy.gif&ct=g" alt="" /></a>
<h3>Joe Castro - Content Creator </h3>
<p>Joe Castro | Podcast Host | YouTube Content Creator</p>
<ul class="actions">
<li><a target="blank" href="https://joecastro.netlify.app/" class="button">Visit</a></li>
</ul>
</article> -->
<!-- <article>
<a href="https://phillymike.netlify.app/" class="image"><img src="https://media0.giphy.com/media/RVgy7DED4thlJ3cyW0/giphy.gif?cid=790b76116b3f6b97adf7dd7a0073a1b0ee20866719a82476&rid=giphy.gif&ct=g" alt="" /></a>
<h3>Philly Mike - The Philly Talk Podcast</h3>
<p>Everything Philadelphia Eagles and 76ers.</p>
<ul class="actions">
<li><a href="https://phillymike.netlify.app/" class="button">Visit</a></li>
</ul>
</article> -->
<!-- <article>
<a href="https://nyt-reviews.netlify.app/" class="image"><img src="https://media0.giphy.com/media/RVgy7DED4thlJ3cyW0/giphy.gif?cid=790b76116b3f6b97adf7dd7a0073a1b0ee20866719a82476&rid=giphy.gif&ct=g" alt="" /></a>
<h3>New York Times Movie Reviews API</h3>
<p>View recent New York Times movie reviews </p>
<ul class="actions">
<li><a href="https://nyt-reviews.netlify.app/" class="button">Visit</a></li>
</ul>
</article> -->
<!-- <article>
<a href="https://90daypicker.netlify.app/" class="image"><img src="https://media3.giphy.com/media/4Mp65Lpu90sfr3LmgR/giphy.gif?cid=790b7611d16293d062ff5d2b267b784babad83df9e1c34e9&rid=giphy.gif&ct=g" alt="" /></a>
<h3>90 Day Fiance Couple Picker</h3>
<p>Pick A 90 Day Couple - Tech used: HTML, CSS, JavaScript</p>
<ul class="actions">
<li><a href="https://90daypicker.netlify.app/" target="_blank" class="button">Visit</a></li>
</ul>
</article> -->
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- <section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section> -->
<!-- Menu -->
<!-- <nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li>
<span class="opener">Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Etiam Dolore</a></li>
<li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Maximus Erat</a></li>
<li><a href="#">Sapien Mauris</a></li>
<li><a href="#">Amet Lacinia</a></li>
</ul>
</nav> -->
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Ante interdum</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section> -->
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Reach out and let's start a conversation!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon solid brands fa-twitter"><a href="https://twitter.com/DanielBellfield" >Twitter</span></a></li>
<li class="icon icon brands fa-github"><a href="https://github.com/dnlbellfield" ><span class="label">Github</span></a></li>
<li class="icon icon brands fa-linkedin"><a href="https://www.linkedin.com/in/danielbellfield-dev/" ><span class="label">Linkedin</span></a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Daniel Bellfield 2023 </p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>