-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
524 lines (475 loc) · 26.5 KB
/
Copy pathindex.html
File metadata and controls
524 lines (475 loc) · 26.5 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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-MVWKT8LS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'GTM-MVWKT8LS');
</script>
<title>Christopher Banas: Full-Stack Engineer</title>
<link rel="icon" href="img/Christopher-Banas-Favicon.png" type="image/x-icon" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link href="style.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script>
$(document).ready(function () {
$('.open-popup-link').magnificPopup({
type: 'inline'
});
});
</script>
<meta name="description" content="I'm Christopher Banas: Full-Stack Engineer">
<meta property="og:image" content="./img/headshot_2023.png">
<meta property="og:image:secure_url" content="./img/headshot_2023.png">
<meta property="og:image:width" content="1317">
<meta property="og:image:height" content="1305">
<script src="https://kit.fontawesome.com/cad6155e62.js" crossorigin="anonymous"></script>
<script>
function trackButtonClick(eventName) {
gtag('event', eventName);
}
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-white navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#" onclick="trackButtonClick('Nav - back to top')"><i
class="bi-lightning-fill name-icon"></i> Christopher Banas</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 me-3">
<li class="nav-item">
<a class="nav-link" href="#portfolio" onclick="trackButtonClick('Nav - portfolio')">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" onclick="trackButtonClick('Nav - about')">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials" onclick="trackButtonClick('Nav - testimonials')">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" onclick="trackButtonClick('Nav - contact')">Contact</a>
</li>
</ul>
<a href='mailto:banaschg@gmail.com' class='btn btn-primary' onclick="trackButtonClick('Email - header')"><i
class="bi-envelope"></i> Send email</a>
</div>
</div>
</nav>
<header class='text-center p-section'>
<div class='container-fluid'>
<div class='row'>
<div class='col-md-6 offset-md-3'>
<sup>I'm Christopher Banas</sup>
<h1>Combining <span class='marker-highlight'>technology</span> and creative <span
class='marker-highlight'>problem-solving</span> to positively impact others.</h1>
<p class='lead mb-5'>I use technology to connect people and help others reach their full potential.</p>
<div class='mt-5'>
<a href='mailto:banaschg@gmail.com' class='btn btn-primary' onclick="trackButtonClick('Email - tagline')"><i
class="bi-envelope"></i> Send email</a>
</div>
</div>
</div>
</div>
</header>
<section id='company' class='p-section'>
<div class='container text-center'>
<label class='sup mb-3 text-muted'>Employment History</label>
<div class='row justify-content-center d-flex align-items-center'>
<div class='col-2'>
<a href="https://www.thulegroup.com/en" target="_blank" onclick="trackButtonClick('Logo - Thule')">
<img src="img/Thule-Logo.png" class='px-3' alt="logo - Thule">
</a>
</div>
<div class='col-2'>
<a href="https://www.melissaanddoug.com/" target="_blank" onclick="trackButtonClick('Logo - M&D')">
<img src="img/M&D-Logo.png" class='px-3' alt="logo - M&D">
</a>
</div>
<div class='col-2'>
<a href="https://naturaldividends.org/" target="_blank" onclick="trackButtonClick('Logo - ND')">
<img src="img/Natural_Dividends_Logo_Full-Color copy.png" class='px-3' id='ndlogo'
alt="logo - Natural Dividends">
</a>
</div>
<div class='col-2'>
<a href="https://www.metlife.com/" target="_blank" onclick="trackButtonClick('Logo - Metlife')">
<img src="img/Metlife-Logo.png" class='px-3' alt="logo - Metlife">
</a>
</div>
<div class='col-2'>
<a href="https://www.northwesternmutual.com/" target="_blank" onclick="trackButtonClick('Logo - NWM')">
<img src="img/Northwestern-Mutual.png" class='px-3' alt="logo - NWM">
</a>
</div>
</div>
</div>
</section>
<section id='portfolio' class='p-section bg-light'>
<div class='container'>
<sup>Portfolio</sup>
<h2 class='mb-5 underline'>Featured work</h2>
<div class='row mb-5'>
<div class='col-sm-4'>
<div class='card h-100'>
<div class='background-image' style='background-image: url(img/Neighborhood-Node-Headline.jpg)'>
<img src='img/spacer-portrait.png'>
</div>
<div class='card-body'>
<h3>Neighborhood Node</h3>
<p class='mb-3'>A community-centric social media networking app which allows residents of a specific neighborhood to connect and communicate with each other, sharing local
news, events, recommendations, and concerns. Built on a foundation of Ruby on Rails, Node, and
React/Redux, this application utilizes industry-leading technologies such as AWS S3 Buckets, Google Maps
API, and bcrypt to provide a seamless user experience that prioritizes privacy and security.</p>
</div>
<div class='card-footer'>
<a href='https://github.com/chrisbanas/neighborhood_node' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('code - NN')"><i class="bi-github"></i> Code</a>
<a href='https://www.neighborhoodnode.com/' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('live - NN')"><i class="bi-power"></i> Live</a>
<!-- <a href='#video-popup-caro' class='btn btn-sm btn-primary float-end open-popup-link'
onclick="trackButtonClick('watch - Caro')"><i class="bi-play-fill" target="_blank"></i> Watch</a>
<div id="video-popup-caro" class="white-popup mfp-hide">
<iframe class="video-viewport" src="https://www.youtube.com/embed/8bXo3bS2eqk"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div> -->
</div>
</div>
</div>
<div class='col-sm-4'>
<div class='card h-100'>
<div class='background-image' style='background-image: url(img/parrot.jpg)'>
<img src='img/spacer-portrait.png'>
</div>
<div class='card-body'>
<h3>Parrot</h3>
<p class='mb-3'>Parrot is a MERN full stack project management suite enabling teams to effectively ideate,
develop, and execute complex projects harnessing the power of AI-generated project plans, interactive
data visualizations, and automated reporting.</p>
</div>
<div class='card-footer'>
<a href='https://github.com/Team-Parrot-Project/Parrot' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('code - PM')"><i class="bi-github"></i> Code</a>
<a href='https://www.parrotpm.com/' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('live - PM')"><i class="bi-power"></i> Live</a>
<!-- <a href='#video-popup-gg' class='btn btn-sm btn-primary float-end open-popup-link'
onclick="trackButtonClick('gg - watch')"><i class="bi-play-fill" target="_blank"></i> Watch</a>
<div id="video-popup-gg" class="white-popup mfp-hide">
<iframe class="video-viewport" src="https://www.youtube.com/embed/PFHso7U-87M"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div> -->
</div>
</div>
</div>
<div class='col-sm-4'>
<div class='card h-100'>
<div class='background-image' style='background-image: url(img/Trader-Radar-Login.jpg)'>
<img src='img/spacer-portrait.png'>
</div>
<div class='card-body'>
<h3>Trader Radar</h3>
<p class='mb-3'>Trader Radar is a visual and interactive representation of how various stocks or financial
instruments are performing in the market. It combines a stock heatmap, a stock search function, a
candlestick chart, live market clock, and stock ticker tape to provide valuable insights and aid in
decision-making.</p>
</div>
<div class='card-footer'>
<a href='https://github.com/chrisbanas/trader_radar' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('code - TR')"><i class="bi-github"></i> Code</a>
<a href='https://www.traderradar.net/' class='btn btn-sm btn-light' target="_blank"
onclick="trackButtonClick('live - TR')"><i class="bi-power"></i> Live</a>
<!-- <a href='#video-popup-bb' class='btn btn-sm btn-primary float-end open-popup-link'
onclick="trackButtonClick('watch - bb')"><i class="bi-play-fill" target="_blank"></i> Watch</a>
<div id="video-popup-bb" class="white-popup mfp-hide">
<iframe class="video-viewport" src="https://www.youtube.com/embed/ppZjaORjJZk"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div> -->
</div>
</div>
</div>
</div>
</div>
</section>
<section id='about' class='p-section'>
<div class='container container-lg'>
<sup>About</sup>
<h2 class='mb-5 underline'>I am Christopher Banas</h2>
<div class='row flex-row'>
<div class='col-sm-4'>
<div class='p-3 sticky-top' style='top: 85px;'>
<a target='_blank' href='https://www.linkedin.com/in/christopher-banas/'
onclick="trackButtonClick('Connect on Linkedin - profile pic')"> <img src="img/headshot_2023.png"
class='circle mb-3' alt="Christopher Banas - Profile Picture"></a>
<ul class='list-inline mb-0 text-center'>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://www.linkedin.com/in/christopher-banas/' target='_blank' class='text-light'
onclick="trackButtonClick('icon - about - linkedin')">
<i class="bi-linkedin"></i>
</a>
</li>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://github.com/chrisbanas' target='_blank' class='text-light'
onclick="trackButtonClick('icon - about - github')">
<i class="bi-github"></i>
</a>
</li>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://wellfound.com/u/christopher-banas-1' target='_blank' class='text-light'
onclick="trackButtonClick('icon - about - wellfound')">
<i class="fa-brands fa-angellist"></i>
</a>
</li>
</ul>
</div>
</div>
<div class='col-sm-8'>
<blockquote>Actively writing code and building solutions.</blockquote>
<a href="https://github.com/chrisbanas" target="_blank" onclick="trackButtonClick('greenfield')">
<img src="img/github_garden.png" class='mb-3 github-field'
alt="Christopher Banas github greenfield">
</a>
<p class='lead'>Thought-filled software engineer and entrepreneur who understands that deliberate, <span
class='marker-highlight'>consistent progress</span> over time is life's greatest growth strategy.</p>
<p class='lead'>With my expertise, I have helped numerous companies<span class='marker-highlight'>surpass
their revenue growth, cost reduction,</span> and operational targets. Drawing from my experience as a
business owner and financial analyst, I possess a deeper understanding of the challenges managers encounter
when making critical business decisions.</p>
<p class='lead mb-0'>Favorite Tools:</p>
<ul class='lead'>
<li><span class='marker-highlight'>Java</span></li>
<li>JavaScript</li>
<li>React</li>
<li>MERN</li>
</ul>
<div id="language-icon-container">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/reactjs/reactjs-ar21.svg"
alt="technology icon - react">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/javascript/javascript-ar21.svg"
alt="technology icon - javascript">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/python/python-ar21.svg"
alt="technology icon - python">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/ruby-lang/ruby-lang-ar21.svg"
alt="technology icon - ruby">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/nodejs/nodejs-ar21.svg"
alt="technology icon - nodejs">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/w3_html5/w3_html5-ar21.svg"
alt="technology icon - html5">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/w3_css/w3_css-ar21.svg"
alt="technology icon - css">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/postgresql/postgresql-ar21.svg"
alt="technology icon - postgresql">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/mongodb/mongodb-ar21.svg"
alt="technology icon - mongodb">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/google_maps/google_maps-ar21.svg"
alt="technology icon - google maps api">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/amazon_aws/amazon_aws-ar21.svg"
alt="technology icon - aws">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/js_webpack/js_webpack-ar21.svg"
alt="technology icon - webpack">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/babeljs/babeljs-ar21.svg"
alt="technology icon - babel">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/npmjs/npmjs-ar21.svg"
alt="technology icon - npm">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/heroku/heroku-ar21.svg"
alt="technology icon - heroku">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/github/github-ar21.svg"
alt="technology icon - github">
<img class="language-icon" src="https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg"
alt="technology icon - git">
<img class="language-icon"
src="https://www.vectorlogo.zone/logos/google_analytics/google_analytics-ar21.svg"
alt="technology icon - google analytics">
</div>
<div class='mt-5'>
<a href='mailto:banaschg@gmail.com' class='btn btn-primary' onclick="trackButtonClick('Email - about')"><i
class="bi-envelope"></i> Send email</a>
</div>
</div>
</div>
</div>
</section>
<section id='testimonials' class='p-section'>
<div class='container'>
<sup>Testimonials</sup>
<h2 class='mb-5 underline'>Kind words<br>from great people</h2>
<div class='row'>
<div class='col-sm-4'>
<div class='p-3'>
<div class=''>
<blockquote class='quotation'>“Chris has a <span class='marker-highlight'>passion</span> for helping and
teaching people!”</blockquote>
<p class='lead'>I met Chris back in college where we both studied Finance. Even then, Chris had a passion
for helping and teaching people! He helped myself and my husband dig through all of our debt and figure
out a plan to get ourselves out of our financial pit so we can build wealth! Chris was very patient with
us and would highly recommend him!</p>
</div>
<div class=''>
<a href="https://www.linkedin.com/in/christine-bellanceau-0b477259/" target="_blank"
onclick="trackButtonClick('recs - Christine')">
<img src="img/christine.jpg" class='circle testimonial-image'
alt="recommender profile picture - Christine">
<h3 class='pt-3 kind-person'>Christine</h3>
</a>
<em>Realtor with Coldwell Banker Realty</a></em>
</div>
</div>
</div>
<div class='col-sm-4'>
<div class='p-3'>
<div class=''>
<blockquote class='quotation'>“Christopher played and still is playing a <span class='marker-highlight'>
vital role </span> in helping me set life
goals,”</blockquote>
<p class='lead'>Christopher played and still is playing a vital role in helping me set life goals, create
a roadmap to those goals, and then provide me with the tools to achieve that financial clarity required
to arrive at the goals I set within the timeline I chose. Christopher shares his perspective of life and
introduces a simple yet <span class='marker-highlight'>effective</span> way of living. Anyone who seeks
financial or professional improvement would benefit from Christopher. </p>
</div>
<div class=''>
<a href="https://www.linkedin.com/in/levent-cankatan-3b2913125/" target="_blank"
onclick="trackButtonClick('recs - Levent')">
<img src="img/levo.jpg" class='circle testimonial-image' alt="recommender profile picture - Levent">
<h3 class='pt-3 kind-person'>Levent</h3>
</a>
<em>IT Client Relationship Associate</em>
</div>
</div>
</div>
<div class='col-sm-4'>
<div class='p-3'>
<div class=''>
<blockquote class='quotation'>“Chris has a remarkable ability to <span class='marker-highlight'> think
strategically </span> and see the big picture ”</blockquote>
<p class='lead'>In many of the coding projects we've worked on together, at some point we inevitably end
up in the weeds implementing a highly technical feature. Chris deftly breaks down and solves these
challenges while, with his big picture mindset, ensuring the code remains scalable and flexible.
Everything we've worked on looks, functions, and just feels better.</p>
</div>
<div class=''>
<a href="https://www.linkedin.com/in/mibird/" target="_blank" onclick="trackButtonClick('recs - Andy')">
<img src="img/mike.jpg" class='circle testimonial-image' alt="recommender profile picture - Michael">
<h3 class='pt-3 kind-person'>Michael</h3>
</a>
<em>Software Engineer, Strategy and Operations Manager</em>
</div>
</div>
</div>
</div>
</div>
</section>
<section class='bg-dark text-white section-inverse'>
<div class='container'>
<div class='bg-primary p-5 card'>
<h2 class='mb-5 text-center underline'>Shipping more than code</h2>
<div class='row'>
<div class='col-sm-4'>
<a href="https://presidentialserviceawards.gov/" target="_blank">
<img src="img/pvsa-logo-2x.png" alt="PSVA Award" class="psva">
</a>
<p class="award-desc">I was honored to receive the U.S. President's Lifetime Achievement Award for over 4,000 hours of unpaid volunteer service in June of 2022.</p>
</div>
<div class='col-sm-4'>
<h3><i class="fas fa-leaf me-2"></i> Environmental Steward</h3>
<ul>
<li>
I co-founded an environmental nonprofit <a href="https://www.naturaldividends.org/" class="nd-link" target="_blank">Natural Dividends</a>. More than just a professional endeavor, this nonprofit resonated with my personal ethos of sustainability and to protect our environment. While I am no longer working at the organization I continue to volunteer for its Board of Directors as the Secretary and Treasurer which I have done since its inception. Together, we have organized events collecting over 5,000lbs of trash, raised over $50k to improve local communities, conducted educational programs, and implemented sustainable initiatives that have had a tangible impact on the environment.
</li>
</ul>
</div>
<div class='col-sm-4'>
<a href="https://www.change.org/p/gavin-newsom-compton-kidz-club-s-we-care-movement-to-ban-single-use-plastic-in-k-12-schools-in-u-s?utm_content=cl_sharecopy_30929573_en-US%3A7&recruiter=1109435248&recruited_by_id=1ed711e0-a6ee-11ea-a829-f1a26bcff363&utm_source=share_petition&utm_medium=copylink&utm_campaign=psf_combo_share_initial" target="_blank">
<img src="img/cleanup.jpg" alt="Playa Del Rey Cleanup" class="cleanup">
</a>
<p class="image-description">Beach cleanup at Playa Del Rey with the students of King Drew High's environmental club Green 4 U.</p>
</div>
</div>
</div>
</div>
</section>
<section id='contact' class='p-section-lg bg-dark text-white'>
<div class='container container-lg text-center'>
<sup>Contact</sup>
<h2 class='mb-5'>Let's talk</h2>
<p class='w-sm ms-auto me-auto lead'>Hey! There is no better way to get to know each other than a chat. You set
the agenda or we can start with these talking points:</p>
<ul class='list-unstyled lead'>
<li>🥑➡️😋 Food (Love avocados)</li>
<li>👞🧗🏞 Hiking (I'm training for Mt. Whitney)</li>
<li>🕹👾🎮 Gaming (Favorite character on Smash?)</li>
<li>🖖 Making the switch to engineering!</li>
</ul>
<div class='mt-5'>
<a target='_blank' href='https://www.linkedin.com/in/christopher-banas/' class='btn btn-primary'
onclick="trackButtonClick('Connect on Linkedin - contact')"><i class="bi-linkedin"></i> Connect on
Linkedin</a>
<a target='_blank' href='https://github.com/chrisbanas' class='btn btn-primary'
onclick="trackButtonClick('Github - contact')"><i class="bi-github"></i> Check out GitHub</a>
<a href='./Christopher_Banas_Resume.zip' class='btn btn-primary'
onclick="trackButtonClick('Resume - contact')"><i class="bi-download"></i> Download resume</a>
<a href='mailto:banaschg@gmail.com' class='btn btn-primary' onclick="trackButtonClick('Email - contact')"><i
class="bi-envelope"></i> Send email</a>
</div>
</div>
</section>
<footer class='bg-black p-5 text-white'>
<div class='container'>
<div class='row'>
<div class='col-sm-6'>
<p>
© Christopher Banas
</p>
</div>
<div class='col-sm-6'>
<ul class='list-inline float-end'>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://www.linkedin.com/in/christopher-banas/' target='_blank' class='text-light'
onclick="trackButtonClick('icon - linkedin - footer')">
<i class="bi-linkedin"></i>
</a>
</li>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://github.com/chrisbanas' target='_blank' class='text-light'
onclick="trackButtonClick('icon - github - footer')">
<i class="bi-github"></i>
</a>
</li>
<li class='list-inline-item h4 mb-0 me-3'>
<a href='https://wellfound.com/u/christopher-banas-1' target='_blank' class='text-light'
onclick="trackButtonClick('icon - wellfound - footer')">
<i class="fa-brands fa-angellist"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<svg xmlns="//www.w3.org/2000/svg" version="1.1" class="svg-filters" style="display:none;">
<defs>
<filter id="marker-shape">
<feTurbulence type="fractalNoise" baseFrequency="0 0.15" numOctaves="1" result="warp" />
<feDisplacementMap xChannelSelector="R" yChannelSelector="G" scale="30" in="SourceGraphic" in2="warp" />
</filter>
</defs>
</svg>
</body>
</html>