Files
personal-website/index.html
2026-03-29 22:52:20 -07:00

59 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="icon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>craisin</title>
</head>
<body>
<div class="foreground-container">
<header>
<h1>cayden yap</h1>
<p class="subtitle">craisin · computer science and math student</p>
<hr>
</header>
<main>
<div class="content-container">
<article>
<h3>hello world</h3>
<p>
i am <b>cayden</b>, a problem-solver committed to exploring the intersection of theoretical mathematics and computer science through the lens of practical, real-world implementations.
i supplement this analytical foundation with a rigorous background in competitive mathematics and programming, along with a curiosity for elegant, powerful systems and algorithms.
</p>
<h3>whoami</h3>
<p>
i am a student from piedmont hills high school intending to major in a field adjacent to <b>eecs, cs, ee, or math</b>.
i am also an avid saber fencer who has been fencing for 8 years.
</p>
<h3>resume</h3>
<p><b><a href="resume.pdf">resume</a></b> for those who need a pdf or a quick one pager about me</p>
<h3>contact me</h3>
<p>
in most places where i exist online, i go by <b>craisin</b> or <b>craisined</b>.
for any inquiries/opportunities, email is the best way to contact me. all profiles and contacts can be found at the bottom of this page.
</p>
</article>
<footer>
<a class="bi bi-linkedin" title="Linkedin" href="https://www.linkedin.com/in/kah-kai-yap/"></a>
<a class="bi bi-git" title="Gitea (personal projects)" href="https://gitea.craisin.tech/craisin"></a>
<a class="bi bi-github" title="Github (public projects)" href="https://github.com/craisined"></a>
<a class="bi bi-trophy-fill" title="Codeforces" href="https://codeforces.com/profile/craisin"></a>
<a class="bi bi-envelope-fill" title="Email" href="mailto:kahkaicyap@gmail.com"></a>
</footer>
</div>
<nav>
<h2><a href="">about me</a></h2>
<h2><a href="experience.html">experience</a></h2>
<h2><a href="projects.html">projects</a></h2>
</nav>
</main>
</div>
</body>
</html>