1010 < link href ="https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap " rel ="stylesheet ">
1111 < link rel ="stylesheet " href ="css/main.css ">
1212
13+
1314</ head >
1415
1516< body >
1617< main class ="home-title ">
1718 < section class ="header ">
1819 < h1 class ="funnel-display-title "> Hi! I'm Nathan</ h1 >
1920 < p >
20- I'm a Computer Science student at the University of Texas at El Paso
21+ I'm a Computer Science student at the University of Texas at El Paso.
22+ I'm passionate about web development and enjoy creating responsive, user-friendly websites using modern technologies like Next.js and Node.js.
23+ I'm currently seeking internship opportunities where I can contribute to innovative web projects while expanding my development skills.
2124 </ p >
25+ </ section >
26+ < section class ="skills-section ">
27+ < h2 class ="skills-title "> Links</ h2 >
28+ < div class ="skills-grid ">
29+ < div class ="skill-card ">
30+ < a href ="https://github.com/adhfmz8 "> < img src ="assets/github-11-xxl.png " alt ="Github " class ="skill-icon "/> </ a >
31+ < h3 class ="skill-name "> Github</ h3 >
32+ </ div >
33+ < div class ="skill-card ">
34+ < a href ="https://www.linkedin.com/in/nkdiamond1/ "> < img src ="assets/LI-In-Bug.png " alt ="LinkedIn " class ="skill-icon "/> </ a >
35+ < h3 class ="skill-name "> LinkedIn</ h3 >
36+ </ div >
37+
38+ </ div >
39+
40+
2241 </ section >
2342 < section class ="skills-section ">
2443 < h2 class ="skills-title "> Skills</ h2 >
@@ -42,13 +61,12 @@ <h3 class="skill-name">Java</h3>
4261 </ div >
4362 </ section >
4463
45- < section class ="projects ">
64+ < section class ="skills-section ">
4665
4766 < h2 class ="project-title "> Current project</ h2 >
4867 < p > I am working on QFuzz: Quantitative Fuzzing for Side Channels
4968 < a href ="https://yannicnoller.github.io/assets/pdf/issta2021_noller_qfuzz.pdf ">
5069 Read more about this project here</ a >
51-
5270 </ p >
5371
5472 </ section >
0 commit comments