-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmath.html
66 lines (61 loc) · 3.22 KB
/
math.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html class="svg" style="background-color:black">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./index/significant.css"/>
<title>Insignificance</title>
<link rel="icon" type="image/x-icon" href="./index/aopspfp.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home">
</head>
<div id="page-wrapper">
<div id="navbar">
<div id="navbar-left">
<a href="./index.html"> Home </a>
<a href="./math.html"> Math </a>
<a href="./blog.html"> Blog </a>
<a href="./code.html"> Code </a>
<a href="./stats.html"> Stats </a>
</div>
</div>
<div id="content" style="color:white;background-color:rgb(0, 0, 0);">
<div id="main" style="opacity: 1.0;">
<div id="quote"><p><i>"To understand recursion, you must first understand recursion..."</i>
</p></div>
<h1>Math</h1>
<p>Although I'm underqualified, if anyone is curious and wants to see underwhelming scores and stuff, go to my <a href="stats.html">Statistics</a>.
</p>
<h2>Handouts</h2>
<p>A series of handouts I've helped create for AYMC (Alabama Youth Math Club). </p>
<ul>
<li><a href="/Handouts/AYMC_General_Triangles.pdf">Triangles</a></li>
<li><a href="/Handouts/AYMC_Quadratics.pdf">Quadratics</a></li>
<li><a href="/Handouts/Stars_and_Bars.pdf">Stars and Bars</a></li>
<li>More to be added later</li>
</ul>
<h2>OTIS Units</h2>
<p>Note: Although I believe there shouldn't be a paywall against math resources, most of these are <b>password protected (will open later)</b>. Also, this is really for my own storage, if you want resources, you should be looking at the handouts or mock recommendations. </p>
<ul>
<li><a href="/otis/BAW-Sympoly-protected.pdf">BAW-Sympoly</a></li>
<li><a href="/otis/BAY-Cyclotomic-protected_1.pdf">BAY-Cyclotomic</a></li>
<li><a href="/otis/BCX-tex-entry-protected.pdf.pdf">BCX-Entry</li>
<li><a href="/otis/BGX-tex-aimegeo-protected.pdf">BGX-AIMEGeo</li>
<li><a href="/otis/BNW-tex-aimemod-protected.pdf">BNW-AIMEMods</li>
</ul>
<h1>What I do</h1>
<p>I'm currently the VP of the <a href="https://www.birminghammathclub.org/">Alabama Youth Math Club</a>, an independent nonprofit dedicated to fostering interest in mathematics, supporting local communities, and support STEM education.
</p>
<p>I also enjoy problem writing for both <a href="https://aops.com">AoPS</a> Mocks like <a href="https://benny-w.github.io/ZeMC/">ZeMC</a> and <a href="https://artofproblemsolving.com/community/c594864h3000448">TLMC</a> as well as local tournament tests, particularly for my middle school and high school math tournaments.
</p>
<br>
<br>
<br>
<br>
<br>
<footer>Licensed under the <a href="/about/license.txt">MIT License</a></footer>
</div>
</div>
</html>
</div>
</body>
</html>