-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathindex.html
661 lines (634 loc) · 28.4 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167873271-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-167873271-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="ScholarX is an exclusive 6-month program aimed at providing
mentoring support to a selected pool of high Potential undergraduate students
based in Sri Lanka ideally by a Sri Lankan expat currently engaged with one of
the world’s top universities or Fortune 500 companies. It’s our free premium
mentoring platform by Sri Lankans for Sri Lankans working towards creating a culture
of knowledge and expertise sharing without the limitation of geographical borders.">
<meta name="author" content="Sustainable Education Foundation">
<meta property="og:image" content="../../assets/img/brand/scholarx.png">
<title>ScholarX | Sustainable Education Foundation</title>
<!-- Favicon -->
<link href="/assets/img/brand/favicon.png" rel="icon" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- Icons -->
<link href="/assets/vendor/nucleo/css/nucleo.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" rel="stylesheet">
<!-- Argon CSS -->
<link type="text/css" href="/assets/css/argon.css?v=1.0.1" rel="stylesheet">
<!-- global CSS -->
<link type="text/css" href="/assets/css/global-custom.css" rel="stylesheet">
<!-- scholarx CSS -->
<link type="text/css" href="../past-programs/2022/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<header class="header-global">
<!--nav bar goes here-->
<div id="navbar"></div>
</header>
<section class="section pb-0 bg-gradient-white mt-5">
<div class="container">
<div class="row row-grid align-items-center justify-content-center">
<div class="col-md-6">
<div class="d-flex flex-column px-3">
<div class="pl-4">
<img src="/assets/img/brand/scholarx.png" class="img-fluid align-self-center mb-5 w-50">
<p class="text-justify">ScholarX intends to deliver free premium mentoring assistance for the elite undergraduate
students based in Sri Lanka, through the means of a Sri Lankan expatriate presently involved
with one of the world’s most renowned universities or Fortune 500 companies. This program
strives to create a sustainable education structure within Sri Lanka by drawing knowledge
and expertise from all across the globe.
</p>
</div>
<!-- Go to ScholarX Platform -->
<div id="past-onelives" class="container-fluid mb-5">
<div class="row justify-content-center">
<div class="col-9 text-center">
<a href="https://scholarx.sefglobal.org/" target="_self" class="btn btn-primary mt-4">visit scholarx</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-5">
<img src="/assets/img/scholarx/new-findmentor.png" class="img-fluid align-self-center w-100">
</div>
</div>
</div>
</section>
<!-- Join Mentor and Mentee waiting lists -->
<section class="section section-secondary mt-5">
<div class="container px-md-5 pb-3">
<div class="row align-items-center justify-content-md-between">
<div class="col-md-5 d-flex justify-content-center">
<img class="img-fluid align-self-start w-80"
src="./images/registrations/mentor.png"
alt="" width="400px">
</div>
<div class="col-md-7 justify-content-center">
<div id="mentor-waiting-list">
<div class="row justify-content-center justify-content-md-end">
<div class="col-9">
<h3 class="mb-2 mt-4 text-onelive">Be a mentor for ScholarX23</h3>
<p class="text-justify">
Do you consider yourself a qualified professional with a knack for mentoring?
Now you can share your knowledge with budding young talent of Sri Lanka.
Reach us via <br>
<a href="mailto:sustainableedufoundation@gmail.com">sustainableedufoundation@gmail.com</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container px-md-5 mt-md-5">
<div class="row flex-column-reverse flex-md-row align-items-center justify-content-between">
<div class="col-md-7">
<div id="mentee-waiting-list">
<div class="row justify-content-center justify-content-md-start">
<div class="col-9">
<h3 class="mb-2 mt-4 text-onelive">Take part as a mentee under ScholarX23</h3>
<p class="text-justify">
Are you a skilled young individual who needs a little push in the right direction? We got you covered. With our premium
free mentoring program, you too can get insight into the industry of your choosing and get mentored under highly
qualified industrial experts. Reach us via <a
href="mailto:sustainableedufoundation@gmail.com">sustainableedufoundation@gmail.com</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-5 pt-5 pt-md-0 d-flex justify-content-center">
<img class="img-fluid align-self-end w-80"
src="./images/registrations/mentee.png"
alt="" width="400px">
</div>
</div>
</div>
</section>
<!-- ScholarX Archive Section -->
<section class="section">
<div id="past-onelives" class="container-fluid bg-white">
<div class="row justify-content-center">
<div class="col-9 text-center">
<p class="display-3 text-onelive font-weight-bolder mb-0">Checkout our past</p>
<p class="display-3 text-onelive font-weight-bolder">mentors and mentees</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-9 text-center">
<a href="../archive/" target="_self" class="btn btn-default">ScholarX Archive</a>
</div>
</div>
</div>
</section>
<!-- success stories section -->
<section class="section bg-secondary" style="display: flex; align-items: center; justify-content: center;">
<div class="container row">
<div class="pr-md-5 col-md-6" style="display: flex; justify-content: center; padding:0rem 0rem">
<img src="../past-programs/2022/images/success.png" alt="success illustration" style="height : 285px; ">
</div>
<div id="past-onelives" class="col-md-6 pl-md-3"
style="padding:0rem 0rem; display: flex; flex-direction: column; justify-content: center;">
<div class="row justify-content-center">
<div class="col-11 text-center">
<p class="display-3 text-onelive font-weight-bolder mb-0">Let's hear it from our</p>
<p class="display-3 text-onelive font-weight-bolder">ScholarX Alumni</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-11 text-center">
<a href="../success-stories/" target="_self" class="btn btn-default">ScholarX Success Stories</a>
</div>
</div>
</div>
</div>
</section>
<!-- Featured articles section -->
<section class="section">
<div class="container mt-5 mb-5">
<h1 class="display-3 text-center mb-5">Featured Articles</h1>
<!--Featured stories goes here-->
<div id="posts" class="posts"></div>
<div class="row justify-content-center" id="btnPosts" style="visibility:hidden;">
<button id="posts-show-more" class="btn btn-link btn-outline-white btn-info">SEE MORE</button>
</div>
</div>
</section>
<section class="section faq" style="background-color: #f8fdff">
<div class="container">
<h1 class="display-3 text-center mb-5">FAQ for Mentors</h1>
<!--FAQ Accordion-->
<div class="accordion">
<div class="row">
<div class="col-md-12 ml-auto">
<div class="accordion my-3" id="accordionExampleOne">
<div class="py-3 card-toggle qa-card">
<div class="" id="headingTwo">
<div class="text-dark text-left collapsed panel question" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<div class="question-heading mr-4">
What are the eligibility requirements?
</div>
<div class="text-primary collapse-sign">
<i class="plusMinusSign fa fa-plus float-right"></i>
</div>
</div>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-justify">
We look for industry experts and academics who have excelled in
their
careers ideally with recognition from
industry bodies/international agencies for their work or have
demonstrated exceptional performance in their
industry where they represent a minority group (e.g.: women in
STEM
industry, entrepreneurs of niche industries).
While we have been very fortunate to host a high calibre of Sri
Lankan
mentors in our past program offerings,
we are always on the lookout for exceptional mentors regardless
of
nationality.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingThree">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
<div class="question-heading mr-4">
How do I apply to be a mentor?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i></div>
</div>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-left">
Applications for the mentors of the ScholarX program 2023 will open on 13th of March 2023 and will close 11th of April 2023.
Since the application period is over, you may submit your CV, a headshot, and expression of interest to <a
href="mailto:sustainableedufoundation@gmail.com">sustainableedufoundation@gmail.com</a>
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingFour">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
<div class="question-heading mr-4">
Do mentors receive any money for participating in ScholarX as a
mentor?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i></div>
</div>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour"
data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-justify">
No, this is a volunteer-run program to help make a positive impact on the lives of the younger
generation of Sri Lanka.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingTen">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseTen"
aria-expanded="false" aria-controls="collapseTen">
<div class="question-heading mr-4">
Can I participate in ScholarX as both a mentor and a
student?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i></div>
</div>
</div>
<div id="collapseTen" class="collapse" aria-labelledby="headingTen" data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-justify">
No. We do not encourage a dual hat approach as this will
deteriorate the
quality of the offering.
Please choose whether participation as a mentor or a mentee will
achieve
your career
objectives the best and apply for the most suitable role.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingEleven">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseEleven"
aria-expanded="false" aria-controls="collapseEleven">
<div class="question-heading mr-4">
Do you have to live abroad to be a mentor?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i></div>
</div>
</div>
<div id="collapseEleven" class="collapse" aria-labelledby="headingEleven"
data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-justify">
No, Anyone can become a mentor. Please do reach out to us. More
the merrier.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingTweleve">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseTweleve"
aria-expanded="false" aria-controls="collapseTweleve">
<div class="question-heading mr-4">
Do you have to be of Sri Lankan heritage to be a mentor?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i></div>
</div>
</div>
<div id="collapseTweleve" class="collapse" aria-labelledby="headingTweleve"
data-parent="#accordionExampleOne">
<div class="card-body opacity-8 text-justify">
No, Anyone can become a mentor. Please do reach out to us. We are more than happy to get foreign
mentors.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FAQ Accordion-->
</div>
</section>
<section class="section section-secondary faq" style="background-color: #f8fdff">
<div class="container">
<h1 class="display-3 text-center mb-5">FAQ for Mentees</h1>
<!--FAQ Accordion-->
<div class="accordion">
<div class="container">
<div class="row">
<div class="col-md-12 ml-auto">
<div class="accordion my-3" id="accordionExampleTwo">
<div class="card-toggle py-3">
<div class="" id="headingFive">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseFive"
aria-expanded="false" aria-controls="collapseFive">
<div class="question-heading mr-4">
What are the eligibility requirements?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i>
</div>
</div>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive"
data-parent="#accordionExampleTwo">
<div class="card-body opacity-8 text-justify">
Our priority is given to applicants of Sri Lankan
origin. However, if we
have an excess of mentors,
will look at expanding the offering to foreign
students as well.
</br>
</br>
<ul>
<li>You must be at least 18 years of age when
you register
</li>
<li>You must currently be a full time or
part-time student
undertaking an undergraduate or
postgraduate course.
</li>
<li>You have not already been accepted as a
mentee
in ScholarX more than once
</li>
</ul>
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingSix">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseSix"
aria-expanded="false" aria-controls="collapseSix">
<div class="question-heading mr-4">
What are the selection criteria?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i>
</div>
</div>
</h5>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix"
data-parent="#accordionExampleTwo">
<div class="card-body opacity-8 text-justify">
The application form consists of a series of
questions regarding your field of study,
extracurricular experience and interest in the
program,
designed to allow for the best possible match
between
mentors and mentees. The application process is
competitive so we encourage students to be as
thorough as possible in answering the short
answer section of the application form.
<br>
<br>
We require all applicants to demonstrate a high
standard of English
proficiency and a genuine curiosity to learn and
innovate.
In their responses, applicants must also show
ambition
to achieve their career goals and articulately
express
how the mentoring program will assist with achieving
their overall academic and/or professional
objectives.
<br>
<br>
Once selections and assignments are made, mentees
will be contacted with further information
on how to proceed.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingSeven">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseSeven"
aria-expanded="false" aria-controls="collapseSeven">
<div class="question-heading mr-4">
How are mentors assigned?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i>
</div>
</div>
</h5>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven"
data-parent="#accordionExampleTwo">
<div class="card-body opacity-8 text-justify">
Mentor information and areas of expertise are
published on
the SEF ScholarX platform. Students will be
asked
to pick their choice of mentor and will
be
assigned to a mentor based on their choice
as well as the relative strength of their
application.
</div>
</div>
</div>
<div class="py-3 card-toggle qa-card">
<div class="" id="headingEight">
<div class="text-dark collapsed panel question" data-toggle="collapse" data-target="#collapseEight"
aria-expanded="false" aria-controls="collapseEight">
<div class="question-heading mr-4">
How do I apply?
</div>
<div class="text-primary collapse-sign"><i class="plusMinusSign fa fa-plus float-right"></i>
</div>
</div>
</h5>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="headingEight"
data-parent="#accordionExampleTwo">
<div class="card-body opacity-8 text-justify">
Mentee applications for this year’s instalment of the
ScholarX program
open on the 14th of April 2023 and will close on the 12th of May 2023.
Keep an eye on the ScholarX page on our website and social media handles for
the application link.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FAQ Accordion-->
</div>
</div>
</section>
<section class="section">
<div id="past-onelives" class="container-fluid bg-white">
<div class="row justify-content-center">
<div class="col-9 text-center">
<h1 class="mb-0 text-onelive">Take a look at our past</h1>
<p class="display-3 text-onelive font-weight-bolder">ScholarX</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-9 text-center">
<a href="../past-programs" target="_self" class="btn btn-default">Past Programs</a>
</div>
</div>
</div>
</section>
<!--profile modal template-->
<div class="modal fade profile-modal" id="profile-modal" tabindex="-1" role="dialog" aria-labelledby="profile-modal"
aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<!-- Content for the modal goes here -->
<div class="modal-content">
<div class="pt-3 pr-3">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div id="profile-modal-content" class="modal-body"></div>
</div>
</div>
</div>
</main>
<footer class="footer">
<div id="footer"></div>
<!--footer goes here -->
</footer>
<!-- to use the dynamic footer, use this instead of above tag => *<div id="footer"></div>* -->
</body>
<!-- Core -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.10.4/headroom.min.js"></script>
<!-- Optional JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.0.3/nouislider.min.js"></script>
<!--Mustache.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js"></script>
<!-- Argon JS -->
<script src="/assets/js/argon.js?v=1.0.1"></script>
<!-- Script for static navbar and footer -->
<script src="/assets/js/navigation.js"></script>
<!-- External JS file for the JS functions-->
<script src="../past-programs/2022/functions.js"></script>
<script src="/assets/js/functions.js"></script>
<script type="text/html" id="templateTeam">
<div class="row">
{{#profiles}}
<div class="col-md-3 col-lg-3 mb-5">
<div class="px-4">
<div class="hover-profile-card" onclick="openMentorProfile('{{index}}')">
<img src="https://res.cloudinary.com/dsxobn1ln/image/upload/c_scale,h_150,w_150/{{image}}"
class="rounded-circle img img-center img-fluid shadow shadow-lg--hover imgHover"
>
</div>
<div class="pt-4 text-center">
<h5 class="title">
<span class="d-block mb-1">{{name}}</span>
</h5>
<span class="text-light mentor-title">{{title}}</span>
</div>
</div>
</div>
{{/profiles}}
</div>
</script>
<script type="text/html" id="template-profile-modal-content">
<div class="text-center">
<img src="https://res.cloudinary.com/dsxobn1ln/image/upload/{{image}}" alt="Rounded image"
class="img-fluid rounded-circle profile-image border img-center shadow mb-4">
<h4>{{name}}</h4>
<span>{{title}}</span>
<div class="mt-3">
{{#socialLinks}}
<a href="{{url}}"
target="_blank"
class="btn btn-{{platform}} btn-icon-only rounded-circle btn-icon-rounded">
<i class="{{icon}}"></i>
</a>
{{/socialLinks}}
</div>
</div>
<hr/>
<p class="text-justify">{{{bio}}}</p>
<hr/>
<h5>Areas of expertise :</h5>
<ul>
{{#areasOfExpertise}}
<li>
{{.}}
</li>
{{/areasOfExpertise}}
</ul>
<hr/>
<h5>Projects :</h5>
<ul>
{{#projects}}
<li>
{{.}}
</li>
{{/projects}}
</ul>
<hr/>
</script>
<script type="text/html" id="template-posts">
<div class="row">
{{#data}}
<div class="col-md-4 mb-5" >
<div class="card px-0">
<a href="{{url}}" target="_blank" class="card shadow project-card">
<div class="card-body posts-card-body">
<img src="https://res.cloudinary.com/dsxobn1ln/image/upload/c_scale,w_400/{{image}}" class="img-fluid img-full" alt="Rounded image">
<p class="card-text text-darker text-left ml-3">
{{title}}
</p>
</div>
<div class="card-footer">
<div class="author">
<img src="https://res.cloudinary.com/dsxobn1ln/image/upload/c_scale,h_200,w_200/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
</div>
</a>
</div>
</div>
{{/data}}
</div>
</script>
<script type="text/html" id="templateMentees">
{{#data}}
<tr onclick="window.location='{{linkedin}}';">
<th scope="row">
<img src="https://res.cloudinary.com/dsxobn1ln/image/upload/c_scale,h_48,w_48/{{image}}" class="avatar">
</th>
<td>{{name}}</td>
<td>{{university}}</td>
<td>{{mentor}}</td>
</tr>
{{/data}}
</script>
<script>
$(function () {
loadPosts('https://script.google.com/macros/s/AKfycbxoEfCuQK2x57cHG0HG0YlljD6FoKbIwygdEz0wkt6ex4YAxEviuLdwJbiXKNZwA-k64g/exec')
loadMentees();
});
function loadMentees() {
$.ajax({
type: 'get',
url: 'https://script.google.com/macros/s/AKfycbx_JpPBVggdoBq2wO6NDaP0uvTb9-VZiJF77GbnfUSSQFNdBZ8a7KZKuXEvJXdB2m-FXQ/exec',
dataType: 'json',
success: function (data) {
let templateMentees = Mustache.render($("#templateMentees").html(), { "data": data });
//display mentees
$("#teamMentees").html(templateMentees);
}
});
}
</script>
</html>