initial commit

This commit is contained in:
2026-03-29 21:27:31 -07:00
commit 80cde1be07
6 changed files with 342 additions and 0 deletions

80
experience.html Normal file
View File

@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="icon.png" type="image/png">
<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>education</h3>
<ul>
<li><b>piedmont hills high school</b>: graduating june 2027, 4.0 unweighted gpa, ap calc bc, ap physics c: mech, etc.</li>
</ul>
<h3>experience</h3>
<ul>
<li>
<b>competitive coding</b>: feb 2024 - present
<p>applying algorithmic thinking at a high level in prestigious contests, cf expert (top ~15%), calico gold (top ~8%), and usaco silver</p>
</li>
<li>
<b>competitive math</b>: aug 2023 - present
<p>top 15% in competitions such as the amc 10 (92) and the amc 12 (85.5)</p>
</li>
<li>
<b>piedmont math team</b>: president (sept 2026 - present), member (sept 2023 - present)
<p>facilitating weekly meetings centered on competitive mathematics and real-world applications beyond textbook material</p>
</li>
<li>
<b>sierramont math club</b>: head captain (sept 2026 - present), member (sept 2023 - present)
<p>cultivating a culture of problem-solving through weekly meetings focused on competitive math readiness and collaborative learning.</p>
</li>
<li>
<b>physics club</b>: vice president (sept 2026 - present)
<p>designing engaging labs and meetings to carve a deeper understanding and passion for physics</p>
</li>
<li>
<b>saber fencer at halberstadt</b>: 2021 - present
<p>8th Place at div ii summer nationals 2024, showcasing competitive drive at a national level</p>
</li>
</ul>
<h3>skills</h3>
<ul>
<li><b>python</b>: flask, pandas, tensorflow</li>
<li><b>html, css, js</b></li>
<li><b>docker</b>: compose</li>
<li><b>unix based systems</b>: debian, shell scripting</li>
<li><b>mandrin</b>: basic conversational proficiency</li>
</ul>
</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="index.html">about me</a></h2>
<h2><a href="">experience</a></h2>
<h2><a href="projects.html">projects</a></h2>
</nav>
</main>
</div>
</body>
</html>