-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
644 lines (516 loc) · 36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Francis Portfolio</title>
<link rel="stylesheet" href="styles.css" />
<script defer src="Animate.js"></script>
<link rel="shortcut icon" type="x-icon" href="../Images/WebSiteIcon.png" />
</head>
<body>
<!--Nav Bar-->
<nav class="navbar">
<!--Hamburger-->
<ion-icon name="list-outline" class="NavHamburger"></ion-icon>
<input type="checkbox" id="checkNav">
<ul class="navbar-nav">
<!--About Me-->
<li class="nav-item numberList">
<a href="#About" class="nav-link">
<ion-icon name="person-outline"></ion-icon>
<span class="link-text navTextAnimate">About me</span>
</a>
</li>
<!--My Skills-->
<li class="nav-item numberList">
<a href="#Skills" class="nav-link">
<ion-icon name="code-outline"></ion-icon>
<span class="link-text navTextAnimate">My Skills</span>
</a>
</li>
<!--My Projects-->
<li class="nav-item numberList">
<a href="#Projects" class="nav-link">
<ion-icon name="cube-outline"></ion-icon>
<span class="link-text navTextAnimate">My Projects</span>
</a>
</li>
<!--References-->
<li class="nav-item numberList">
<a href="#References" class="nav-link">
<ion-icon name="newspaper-outline"></ion-icon>
<span class="link-text navTextAnimate">References</span>
</a>
</li>
<!--Contact Me-->
<li class="nav-item numberList">
<a href="#Contact" class="nav-link">
<ion-icon name="send-outline"></ion-icon>
<span class="link-text navTextAnimate">Contact me!</span>
</a>
</li>
<!--Linkedin-->
<li class="nav-item numberList" id="social-nav-item">
<a href="https://linkedin.com/in/francistran6832" class="nav-link" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
<span class="link-text navTextAnimate">Linkedin<ion-icon name="open-outline"></ion-icon></span>
</a>
</li>
<!--GitHub-->
<li class="nav-item numberList" id="social-nav-item">
<a href="https://github.com/FrancisTR" class="nav-link" target="_blank">
<ion-icon name="logo-github"></ion-icon>
<span class="link-text navTextAnimate">GitHub<ion-icon name="open-outline"></ion-icon></span>
</a>
</li>
</ul>
</nav>
<!--BEGINNING OF WEB CONTENT-->
<main>
<!--Home Section-->
<section id="Home">
<div class="banner">
<div class="content">
<h1>Hello! I'm Francis Tran</h1>
<a href='#About'><button><ion-icon name="person-outline"></ion-icon> About me</button></a>
<a href='#Skills'><button><ion-icon name="code-outline"></ion-icon> My Skills</button></a>
<a href='#Projects'><button><ion-icon name="cube-outline"></ion-icon> My Projects</button></a>
<a href='#References'><button><ion-icon name="newspaper-outline"></ion-icon> References</button></a>
<a href='#Contact'><button> <ion-icon name="send-outline"></ion-icon> Contact Me!</button></a>
<br>
<a href='https://linkedin.com/in/francistran6832' target="_blank"><button><ion-icon name="logo-linkedin"></ion-icon> Linkedin <ion-icon name="open-outline"></ion-icon></button></a>
<a href='https://github.com/FrancisTR' target="_blank"><button><ion-icon name="logo-github"></ion-icon> GitHub <ion-icon name="open-outline"></ion-icon></button></a>
</div>
</div>
</section>
<!-- About Section -->
<section id="About">
<div class="banner1"> <!--Background Image-->
<div class="AboutContainer">
<div class="AboutTitle">
<h1>About me</h1>
</div>
<div class="AboutContent">
<div class="AboutArticle">
<h2>Software Engineering Grad Student @ University of St. Thomas</h2>
<p>
I am a graduate student seeking opportunities in the technology industry.
Specialize in Game Development, Web Development, and Software Engineering with
3+ years of overall professional experience.
</p>
<a href='/WebFiles/Francis_Tran_Resume.pdf' target="_blank"><button>Resume <ion-icon name="open-outline"></ion-icon></button></a>
<br>
<br>
</div>
<div class="AboutImage">
<img src="../Images/Francis.gif" alt="Francis" draggable="false" />
</div>
</div>
</div>
</div>
</section>
<!--Skills section-->
<section id="Skills">
<div class="banner2">
<div class="SkillsInner">
<div class="Skillsheader">
<h1>My Skills</h1>
</div>
<div class="Skillscontainer"> <!--Cards -->
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Python.png" class="skill-icon" draggable="false" />
</div>
<h3>Python</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Java.png" class="skill-icon" draggable="false" />
</div>
<h3>Java</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/HTML5.png" class="skill-icon" draggable="false" />
</div>
<h3>HTML5</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/CSS.png" class="skill-icon" draggable="false" />
</div>
<h3>CSS</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Sass.png" class="skill-icon" draggable="false" />
</div>
<h3>Sass</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/JavaScript.png" class="skill-icon" draggable="false" />
</div>
<h3>JavaScript</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Flask.png" class="skill-icon" draggable="false" />
</div>
<h3>Flask</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/BootStrap.svg" class="skill-icon" draggable="false" />
</div>
<h3>Bootstrap</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/React.png" class="skill-icon" draggable="false" />
</div>
<h3>React</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/p5.svg" class="skill-icon" draggable="false" />
</div>
<h3>p5.js</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Salesforce.png" class="skill-icon" draggable="false" />
</div>
<h3>Salesforce</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="skillimg">
<img src="../Images/Godot.png" class="skill-icon" draggable="false" />
</div>
<h3>Godot</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Section -->
<section id="Projects">
<div class="banner3">
<div class="projectTitle">
<h1>My Projects</h1>
</div>
<div class="cards"> <!-- List of cards -->
<div class="card card0 hidden">
<span class="ResumeFeature"></span>
<div class="containerCard projectImg-1"></div>
<div class="details">
<h1>Purified Game</h1>
<!--Code-->
<img src="../Images/Godot.png" alt="Godot" draggable="false" />
<br>
<a href='https://francisishere.itch.io/purified' target="_blank"><button><ion-icon name="cube-outline"></ion-icon> Project</button></a>
<a href='https://github.com/FrancisTR/Godot-Purified' target="_blank"><button><ion-icon name="code-outline"></ion-icon> Source</button></a>
<br>
<br>
<p>
A 2D game where you are an employee that sells a product that cleans water for the villagers.
As time goes by, you then start to learn more about the town and the company you are working with.
This game is associated with DIMA 346 "Game Production" course. Around 80 members contributed to this project that consist of people that volunteered
as Game Testers from Lake Middle School and other members outside of the University of St. Thomas.
</p>
</div>
</div>
<div class="card card1 hidden">
<span class="ResumeFeature"></span>
<div class="containerCard projectImg-2"></div>
<div class="details">
<h1>Rhythm Swipe Game</h1>
<!--Code-->
<img src="../Images/HTML5.png" alt="HTML" draggable="false" />
<img src="../Images/CSS.png" alt="CSS" draggable="false" />
<img src="../Images/JavaScript.png" alt="JS" draggable="false" />
<img src="../Images/p5.svg" alt="p5.js" draggable="false" />
<img src="../Images/Java.png" alt="Java" draggable="false" />
<br>
<a href='https://projectrhythmswipe.netlify.app/' target="_blank"><button><ion-icon name="cube-outline"></ion-icon> Project</button></a>
<a href='https://github.com/FrancisTR/Rhythm-Swipe' target="_blank"><button><ion-icon name="code-outline"></ion-icon> Source</button></a>
<br>
<br>
<p>
A 2D rhythm game where the goal is to collect all the jewels before finishing the level
while following the rhythm. This game initially started off as a duo final project
for CISC 298-01 "Topics: Creat. Code Prac. Tech" and has been expanded during the summer with more contribution
from friends. Another version of this game was made in Java using Processing and was highlighed in the
Creative Coding Exhibition at the University of St. Thomas. See the <a href="https://github.com/johntran038/Rhythm-Swipe_Processing" target="_blank">Processing source code here</a>.
</p>
</div>
</div>
<div class="card card2 hidden">
<span class="ResumeFeature"></span>
<div class="containerCard projectImg-3"></div>
<div class="details">
<h1>Bombocabulary Game</h1>
<!--Code-->
<img src="../Images/HTML5.png" alt="HTML" draggable="false" />
<img src="../Images/Sass.png" alt="Sass" draggable="false" />
<img src="../Images/JavaScript.png" alt="JavaScript" draggable="false" />
<img src="../Images/React.png" alt="React" draggable="false" />
<img src="../Images/BootStrap.svg" alt="BootStrap" draggable="false" />
<br>
<a href='https://jngwlm.csb.app/' target="_blank"><button><ion-icon name="cube-outline"></ion-icon> Project</button></a>
<a href='https://github.com/FrancisTR/Bombocabulary-Game' target="_blank"><button><ion-icon name="code-outline"></ion-icon> Source</button></a>
<br>
<br>
<p>
A word guessing game that consist of 1000 words, which one word is chosen at random for the user to guess. This game uses a dictionary API to display the word definition and lexical categories to the User Interface.
The goal is to learn React.js from the groundup as well as implementing libraries such as Bootstrap and SASS.
</p>
</div>
</div>
<div class="card card3 hidden">
<span class="ResumeFeature"></span>
<div class="containerCard projectImg-4"></div>
<div class="details">
<h1>BubbleChat App</h1>
<!--Code-->
<img src="../Images/Python.png" alt="Python" draggable="false" />
<img src="../Images/HTML5.png" alt="HTML" draggable="false" />
<img src="../Images/CSS.png" alt="CSS" draggable="false" />
<img src="../Images/JavaScript.png" alt="JS" draggable="false" />
<img id="FlaskIMG" src="../Images/Flask.png" alt="Flask" draggable="false" />
<img src="../Images/BootStrap.svg" alt="BootStrap" draggable="false" />
<br>
<a href='https://github.com/FrancisTR/BubbleChat-App' target="_blank"><button><ion-icon name="code-outline"></ion-icon> Source</button></a>
<br>
<br>
<p>
A Flask chat application that allows to locally chat anyone within the same network. See the GitHub Source Code for more information and demonstration of the application.
The goal is to learn about how Web Sockets are implemented using Python and Flask.
</p>
</div>
</div>
</div>
</div>
</section>
<!--Recommendation page-->
<section id="References">
<div class="banner4">
<div class="RecTitle">
<h2>References</h2>
</div>
<div class="Rwrapper">
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>"I have worked with Francis since May 2022 as his manager on the CRM Team (Salesforce) at the University of St. Thomas, where he used his excellent web development, technical logic and time management skills to achieve great results...<br>
<br>...During his time with our team, he has developed into the go-to-person on application widget creation and maintenance. Francis worked within the framework to create inviting, informative message with engaging style.
Francis is easy to work with. He is straightforward and clear with communications and drives to answers...<br>
<br>I am very comfortable with giving Francis a task, big or small, and letting him tackle it independently...His independence has allowed me to continue working on diverse projects, while knowing the team is producing more and more results. This summer as our team approached major deadlines that seemed nearly impossible, Francis powered through tasks allowing us to achieve the deadlines..."
</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">Mike Walter <a href="https://www.linkedin.com/in/mike-walter-5818a61" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Senior Salesforce Admin @ University at St. Thomas</div>
<a href='/WebFiles/Francis_Tran_Recommendation.pdf' target="_blank"><button><ion-icon name="document-outline"></ion-icon> View pdf <ion-icon name="open-outline"></ion-icon></button></a>
</div>
<div class="Rimage">
<img src="../Images/Mike-Walter.png" alt="Mike" draggable="false" />
</div>
</div>
</div>
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>“I served as a Linkages mentor for Francis during his first year at St Thomas where he showed great curiosity about our university and initiative when making applications and developing resumes, cover letters, etc. As an acquaintance into his second year, he demonstrated increased involvement on campus, seeing him at club events more frequently and endeavored into various projects and improved in his writing as I continued to provide writing assistance.”</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">Erick Castellanos <a href="https://www.linkedin.com/in/castellanoserick" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Community Outreach Coordinator at Great MN Schools</div>
</div>
<div class="Rimage">
<img src="../Images/ErickC.jpg" alt="Erick" draggable="false" />
</div>
</div>
</div>
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>"Francis is a very careful and thoughtful student and writer. He was in my Intensive Writing class during the Fall of 2020 where he demonstrated a fantastic work ethic and deep engagement with the concepts and processes that we practiced in class. In the end, his writing showed great improvement due to his attention to detail and hard work.
This effort was even more impressive given that he and his peers had to start their first semester of college in the midst of a global pandemic."</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">Fernando Sanchez <a href="https://www.linkedin.com/in/fernandoksanchez" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Associate Professor of English in Professional Writing @ University of St. Thomas</div>
</div>
<div class="Rimage">
<img src="../Images/Sanchez.jpg" alt="Sanchez" draggable="false" />
</div>
</div>
</div>
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>“During Francis' time as a Salesforce CRM Intern at the University of St. Thomas I had the pleasure of interacting with him in my role as Senior Software Engineer. Francis had been tasked with building some interactive widgets for our Admissions Application portal. He dove into this task with enthusiasm and impressed the client, the Admissions department, with his innovation and creativity meeting their desired messaging and design. This task involved building front end Web interactions utilizing coding in HTML, JavaScript, and CSS. Francis was self-motivated to tackle these coding challenges, but also willing to seek guidance when he needed it. We met regularly to review his code and I was impressed with his ability to take constructive instruction but also at what he accomplished all on his own. Francis learns quickly, has an incredibly positive personality, is responsive to instruction, and collaborates well in a team. I have no doubt that Francis is up to any challenge set before him and will excel at any given task. He has my recommendation for any position he pursues.”</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">Thaddaeus Dahlberg <a href="https://www.linkedin.com/in/thaddaeus" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Principal Software Engineer at University of St. Thomas</div>
</div>
<div class="Rimage">
<img src="../Images/Thad.jpg" alt="Thad" draggable="false" />
</div>
</div>
</div>
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>
“Francis worked with me in my capacity as a Software Engineer II during his internship on our Salesforce CRM team. His work has been of good solid quality, and I've enjoyed working with him to guide him toward the solutions on tricky HTML/CSS/JS challenges. What I've been struck by most is Francis's powerful work ethic and his determination to succeed at whatever task is set before him. Would that I had been so determined when I was a college student! Perhaps most importantly, Francis is a great pleasure to work with. He brings great gobs of positive energy and friendliness to every meeting he's in. His desire to learn and grow as a software engineer are infectious,
and I have little doubt he will go on to achieve many successes in his forthcoming career. I recommend him to all and sundry: he'll be a great addition to your team.”
</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">James Heaney <a href="https://www.linkedin.com/in/james-heaney-0398bb14" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Java Developer at University of St. Thomas</div>
</div>
<div class="Rimage">
<img src="../Images/James.jpg" alt="Aleece" draggable="false" />
</div>
</div>
</div>
<div class="RBox">
<i class="RBookMark"><ion-icon name="chatbox-ellipses-outline"></ion-icon></i>
<p>
“Francis has been a delight to work with. I have asked him to create numerous widgets for our admissions student portal, and each one he has created has been visually appealing and informative. He asks good questions but also quickly picks up on directions. When I have not already sent a request, he is very good at reaching out to see if there is anything I would like him to work on. Lastly, it is clear that Francis is eager to expand his knowledge of graphic design. When he does not have a task assigned, he busies himself with other (usually more challenging) projects so that he can improve. He has truly been the perfect intern and will be very successful in his next role.”
</p>
<div class="Rcontent">
<div class="Rinfo">
<div class="Rname">Aleece Helland <a href="https://www.linkedin.com/in/aleecehelland" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></div>
<div class="Rjob">Associate Director of Admissions at the Humphrey School of Public Affairs</div>
</div>
<div class="Rimage">
<img src="../Images/Aleece.jpg" alt="Aleece" draggable="false" />
</div>
</div>
</div>
</div>
</div>
</section>
<!--Contact Info-->
<section id="Contact">
<div class="banner5">
<div class="contactUs">
<div class="ContactTitle">
<h2>Contact me!</h2>
</div>
<div class="ContactBox">
<!--Form-->
<div class="Ccontact Cform">
<h3>Let's get in touch!</h3>
<!--The form information-->
<form action="https://formsubmit.co/[email protected]" method="POST">
<div class="formBox">
<div class="row50">
<div class="inputBox">
<span>First Name <Font color="red">*</Font></span>
<input type="text" placeholder="John" name="FirstName" id="FirstName" required />
</div>
<div class="inputBox">
<span>Last Name <Font color="red">*</Font></span>
<input type="text" placeholder="Doe" name="LastName" id="LastName" required />
</div>
</div>
<div class="row50">
<div class="inputBox">
<span>Email <Font color="red">*</Font></span>
<input type="email" placeholder="[email protected]" name="email" id="Email" required />
</div>
<div class="inputBox">
<span>Mobile</span>
<input type="tel" placeholder="+1 (651) 123-4567" name="Phone" />
</div>
</div>
<div class="row100">
<div class="inputBox">
<span>Message <Font color="red">*</Font></span>
<textarea placeholder="Write your message here" name="Message" required></textarea>
</div>
</div>
<div class="row100">
<div class="inputBox">
<input type="hidden" name="_next" value="https://francistr.github.io/ConfirmationForm/ThankYou.html" />
<input type="text" name="_honey" style="display:none">
<input type="hidden" name="_autoresponse" value="Hello! Thank you for reaching out! I will get back to you as soon as possible!" />
<input type="submit" value="Send" />
</div>
</div>
</div>
</form>
</div>
<!--INFO Card-->
<div class="Ccontact Cinfo">
<h3>Contact Info</h3>
<div class="infoBox">
<div>
<span><ion-icon name="location"></ion-icon></span>
<p>United States</p>
</div>
<div>
<span><ion-icon name="mail"></ion-icon></span>
<a class="contactMail" href="mailto:[email protected]">[email protected]</a>
</div>
<!--Social media-->
<ul class="sci">
<li><a href="https://linkedin.com/in/francistran6832" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></li>
<li><a href="https://github.com/FrancisTR" target="_blank"><ion-icon name="logo-github"></ion-icon></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div class="banner6">
<footer>
<ul class="Fmenu">
<li><a href="#Home">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Skills">Skills</a></li>
<li><a href="#Projects">Projects</a></li>
<li><a href="#References">References</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
<p>Copyright © 2025 Francis Tran</p>
<div class="FooterCred">
<p>Hosted using GitHub Pages. See <a href="https://github.com/FrancisTR/FrancisTR.github.io" target="_blank">Website Repository</a>.</p>
</div>
</footer>
</div>
<!--Icon scripts -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</main>
</body>
</html>