Files
craisin_cove/source/templates/index.html
craisin 2bc164718f
All checks were successful
Build craisin-cove / build (push) Successful in 5s
fix scroll
2025-11-30 17:11:43 -08:00

55 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Craisin Cove</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
<link rel="icon" href="/static/pfp_rounded.png">
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div id="foreground">
<div id="scroller">
<div id="content">
<img id="pfp" src="/static/pfp.png">
<h1 id="title">@craisin</h1><br>
<p>Hello👋! I am Cayden Yap, a young Python programmer (with an interest in competitive programming and ML), math enthusiast, and saber fencer.</p>
<h2>Profiles</h2>
<ul>
<li><a href="https://codeforces.com/profile/craisin">My Codeforces</a></li>
<li><a href="https://github.com/craisined"> My Github</a> (rarely used, see <a href="https://gitea.craisin.tech">this</a> instead)</li>
</ul>
<h2>Resources</h2>
<ul>
<li><a href="https://notes.craisin.tech">My notes (mostly math, some CS)</a></li>
<li><a href="https://gitea.craisin.tech">My projects</a></li>
</ul>
<h2>Things I've Done</h2>
<ul>
<li>Programming</li>
<ul>
<li>USACO Silver</li>
<li>Max Expert Codeforces</li>
<li>PHHS CS Club Officer</li>
</ul>
<li>Math</li>
<ul>
<li>92 on AMC 10</li>
<li>President of PHHS Math Team</li>
<li>Leading SMS Math Team</li>
</ul>
<li>Fencing</li>
<ul>
<li>Top 8 Div II MS @ 2024 Summer Nationals</li>
<li>Top 32 Cadet MS @ 2025 October NAC</li>
</ul>
</ul>
</div>
</div>
</div>
</body>
</html>