-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
860 lines (844 loc) · 34.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Elijah Paulman's Portfolio</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="description" content="Elijah Paulman Portfolio" />
<meta name="keywords" content="" />
<meta name="author" content="Eli Paulman" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/eli-resume-style.css" />
<link rel="icon" type="image/x-icon" href="images/favicon-32x32.png" />
</head>
<body data-spy="scroll" data-target="#navbarNav" data-offset="50">
<!-- MENU BAR -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#">Hi, I'm Eli</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="#intro" class="nav-link smoothScroll">Introduction</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link smoothScroll">About</a>
</li>
<li class="nav-item">
<a href="#experience" class="nav-link smoothScroll">Experience</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link smoothScroll">Projects</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link smoothScroll">Education</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link smoothScroll">Contact</a>
</li>
</ul>
<div class="mt-lg-0 mt-3 mb-4 mb-lg-0">
<a
href="Resumes/Eli_Paulman_Resume.pdf"
class="custom-btn btn"
download
>Download Resume</a
>
</div>
</div>
</div>
</nav>
<!-- INTRO SECTION -->
<section
class="hero d-flex flex-column justify-content-center align-items-center"
id="intro"
>
<div class="container">
<div class="row">
<div class="mx-auto col-lg-5 col-md-5 col-10">
<img
src="images/EliStandingClear.png"
class="img-fluid"
alt="Eli Personal Website"
/>
</div>
<div
class="d-flex flex-column justify-content-center align-items-center col-lg-7 col-md-7 col-12"
>
<div class="hero-text">
<h1 class="hero-title">Hello, I'm Eli</h1>
<a href="mailto:[email protected]" class="email-link">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT ME SECTION -->
<section class="about section-padding" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<h3 class="mb-4">About Me</h3>
<p>
I'm Eli Paulman, a Computer Science and Engineering student at the
Ohio State University and a Software Developer intern at London
Computer Systems for the summer of 2024. I'm dedicated to using my
technical expertise, problem-solving skills, and passion for
innovation to contribute to cutting-edge projects and drive
positive change. I am particularly focussed on making technology
accessible and advancing sustainability efforts in tech.
</p>
<ul class="mt-4 mb-5 mb-lg-0 profile-list list-unstyled">
<li><strong>Name :</strong>Elijah Paulman</li>
<li><strong>Major :</strong>Computer Science & Engineering</li>
<li><strong>Position:</strong>Software Developer Intern</li>
<li>
<strong>Email :</strong
><a href="mailto:[email protected]">[email protected]</a
><i class="fas fa-arrow-right custom-icon"></i>
</li>
</ul>
</div>
<div class="col-lg-5 mx-auto col-md-6 col-12">
<img
src="images/EliSitting.jpg"
class="about-image img-fluid"
alt="Eli's Resume HTML Template"
/>
</div>
</div>
</div>
</section>
<!-- EXPERIENCE SECTION -->
<section class="testimonials section-padding" id="experience">
<div class="container">
<div class="row">
<div class="col-12">
<h3 class="mb-5 text-center">Experience</h3>
<div class="owl-carousel owl-theme" id="experience-carousel">
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">IBM Accelerate</h6>
<span>Software Track</span>
<p><em>June 2024 - August 2024</em></p>
<ul style="text-align: left">
<li>
<strong>Completed an 8-week intensive program</strong>
focused on software development skills.
</li>
<li>
<strong>Developed technical skills</strong> in
JavaScript, React, Node.js, and Cloud Native
Development.
</li>
<li>
<strong>Participated in interactive sessions</strong> on
data structures, algorithms, and application security.
</li>
<li>
<strong
>Collaborated with professionals and peers</strong
>
using Git, Slack and WebEx.
</li>
<li>
<strong>Engaged in hands-on projects</strong> to enhance
coding logic and SDLC understanding.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/IBM_logo.png"
class="img-fluid"
alt="IBM Logo"
/>
</div>
</div>
</div>
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">Software Developer Intern</h6>
<span>London Computer Systems</span>
<p><em>May 2024 - August 2024</em></p>
<ul style="text-align: left">
<li>
<strong>Developed and maintained REST APIs</strong>
using C#/.NET, and SQL to enhance Rent Manager 12
software.
</li>
<li>
<strong>Resolved 20+ bug tickets</strong> through
systematic debugging, ensuring optimal software
performance.
</li>
<li>
Completed
<strong
>7 API tickets for a new leasing center
feature</strong
>
in RM Express, enhancing user experience and
functionality.
</li>
<li>
<strong
>Maintained business and data layer logic</strong
>
for CRUD operations, ensuring robust data management
capabilities.
</li>
<li>
<strong>Collaborated in an Agile environment</strong>
engaging in sprint planning meetings, retrospectives,
and feature meetings.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/LCSLogo1.png"
class="img-fluid"
alt="Company 1 Logo"
/>
</div>
</div>
</div>
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">Code for Good Hackathon</h6>
<span>J.P. Morgan Chase & Co.</span>
<p><em>November 2023</em></p>
<ul style="text-align: left">
<li>
<strong>Collaborated in a team</strong> to win J.P.
Morgan Chase Code for Good hackathon, impacting tech
education with Pyramid CDC non-profit.
</li>
<li>
<strong>Implemented key features</strong> like user
accounts, profile pages, skills assessments, learning
paths, courses, event calendar, and admin panel.
</li>
<li>
<strong>Created a responsive web app</strong> using
React and Tailwind CSS, ensuring accessibility on all
devices.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/JP-Morgan-Chase-Logo.png"
class="img-fluid"
alt="Company 2 Logo"
/>
</div>
</div>
</div>
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">President</h6>
<span>Engineers for a Sustainable World</span>
<p><em>August 2024 - Present</em></p>
<ul style="text-align: left">
<li>
<strong>Provide leadership</strong> as President of
Engineers for a Sustainable World (ESW), focusing on
community outreach and engagement.
</li>
<li>
<strong>Contribute to projects</strong> like optimizing
trash routes using ESP32 microcontrollers, sensors, web
development, and data visualization.
</li>
<li>
<strong>Created a new club website</strong> to promote
the club mission and outreach.
</li>
<li>
<strong>Collaborate with team members</strong> on
engineering solutions for sustainability and
environmental stewardship in the local community.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/esw_logo.png"
class="img-fluid"
alt="Company 2 Logo"
/>
</div>
</div>
</div>
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">Software QA Intern</h6>
<span>London Computer Systems</span>
<p><em>May 2023 - August 2023</em></p>
<ul style="text-align: left">
<li>
<strong>Developed and executed</strong> 50+ Rent Manager
12 API test plans using JIRA with XRAY integration and
Postman.
</li>
<li>
<strong>Constructed API test calls</strong> to test
endpoints and compare expected versus actual JSON data.
</li>
<li>
<strong
>Managed and manipulated Heidi SQL databases</strong
>
for viewing pre and post test data and process status.
</li>
<li>
<strong>Used Agile methodologies</strong> and JIRA to
track tickets and sprints through development and
testing.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/LCSLogo1.png"
class="img-fluid"
alt="Company 1 Logo"
/>
</div>
</div>
</div>
<div class="item">
<div class="experience-thumb d-flex">
<div class="experience-info text-center">
<h6 class="mb-0">Target</h6>
<span>Guest Advocate</span>
<p><em>December 2021 - November 2022</em></p>
<ul style="text-align: left">
<li>
<strong>Developed problem-solving skills</strong> by
addressing and resolving customer inquiries and issues
efficiently.
</li>
<li>
<strong
>Enhanced communication and teamwork skills
</strong>
by effectively interacting with customers and team
members.
</li>
<li>
<strong> Applied analytical abilities </strong>
to identify customer needs and provide appropriate
solutions.
</li>
<li>
<strong> Utilized technology </strong>
to manage inventory, process transactions, and maintain
customer records.
</li>
</ul>
</div>
</div>
<div class="experience-thumb d-flex">
<div class="experience-image">
<img
src="images/Companies/TargetLogo2.png"
class="img-fluid"
alt="Target Logo"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PROJECTS SECTION -->
<section class="projects section-padding" id="projects">
<div class="container">
<div class="section-heading text-center">
<h3 class="mb-5 text-center">Projects</h3>
<div class="underline"></div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="project-item">
<div class="project-overlay">
<div class="project-info">
<h4>Tech Learning Platform</h4>
<p>
Developed a tech literacy platform for Pyramid CDC, a
nonprofit based in Columbus, OH. The platform features user
profiles, skill assessments, incentivized learning paths, a
community events calendar, and an admin panel for monitoring
activity. The responsive web app was built using React.js,
Tailwind CSS, and Firebase, ensuring full functionality
across all devices, including smartphones.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="project-item">
<div class="project-overlay">
<div class="project-info">
<h4>Brutus the Plumber - A Mario Sim.</h4>
<p>
"Brutus the Plumber" is a Super Mario simulation developed
in C with a graphics library. The game features realistic
physics, collision handling, and a custom linked list
library. It also includes advanced features like hex
decoding and colored coins. The game supports both text and
graphics output, demonstrating complex game logic and a
user-friendly interface.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="project-item">
<div class="project-overlay">
<div class="project-info">
<h4>Money Tracker</h4>
<p>
Developed a full-stack financial tracking application
designed to record and manage transactions. The application,
built with a robust tech stack including Node.js,
Express.js, React, and MongoDB, captures key transaction
details such as amount, name, date, and description. This
project showcases a versatile skill set used to create a
secure, high-performance, and user-friendly money management
solution.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="text-center mt-4">
<a href="https://epaulman.com/weather" class="view-all-projects"
>View Weather App Project</a
>
</div>
<div class="text-center mt-4">
<a
href="https://www.linkedin.com/in/elijah-paulman-ab1011226/"
class="view-all-projects"
>View Projects on LinkedIn</a
>
<a
href="https://github.com/elipaulman?tab=repositories"
class="view-all-projects"
>View Github</a
>
</div>
</div>
</section>
<!-- EDUCATION SECTION -->
<section class="testimonials section-padding" id="education">
<div class="container">
<div class="row">
<div class="col-12">
<h3 class="mb-5 text-center">Education</h3>
<div class="owl-carousel owl-theme" id="testimonials-carousel">
<div class="item">
<div class="testimonials-thumb d-flex">
<div class="testimonials-image">
<img
src="images/testimonials/OhioLogo.jpg"
class="same-size-image round-image"
alt="Ohio State University"
/>
</div>
<div class="testimonials-info">
<h6 class="mb-0">Ohio State University</h6>
<span>B.S. CSE</span>
<li>3.78 GPA</li>
<li>Engineering Scholars</li>
<li>Dean's list 2022-2024.</li>
</div>
</div>
</div>
<div class="item">
<div class="testimonials-thumb d-flex">
<div class="testimonials-image">
<img
src="images/testimonials/SinclairLogo.jpg"
class="same-size-image round-image"
alt="Sinclair Community College"
/>
</div>
<div class="testimonials-info">
<h6 class="mb-0">Sinclair Community College</h6>
<span>A.S Liberal Arts of Science</span>
<li>50 CCP credits</li>
<li>4.0 GPA</li>
<li>Dean's list 2021, 2022.</li>
</div>
</div>
</div>
<div class="item">
<div class="testimonials-thumb d-flex">
<div class="testimonials-image">
<img
src="images/testimonials/Lebanon1.png"
class="same-size-image round-image"
alt="Lebanon City Schools"
/>
</div>
<div class="testimonials-info">
<h6 class="mb-0">Lebanon City Schools</h6>
<span>High School</span>
<li>4.57 GPA</li>
<li>Top 1% of class</li>
<li>National Honor Society</li>
</div>
</div>
</div>
<div class="item">
<div class="testimonials-thumb d-flex">
<div class="testimonials-image">
<img
src="images/testimonials/EarthLogo.png"
class="same-size-image round-image"
alt="Current"
/>
</div>
<div class="testimonials-info">
<h6 class="mb-0">Current</h6>
<span>Future Opportunities</span>
<li>Industry experience</li>
<li>Software Developer Intern</li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ SECTION -->
<section class="faq section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h3 class="mb-5">Common Questions</h3>
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button
class="btn btn-link"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
What are your technical skills?
</button>
</h2>
</div>
<div
id="collapseOne"
class="collapse show"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
<div class="card-body">
<h5>Programming Languages & Frameworks:</h5>
<p>
Java, C, C#, Python, x86 Assembly, SQL, JavaScript
(React), HTML, CSS, XML
</p>
<h5>Software:</h5>
<p>
Visual Studio, VS Code, Eclipse, Git/GitHub, MongoDB, Postman,
Matlab, SolidWorks, Microsoft Office, Google Suite
</p>
<h5>Other Skills:</h5>
<p>
Data Structures & Algorithms, AWS Cloud Essentials, REST
APIs, Agile, electronic and computer
hardware, circuit assembly, 3D printing
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
What are you involved in?
</button>
</h2>
</div>
<div
id="collapseThree"
class="collapse"
aria-labelledby="headingThree"
data-parent="#accordionExample"
>
<div class="card-body">
<h5>Leadership & Involvement:</h5>
<ul>
<li>Engineers for a Sustainable World club (ESW)</li>
<li>OHI/O club (Ohio State's Hackathon Program)</li>
<li>Engineering Scholars program</li>
<li>Google Student Developer Club</li>
</ul>
<h5>Roles:</h5>
<ul>
<li>
President and former Director of Community Service for
ESW
</li>
<li>
Member of the Marketing and Communications Committee for
OHI/O
</li>
<li>Member of the Engineering Scholars program</li>
<li>Member of the Google Student Developer club</li>
</ul>
<h5>Leadership Goals:</h5>
<p>
In my roles and leadership positions, I prioritize
promoting tech literacy, sustainability, and community
outreach. I'm passionate about making technology
accessible to all and advancing sustainability efforts.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
When will you graduate?
</button>
</h2>
</div>
<div
id="collapseTwo"
class="collapse"
aria-labelledby="headingTwo"
data-parent="#accordionExample"
>
<div class="card-body">
<p>I am graduating in December 2025.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h2 class="mb-0">
<button
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseFour"
aria-expanded="false"
aria-controls="collapseFour"
>
What are your goals?
</button>
</h2>
</div>
<div
id="collapseFour"
class="collapse"
aria-labelledby="headingFour"
data-parent="#accordionExample"
>
<div class="card-body">
<p>
Currently, I am pursuing internships and industry
experience to enhance my education and support my
objective of becoming a software developer. I am actively
seeking software developer intern roles.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h2 class="mb-0">
<button
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
What are your hobbies?
</button>
</h2>
</div>
<div
id="collapseFive"
class="collapse"
aria-labelledby="headingFive"
data-parent="#accordionExample"
>
<div class="card-body">
<p>
I enjoy playing guitar, mountain biking, skiing, kayaking,
and spending time with friends and family. I also like to
create cool projects on my 3D printer, and with Arduino.
</p>
</div>
</div>
</div>
<span class="faq-info-text"
>Please feel free to send any additional questions, comments, or
concerns to <strong>[email protected]</strong></span
>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION -->
<section class="contact section-padding pt-0" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<!-- Possible future contact me form -->
<!-- <form action="#" method="get" class="contact-form webform" role="form">
<div class="form-group d-flex flex-column-reverse">
<input type="text" class="form-control" name="cf-name" id="cf-name" placeholder="Your Name">
<label for="cf-name" class="webform-label">Full Name</label>
</div>
<div class="form-group d-flex flex-column-reverse">
<input type="email" class="form-control" name="cf-email" id="cf-email" placeholder="Your Email">
<label for="cf-email" class="webform-label">Your Email</label>
</div>
<div class="form-group d-flex flex-column-reverse">
<textarea class="form-control" rows="5" name="cf-message" id="cf-message" placeholder="Your Message"></textarea>
<label for="cf-message" class="webform-label">Message</label>
</div>
<button type="submit" class="form-control" id="submit-button" name="submit">Send</button>
</form> -->
</div>
<div class="container text-center">
<div class="mx-auto col-lg-4 col-md-6 col-12">
<h3 class="my-4 pt-4 pt-lg-0">Contact Eli</h3>
<ul class="social-links mt-2">
<li>
<a
href="https://www.linkedin.com/in/elijah-paulman-ab1011226/"
rel="noopener"
class="fab fa-linkedin"
></a>
</li>
<li>
<a
href="https://github.com/elipaulman"
rel="noopener"
class="fab fa-github"
></a>
</li>
<li>
<a
href="https://www.facebook.com/elijah.paulman.5/"
rel="noopener"
class="fab fa-facebook"
></a>
</li>
<li>
<a
href="https://instagram.com/elipaulman?igshid=OGQ5ZDc2ODk2ZA=="
rel="noopener"
class="fab fa-instagram"
></a>
</li>
</ul>
<p class="mb-1">(513)-491-6464</p>
<p>
<a href="mailto:[email protected]">
<i class="fas fa-arrow-right custom-icon"></i>
</a>
<a href="mailto:[email protected]">
<i class="fas fa-arrow-right custom-icon"></i>
</a>
</p>
<div class="mt-lg-0 mt-3 mb-4 mb-lg-0">
<a
href="Resumes/Eli_Paulman_Resume.pdf"
class="custom-btn btn"
download
>Download Resume</a
>
</div>
<p class="mt-3">Created by hand</p>
</div>
</div>
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>