-
Notifications
You must be signed in to change notification settings - Fork 2
/
about-us.html
221 lines (218 loc) · 11.4 KB
/
about-us.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
<!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/about-us.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 | About Us</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">
<div class="d-flex justify-content-center flex-column">
<h1 class="heading1">About Us</h1>
<p class="subheading">Learning Tapestry is a dedicated team of professional software developers, product managers, educators, and strategic consultants. We are passionate about innovations in education, and committed to our clients' success. </p>
</div>
</div>
</section>
<section class="section2">
<div class="wrapper">
<h2 class="heading2">Learning Tapestry Directors</h2>
<div class="info-blocks-group d-flex justify-content-center">
<a class="text-decoration-none" href="steve-midgley.html">
<div class="info-block text-center">
<img class="info-block__image" src="assets/images/director-sm1.png" alt="Steve Midgley photo">
<img class="info-block__image-dog" src="assets/images/steve-midgley-dog.png" alt="dog photo">
<h3 class="heading3">Steve Midgley</h3>
<p class="subheading text-center">Founder and Managing Director</p>
</div>
</a>
<a class="text-decoration-none" href="elise-kohn.html">
<div class="info-block text-center">
<img class="info-block__image" src="assets/images/director-sm2.png" alt="Elise Kohn photo">
<img class="info-block__image-dog" src="assets/images/elise-kohn-dog.png" alt="dog photo">
<h3 class="heading3">Elise Kohn</h3>
<p class="subheading text-center">Chief Operating Officer</p>
</div>
</a>
<a class="text-decoration-none" href="whitney-whealdon.html">
<div class="info-block text-center">
<img class="info-block__image" src="assets/images/director-sm3.png" alt="Whitney Whealdon photo">
<img class="info-block__image-dog" src="assets/images/whitney-whealdon-dog.png" alt="dog photo">
<h3 class="heading3">Whitney Whealdon</h3>
<p class="subheading text-center">Director of Learning Innovation</p>
</div>
</a>
</div>
</div>
</section>
<section class="section3">
<div class="wrapper">
<h2 class="heading2 text-center">Great service, Quality software, Talented people</h2>
<div class="section3__rectangle">
<h3 class="heading3">We’re a triple bottom line company: We make a profit like any good business, our work makes the world better (“social impact”), and we create a healthy internal work environment for everyone who works here. As a result, values are at the heart of everything we do at Learning Tapestry:</h3>
<ul class="list">
<li>
Representing the interests of our clients and their users is more important than maximizing our ROI.
</li>
<li>
We take the time to listen to clients and challenge them to clarify their vision and objectives.
</li>
<li>While our technical expertise is essential, it is not enough without strong character and solid communication skills.</li>
<li>We prioritize using open-source software to reduce costs, create flexibility, improve efficiency, and promote faster innovation cycles.</li>
<li>Our clients, employees, and consultants are our partners. We succeed when they do.</li>
</ul>
</div>
<div class="contact-us-link d-flex justify-content-center">
<p class="list contact-us-link">
<a href="mailto:social@learningtapestry.com">Contact us</a> if you want to be a part of our team.
</p>
</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>