-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
908 lines (903 loc) · 34.8 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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Nunito:wght@700&family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>Learning Tapestry</title>
</head>
<body>
<header class="header">
<nav class="header__nav">
<div class="wrapper navbar">
<div class="header__logo container-fluid">
<a
class="navbar__title navbar-brand d-flex align-items-center"
href="/"
>
<img
src="assets/images/logo.png"
alt="Logo"
width="30"
height="24"
class="logo align-text-top light-mode"
/>
</a>
<div
class="navbar__container position-relative desktop"
id="navbarNav"
>
<ul class="navbar__main navbar d-flex flex-row">
<li class="nav-item">
<a class="nav-link" href="solutions.html">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a
href="mailto:social@learningtapestry.com"
style="text-decoration: none"
>
<button
type="button"
class="nav-link btn nav-item--decoration d-flex justify-content-center align-items-center"
data-bs-toggle="modal"
data-bs-target="#exampleModal1"
>
Contact Us
</button>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="collapse" id="navbarToggleExternalContent">
<div class="wrapper navbar">
<div class="container-fluid justify-content-center">
<div class="navbar__container position-relative" id="navbarNav">
<ul class="navbar__main navbar d-flex flex-row">
<li class="nav-item">
<a class="nav-link" href="solutions.html">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a
href="mailto:social@learningtapestry.com"
style="text-decoration: none"
>
<button
type="button"
class="nav-link btn nav-item--decoration d-flex justify-content-center align-items-center"
data-bs-toggle="modal"
data-bs-target="#exampleModal1"
>
Contact Us
</button>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<button class="mobile-burger-menu"></button>
<div class="mobile-menu">
<div class="menu">
<button class="close-menu"></button>
<ul>
<li><a href="/">Home</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="about-us.html">About Us</a></li>
<li class="nav-item">
<a
href="mailto:social@learningtapestry.com"
style="text-decoration: none"
>
<button
type="button"
class="nav-link btn nav-item--decoration d-flex justify-content-center align-items-center"
data-bs-toggle="modal"
data-bs-target="#exampleModal1"
>
Contact Us
</button>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="tablet-nav navbar navbar-dark">
<div class="container-fluid">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<section class="section1">
<div class="wrapper d-flex justify-content-between">
<div class="d-flex justify-content-center flex-column">
<h1 class="heading1">
Innovation and technology solutions to support educators and
learners
</h1>
<p class="subheading">
At Learning Tapestry we solve hard problems <br />
in complex technology-based educational ecosystems.
</p>
<a
href="mailto:social@learningtapestry.com"
class="main-button nav-link text-white d-flex justify-content-center align-items-center"
>
Talk with us
<img class="arrow-icon" src="assets/svg/arrow-right1.svg" />
</a>
</div>
<!-- <img class="image" src="assets/images/image1.png" alt="office working"> -->
</div>
</section>
<section class="section2">
<div class="wrapper">
<h2 class="heading2 text-center">
What Learning Tapestry Can Do for You
</h2>
<div
class="row row-cols-2"
style="--bs-gutter-y: 40px; --bs-gutter-x: 40px"
>
<div class="col section2__item">
<div
class="section2__grid-item d-flex flex-column align-items-center"
>
<img class="image" src="assets/svg/cubes.svg" />
<h3 class="section2__h3">Product Development & Implementation</h3>
<p class="text text-center">
Our multidisciplinary teams will work with you to understand
your objectives and identify technical solutions that meet your
needs, and we will deliver on time and within budget.
</p>
</div>
</div>
<div class="col section2__item">
<div
class="section2__grid-item d-flex flex-column align-items-center"
>
<img class="image" src="assets/svg/monitor.svg" />
<h3 class="section2__h3">Technology Consulting</h3>
<p class="text text-center">
Our technology leaders can provide you with CTO-level strategic
consulting services if your organization is too small to have a
full-time CTO or if your CTO needs added support.
</p>
</div>
</div>
<div class="col section2__item">
<div
class="section2__grid-item d-flex flex-column align-items-center"
>
<img class="image" src="assets/svg/list.svg" />
<h3 class="section2__h3">Systems Integrations</h3>
<p class="text text-center">
Our backend development engineers will architect and implement
custom integrations between disparate systems to help you get
the most from your existing products.
</p>
</div>
</div>
<div class="col section2__item">
<div
class="section2__grid-item d-flex flex-column align-items-center"
>
<img class="image" src="assets/svg/gear.svg" />
<h3 class="section2__h3">
Customizable Solutions for Content Creators
</h3>
<p class="text text-center">
Our LCMS, bulk downloader, and AI content generator tools are
designed specifically for educational content creators so you
can create and distribute your content more efficiently.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section3 position-relative">
<div class="wrapper d-flex justify-content-between align-items-center">
<picture class="position-relative">
<img
class="image position-relative"
src="assets/images/image2.png"
alt="office working"
/>
</picture>
<div>
<h2 class="heading2">We know technology. We know education.</h2>
<p class="subheading">
We want to know more about you <br />
and the technical challenges you’re facing.
</p>
<a
href="mailto:social@learningtapestry.com"
class="main-button nav-link d-flex justify-content-center align-items-center"
>
Talk with us
<img class="arrow-icon" src="assets/svg/arrow-right2.svg" />
<img class="arrow-icon" src="assets/svg/arrow-right1.svg" />
</a>
</div>
</div>
</section>
<section class="section4">
<div class="wrapper">
<h2 class="heading2 text-center">Clients</h2>
<p class="subheading text-center">
We are proud to provide solutions to:
</p>
<div class="client-logos d-flex justify-content-center">
<img
class="client-logo align-self-center"
src="assets/images/credential-eng.webp"
alt="Credential Engine logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/iste-logo.png"
alt="ISTE logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/noggin.svg"
alt="Noggin logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/opensci_logo.svg"
alt="OpenSciEd logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/relay_new-logo.svg"
alt="Relay logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/sparkler-logo.png"
alt="Sparkler Learning logo"
/>
<img
class="client-logo align-self-center"
src="assets/images/unbounded-logo.png"
alt="UnboundEd Learning logo"
/>
</div>
</div>
</section>
<section class="section5">
<div
id="carouselExampleIndicators"
class="carousel slide"
data-bs-ride="true"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
class="active opacity-100"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
class="opacity-100"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
class="opacity-100"
aria-label="Slide 3"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="3"
class="opacity-100"
aria-label="Slide 4"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-item__block d-flex">
<div class="carousel-item__texts">
<h2 class="heading2">
We help Noggin with their entire technology platform.
</h2>
<p class="text">
From technology strategy, software architecture, devops,
mobile development, web development, to analytics/learning
data infrastructure: we are either lead in each of these areas
or provide key technology support. Our partnership with Noggin
has grown over the years as we've demonstrated the ability to
solve hard problems, identify areas in need of attention, and
think through technical problems from the point of view of
technology architecture, product vision, business
requirements, and marketing goals.
</p>
<p class="text">
We've helped Noggin migrate completely from a codebase that
slowed their innovation to one that is meeting their needs for
creating the kid-friendly, learning-rich experience they want
for their young users and their families. And we achieved all
this on-time, on-budget, and with a reliable and performant
infrastructure.
</p>
</div>
<div class="carousel-item__info-card">
<img
class="carousel-item__img-quotes"
src="assets/svg/quotes.svg"
alt="quotes"
/>
<div
class="carousel-item__blockquote-info d-flex flex-column position-relative justify-content-between"
>
<blockquote class="large-quote">
Learning Tapestry provides us both outstanding technology
strategy and leadership, as well as a highly talented
technical team. We confidently rely on Learning Tapestry to
help us build our early childhood mobile and web products.
<a
class="mobile-modal-button"
data-bs-toggle="modal"
data-bs-target="#nogginModal"
>Read more</a
>
</blockquote>
<div class="avatar-client-info-logo d-flex">
<img
class="section5__avatar"
src="assets/images/avatar3.png"
alt="client avatar"
style="border-radius: 50%"
/>
<div class="client-info">
<p>Kristen Kane</p>
<p>Executive Vice President</p>
<p>
Noggin, a division<br />
of Paramount
</p>
</div>
<img
class="section5__client-logo-large-quote position-absolute"
src="assets/images/noggin.svg"
alt="client logo"
style="height: unset"
/>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item__block d-flex">
<div class="carousel-item__texts">
<h2 class="heading2">
We helped OpenSciEd build an open source curriculum authoring
environment
</h2>
<p class="text">
It enables them to create and maintain all the open
educational resource (OER) curriculum products they provide to
schools.
</p>
<p class="text">
We also provide integration support to connect their
curriculum products with their public website.
</p>
</div>
<div class="carousel-item__info-card reduced-padding">
<img
class="carousel-item__img-quotes"
src="assets/svg/quotes.svg"
alt="quotes"
/>
<div
class="carousel-item__blockquote-info d-flex flex-column position-relative justify-content-between"
>
<blockquote
style="
margin-bottom: 0;
font-size: 1.4rem;
line-height: 22px;
"
>
Learning Tapestry's open source curriculum tools (LCMS) have
transformed the way that we author materials and distribute
final products to teachers. The ability to offer our
materials in new and upcoming delivery platforms without
having to revisit our authored content changes the way we
think about portability. Working with Learning Tapestry is
easy because we share the values embodied in providing the
market with high quality free and open products.
<a
class="mobile-modal-button"
data-bs-toggle="modal"
data-bs-target="#openSciEd"
>Read more</a
>
</blockquote>
<div class="avatar-client-info-logo d-flex">
<img
class="section5__avatar"
src="assets/images/avatar4.jpg"
alt="client avatar"
style="border-radius: 50%"
/>
<div class="client-info">
<p>Jim Ryan</p>
<p>Executive Director</p>
<p>OpenSciEd</p>
</div>
<img
class="section5__client-logo position-absolute"
src="assets/images/opensci_logo.svg"
alt="client logo"
style="height: 40px"
/>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item__block d-flex">
<div class="carousel-item__texts">
<h2 class="heading2">
We helped Relay transition to sustainable learning
infrastructure
</h2>
<p class="text">
Relay wanted to transition from home-grown learning and
finance systems to more stable infrastructure. We helped them
navigate through this challenging process.
</p>
<p class="text">
Along the way, we also helped them redesign their internal
technical organization. We also help them with internal R&D
work, including Doug Lemov's innovative Teach Like a Champion
program (tlaconline.com).
</p>
</div>
<div class="carousel-item__info-card">
<img
class="carousel-item__img-quotes"
src="assets/svg/quotes.svg"
alt="quotes"
/>
<div
class="carousel-item__blockquote-info d-flex flex-column position-relative justify-content-between"
>
<blockquote>
Learning Tapestry has provided us with strategic insight
into technology that we couldn't find anywhere else.
<a
class="mobile-modal-button"
data-bs-toggle="modal"
data-bs-target="#relayModal"
>Read more</a
>
</blockquote>
<div class="avatar-client-info-logo d-flex">
<img
class="section5__avatar"
src="assets/images/avatar1.png"
alt="client avatar"
/>
<div class="client-info">
<p>Norman Atkins</p>
<p>
Co-founder and<br />
President
</p>
<p>Relay GSE</p>
</div>
<img
class="section5__client-logo position-absolute"
src="assets/images/relay_new-logo.svg"
alt="client logo"
/>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item__block d-flex">
<div class="carousel-item__texts">
<h2 class="heading2">
We helped unbounded create digital-first curricula and
collaboration tools
</h2>
<p class="text">
UnboundEd is dedicated to empowering teachers by providing
free, high-quality standards-aligned resources for the
classroom, the opportunity for immersive training through
their Standards Institute events, and the option of support
through their website services.
</p>
<p class="text">
Their online curriculum resources for grades PreK-12 have been
reviewed and sequenced by nationally-recognized math and ELA
experts. Their professional learning experiences and
resources, help educators integrate standards-based knowledge
and content into their daily practice.
</p>
</div>
<div class="carousel-item__info-card">
<img
class="carousel-item__img-quotes"
src="assets/svg/quotes.svg"
alt="quotes"
/>
<div
class="carousel-item__blockquote-info d-flex flex-column position-relative justify-content-between"
>
<blockquote>
Learning Tapestry is a key partner for our work. They help
us design, build, and support the technology that drives our
work in content and curriculum.
<a
class="mobile-modal-button"
data-bs-toggle="modal"
data-bs-target="#unboundModal"
>Read more</a
>
</blockquote>
<div class="avatar-client-info-logo d-flex">
<img
class="section5__avatar"
src="assets/images/avatar2.png"
alt="client avatar"
/>
<div class="client-info">
<p>Laura Smith</p>
<p>Managing Partner</p>
<p>UnboundEd</p>
</div>
<img
class="section5__client-logo position-absolute"
src="assets/images/unbounded-logo.png"
alt="client logo"
style="height: 32px"
/>
</div>
</div>
</div>
</div>
</div>
</div>
<button
class="carousel-control-prev opacity-100"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next opacity-100"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<footer class="text-center">
<nav class="footer-nav">
<ul class="d-flex justify-content-center">
<li><a class="nav-link" href="solutions.html">Solutions</a></li>
<li><a class="nav-link" href="about-us.html">about us</a></li>
<li>
<a class="nav-link" href="mailto:social@learningtapestry.com"
>contact</a
>
</li>
<li>
<a class="nav-link" href="privacy-policy.html">privacy policy</a>
</li>
</ul>
</nav>
<span class="footer__text">© Learning Tapestry, Inc. 2024</span>
</footer>
<!-- Modal -->
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal__heading-form">
<h2 class="heading2">Contact Learning Tapestry</h2>
<h2 class="heading2-mobile">Contact us</h2>
<p class="subheading">We’d love to hear from you</p>
<form
action="https://formsubmit.co/social@learningtapestry.com"
id="contact_form"
name="contact_form"
method="post"
>
<div class="row">
<div class="col">
<input
type="text"
required
maxlength="50"
class="form-control"
id="name"
name="Name"
placeholder="Name"
/>
</div>
</div>
<div class="row">
<div class="col">
<input
type="email"
required
maxlength="50"
class="form-control"
id="email"
name="Email"
placeholder="Email"
/>
</div>
</div>
<div>
<textarea
class="form-control"
id="message"
name="Message"
rows="1"
placeholder="Message"
></textarea>
</div>
<button
type="button"
class="btn-close btn btn-secondary"
data-bs-dismiss="modal"
></button>
<button type="submit" class="main-button text-uppercase">
send message
<img class="arrow-icon" src="assets/svg/arrow-right2.svg" />
<img class="arrow-icon" src="assets/svg/arrow-right1.svg" />
</button>
</form>
<div class="section6__links d-flex justify-content-between">
<!-- <div>
<img src="assets/svg/linkedin-icon.svg" alt="linkedin icon">
<a href="https://www.linkedin.com/company/learning-tapestry-inc-?original_referer=https%3A%2F%2Fwww.google.com%2F" target="_blank" style="display: inline; text-decoration: none; color: #031A6B; font-size: 1.5rem;">Follow us on LinkedIn</a>
</div> -->
<div>
<img src="assets/svg/mail-icon.svg" alt="mail icon" />
<a
href="mailto:social@learningtapestry.com"
style="
display: inline;
text-decoration: none;
color: #031a6b;
font-size: 1.5rem;
"
>or send us an email</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade modal-mobile"
id="relayModal"
tabindex="-1"
aria-labelledby="relayModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal__heading-form">
<h2 class="heading2-mobile">
We helped Relay transition to sustainable learning infrastructure
</h2>
<p class="subheading text-start">
Relay wanted to transition from home-grown learning and finance
systems to more stable infrastructure. We helped them navigate
through this challenging process.
</p>
<p class="subheading text-start">
Along the way, we also helped them redesign their internal
technical organization. We also help them with internal R&D work,
including Doug Lemov's innovative Teach Like a Champion program
(tlaconline.com).
</p>
<button
type="button"
class="btn-close btn btn-secondary"
data-bs-dismiss="modal"
></button>
</div>
</div>
</div>
</div>
<div
class="modal fade modal-mobile"
id="openSciEd"
tabindex="-1"
aria-labelledby="relayModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal__heading-form">
<h2 class="heading2-mobile">
We helped OpenSciEd build an open source curriculum authoring
environment
</h2>
<p class="subheading text-start">
It enables them to create and maintain all the open educational
resource (OER) curriculum products they provide to schools.
</p>
<p class="subheading text-start">
We also provide integration support to connect their curriculum
products with their public website.
</p>
<button
type="button"
class="btn-close btn btn-secondary"
data-bs-dismiss="modal"
></button>
</div>
</div>
</div>
</div>
<div
class="modal fade modal-mobile"
id="unboundModal"
tabindex="-1"
aria-labelledby="unboundModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal__heading-form">
<h2 class="heading2-mobile">
We helped Unbounded create digital-first curricula and
colaboration tools.
</h2>
<p class="subheading text-start">
UnboundEd is dedicated to empowering teachers by providing free,
high-quality standards-aligned resources for the classroom, the
opportunity for immersive training through their Standards
Institute events, and the option of support through their website
services.
</p>
<p class="subheading text-start">
Their online curriculum resources for grades PreK-12 have been
reviewed and sequenced by nationally-recognized math and ELA
experts. Their professional learning experiences and resources,
help educators integrate standards-based knowledge and content
into their daily practice.
</p>
<button
type="button"
class="btn-close btn btn-secondary"
data-bs-dismiss="modal"
></button>
</div>
</div>
</div>
</div>
<div
class="modal fade modal-mobile"
id="nogginModal"
tabindex="-1"
aria-labelledby="nogginModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content" style="height: auto">
<div class="modal__heading-form">
<h2 class="heading2-mobile">
We help Noggin with their entire technology platform.
</h2>
<p class="subheading text-start">
From technology strategy, software architecture, devops, mobile
development, web development, to analytics/learning data
infrastructure: we are either lead in each of these areas or
provide key technology support. Our partnership with Noggin has
grown over the years as we've demonstrated the ability to solve
hard problems, identify areas in need of attention, and think
through technical problems from the point of view of technology
architecture, product vision, business requirements, and marketing
goals.
</p>
<p class="subheading text-start">
We've helped Noggin migrate completely from a codebase that slowed
their innovation to one that is meeting their needs for creating
the kid-friendly, learning-rich experience they want for their
young users and their families. And we achieved all this on-time,
on-budget, and with a reliable and performant infrastructure.
</p>
<button
type="button"
class="btn-close btn btn-secondary"
data-bs-dismiss="modal"
></button>
</div>
</div>
</div>
</div>
<script src="assets/js/mobile-menu.js"></script>
<script src="assets/js/navbar.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>