-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
711 lines (709 loc) · 44 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
<!DOCTYPE html>
<html lang="zxx">
<!-- Portfolio-Website -->
<head>
<!-- Required meta tags-->
<meta charset="utf-8">
<!-- Title-->
<title>Ben Zhao: Personal Portfolio</title>
<!-- Description-->
<meta name="description" content="Personal Portfolio: Ben Zhao">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<!-- Web fonts-->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap" rel="stylesheet">
<!-- CSS vendors-->
<link rel="stylesheet" href="css/bootstrap-custom.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/tiny-slider.css">
<link rel="stylesheet" href="css/lity.min.css">
<link rel="stylesheet" href="css/simplebar.min.css">
<link rel="stylesheet" href="css/jquery.mb.YTPlayer.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Main CSS-->
<link rel="stylesheet" href="css/main.css">
<!-- CSS Color scheme-->
<link id="color-scheme" rel="stylesheet" href="css/colors/main-darkyellow.css">
<!-- Custom CSS-->
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="theme-dark">
<!-- Preloader-->
<div class="preloader">
<div class="preloader-block">
<div class="preloader-icon"><span class="loading-dot loading-dot-1"></span><span class="loading-dot loading-dot-2"></span><span class="loading-dot loading-dot-3"></span></div>
</div>
</div>
<div id="overlay-effect"></div>
<!-- Navbar-->
<nav class="navbar-expand-md navbar fixed-top" id="navbar"><a class="navbar-brand" data-scroll="" href="#home-area">
<!-- Navbar Logo-->
<img class="img-fluid" src="img/BZrecent.png" alt="Logo"></a>
<span class="navbar-menu ml-auto" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" role="button"><span class="btn-line"></span></span>
<div class="collapse navbar-collapse order-1 order-lg-0" id="navbarSupportedContent">
<!-- Navbar menu-->
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#resume">Experience</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#blog">Internship & Career Services Consulting</a></li>
</ul>
<a href="https://calendly.com/bzhaoster8/recruitingcall" target="_blank" class="btn lets-talk-button ml-lg-3">Let's Talk</a>
</div>
</nav>
<!-- Home-->
<section class="home-area element-cover-bg video-variant" id="home" style="background-image:url(img/)">
<div class="player" id="homeVideo" data-property="{videoURL:'https://www.youtube.com/watch?v=mOFoh9FUR8w',containment:'#home',autoPlay:true, mute:true, showControls:false, stopMovieOnBlur:false, showYTLogo: false}"></div>
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center">
<div class="col-12 col-lg-8 home-content text-center">
<div class="status-indicator">
<i class="fas fa-circle"></i>
<span>Recruitment Open for 2025 New Grad SWE Roles in MSP Area(or remote)</span>
</div>
<h1 class="home-name">Hi! I'm Ben!</h1>
<h1 class="home-name">Nice to Meet You!</h1>
<h4 class="cd-headline clip home-headline">I’m <span class="cd-words-wrapper single-headline"><b class="is-visible">a Programmer</b><b>an Athlete</b><b>a Student</b></span></h4>
<!-- <a href="#portfolio" class="btn button-main button-scheme mt-4" id="openPortfolioBtn">View My Projects</a> -->
</div>
</div>
</div>
<div class="fixed-wrapper">
<!-- Social media icons-->
<div class="fixed-block block-right">
<ul class="list-unstyled social-icons">
<li><a href="mailto:[email protected]"><i class="icon ion-md-mail"></i></a></li>
<li><a href="https://www.linkedin.com/in/zehou-zhao/"><i class="icon ion-logo-linkedin"></i></a></li>
<li><a href="https://github.com/bzhao-1"><i class="icon ion-logo-github"></i></a></li>
</ul>
</div>
</div>
</section>
<!-- About lightbox-->
<div class="lightbox-wrapper" id="about" data-simplebar>
<div class="container">
<div class="lightbox-close">
<div class="close-btn" data-modal-close=""><span class="btn-line"></span></div>
</div>
<div class="row">
<div class="col-12">
<div class="lightbox-content">
<div class="row">
<div class="col-12">
<div class="section-heading page-heading">
<p class="section-description">Who am I?</p>
<h2 class="section-title">About Me</h2>
<div class="animated-bar"></div>
</div>
</div>
</div>
<!-- Info section-->
<div class="info-section single-section">
<div class="row align-items-center">
<!-- Picture part-->
<div class="col-12 col-lg-5 info-img"><img class="img-fluid img-thumbnail" src="img/benzhao.jpg" alt="Junior Football Picture"></div>
<!-- Content part-->
<div class="col-12 col-lg-7 info-content">
<div class="content-block">
</div>
<h2 class="content-subtitle">Discover BZ!</h2>
<h6 class="content-title">I'm Ben Zhao, a Software Developer and Programmer</h6>
<div class="content-description">
<p> I am a senior computer science student at Carleton College who has experience in software development for cloud services. During the summer of 2023, within the Pulse team of Oracle Compute, I developed an end-to-end automated system to detect PSU faults in OCI data centers to initiate downstream triage and live repair.
This was one of OCI's first live repair services. During the summer of 2024, I returned to Oracle as an intern in their Object Storage service. I developed a pipeline to capture per-tenant replication and copy service metrics, enhancing network traffic analysis and client discussion transparency for pinpointing causes of operational issues leading to service performance optimization.
I am also a student athlete and was a 4 year starter for Carleton's football program.
Originally born in China, I moved to the United States when I was 4 and now reside in the greater Minneapolis-Saint Paul area.
</p>
</div>
<address class="content-info">
<div class="row">
<div class="col-12 col-md-6 single-info"><span>Name:</span>
<p>Ben Zhao</p>
</div>
<div class="col-12 col-md-6 single-info"><span>Email:</span>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 single-info"><span>Age:</span>
<p>21</p>
</div>
<div class="col-12 col-md-6 single-info"><span>From:</span>
<p>Guangzhou, China</p>
</div>
</div>
</address>
<div class="d-block d-sm-flex align-items-center"><a class="btn content-download button-main button-scheme" href="resume/resume.pdf" download="benzhaoresume.pdf" >Download CV</a>
<ul class="list-unstyled list-inline content-follow">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/zehou-zhao/"><i class="icon ion-logo-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/bzhao-1"><i class="icon ion-logo-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Hobbies and Activities section-->
<div class="services-section single-section">
<div class="row">
<div class="col-12">
<div class="section-heading">
<p class="section-description">Hobbies and Activities</p>
<h2 class="section-title">What I do for fun!</h2>
</div>
</div>
</div>
<div class="row">
<!-- Single hobby-->
<div class="col-12 col-md-6 col-lg-4">
<h6 class="hobby-title">Football</h6>
<p class="hobby-description">I began playing football in 2017 as a freshman in high school.
My first two years were challenging, but I worked tirelessly to improve my skills and transform my body.
By junior year, I earned a starting position, and as a senior, I was honored to serve as a team captain.
I achieved my dream of playing collegiate football and becoming the starting Tight End for Carleton College, a role I earned in game five of my true freshman season.
After many year of dedication, growth, and success on the field, I am proud of the rewarding and complete career I’ve had and content with all I’ve accomplished in both high school and college football.
<br>
<a class="button" href="http://www.hudl.com/v/2JtXNT">Sophomore Season Highlights</a>
</p>
<div class="single-hobby"><img class="img-fluid img-thumbnail" src="img/football.JPG" alt="Football Picture"></i>
</div>
</div>
<!-- Single hobby-->
<div class="col-12 col-md-6 col-lg-4">
<h6 class="hobby-title">Weightlifting</h6>
<p class="video-description">Training has completely transformed me, both physically and mentally.
When I started, I was out of shape, but through consistent lifting and improved nutrition, I’ve built a strong, healthy physique and am now in great shape.
Beyond the physical transformation, working out has provided tremendous mental health benefits, improving my confidence, focus, and overall well-being. </p>
</div>
<iframe width="397" height="705" src="https://www.youtube.com/embed/CsQwhHHTusc" title="Lifting" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe>
<!-- Single hobby-->
<div class="col-12 col-md-6 col-lg-4">
<h6 class="hobby-title1">Video Editing and Production</h6>
<p class="hobby-description">I enjoy putting together youtube videos in my free time. I create many different styles of edits.
In the past, I have made compilations of sports highlights and created my own podcast on youtube. Despite no longer running he channel actively,
I still enjoy putting together my end of season football highlights every year. I have combined three of my passions: football, editing, and video games into this edit!
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/06CUc1_g4Xk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
</div>
</div>
<!-- Clubs and Volunteering section-->
<div class="Clubs">
<div class="Activities">
<div class="col-12">
<div class="section-heading">
<p class="section-description">Clubs and Volunteering</p>
<h2 class="section-title">Leadership and Organizations</h2>
</div>
</div>
</div>
<div class="my-slider">
<div class="slider-item">
<!-- Single Club-->
<div class="single-review swiper-slide">
<div class="review-header d-flex justify-content-between">
<div class="review-client">
<div class="media"><img class="img-fluid rounded-circle rugby-avatar" src="img/rfc.jpeg" width = "400" height = "400" alt="Club Rugby">
</div>
<div class="club-details">
<h6 class="club-name">Carleton Rugby Club</h6><span class="my-role">VP & Forwards Captain</span>
</div>
</div>
</div>
<p class="review-content">
I have been a member of Carleton Men's Rugby Club since spring of 2022. I am the forwards captain, VP, and treasurer of the club. My roles include managing finances, scheduling games, helping coordinate practices,
and coaching and introducing newer players to the game of rugby!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Resume lightbox-->
<div class="lightbox-wrapper" id="resume" data-simplebar>
<div class="container">
<div class="lightbox-close">
<div class="close-btn" data-modal-close=""><span class="btn-line"></span></div>
</div>
<div class="row">
<div class="col-12">
<div class="lightbox-content">
<div class="row">
<div class="col-12">
<div class="section-heading page-heading">
<p class="section-description">Qualifications</p>
<h2 class="section-title">Education and Experience</h2>
<div class="animated-bar"></div>
</div>
</div>
</div>
<!-- Resume section-->
<div class="resume-section single-section">
<div class="row">
<!-- Education part-->
<div class="col-12 col-md-6">
<div class="col-block education">
<h3 class="col-title">Education</h3>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">Carleton College</h5><span class="item-details">BA CS, Concentration in Math | March 2025</span>
<p class="item-description">3.7 GPA</p>
</div>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">WCSU Summer</h5><span class="item-details"> Summer 2021 </span>
<p class="item-description">Enrolled in Linear Algebra at WCSU summer after senior year of high school and completed computational biology research that was published in the May 2019 edition of the FASEB Journal with Professor Xiaodi Wang</p>
</div>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">High School</h5><span class="item-details">Fairfield Ludlowe | 2021</span>
<p class="item-description">Graduated Magna Cum Laude</p>
</div>
</div>
</div>
<!-- Experience part-->
<div class="col-12 col-md-6">
<div class="col-block experience">
<h3 class="col-title">Experience</h3>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">Software Engineer Intern</h5><span class="item-details">Oracle / June-Aug 2024</span>
<p class="item-description">
2024 Returning Summer Software Engineering Intern
<ul>
<li>Developed a pipeline to capture per-tenant replication and copy service metrics, enhancing network traffic analysis and client discussion transparency</li>
<li>Pioneered implementation of over 50 MQL metrics to pinpoint causes of operational issues for service performance optimization</li>
</ul>
</p>
</div>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">Software Engineer Intern</h5><span class="item-details">Oracle / May-Aug 2023</span>
<p class="item-description">
2023 Summer Software Engineering Intern
<ul>
<li>Developed an end-to-end automated system to detect PSU faults in data centers with OCI Pulse and initiate downstream triage and live repair</li>
<li>Enhanced one of OCI's first live repair services by streamlining PSU fault maintenance requests using Java API frameworks</li>
<li>Worked across cross-functional agile teams to ensure smooth code migration process to non-terminating repair services</li>
</ul>
</p>
</div>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">Data Anaylst Intern</h5><span class="item-details">Frontage Laboratories / June - Aug 2022</span>
<p class="item-description">
Two time intern at Frontage Labs, Dec 2021 - Jan 2022 & June - Aug 2022
<ul>
<li>Created Python algorithm by leveraging pandas and numpy to automate tracking data, increasing efficiency by over 100%, for
over 300 biological instrument inventories and distribution</li>
<li>Managed orders totaling over $100,000 in biological supplies and lab materials to deliver supplies to more than 25 research and
clinical studies</li>
<li>Led in transition between two full time employees where I had FTE responsbility and increased productivity in the role by over 1000%. Company continued to use my software after my internship.</li>
<li>Led in quality control through pandas to reduce errors by 25% with archiving and tracking data from biological sample studies</li>
</ul>
</p>
</div>
<div class="resume-item"><span class="item-arrow"></span>
<h5 class="item-title">Website Developer</h5><span class="item-details">Cahai / 2021 - 2022</span>
<p class="item-description">
Website developer and manager for nonprofit organization: personal project
<ul>
<li>Led in utilizing HTML and graphic design skills to manage and update website for local nonprofit organization as part of a team</li>
<li>Interacted with over 50 local business owners to promote sponsorship, advertising, and marketing to increase traffic to website</li>
<li>Drove over 200% increase efficiency for organizing events, selling tickets, and managing members</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Skills section-->
<div class="skills-section single-section">
<div class="row">
<div class="col-12">
<div class="section-heading">
<p class="section-description">My Toolbox</p>
<h2 class="section-title">Programming Languages & Skills</h2>
</div>
</div>
</div>
<div class="row">
<!-- First Column -->
<div class="col-12 col-md-6">
<div class="single-service"><i class="icon service-icon fab fa-python"></i>
<h6 class="service-title">Python</h6>
</div>
<div class="single-service"><i class="icon service-icon fas fa-database"></i>
<h6 class="service-title">SQL</h6>
</div>
<div class="single-service"><i class="icon service-icon fas fa-chart-bar"></i>
<h6 class="service-title">R</h6>
</div>
<div class="single-service"><i class="icon service-icon fab fa-html5"></i>
<h6 class="service-title">HTML/CSS</h6>
</div>
<div class="single-service"><i class="icon service-icon fas fa-c"></i>
<h6 class="service-title">C</h6>
</div>
</div>
<!-- Second Column -->
<div class="col-12 col-md-6">
<div class="single-service"><i class="icon service-icon fab fa-java"></i>
<h6 class="service-title">Java</h6>
</div>
<div class="single-service"><i class="icon service-icon fas fa-chart-line"></i>
<h6 class="service-title">Data Analytics</h6>
</div>
<div class="single-service"><i class="icon service-icon fab fa-js"></i>
<h6 class="service-title">JavaScript</h6>
</div>
<div class="single-service"><i class="icon service-icon fab fa-swift"></i>
<h6 class="service-title">Swift</h6>
</div>
<div class="single-service"><i class="icon service-icon fas fa-copyright"></i>
<h6 class="service-title">C++/C#</h6>
</div>
</div>
</div>
</div>
<!-- Other skills section-->
<div class="services-section single-section">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2 class="section-title">Professional Development</h2>
</div>
</div>
</div>
<div class="row">
<!-- Coaching-->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service"><i class="icon service-icon fas fa-football"></i>
<h6 class="service-title">Coaching</h6>
<p class="service-description">
Having been an athlete my entire life, I am committed to staying involved with football and rugby through coaching.
Since 2021, I have coached youth football, serving as the linebackers and tight ends coach for the 2022 12U Marsh Creek Eagles team, which won the Eastern Regional Championship and competed in the Pop Warner National Championships in Orlando, FL.
In the fall of 2024, I will be coaching middle school football in Northfield, MN, and in the spring of 2025, I will serve as a forwards assistant coach for a high school rugby team.
</p>
</div>
</div>
<!-- Publication Info-->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service"><i class="icon service-icon ion-ios-flask"></i>
<h6 class="service-title">Computational Biology Publication</h6>
<p class="service-description">
My research in computational biology focused on modeling the integrin adhesion code using bipartite graph models in R to facilitate cell type prediction and to model the complete adhesome.
This work aims to advance the development of adhesome-based therapeutics.
I presented these findings at the Annual Experimental Biology ASBMB Conference, held virtually in April 2021, and my research was subsequently published in the FASEB Journal, May 2021 edition.
<br>
<a class="button" href="https://faseb.onlinelibrary.wiley.com/doi/10.1096/fasebj.2021.35.S1.03962">Check it out here</a>
</p>
</div>
</div>
<!-- Finance-->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service"><i class="icon service-icon ion-logo-bitcoin"></i>
<h6 class="service-title">Piper Sandler Career Exploration Program</h6>
<p class="service-description">
I participated in a two-day program held in Houston, TX, in February 2023, which provided an opportunity to network with investment bankers at Piper Sandler.
The program offered insights into the interview process for the Summer 2024 Analyst Internship and included sessions with external consultants from the technology and financial services industries.
</p>
</div>
</div>
<!-- Course Staff-->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service"><i class="icon service-icon ion-ios-tablet-landscape"></i>
<h6 class="service-title">Computer Science Course Staff</h6>
<p class="service-description">
As a member of the Carleton College Computer Science Department course staff, I assist over 50 students weekly in strengthening their grasp of core concepts and course materials.
These courses focused on programming lanugages such as Python, Java, C, frontend development frameworks, and working with Dockerized applications.
My responsibilities include providing detailed debugging feedback and grading 1-3 programming projects each week for 30-60 students.
</p>
</div>
</div>
<!-- Aspirations-->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service"><i class="icon service-icon ion-ios-cloud-done"></i>
<h6 class="service-title">The Future...</h6>
<p class="service-description">
I am currently seeking a full-time software engineering position in the greater Minneapolis-Saint Paul area or remote starting in April 2025.
I am interested in roles that involve cloud services, data analytics, and full stack development.
I am also open to roles in the finance industry, as I have a strong interest in fintech and investment banking.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio lightbox-->
<div class="lightbox-wrapper" id="portfolio" data-simplebar>
<div class="container">
<div class="lightbox-close">
<div class="close-btn" data-modal-close=""><span class="btn-line"></span></div>
</div>
<div class="row">
<div class="col-12">
<div class="lightbox-content">
<div class="row">
<div class="col-12">
<div class="section-heading page-heading">
<p class="section-description">Showcasing some of my best work</p>
<h2 class="section-title">Portfolio</h2>
<div class="animated-bar"></div>
</div>
</div>
</div>
<!-- Portfolio section-->
<div class="portfolio-section single-section">
<div class="row">
<!-- Filter nav-->
<div class="col-12">
<ul class="list-inline filter-control" role="group" aria-label="Filter Control">
<li class="list-inline-item tab-active" data-filter="*">All</li>
<li class="list-inline-item" data-filter=".website">Websites</li>
<li class="list-inline-item" data-filter=".fs">Full Stack Projects</li>
<li class="list-inline-item" data-filter=".da">Data Analytics</li>
<li class="list-inline-item" data-filter=".research">Research</li>
</ul>
</div>
</div>
<!-- Thumbnail list-->
<div class="portfolio-grid row">
<!--Senior Integrated Comprehensive Project-->
<div class="single-item col-6 col-lg-4 fs"><a class="portfolio-item" href="projects/CV4AD.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/video_77_clear_day.gif" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Computer Vision For Autonomous Driving</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://www.cs.carleton.edu/cs_comps/2425/tamert/cv4ad_website/index.html" target="_blank">Website</a>
<br>
<a class="button" href="https://github.com/Carleton-Comps-CV4AD" target="_blank">Code</a>
</div>
</div>
</a></div>
<!-- Personal Portfolio Website-->
<div class="single-item col-6 col-lg-4 website"><a class="portfolio-item" href="projects/portfolio.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/port.png" width="600" height="400">
<div class="item-content">
<h6 class="content-title">BZ Portfolio Website</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://zehoubenzhao.com" target="_blank">Website</a>
<br>
<a class="button" href="https://github.com/bzhao-1/Portfolio-Website" target="_blank">Code</a>
</div>
</div>
</a></div>
<!-- Wordle Clone Full Stack-->
<div class="single-item col-6 col-lg-4 fs"><a class="portfolio-item" href="projects/Wordle.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/wordle.jpg" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Wordle Clone Cloud Application</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://github.com/bzhao-1/WordleClone" target="_blank">Code</a>
</div>
</div>
</a></div>
<!-- Frontage Data Analytics-->
<div class="single-item col-6 col-lg-4 da"><a class="portfolio-item" href="projects/Frontage.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/frontage.jpeg" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Frontage Labs Inventory Data Automation</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://github.com/bzhao-1/Inventory-Data-Management-System" target="_blank">Code</a>
</div>
</div>
</a></div>
<!-- Cahai Website -->
<div class="single-item col-6 col-lg-4 website"><a class="portfolio-item" href="projects/InfoCahai.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/cahai.png" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Cahai Website</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://www.cahai.org" target="_blank">Website</a>
</div>
</div>
</a></div>
<!-- Carleton Athletics-->
<div class="single-item col-6 col-lg-4 da"><a class="portfolio-item" href="projects/Carleton.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/carleton.jpeg">
<div class="item-content">
<h6 class="content-title">Carleton Athletics Data Analytics</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://github.com/bzhao-1/Carleton-College-Athletics-Data-Tracking-" target="_blank">Code</a>
</div>
</div>
</a></div>
<!-- Computational Biology Research-->
<div class="single-item col-6 col-lg-4 research"><a class="portfolio-item" href="projects/Research.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/pub.png" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Computational Biology Research Publication</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://faseb.onlinelibrary.wiley.com/doi/10.1096/fasebj.2021.35.S1.03962" target="_blank">Publication</a>
</div>
</div>
</a></div>
<!-- High Blood Pressure Full Stack Project-->
<div class="single-item col-6 col-lg-4 fs"><a class="portfolio-item" href="projects/highbp.docx.pdf" data-lightbox>
<div class="portfolio-wrapper"><img class="img-fluid" alt="Item" src="img/hbp.png" width="600" height="400">
<div class="item-content">
<h6 class="content-title">Full Stack High Blood Pressure Predictor</h6><span class="content-more">More Info</span>
<br>
<a class="button" href="https://github.com/bzhao-1/CS257-HighBloodPressurePredictor.git" target="_blank">Code</a>
</div>
</div>
</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Consulting lightbox-->
<div class="lightbox-wrapper" id="blog" data-simplebar>
<div class="container">
<div class="lightbox-close">
<div class="close-btn" data-modal-close=""><span class="btn-line"></span></div>
</div>
<div class="row">
<div class="col-12">
<div class="lightbox-content">
<div class="row">
<div class="col-12">
<div class="section-heading page-heading">
<p class="section-description">Career Services</p>
<h2 class="section-title">Career Services Offered</h2>
<div class="animated-bar"></div>
<!-- Description for the services -->
<h3 class="section-subtitle">Mock Interviews, Resume Review & More</h3>
<div class="animated-bar"></div>
</div>
</div>
</div>
<!-- Schedule a Session Button -->
<div class="text-center">
<a href="https://calendly.com/benzhao1on1/30min?preview_source=et_card&month=2024-12" class="btn button-main button-scheme" target="_blank">
Schedule a Session
</a>
</div>
<h3 class="section-subtitle">Client Success Stories</h3>
<div class="animated-bar"></div>
</div>
</div>
</div>
<!-- Consulting section-->
<div class="blog-section single-section">
<div class="row justify-content-center">
<!-- NCR-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/zak-mob/"><img class="card-img-top" src="img/zak.jpeg" alt="Zak:NCR Atleos"><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Zakariya Mobarak: NCR Atleos</h5>
</a>
<p class="card-text content-description">
Zak is a former client and sophomore studying CS at Texas A&M University.
Through multiple rounds of prep with Ben Zhao Consulting, Zak was able to land multiple final round interviews with top tech companies. He ultimately accepted an offer with NCR Atleos.
Zak's client testimonial: "Ben was great in giving me invaluable tips on how to navigate and be successful in the software engineering interview process.
It is no secret how cut throat and competitive this market is now, but with Ben's amazing advice and through a lot of hardworking, I was able to land multiple interviews and offers with various different companies.
Ben even stayed on call with me longer than the allotted time and gave me various files and resources to read over. If you are struggling with any part of the interview process, or even landing an interview, I extremely recommend Ben Zhao Consulting!"
</p>
</div>
</div>
</div>
<!-- Amazon-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/ntenseobono/"><img class="card-img-top" src="img/ntense.jpeg" alt="Photography"><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Ntense Obono: Amazon</h5>
</a>
<p class="card-text content-description">
Ntense is a former client and senior studying CS and Math at Carleton College.
Through mock tech interview prep rounds with Ben Zhao Consulting, Ntense was able to land a final round interview with Amazon. He ultimately accepted Amazon's offer as a Software Development Engineer Intern for the summer of 2024.
</p>
</div>
</div>
</div>
<!-- Verizon-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/viraajveeramachaneni/"><img class="card-img-top" src="img/vv.jpeg" alt=""><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Viraaj Veeramachaneni: Verizon</h5>
</a>
<p class="card-text content-description">
Viraaj is a former client and senior studying CS at University of Texas at Dallas.
Through multiple rounds of mock behavioral and technical interviews with Ben Zhao Consulting, Viraaj was able to land multiple offers. He ultimately accepted an offer with Verizon as a Software Engineer Intern for the summer of 2024.
</p>
</div>
</div>
</div>
<!-- Oracle-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/elias-venetis-04851b1b5/"><img class="card-img-top" src="img/ev.jpeg" alt=""><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Elias Venetis: Oracle</h5>
</a>
<p class="card-text content-description">
Eli is a Carleton College alumni(24') and former client. Elias landed an SDR role with Oracle after multiple rounds of mock interviews with Ben Zhao Consulting.
</p>
</div>
</div>
</div>
<!-- Walmart-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/bemnet-abebayehu/"><img class="card-img-top" src="img/ba.jpeg" alt=""><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Bemnet Abebayehu: Walmart Global Tech</h5>
</a>
<p class="card-text content-description">
Bemnet is a former client and senior studying CS and Math at Carleton College.
Through multiple rounds of mock technical interviews with Ben Zhao Consulting, Bemnet was able to land an offer with Walmart Global Tech as a Software Engineer Intern for the summer of 2024.
He will also be returning to WGT for a full time role after graduation.
</p>
</div>
</div>
</div>
<!-- SFC-->
<div class="col-12 col-sm-8 col-lg-4">
<div class="card single-post"><a class="post-img" href="https://www.linkedin.com/in/nolan-lwin/"><img class="card-img-top" src="img/NL.jpeg" alt=""><span class="content-date">LinkedIn</span></a>
<div class="card-body post-content">
<h5 class="card-title content-title">Nolan Lwin: Stifel Financial Corporation</h5>
</a>
<p class="card-text content-description">
Nolan is a former client and junior studying CS at Bucknell University.
Through a mock interview with Ben Zhao Consulting, Nolan was able to land an offer with Stifel Financial Corporation as a Software Engineer Intern for the summer of 2024.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/animatedModal.js"></script>
<script src="js/tiny-slider.js"></script>
<script src="js/lity.min.js"></script>
<script src="js/simplebar.min.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/main.js"></script>
<!-- Custom JS (Add your custom JS scripts to this file)-->
<script src="js/custom.js"></script>
</body>
</html>