-
-
Notifications
You must be signed in to change notification settings - Fork 355
/
education-use.html
104 lines (81 loc) · 4.51 KB
/
education-use.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sandboxels Educational Use</title>
<meta name="description" content="How to use Sandboxels in the classroom for hands-on experiments.">
<meta name="keywords" content="falling sand, elements, pixel art, simulator, powder">
<meta name="author" content="R74n">
<meta name="copyright" content="R74n">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=2">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#e6d577">
<meta name="theme-color" content="#000000">
<!--OpenGraph-->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Sandboxels">
<meta property="og:image" content="https://sandboxels.r74n.com/icons/wallpaper.png">
<meta property="og:image:width" content="1980">
<meta property="og:image:height" content="971">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="A rainforest made in Sandboxels">
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site:id" content="1436857621827530753">
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/card.png">
<meta name="twitter:image:alt" content="A rainforest made in Sandboxels">
<meta name="twitter:creator:id" content="1436857621827530753">
<link rel="stylesheet" type="text/css" href="style.css?nocache=3">
<style>
/* on mobile, make h1 fit on one line */
@media only screen and (max-width: 800px) {
h1 { font-size: 1em; }
}
#content { font-family: Arial, Helvetica, sans-serif; font-size:1.5em; }
h2 { text-align: center; margin-bottom:0; margin-top:45px}
</style>
</head>
<body>
<h1><a href="https://sandboxels.R74n.com" class="backbutton"><</a> Sandboxels in Education</h1>
</ul>
<div id="content">
<p>Sandboxels is a free experimentation simulator that can be played in any web browser. It features heat simulation, electricity, density, chemical reactions, cooking, and fire spread.</p>
<img src="icons/wallpaper.webp" alt="A rainforest made in Sandboxels" style="width:100%; max-width: 800px; margin: 0 auto; display: block; border-radius: 10px;">
<h2>Impact on Students</h2>
<p>Students are given a hands-on experience with over 500 unique interactive materials. They can see the effects of their actions in real time.</p>
<p>For instance, if a student decides to pour Water over a pile of Sodium, they will witness one of hundreds of chemical reactions. Maybe they decide to freeze it and see what happens.</p>
<p>This learning approach offers in-depth understanding of phenomena in many fields, such as biology, chemistry, ecology, geology, cooking, and even virology.</p>
<p>Community members tell us how they learn things from simply playing casually.</p>
<h2>Impact on Teachers</h2>
<p>Educators are able to plan experiments for their students to perform, which provides plenty of fun yet informative class content.</p>
<p>Some fun ideas:</p>
<ul>
<li>Density tests - Alcohol, Water, and Mercury</li>
<li>Flame colors - Methane, Sulfur, and Alcohol</li>
<li>Uranium + Neutron fission reaction</li>
<li>Baking Soda + Vinegar, a classic</li>
<li>Burning Wood with Fire</li>
<li>Copper and Gold alloy - Unique melting points</li>
</ul>
<h2>Contact</h2>
<p>Sandboxels is free to use for any purpose, but we'd love to hear about it anyway! You can send us an email at <a href="mailto:[email protected]">[email protected]</a> and we will get back to you!</p>
<p>You can also use the hashtag #Sandboxels anywhere, and we'll see it!</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93720349-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93720349-9');
</script>
</body>
</html>