-
Notifications
You must be signed in to change notification settings - Fork 2
/
solutions.html
515 lines (513 loc) · 19.9 KB
/
solutions.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
<!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="stylesheet" href="assets/css/solutions.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 | Solutions</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 d-inline-block align-text-top"
/>
</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 align-items-start">
<div class="d-flex justify-content-center flex-column solution-heading">
<h1 class="heading1">Solutions</h1>
<p class="subheading">
At Learning Tapestry we help people and companies who help educators
and learners.
</p>
<p class="subheading">
We work with startups, nonprofits, foundations, and major
corporations to build their technology platforms and their internal
technical capacity.
</p>
<p class="subheading">
We empower curriculum authors with technology to help them
efficiently produce high-quality, accessible content in a variety of
formats.
</p>
<p class="subheading">
We provide technology and consulting services to many values-based
organizations to help them promote more equitable educational
ecosystems.
</p>
</div>
<div class="section1__ovals"></div>
</div>
</section>
<section class="section2">
<div class="wrapper">
<h2 class="heading2">Product Development & Implementation</h2>
<div class="section2__rectangle section2-product">
<h3 class="heading3">
We support your vision from ideation to post-launch maintenance and
optimization while delivering solutions responsive to your time,
budget, and other constraints.
</h3>
<div
class="row row-cols-1"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 32px"
>
<ul class="list">
<li>Requirements gathering and specification</li>
<li>Solutions architecture and buy vs. build recommendations</li>
<li>Full-stack development, mobile apps, custom integrations</li>
<li>
Comprehensive support throughout the development process:
technical product and project management, devops, and QA
</li>
</ul>
</div>
</div>
<h2 class="heading2">Technology Consulting</h2>
<div class="section2__rectangle section2-technology">
<h3 class="heading3">
As experienced professionals with expertise in technology,
education, and business, we provide strategic guidance to improve
your technical systems or products.
</h3>
<div
class="row row-cols-1"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 16px"
>
<ul class="list">
<li>Technical architecture and vision</li>
<li>
Guidance on establishing sound software development, devops, and
information security processes
</li>
<li>
Advice and support for building and developing your in-house
technical team
</li>
<li>Product development and business strategy</li>
</ul>
</div>
</div>
<h2 class="heading2">Systems Integration</h2>
<div class="section2__rectangle section2-system">
<h3 class="heading3">
We seamlessly connect and synchronize software systems within and
outside of your system to streamline your operations.
</h3>
<div
class="row row-cols-1"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 16px"
>
<ul class="list">
<li>Integrate legacy systems to newer applications</li>
<li>Link systems to merge different functionality</li>
<li>Eliminate data silos and manual processes</li>
<li>Custom integrations</li>
<li>API integrations</li>
</ul>
</div>
</div>
<h2 class="heading2">Customizable Solutions for Content Creators</h2>
<div class="section2__rectangle section2-service section2-customize">
<h3 class="heading3">
We collaborate with you to customize technical solutions to help you
more efficiently and effectively deliver high quality content to
educators and learners.
</h3>
<div
class="row row-cols-1"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 16px"
>
<ul class="list">
<li>
Author full-course curricula and instructional materials using
Google Docs and easily generate stylized Google Doc, PDF, HTML
outputs
</li>
<li>
Allow visitors to your website to download copies of entire
Google Drive folders and subfolders into their personal Google
Drive while maintaining the folder hierarchy
</li>
<li>
Leading-edge AI content generation platform to create
knowledge-building content for children
</li>
<li>
More effectively describe curricular content to make it easier
to move from one platform to another
</li>
</ul>
</div>
</div>
<h2 class="heading2">Open Source Tools</h2>
<div class="section2__rectangle section2-tool">
<h3 class="heading3" style="width: 95%; margin-bottom: 64px">
We build many solutions for our partners using open source licenses.
We also build closed-source software, owned by our client, when that
is appropriate.<br />We and our clients often choose open source<br />software
for several reasons:
</h3>
<div
class="row row-cols-2 desktop"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 16px"
>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/cash-coin.svg" />
<p class="text">
<b>Lower cost</b><br />We can leverage existing technologies
we've built for others, rather than building from scratch.
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/person.svg" />
<p class="text">
<b>Flexibility</b><br />We don't "lock" partners into our
services, so clients can find other service providers with the
open technology we've built, although no one has taken us up
on this yet!
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/lightbulb.svg" />
<p class="text">
<b>Open technology</b><br />Other organizations and developers
can create new solutions faster and at a lower cost.
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/like.svg" />
<p class="text">
<b>Simpler licensing</b><br />It tends to financially favor our
clients, over a traditional IP licensing approach.
</p>
</div>
</div>
</div>
<div
class="row row-cols-1 mobile"
style="--bs-gutter-y: 42px; --bs-gutter-x: 56px; padding: 0 16px"
>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/cash-coin.svg" />
<p class="text">
<b>Lower cost</b><br />It allows us to provide new clients
with lower cost solutions by leveraging the existing
technology we've built for others.
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/person.svg" />
<p class="text">
<b>Flexibility</b><br />It gives our clients flexibility to
find other service providers, should they be unhappy working
with us (no one has taken us up on this yet!)
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/lightbulb.svg" />
<p class="text">
<b>Open technology</b><br />It allows other organizations and
people to create new solutions faster and at lower cost, by
leveraging open technology.
</p>
</div>
</div>
<div class="col">
<div class="section2__rectangle-item d-flex">
<img class="image" src="assets/svg/like.svg" />
<p class="text">
<b>Smooth licencing</b><br />It tends to financially favor our
clients, over a licensing approach
</p>
</div>
</div>
</div>
</div>
<div class="github-link d-flex justify-content-center">
<img src="assets/svg/github-icon.svg" alt="github icon" />
<a
href="https://github.com/learningtapestry/"
target="_blank"
class="github-link__text text-uppercase"
>view our open source projects on github</a
>
<img src="assets/svg/arrow-right3.svg" />
</div>
</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>
<p class="subheading">
We’d love to hear from <br />
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>
<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>