-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
844 lines (804 loc) · 40.1 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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<!-- =======================================================
* Author: Kevin Huy Trinh
* Website: www.kevintrinh.dev
* Github Link: https://github.com/KevinTrinh1227
* Description: This site displays information about me and my career.
======================================================== -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- ============================================================
* Font Awesome icons
================================================================ -->
<script src="https://kit.fontawesome.com/d2109a96d5.js" crossorigin="anonymous"></script>
<!-- ============================================================
* Embed information when using www.kevintrinh.dev
================================================================ -->
<title>Kevin Trinh's Portfolio</title>
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.png">
<meta name="author" content="Kevin Huy Trinh">
<meta content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." name="description">
<meta name="keywords" content="Kevin, Kevin Trinh, Kevin Huy Trinh, Trinh, Protfolio, Kevin Trinh San Antonio, Computer Science, Software Engineering, Student">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="article" />
<meta property="og:title" content="Kevin Trinh's Portfolio" />
<meta property="og:description" content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." />
<meta property="og:image" content="https://i.imgur.com/bXaMavI.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="Kevin Trinh's Portfolio" />
<meta name="twitter:title" content="Kevin Trinh's Portfolio" />
<meta name="twitter:description" content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." />
<meta name="twitter:image" content="https://i.imgur.com/bXaMavI.jpg" />
<!-- ============================================================
* My Style Sheets
================================================================ -->
<link href="./assets/styles/bsstyles.css" rel="stylesheet">
<link href="./assets/styles/styles.css" rel="stylesheet">
</head>
<body>
<!-- ============================================================
* Fixed corner navbar
================================================================ -->
<div class="navlist">
<ul>
<li><a href="https://www.kevintrinh.dev">/Home</a></li>
<li><a href="#aboutme">/About</a></li>
<li><a href="#education">/Education</a></li>
<li><a href="#experience">/Experience</a></li>
<li><a href="#certifications">/Certifications</a></li>
<li><a href="#projects">/Projects</a></li>
<li>
<nav>
<a href="https://www.linkedin.com/in/kevintrinh1227/" target=”_blank”><i class="fa-brands fa-linkedin"></i></a>
<a href="./assets/documents/resume.pdf" target="_blank"><i class="fa-solid fa-file"></i></a>
<a href="mailto:kevintrinh1227@gmail.com" target=”_blank”><i class="fa-solid fa-envelope"></i></a>
<a href="https://github.com/KevinTrinh1227" target=”_blank”><i class="fa-brands fa-github"></i></a>
</nav>
</li>
</ul>
</div>
<!-- ============================================================
* Main content tag
================================================================ -->
<main class="maincontent">
<!-- ============================================================
* Pre loader screen
================================================================ -->
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<!-- ============================================================
* Loading typing intro page effect
================================================================ -->
<div class="container">
<div class="row">
<div class="col-md-6">
<section class="intro_section">
<h1>Hello, Kevin here.</h1>
<p><strong>I like to build stuff occasionally.</strong></p>
<br>
<div class="introParagraph">
<p></p>
<p>I'm currently a Freshman at the University of Houston,</p>
<p>pursuing a Bachelor of Science in Computer Science.</p>
<p>I have a profound interest in machine learning, operating</p>
<p>systems, full-stack development, and everything in between.</p>
</div>
<h3><a href="mailto:kevintrinh1227@gmail.com"><i class="fa-solid fa-envelope"></i>Say Hello to me!</a></h3>
</section>
</div>
</div>
</div>
<!-- ============================================================
* About me section
================================================================ -->
<section>
<div class="container">
<div class="reveal">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h3 class="title-a" id="aboutme">
/About <div class="line-mf"></div></h3>
<p class="subtitle-a">
Brief information about me and my interests.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<p class="about-me-desc">I am currently studying <strong class="about-bold">computer science</strong> at <strong class="about-bold"><a href="https://uh.edu/" target="_blank">University of Houston</a></strong> with a focus on computer science with a minor in mathematics. Recently, I was an <strong class="about-bold"> undergrad research intern</strong> at the <strong id="about-link"><a target="_blank" href="https://www.stmarytx.edu/academics/special-programs/mcnair/">McNair Research Program of STMU</a></strong>, a Post-Baccalaureate Achievement Program. Some of my current goals are to build experience and to acquire long-term connections that will benefit me as a person and my field of study. </p>
<p class="about-me-desc">I have a profound interest in numerous types of software development such as machine learning, computer security, databases, and everything in between. I'm a huge enthusiast for desk setups, PC builds, and tattoos. In my free time, I enjoy ezxploring nature, getting boba, playing video games, and thrifting. </p>
<p class="about-me-desc">Some technologies I've worked with:</p>
<div class="languages-list">
<ul>
<li> Python</li>
<li> JavaScript ES6+</li>
<li> HTML & CSS</li>
<li> C & C++</li>
</ul>
</div>
</div>
<div class="col-md-6">
<a href="./assets/images/portrait.jpg" target="_blank" class="col-6-img-a"><img src="./assets/images/portrait.jpg" alt="" class="myportrait"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
* Education section
================================================================ -->
<section>
<div class="container">
<div class="reveal">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h3 class="title-a" id="education">
/Education <div class="line-mf"></div></h3>
<p class="subtitle-a">
Information relevant to my education at University of Houston. (This is only an example)</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="box-shadow-full">
<div class="row">
<div class="course-title">
<h4>Coursework</h4>
<p>Courses that I have completed or am on track to complete. Current GPA: <strong>3.99</strong></p>
</div>
<!-- ============================================================
* Freshman year university courses
================================================================ -->
<div class="col-md-6">
<div class="education">
<h4>Freshman Year 2024 - 2025</h4>
<table>
<tr>
<th>Fall 2024 Courses</th>
<th>Total Credits: 13.0</th>
</tr>
<tr>
<td class data-tooltip="C Programming I">CS 1310</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Pre Calculus">MT 1411</td>
<td>4.0</td>
</tr>
<tr>
<td class data-tooltip="Rhetoric and Composition">EN 1311</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Introduction to Philosophy">PL 1301</td>
<td>3.0</td>
</tr>
</tr>
</table>
</div>
</div>
<div class="col-md-6">
<div class="education">
<h4> </h4>
<table>
<tr>
<th>Spring 2025 Courses</th>
<th>Total Credits: 16.0</th>
</tr>
<tr>
<td class data-tooltip="C Programming II">CS 1311</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Intro to Data Analytics Python Programming I">CS 3300</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Calculus I">MT 2412</td>
<td>4.0</td>
</tr>
<tr>
<td class data-tooltip="First Year Seminar">FYE 1301</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Multicultural American Lit">EN 2361</td>
<td>3.0</td>
</tr>
</tr>
</table>
</div>
</div>
<!-- ============================================================
* Sophomore year university courses
================================================================ -->
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator">Sophomore Year 2025 - 2026</h4>
<table>
<tr>
<th>Fall 2025 Courses</th>
<th>Total Credits: 13.0</th>
</tr>
<tr>
<td class data-tooltip="Algorithms and Data Structure">CS 2315</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Object Oriented Programming I">CS 2313</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Sophomore CS Seminar">CS 2110</td>
<td>1.0</td>
</tr>
<tr>
<td class data-tooltip="Intro to Human Communication">CM 1341</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Concepts in Visual Arts">AR 1300</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator"> </h4>
<table>
<tr>
<th>Spring 2026 Courses</th>
<th>Total Credits: 18.0</th>
</tr>
<tr>
<td class data-tooltip="Computer Architecture">CS 2350</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Object Oritented Programming II">CS 2323</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Advanced Topics (Python Data Analytics)">CS 4375</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Discrete Math Structures">MT 2323</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Introduction to Thelogy">TH 1301</td>
<td>3.0</td>
</tr>
<tr>
<td class data-tooltip="Financial Accounting">AC 2301</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
<!-- ============================================================
* Junior year university courses
================================================================ -->
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator">Junior Year 2026 - 2027</h4>
<table>
<tr>
<th>Fall 2026 Courses</th>
<th>Total Credits: 17.0</th>
</tr>
<tr>
<td>CS 4320</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 3310</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 3110</td>
<td>3.0</td>
</tr>
<tr>
<td>MT 2318</td>
<td>3.0</td>
</tr>
<tr>
<td>TH 1301</td>
<td>3.0</td>
</tr>
<tr>
<td>HS 1301</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator"> </h4>
<table>
<tr>
<th>Spring 2027 Courses</th>
<th>Total Credits: 15.0</th>
</tr>
<tr>
<td>CS 4330</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 4314</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 3340</td>
<td>3.0</td>
</tr>
<tr>
<td>MT 2317</td>
<td>3.0</td>
</tr>
<tr>
<td>TH 3301</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
<!-- ============================================================
* Senior year university courses
================================================================ -->
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator">Senior Year 2027 - 2028</h4>
<table>
<tr>
<th>Fall 2027 Courses</th>
<th>Total Credits: 16.0</th>
</tr>
<tr>
<td>CS 4335</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 4110</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 3350</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 3335</td>
<td>3.0</td>
</tr>
<tr>
<td>BL 1301</td>
<td>3.0</td>
</tr>
<tr>
<td>BA 1301</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
<div class="col-md-6">
<div class="education">
<h4 class="educationTitleSperator"> </h4>
<table>
<tr>
<th>Fall 2028 Courses</th>
<th>Total Credits: 15.0</th>
</tr>
<tr>
<td>CS 4395</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 4361</td>
<td>3.0</td>
</tr>
<tr>
<td>CS 4350</td>
<td>3.0</td>
</tr>
<tr>
<td>MT 3323</td>
<td>3.0</td>
</tr>
<tr>
<td>PR 1312</td>
<td>3.0</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="box-shadow-full">
<div class="col-sm-12">
<div class="education-extras">
<h4>Extracurriculars</h4>
<p>Organizations & clubs that I am/have been a part of. (Examples/Demos below)</p>
<center>
<table>
<tr>
<th>Organization</th>
<th>Role</th>
</tr>
<tr>
<td class data-tooltip="Post-Baccalaureate Achievement Program for doctorial studies through summer research.">Ronald E. McNair Scolars Program</td>
<td class data-tooltip="October 2022 - Present">1st Year Scholar</td>
</tr>
<tr>
<td class data-tooltip="St. Mary's official computer science club">Infinite Loops</td>
<td class data-tooltip="September 2021 - Present">Ex Vice President</td>
</tr>
<tr>
<td class data-tooltip="Council that governs all greek life fraternities at St. Mary's">Internal Fratnerity Council (IFC)</td>
<td class data-tooltip="Represented Sigma Phi Epsilon [August 2022 - Present]">Delegate Member</td>
</tr>
<tr>
<td class data-tooltip="Math Club">Society of Mathematicians</td>
<td class data-tooltip="August 2022 - May 2023">Member</td>
</tr>
<tr>
<td class data-tooltip="Greek life fraternity">Sigma Phi Epsilon (Sigep)</td>
<td class data-tooltip="March 2022 - Present">Member</td>
</tr>
</table>
</center>
<br>
<div class="resumeButtons">
<a href="./assets/documents/resume.pdf" target="_blank"> View my Resume <i class="fa-solid fa-file-lines"></i></a>
<a href="./assets/documents/resume.pdf" download="KevinTrinh">Download my Resume <i class="fa-solid fa-download"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
* Past Experience Slider
================================================================ -->
<div class="container">
<div class="reveal">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a" id="experience">
/Experience <div class="line-mf"></div>
</h3>
<p class="subtitle-a">
Positions, team projects, organizations, and activities I am/have been a part of.
</p>
</div>
</div>
</div>
<div class="container">
<div class="wrapper">
<ul class="indicator">
<li class="active" data-target="#mcnair">McNair Research</li>
<li class="active" data-target="#np-engagement">NP Engagement</li>
<li data-target="#infiniteloops">Infinite Loops</li>
<li data-target="#robotics">Dobie Vex Robotics</li>
</ul>
<ul class="content">
<li class="active" id="mcnair">
<h1>Research Intern @ McNair STMU • 05/2023 - 07/2023</h1>
<p>As an undergraduate research intern in the <strong class="about-bold">McNair Program</strong>, I had the opportunity to conduct extensive research and work on a challenging project: developing a coding translator. I built a parser, lexer, and semantic analyzer module to translate my custom code into assembly language for a virtual machine.</p>
<p>Collaborating closely with my mentors, I gained invaluable guidance, refining my development skills and deepening my understanding of language design principles, including compiler design methodologies. This experience has equipped me with practical knowledge and hands-on experience in building parsers, lexers, and semantic analyzer/code generator modules while also enhancing my proficieny in fast-paced environments and ensuring that I can deliver project deliverables on time with efficiency and accuracy.</p>
</li>
<li id="np-engagement">
<h1>Web Master @ NP Engagement • 10/2022 - 12/2022</h1>
<p>As a part-time employee at <strong class="about-bold">NP Engagement</strong> (a local San Antonio public relations firm), my main responsibility is to develop and manage websites for clients to achieve a long term goal. Some of my responsibilities consists of arranging and meeting with clients to address the needs and objective of a website, utilizing numerous tools and plugins to achieve the costumer's vision, and working collabortively with a team to enhance the growth of the clients business and traffic. </p>
</li>
<li id="infiniteloops">
<h1>VP of Infinite Loops Club • 04/2022 - 05/2023</h1>
<p>As <strong class="about-bold">Vice President</strong> of St Mary\'s computer science club <strong class="about-bold">Infinite Loops</strong>, my responsibilities consist of filling in for the president when they are unable to perform any tasks while also performing any duties requested by the president to further the goals of Infinite Loops. </p>
<p>Some of the tasks that I aid the president in consist of creating and managing meeting presentations, overseeing tasks of other officers and club members, conducting and initiating meetings, and organizing club activities and gatherings. </p>
</li>
<li id="robotics">
<h1>Dobie Vex Robotics Lead • 09/2019</h1>
<p>Worked with a small team of students to build and design a robot to compete in district wide tournaments. While following competition rules and regulations, we optimized its abilities to execute tasks in the most efficient way. </p>
<p>Used a mix of pre defined and self made functions to properly control and manipulate the robot to execute tasks. While also taking advantage of community forums.</p>
<p>My team roles were lead programmer and driver. With countless hours spent on the robot, we were awarded tournament champions at the "Battle Of The Bay" Jan 18th competition giving us a spot to compete in state competition.</p>
</li>
</ul>
</div>
</div>
</div>
<section id="work" class="certifications-mf sect-pt4 route">
<div class="container">
<div class="reveal">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h3 class="title-a" id="certifications">
/Certificates <div class="line-mf"></div></h3>
<p class="subtitle-a">
Certifications that I have acquired during my career. (Example here)</p>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="work-box">
<a href="#" target="_blank" data-gallery="certificationsGallery" class="certifications-lightbox">
<div class="work-img">
<img src="https://via.placeholder.com/640x360?text=No+Certifications+Done+yet" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">N/A</h2>
<div class="w-more">
<span class="w-ctegory">[Organization]</span> • <span class="w-date">[Date Obtained Here]</span>
</div>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="#" target="_blank" data-gallery="certificationsGallery" class="certifications-lightbox">
<div class="work-img">
<img src="https://via.placeholder.com/640x360?text=No+Certifications+Done+yet" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">N/A</h2>
<div class="w-more">
<span class="w-ctegory">[Organization]</span> • <span class="w-date">[Date Obtained Here]</span>
</div>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="#" target="_blank" data-gallery="certificationsGallery" class="certifications-lightbox">
<div class="work-img">
<img src="https://via.placeholder.com/640x360?text=No+Certifications+Done+yet" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">N/A</h2>
<div class="w-more">
<span class="w-ctegory">[Organization]</span> • <span class="w-date">[Date Obtained Here]</span>
</div>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
* Past / recent projects
================================================================ -->
<section id="recentprojects" class="recentprojects-mf sect-pt4 route">
<div class="container">
<div class="reveal">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a" id="projects">
/Projects <div class="line-mf"></div>
</h3>
<p class="subtitle-a">
Some of my most recent or past favorite creations or work.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">Custom-Lang-Translator</h3>
<p class="card-description">
A Python-based language translator for converting my custom language "KLang" to assembly language for a virtual machine.
</p>
<br>
<p>Python, Flask</stan>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">May 15, 2023 - July 08, 2023</span>
</div>
<div class="post-date">
<a href="./assets/documents/McNairPublishedPaper.pdf" target="_blank" data-tooltip="View Published Paper"><i class="fa-regular fa-file-pdf"></i></a>
<a href="https://github.com/KevinTrinh1227/Custom-Lang-Translator" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">Prize Pick Predictions</h3>
<p class="card-description">
Machine learning Flask application that shows recommendations for sports betting on Prize Picks using machine learning.
</p>
<br>
<p>Python, Flask, HTML</stan>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">January 23, 2023 - May 5, 2023</span>
</div>
<div class="post-date">
<!-- <a href="#"><i class="fa-sharp fa-solid fa-download"></i></a> -->
<a href="https://github.com/KevinTrinh1227/Prize-Pick-Predications" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">Hycord Bot</h3>
<p class="card-description">
Discord.py program that uses Hypixel & PlayerDB APIs to allow users to link and access in-game data. Ultimate Hypixel Discord bot.
</p>
<br><p>Python, Discord.py</stan>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">December 2022 - Present</span>
</div>
<div class="post-date">
<a href="https://hycord.netlify.app" target="_blank" data-tooltip="View Project"><i class="fa-solid fa-up-right-from-square"></i></a>
<a href="https://github.com/KevinTrinh1227/Hycord-Bot/archive/main.zip" download="HycordBot" class="link" data-tooltip="Download Zip"><i class="fa-solid fa-file-arrow-down"></i></a>
<a href="https://github.com/KevinTrinh1227/Hycord-Bot" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">STMU Yelp</h3>
<p class="card-description">
Application that showcases popular locations for college students specifically for St. Mary's students. Made with a team of 8 students.
</p>
<br>
<p class="card-description">Dart, MySql, Flutter</p>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">September 6, 2022 - Present</span>
</div>
<div class="post-date">
<a href="https://github.com/sonono-no/IFLMobileAppFA22" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">Website Portfolio</h3>
<p class="card-description">
Personal project to house my accomplishments and projects while also displaying important information about myself and my career.
</p>
<br>
<p>HTML, CSS, JS</stan>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">Febuary 10, 2022 - Present</span>
</div>
<div class="post-date">
<a href="https://github.com/KevinTrinh1227/Kevin-Trinh" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-recentprojects">
<div class="card-body">
<div class="card-category-box">
</div>
<h3 class="card-title">The Fall Game</h3>
<p class="card-description">
Small game project was inspired by a mini-game I used to play called the dropper. Project was to enhance my understandings of game development.
</p>
<br>
<p>C#, Web GL, Unity G.E</stan>
</div>
<div class="card-footer">
<div class="post-author">
<span class="author">November 10, 2019</span>
</div>
<div class="post-date">
<a href="./projects/thefall" target="_blank" data-tooltip="View Project"><i class="fa-solid fa-up-right-from-square"></i></a>
<!-- <a href="#"><i class="fa-sharp fa-solid fa-download"></i></a> -->
<a href="https://github.com/KevinTrinh1227/The-Fall" target="_blank" data-tooltip="View Github Repository"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ============================================================
* Footer Area
================================================================ -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">Built & designed by <strong>Kevin Huy Trinh</strong>.</p>
<div class="credits">
All rights reserved. ©</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ============================================================
* Experience slider script
================================================================ -->
<script src="./assets/webjs/experienceslider.js"></script>
<!-- ============================================================
* Intro page typing effect #4d4d4c
================================================================ -->
<script src='./assets/webjs/introtypingjquery.js'></script>
<script src="./assets/webjs/welcomesection.js"></script>
<script src="./assets/webjs/welcomesectioncomment.js"></script>
<!-- ============================================================
* Reveal on scroll effect script
================================================================ -->
<script src="./assets/webjs/revealeffect.js"></script>
</body>
</html>