-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<!-- KaTeX template: https://katex.org/docs/browser -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css" integrity="sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js" integrity="sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous"
onload="renderMathInElement(document.body);">
</script>
<title>Hello</title>
</head>
<body>
<h1 align="center"> Hello </h1>
<h4>
Undergraduate @ Cornell<br> Math ∧ CS
</h4>
<p> Email: ad\(\lceil 1000\sin(0.2647 \pi)\rceil\)@cornell.edu</p>
<p>
<br> <br>
I don't expect people to see this webpage (barring you, of course). This place is simply a collection of items I think worth saving for myself.
</p>
<p>
<a href="assets/old/algsols.pdf"> Abstract Algebra and Algebraic Geometry Problems and Solutions </a><br>
<a href="assets/old/category_theory.pdf"> A Brief Introduction to Category Theory </a><br>
<a href="assets/old/dedekind_domains.pdf"> On Dedekind Domains & the Ideal Class Group </a><br>
<a href="assets/old/top_combi.pdf"> A Short Presentation on the Borsuk-Ulam Theorem for Math 2240 </a>
</p>
</body>
</html>