-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (146 loc) · 12.6 KB
/
Copy pathindex.html
File metadata and controls
195 lines (146 loc) · 12.6 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-84685529-1" type="text/javascript">
</script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-84685529-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Move38 is a design and game company founded by MIT Media Lab alum, Jonathan Bobrow. We believe that toys and tools shape the way we think, and that the future requires new ways of thinking, specifically with complex systems. We build platforms for play and aim to reconnect generations through hands-on, not screen-based, modes of play.">
<meta name="keywords" content="games, play, systems, technology, smart toys, origami, paper, tactile, architecture, learning, edtech">
<meta name="author" content="Jonathan Bobrow, Move38">
<title>Move38 | Tools for Creativity</title><!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"><!-- Bootstrap core CSS -->
<link href="https://fonts.googleapis.com/css?family=DM+Serif+Display&display=swap" rel="stylesheet" type="text/css"><!-- Font for About section -->
<link href="css/about.css" rel="stylesheet" type="text/css"><!-- Custom styles for this about section -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"><!-- Custom styles for this template -->
<link href="css/full-slider.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false">
</script>
<script type="text/javascript">
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"7857fa104de3ffc5bbe78d94c","lid":"dd56218fbe","uniqueMethods":true}) })
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><img id="logotype" src="img/move38_logotype_lt.png" height="50px" alt="Move38"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="https://move38.com">Get Blinks</a></li>
<li class="nav-item"><a class="nav-link" href="http://troxes.com">Get Troxes</a></li>
<li class="nav-item"><a class="nav-link" href="https://bitwise.bigcartel.com/product/mootone-color-matching-system">Get Mootone</a></li>
<li class="nav-item"><a class="nav-link" href="https://move38.com/pages/contact">Get in Touch</a></li>
</ul>
</div>
</div>
</nav>
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<a href="#"></a>
<div class="carousel-item active" style="background-image: url('img/02_Troxes.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3><a href="http://troxes.com"><img src="img/troxes_logotype_lt.png" alt="Troxes"></a></h3>
<p>Lego meets Origami</p>
</div>
</div><!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('img/02_Troxes-1.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3><a href="http://troxes.com"><img src="img/troxes_logotype_lt.png" alt="Troxes"></a></h3>
<p>Lego meets Origami</p>
</div>
</div><!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('img/02_Troxes-2.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3><a href="http://troxes.com"><img src="img/troxes_logotype_lt.png" alt="Troxes"></a></h3>
<p>Lego meets Origami</p>
</div>
</div><!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('img/01_Blinks.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3><a href="https://move38.com"><img src="img/blinks_logotype_lt.png" alt="Blinks"></a></h3>
<p>A Board Game with a Mind of Its Own</p>
</div>
</div><!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('img/03_Mootone.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3><a href="https://bitwise.bigcartel.com/product/mootone-color-matching-system"><img src="img/mootone_logotype_lt.png" alt="Mootone"></a></h3>
<p>Color Matching System</p>
</div>
</div>
</div><a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"><span class="sr-only">Previous</span></a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"><span class="sr-only">Next</span></a>
</div>
</header><!-- Page Content -->
<div id="about-container">
<!--<iframe width="680" height="382" src="https://www.youtube.com/embed/gQ0QCYFQQyI?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
<h1>-</h1>
<h2>Play Shapes the Way We Think</h2>
<p>At Move38, we know that play shapes the way we think. The tools and toys we play with are imbued with the power to teach new skills and refine the ones we already possess. Toys are not simply <i>childs play</i>, but essential objects to think with<sub><a href="#">1</a></sub> and navigate our complex world. We entrust toys to teach our children fundamental physics, and more importantly, they encourage social engagement, helping us interact with each other, hands-on, and face-to-face. The social intimacy of play drives us to create. Our mission is to delight hands, challenge minds, and inspire curiosity.</p>
<h2>Raise a Generation of Systems Thinkers</h2>
<p>The modern world is a complex system. As participants, we are committed to shaping it for the better through play. We design and build products to enable a generation of systems thinkers. Systems thinkers can intuit the whole is greater than the sum of its parts. Systems thinkers don’t see the world for individual components, but rather the way they interact. Playful systems are for having fun. Move38’s products deliver play that promote systems thinking and <a href="https://www.fastcompany.com/90126134/this-mit-students-origami-building-blocks-could-make-you-more-creative">FastCo says they “could make you more creative.”</a></p><br>
<h2>A Community & A Movement</h2>
<p>We provide new perspective and the freedom to play with the subtle boundary of simplicity<sub><a href="#">2</a></sub> and complexity<sub><a href="#">3</a></sub>. We create aesthetic experiences informed by the underlying systems of science and nature. We are curious designers, architects, mathematicians, artists, game designers, and technologists inventing new forms of play. Our thinking is shaped by the toys and tools we play with and we are joining this conversation by building our own. Moreover, we believe in an open-source<sub><a href="#">4</a></sub> philosophy and actively support a community to join us on this mission.</p>
<h2>Deeply Considered</h2>
<p>We consider every aspect of our products–from the way they feel in your hand to the effects they may have on our planet. Our ability to design our own tools allow us to rethink traditional manufacturing and create toys with sustainability in mind. We aim to reduce waste by designing objects you’ll want to keep around for a long time.</p>
<h2>Commitment to Lifelong Learning</h2>
<p>Education is something that happens to you; learning is something you do. We are not educators–we enable lifelong learning. While our products are not designed for the classroom, that hasn’t stopped them from being used by teachers. They are actively employed by educators, and we dedicate resources to support efforts that enrich creative problem-solving through play.</p>
<p>Move38 has led workshops with our products at:</p>
<ul>
<li>MIT</li>
<li>Columbia University Family STEM Day</li>
<li>Harvard STEM Days</li>
<li>Cooper Hewitt Smithsonian Design Museum</li>
<li>FutureworksNYC</li>
<li>MoMath - National Museum of Mathematics</li>
<li>New Museum</li>
<li>World Maker Faire</li>
<li>Brooklyn Game Lab</li>
</ul>
<p>
Interested in hosting a workshop? Contact us <a href="mailto:info@move38.com">here</a>.
<p>
<h2 class="orange">Say Hello!</h2>
<p>We'd love to hear from you whether you own one or all of our products, are a fan of what we do, or would like to join us in our efforts. We're based in NYC<sub><a href="#">5</a></sub> and enjoy seeing new faces in our lab, studio, innovation hub. We'll probably share our toys with you, but we reserve the right to try our hardest to beat you at our own games :)</p>
<h2>Press</h2>
<p>We care a lot about what we are building and why we're building it. If you like sharing passionate stories, enjoy learning about how a game company focussed on community is bit by bit building a future less about screens and more about hands-on and face-to-face time with friends and family, we'd love to be in touch. Reach out at <a href="mailto:hello@move38.com">hello@move38.com</a>.</p>
<h2>Support</h2>
<p>MIT Media Lab, NEW INC, NYDesigns, E14 Fund, Exponential Creativity Ventures, Neoteny, Kickstarter, FutureWorksNYC, Startup Leadership Program, WEST</p>
<h2>Footnotes</h2>
<ul id="footnotes">
<li><a href="#">1</a> "Objects to think with" refers to Alien Phenomenology by Ian Bogost.</li>
<li><a href="#">2</a> "Simplicity" is influenced by John Maeda's book of the same title.</li>
<li><a href="#">3</a> "Complexity" nods to Stephen Wolfram for suggesting a new kind of science.</li>
<li><a href="#">4</a> "Open-Source" means we want you to stand on our shoulders when we’re done.</li>
<li><a href="#">5</a> "NYC"—technically, we’re in Long Island City, Queens, NY.</li>
</ul>
<p>Learn more about Troxes on <a href="https://www.youtube.com/channel/UC7xDxC729HTmPcBlS1UxvCw">YouTube</a></p>
</div>
<footer class="py-5 bg-lt">
<div class="container">
<p class="m-0 text-center text-dk">Copyright © Move38.com 2023</p>
</div><!-- /.container -->
</footer><!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js" type="text/javascript">
</script><script src="vendor/bootstrap/js/bootstrap.bundle.min.js" type="text/javascript">
</script>
</body>
</html>