-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (111 loc) · 4.71 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
<!DOCTYPE HTML>
<!--
Fractal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Hannah Khamvanthong</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="content">
<h1>Hannah Khamvanthong</h1>
<p>Recent Computer Science Graduate at NC A&T State University.<br />
</p>
<ul class="actions">
<li><a href="#one" class="button icon solid fa-chevron-down scrolly">Learn More</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="images/mainpic.jpg" alt="" /></div></div>
</header>
<!-- One -->
<section id="one" class="wrapper style2 special">
<header class="major">
<h2>Projects</h2>
<p>Here are some of my projects.</p>
</header>
</section>
<!-- Two -->
<section id="two" class="wrapper">
<div class="inner alt">
<section class="spotlight">
<div class="image">
<a href="https://github.com/SyGitGud/ProteinSequencing"><img src="images/scaffold.jpg" alt="" /></a>
</div>
<div class="content">
<h3>Protein Sequencing Using a Transformer Model</h3>
<p>My senior project where my groupmates and I use a transformer model to fill in incomplete scaffold gaps.</p>
</div>
</section>
<section class="spotlight">
<div class="image">
<a href="https://github.com/NCATComp410/comp410_spring_2024"><img src="images/SWEProjectGuardiansOfPII.jpg" alt="" /></a>
</div>
<div class="content">
<h3>PII Software Engineering Project</h3>
<p>A project for COMP 410: Software Engineering where my teammates and I use Microsoft Presidio to detect PII. My role was to detect a person's name.</p>
</div>
</section>
<section class="spotlight">
<div class="image">
<a href="https://github.com/hkhamvan263/CLI-Project-To-Do-Tracker"><img src="images/CLITo-DoTrackerResult.jpg" alt="" /></a>
</div>
<div class="content">
<h3>CLI To-Do Tracker</h3>
<p>A command line interface project for Capital One's Tech Mini Mester program where I track To-Do tasks.</p>
</div>
</section>
<section class="spotlight">
<p>More projects will be added soon.</p>
</section>
<section class="special">
<h3>Skills</h3>
<ul class="icons labeled">
<li><span class="icon solid fa-code"><span class="label">Python</span></span></li>
<li><span class="icon solid fa-code"><span class="label">Java</span></span></li>
<li><span class="icon solid fa-code"><span class="label">HTML/CSS</span></span></li>
<li><span class="icon solid fa-code"><span class="label">Javascript</span></span></li>
<li><span class="icon solid fa-code"><span class="label">C#</span></span></li>
<li><span class="icon solid fa-code"><span class="label">C++</span></span></li>
<li><span class="icon solid fa-user-plus"><span class="label">Teamwork and Collaboration</span></span></li>
<li><span class="icon solid fa-database"><span class="label">Databases and SQL</span></span></li>
<li><span class="icon solid fa-desktop"><span class="label">Linux</span></span></li>
</ul>
<p>I will list more of my skills soon.</p>
</section>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 special">
<header class="major">
<h2>Experiences</h2>
<p>The following button will take you to my resume where I will showcase my experience.</p>
</header>
<ul class="actions special">
<li><a href="HannahKhamvanthongResumeV1.pdf" class="button">View My Resume</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/hkhamvan" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/hkhamvan263" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<p class="copyright">© Hannah Khamvanthong. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>