-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmath-happens.html
106 lines (101 loc) · 3.33 KB
/
math-happens.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Math Happens</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" type="text/css" href="r-c-min.css" />
<link rel="stylesheet" type="text/css" href="site-styles.css" />
</head>
<body>
<header data-r-c data-join data-middle class="header">
<figure data-center>
<a href="https://maketolearn.github.io">
<img
src="https://cdn.glitch.global/6f904807-4a13-4b7c-9ed9-c2038530dcd5/logo.png?v=1652291502389"
width="30%"
height="220"
/>
</a>
</figure>
<ul data-center md-text-center class="menu-links">
<center>
<li><a href="https://maketolearn.github.io/">Home</a></li>
<li>
<a href="https://maketolearn.github.io/invention-kits.html"
>Invention Kits</a
>
</li>
<li>
<a href="https://maketolearn.github.io/papercraft-models.html"
>Papercraft Models</a
>
</li>
<li>
<a href="https://maketolearn.github.io/joseph-henry.html"
>Joseph Henry Collection</a
>
</li>
<li>
<a href="https://maketolearn.github.io/math-happens.html"
>Math Happens</a
>
</li>
<li><a href="mailto:[email protected]">Contact</a></li>
</center>
</ul>
</header>
<r-c join>
<main class="column1">
<h1>Math Happens</h1>
<p>
The MathHappens Foundation is dedicated to creating math models and
supporting development of mathematical experiences. The foundation
supports use of models by teachers from all disciplines. MathHappens
was founded by Phil and Lauren Siegel in 2014. MathHappens connects
with the maker community and educators, bringing math programming,
exhibits, and events to a variety of communities and audiences. The
organization is committed to sharing ideas, open-source math models,
instructional materials, and learning experiences.
</p>
<p>
<center>
<h2>
<a href="https://github.com/maketolearn/Math-Happens">Math Happens Repository</a>
</h2>
</center>
</p>
<p>
For more information, visit
<a href="https://www.mathhappens.org/">https://www.mathhappens.org/</a
>.
</p>
</main>
<footer data-r-c data-join class="footer">
<c1-1>
<p>
<small
>©2022
<a href="http://site.aace.org/"
>Society for Information Technology and Teacher Education
(SITE)</a
>. All Rights Reserved.
</small>
<br />
<small
>Made with
<a
href="https://matthewjamestaylor.com/responsive-columns"
target="_blank"
rel="noopener"
>Responsive Columns</a
>.</small
>
</p>
</c1-1>
</footer>
</r-c>
</body>
</html>