-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
423 lines (396 loc) · 19.5 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<base href="/">
<title>QriousFox - Interact with future you</title>
<meta name="description"
content="QriousFox helps you prepare for college, competition & career | QriousFox connects school and college students with
industry experts to help them discover and build their professional interests, passions, and strengths.">
<meta property="og:title" content="QriousFox: Insights-based webinars for high school and college students">
<meta property="og:type" content="website">
<meta property="og:image" content="https://res.cloudinary.com/dr6u3ssqa/image/upload/c_thumb,w_200,g_face/v1593846917/curious-fox/qfox_blue_dferxj.png">
<link rel="icon" type="image/png" href="https://qriousfox.com/favicon.ico">
<link rel="stylesheet"
href="https://d33wubrfki0l68.cloudfront.net/css/9fc21f8d74f7af740db2b15cad23321b2af7f7ea/main.90816.css">
<link href="https://fonts.googleapis.com/css?family=Maitree|Rosario:700|Work+Sans:200,400,500,600" rel="stylesheet">
<!-- <script id="typef_orm_share" src="https://embed.typeform.com/embed.js"></script> -->
<script src="https://kit.fontawesome.com/13265c37a9.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script> -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171489628-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171489628-1');
</script>
<!-- End Google Tag Manager -->
<style>
.hide{
display: none !important;
}
.callout-semi-highlight{
color: #aa474a;
font-style: normal;
font-size: 25px;
font-weight: 600;
white-space: nowrap;
}
</style>
</head>
<body data-spy="scroll" data-target="#primary-nav" data-offset="80" style="zoom: 1;background: #c0ddf3;"
data-gr-c-s-loaded="true">
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top" id="primary-nav">
<div class="container">
<a class="navbar-brand" href="/">
<img class="navbar-brand__icon"
src="https://res.cloudinary.com/dr6u3ssqa/image/upload/c_thumb,w_200,g_face/v1593846917/curious-fox/qfox_blue_dferxj.png"
alt="Qrious fox">
<span class="navbar-brand__title">QriousFox</span>
</a>
<button class="navbar-toggler hamburger hamburger--squeeze" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item hide">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item hide">
<a class="nav-link" href="#platform">Platform</a>
</li>
<li class="nav-item hide">
<a class="nav-link" href="#testimonials">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/about.html">About</a>
</li>
<li class="nav-item hide" >
<a class="nav-link " href="/contact_us">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="container">
<div class="row hero pb-md-5">
<div class="col-sm-12 col-md-6">
<div class="jumbotron mb-0 pb-2">
<h1 class="hero__title">
We help students effectively plan, manage and achieve their
<em class="hero__category hero__category--college">college</em>,
<em class="hero__category hero__category--career">competition</em>, and
<em class="hero__category hero__category--military">career</em>
goals.
</h1>
<p class="lead hero__lead">
QriousFox connects real-world experiences with industry insights to guide students
for their post-school/college education and careers.
</p>
<a class="btn btn-primary" href="/about.html">Contact Us</a>
</div>
</div>
<div class="col-sm-12 col-md-6 d-flex pb-1">
<div class="hero__image flex-grow-1"></div>
</div>
</div>
</section>
<section class="bg-info">
<div class="container py-lg-5">
<div class="row">
<div class="col-lg-4 callout-wrapper">
<div class="callout">
<h3 class="callout__heading">Efficiency</h3>
<!-- <a href="https://thersiz.org" target="_blank">
<img class="callout__image"
src="https://d33wubrfki0l68.cloudfront.net/6911fd4cad7f7960635368748d2c4fe0e61e1083/faa4d/images/partners/rsiz.png"
alt="Rural Schools Innovation Zone">
</a> -->
<p class="callout__text">
Indians born today are likely to be just <em class="callout-semi-highlight">44%</em> productive as workers,
way below their Asian peers, the World Bank report on human capital index report 2018.
India was ranked 115 among 157 countries
</p>
</div>
</div>
<div class="col-lg-4 callout-wrapper">
<div class="callout">
<h3 class="callout__heading">Employability</h3>
<p class="callout__text">
The National Employability Report,
2019 by Aspiring Minds suggests that among 36,000 engineering students from IT related branches of over 500 college
- over <em class="callout-semi-highlight">67%</em> could not even write code that compiles.
</p>
</div>
</div>
<div class="col-lg-4 callout-wrapper">
<div class="callout">
<h3 class="callout__heading">Exiguousness</h3>
<p class="callout__text">
A Mindler survey on career option awareness among Indian students has revealed that
<em class="callout-semi-highlight">93%</em> of the students
aged 14 to 21 were aware of just seven career options though there are more than 250 different types of job options available in India.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- the need -->
<section class="major-section major-section--the-need">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 d-flex">
<div class="flex-grow-1 major-section__image major-section__image--the-need"></div>
</div>
<div class="col-12 col-md-6">
<h2 class="major-section__heading">The Need</h2>
<p class="major-section__lead">
Achieving post-secondary education and career success without planning is hard.
</p>
<p class="major-section__text">
We save you time, money, and energy in reaching out to multiple consultancies to chart the best course for your future.
We share real-world experiences, tips & tricks, and best practices
to help you not only plan but also successfully achieve your goals.
platform.
</p>
<a class="btn btn-light major-section__cta hide" href="/about.html">Contact Us</a>
</div>
</div>
</div>
</section>
<section class="major-section text-center major-section--it-takes-a-village">
<div class="container">
<div class="row">
<div class="col">
<h2 class="major-section__heading">It Takes a Village</h2>
<p class="lead major-section__lead">
We help school districts create successful, sustainable, manageable, work-based learning programs
that inform student decisions about college, career, and the military.
</p>
</div>
</div>
<div class="row stakeholders">
<div class="col-12 col-sm-6 col-lg-3 stakeholder">
<h3 class="stakeholder__heading">Students</h3>
<p class="stakeholder__text">
We help students get real-world experience through work-based learning, such as job shadowing and
internships.
</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 stakeholder">
<h3 class="stakeholder__heading">School Districts</h3>
<p class="stakeholder__text">
We help school districts set and achieve college, career, and military readiness goals.
</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 stakeholder">
<h3 class="stakeholder__heading">School Staff</h3>
<p class="stakeholder__text">
We help school leaders make data-informed decisions because we know every dollar counts.
</p>
</div>
<div class="col-12 col-sm-6 col-lg-3 stakeholder">
<h3 class="stakeholder__heading">Businesses</h3>
<p class="stakeholder__text">
We help build talent pipelines by connecting professionals and schools to provide work-based
learning opportunities.
</p>
</div>
</div>
</div>
<div class="it-takes-a-village"></div>
</section>
<section class="major-section major-section--consultation-and-technical-services hide" id="services">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 order-md-0">
<h2 class="major-section__heading">Consultation and Technical Assistance</h2>
<p class="lead major-section__lead">
We save school districts time by helping with the hard stuff.
</p>
<p class="major-section__text">
We understand the laws and regulations that are important to ensure programs prepare students for
college, careers, or the military.
</p>
<a class="btn btn-light major-section__cta" href="/about.html">Contact Us</a>
</div>
<div class="col-12 col-md-6 order-md-2 mt-md-4">
<ul class="checklist">
<li class="checklist__item">Regional Labor Market Analysis</li>
<li class="checklist__item">Programs of Study and Industry-Based Certification Planning</li>
<li class="checklist__item">
Connect to Career and Technical Education (CTE) Curricular Resources through eDynamic Learning
<a href="https://edynamiclearning.com/" target="_blank" class="learn-more-link checklist__link">Learn
More</a>
</li>
</ul>
</div>
<div class="col-12 col-md-6 order-md-3 mt-md-4">
<ul class="checklist">
<li class="checklist__item">
Analysis to Maximize CTE Funding
</li>
<li class="checklist__item">
Work-Based Learning Program Planning
</li>
</ul>
</div>
<div class="col-12 d-flex col-md-6 order-md-1">
<div class="flex-grow-1 major-section__image major-section__image--consultation-and-technical-assistance">
</div>
</div>
</div>
</div>
</section>
<section class="major-section major-section--work-based-learning-platform" id="platform">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 d-flex">
<div class="flex-grow-1 major-section__image major-section__image--work-based-learning-platform"></div>
</div>
<div class="col-12 col-md-6">
<h2 class="major-section__heading">Guidance and Industry Assistance</h2>
<p class="lead major-section__lead">
We save students time by helping them with the hard stuff.
</p>
<p class="major-section__text">
We understand your challenges and industry demands,
which are important to ensure development of the right skills to prepare students for college, competition, or career success.
</p>
<a class="btn btn-primary major-section__cta hide" href="/about.html">Contact Us</a>
</div>
<div class="col-12 col-md-6">
<ul class="checklist">
<li class="checklist__item">Inform Students about Possible Career Pathways</li>
<li class="checklist__item">Experts With a Variety of Skills to Answer Your Questions</li>
<li class="checklist__item">Guidance and Learnings Based on First-Hand Experiences</li>
<li class="checklist__item">Interview Preparation Tips to Seize Available Opportunities</li>
<li class="checklist__item">Demand-Supply Analysis and Market Understanding to Help Students Explore Right Career Path</li>
<li class="checklist__item">Evaluate Employability Skills</li>
<li class="checklist__item">Holistic Approach to Achieve Future Success</li>
</ul>
</div>
<div class="col-12 d-flex col-md-6">
<div class="flex-grow-1 major-section__image major-section__image--work-based-learning-platform-2"></div>
</div>
</div>
</div>
</section>
<section class="major-section text-center major-section--success-stories hide" id="testimonials">
<div class="container">
<div class="row">
<div class="col">
<h2 class="major-section__heading">Success Stories</h2>
<div id="successStories" class="carousel slide" data-ride="carousel" data-interval="60000">
<div class="carousel-inner">
<div class="carousel-item">
<blockquote class="major-section__quote d-block w-100">
CareerCraft has been instrumental in helping our district navigate the rapidly changing
CTE arena. Our rural district has unique scheduling challenges and the mystery of aligning
programs of study has been made much easier. CareerCraft is our partner as we move to
accountability success.
<footer class="blockquote-footer">
<img class="blockquote-footer__profile-picture"
src="https://d33wubrfki0l68.cloudfront.net/cd90a86db669f505e543f08200afc620e45f505b/55b00/images/success-stories/roland-quesada.jpg"
alt="Profile Picture of Roland Quesada">
Roland Quesada, Ed.D., Assistant Superintendent, George West ISD
</footer>
</blockquote>
</div>
<div class="carousel-item active">
<blockquote class="major-section__quote d-block w-100">
CareerCraft has provided district wide services that greatly and positively impact student
opportunities in CTE. Lauren and Shane are knowledgeable, resourceful and committed to
providing outstanding products that support students and staff. CareerCraft has also done
an amazing job in collaborating and communicating plans and goals with various external
partners. Our district is pleased to have partnered with CareerCraft to help move our CTE
programs to a new level of excellence.
<img class="blockquote-footer__profile-picture"
src="https://d33wubrfki0l68.cloudfront.net/f7dc1ddfef4c90947fea0c701a0f5f6f676ceb6a/305e0/images/success-stories/marisa-chapa.jpg"
alt="Not Profile Picture of Dr. Marisa Chapa">
<footer class="blockquote-footer">
Marisa Chapa, Ed.D., Superintendent, Benavides ISD
</footer>
</blockquote>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#successStories" data-slide-to="0" class=""></li>
<li data-target="#successStories" data-slide-to="1" class="active"></li>
</ol>
</div>
<a class="btn btn-primary major-section__cta" href="https://qriousfox.com/about.html">Contact Us</a>
</div>
</div>
</div>
</section>
<!--footer-->
<footer class="footer pb-4 pt-2 pt-md-4">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 order-md-2 mb-5">
<!-- sign-up form -->
<h4 class="footer__newsletter-signup">Sign up for our updates</h4>
<form class="validate footer__form"
action="https://app.99inbound.com/api/e/G2QI7BEG"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="form-group footer__email-form-group">
<input type="email" name="EMAIL" value="" class="footer__email-input form-control required email"
id="mce-EMAIL" aria-required="true" required>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<button type="submit" class="btn btn-primary mb-lg-3 ml-lg-2">Sign Up</button>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_a2eb1a7f772072e4233db22a1_3378c0570f" tabindex="-1" value="">
</div>
</form>
<!-- END: sign-up form -->
</div>
<div class="col-12 col-md-6 order-md-1">
<div class="d-flex align-content-center footer__social-media">
<a href="https://www.facebook.com" target="_blank">
<i class="fa fa-facebook-square" aria-hidden="true"></i>
<span class="sr-only">Facebook</span>
</a>
<a href="https://twitter.com" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
<span class="sr-only">Twitter</span>
</a>
<a href="https://www.linkedin.com/company" target="_blank">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
<span class="sr-only">LinkedIn</span>
</a>
</div>
<div class="d-lg-inline-block footer__extra-info">
<img class="navbar-brand__icon"
src="./img/logo/qfox_light.png"
alt="Qrious fox">
Made in India
</div>
<div class="d-lg-inline-block ml-lg-2 footer__extra-info">
<ul class="footer__links">
<li class="footer__link"><a href="/about.html">Contact Us</a></li>
<!-- <li class="footer__link"><a href="/privacy-policy/">Privacy Policy</a></li> -->
</ul>
</div>
<div class="footer__copyright">
Copyright © QriousFox 2020. All rights reserved.
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>