-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutor.html
755 lines (722 loc) · 30.8 KB
/
tutor.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="your keywords">
<meta name="description" content="your description">
<meta name="author" content="author,email address">
<meta name="robots" content="index,follow">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="renderer" content="webkit"/>
<meta name="force-rendering" content="webkit"/>
<link type="text/css" rel="stylesheet" href="css/swiper.min.css" />
<link type="text/css" rel="stylesheet" href="css/animate.min.css" />
<link type="text/css" rel="stylesheet" href="css/wSelect.css" />
<link type="text/css" rel="stylesheet" href="css/app.css" />
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.min.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/responsive.css" />
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/swiper.min.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<title>Tutors - HiLink</title>
<link rel="icon" href="i/Hi3.jpg" type="image/x-icon" />
</head>
<body>
<!--<div class="header_tip_box">
<div class="warpin">
<div class="header_sele_box">
<select class="header_lang" tabindex="1">
<option value="">Select a Country</option>
<option value="EN" data-icon="i/gq.png">English</option>
</select>
</div>
</div>
</div>-->
<!-- -->
<div class="index_search_box">
<div class="warpin clear">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="logo">
<a href="index.html"><img src="i/logo.png" alt=""> </a>
<a href="javascript:void(0)" class="nav-icon openbtn" onclick="openNav()">☰</a>
</div>
</div>
<div class="col-lg-7">
<div class="menu_box">
<img src="i/menu.png" alt=""> Table of Contents
</div>
<div class="search_box">
<input type="text" name="" placeholder="Enter keyword">
</div>
<!-- -->
<div class="menu_nav_box canvas-menu">
<div class="index_navi_cont">
<div class="warpin clear">
<div class="content_box clear">
<a href="javascript:void(0)" class="nav-icon closebtn" onclick="closeNav()">×</a>
<div class="nav_last">
<a href="tutor.html">HiClass</a>
</div>
<div class="nav_last">
<a href="WhyHiClass.html">Why HiClass</a>
</div>
<div class="nav_last">
<a href="programIntroduction.html">HiCamp</a>
<!--<div class="nav_bit_last">
<div class="list">
<a href="summerProgram.html">program</a>
</div>
<div class="list">
<a href="summerProgram.html">program</a>
</div>
<div class="list">
<a href="summerProgram.html">program</a>
</div>
</div>-->
</div>
<!-- <div class="nav_last">-->
<!-- <a href="dowloadArea.html">Resources</a>-->
<!-- </div>-->
<div class="nav_last">
<a href="pricing.html">Pricing</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="col-lg-3">
<div class="search_sele">
<a class="sele_btn_box" href="/redirect.php"><img src="i/usericon.png">User Center</a>
</div>
<div class="language-area">
<a class="header_langage" href="https://hilinkeducation.cn/tutor.html">
<img src="i/cn.png">简体中文
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<!-- -->
<div class="index_banner_box swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide"><a href="#"><img src="i/HomePage/HiClass_banner.jpg" alt="" width="100%"></a> </div>
</div>
<a href="#scrolldown" class="scrolldown"><span class="mouse_ico"></span></a>
</div>
<!-- -->
<div class="tutor_content_box" id="scrolldown">
<div class="container">
<div class="warpin">
<div class="tutor_tip_navi clear">
<dl class="list">
<dt>Lesson Type</dt>
<dd>
<select class="sele" name="" id="selectType" onchange="changeFilter();">
<option>All Subjects</option>
<option>Conversation Practice</option>
<option>Grammar Lesson</option>
<option>Test Prep.</option>
<option>College Courses</option>
</select>
</dd>
</dl>
<dl class="list">
<dt>Lesson Level</dt>
<dd>
<select class="sele" name="" id="selectLevel" onchange="changeFilter();">
<option>All Levels</option>>
<option>Beginner</option>
<option>Intermediate</option>
<option>Advanced</option>
</select>
</dd>
</dl>
<dl class="list">
<dt>Personality</dt>
<dd>
<select class="sele" name="" id="selectPersonality" onchange="changeFilter();">
<option>All Personalities</option>
<option>Humorous</option>
<option>Kind</option>
<option>Knowledgeable</option>
</select>
</dd>
</dl>
</div>
<!-- -->
<script type="text/javascript">
function changeFilter() {
//initialize filters to default values
var filters = ["list_box", "list_box", "list_box"];
//change filters[0] according to subject filter
var selectBox = document.getElementById("selectType");
filters[0] = selectBox.options[selectBox.selectedIndex].value;
if(filters[0]==="All Subjects"){
filters[0] = "list_box";
}
if(filters[0]==="Conversation Practice"){
filters[0] = "cp";
}
if(filters[0]==="Grammar Lesson"){
filters[0] = "gl";
}
if(filters[0]==="Test Prep."){
filters[0] = "tp";
}
if(filters[0]==="College Courses"){
filters[0] = "cc";
}
//change filters[1] according to level filter
selectBox = document.getElementById("selectLevel");
filters[1] = selectBox.options[selectBox.selectedIndex].value;
if(filters[1]==="All Levels"){
filters[1] = "list_box";
}
if(filters[1]==="Beginner"){
filters[1] = "be";
}
if(filters[1]==="Intermediate"){
filters[1] = "in";
}
if(filters[1]==="Advanced"){
filters[1] = "ad";
}
//change filters[2] according to personality filter
selectBox = document.getElementById("selectPersonality");
filters[2] = selectBox.options[selectBox.selectedIndex].value;
if(filters[2]==="All Personalities"){
filters[2] = "list_box";
}
if(filters[2]==="Humorous"){
filters[2] = "hu";
}
if(filters[2]==="Kind"){
filters[2] = "kn";
}
if(filters[2]==="Knowledgeable"){
filters[2] = "kw";
}
$(".list_box.clear").hide();
$(".list_box.clear").each(function(i, el){
if($(this).hasClass(filters[0]) && $(this).hasClass(filters[1]) && $(this).hasClass(filters[2])){
$(this).show();
}
});
}
</script>
<!--</script>-->
<!-- -->
<div class="tutor_last_content">
<div class="col-sm-12 my-3">
<div class="contact-button text-right">
<a href="pricing.html">View the Plans!</a>
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="steven.html"><img src="i/Tutor/Steven.jpeg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Steven Rigg</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Entrepreneurship</span>
<span>Sustainable Business</span>
<span>Philosophy</span>
</div>
</div>
<div class="det_txt">
Steven is a fourth-year student at Indiana University studying Entrepreneurship, Sustainable Business, and Philosophy. He is the founder and President of Students for a New Green World, an environmental activist organization focused on implementing progressive sustainability policy in academic, local, and state governments. He is also the founder of Terratrade, a company with the vision of making green technology investments financially attractive by building a marketplace for renewable energy credits and carbon offset certificates. </div>
</div>
<div class="price_box">
</div>
</div>
<!-- <div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="natalie.html"><img src="i/Tutor/Natalie.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Natalie McFadden</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Spanish</span>
<span>French</span>
<span>Arabic</span>
<div class="txt_list">
<p>Intelligence Studies</p>
</div>
</div>
</div>
<div class="det_txt">
Natalie is student of multiple foreign languages and a life-long learner. She is easygoing, personable, and can talk to anyone about just about anything. Natalie is accepting of all people, no matter the religion, race, ethnicity, or gender. Natalie hopes to always be an advocate for minority groups and encourage communication and acceptance. </div>
</div>
<div class="price_box">
</div>
</div> -->
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Wayne.html"><img src="i/Tutor/Chase.JPG" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Wayne Hastings</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Art Management</span>
<div class="txt_list">
<p>Art History</p>
</div>
</div>
</div>
<div class="det_txt">
Wayne Hastings is an arts management student at Indiana University. He enjoys looking at art, playing guitar, and visiting museums. Hastings is especially passionate about Indiana culture and history. His long term career goal is to work for a museum or historical center as a collections manager. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="dana.html"><img src="i/Tutor/Dana.png" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Dana Reckard</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Music Performance</span>
<span>Music</span>
<div class="txt_list">
<p>French Horn</p>
</div>
</div>
</div>
<div class="det_txt">
My name is Dana Reckard. I love to travel, and I am excited to learn about different cultures. I study music at university, and I also speak French. In my free time, I like to watch old television shows, to cook, and to ride my bike.
</div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="reed.html"><img src="i/Tutor/Reed.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Reed Orr</h2>
<p></p>
</div>
<div class="tis_box">
<div class="txt">
<span>Informatics</span>
<div class="txt_list">
<p>Project Management</p>
<p>Technology Management </p>
</div>
</div>
</div>
<div class="det_txt">
Reed is a new IU alumni working in tech and project management. Since studying abroad in Seoul, South Korea, he has actively enjoyed learning about cultures different from his own. His hobbies include learning Korean and running daily. With past experience in leadership and guiding young college students, Reed is a great source for navigating early career paths. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="niki.html"><img src="i/Tutor/Niki.jpeg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Niki Hakimzadeh</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Philosophy</span>
<span>Political Science</span>
<div class="txt_list">
<p>Spanish</p>
</div>
</div>
</div>
<div class="det_txt">
Niki is a third year student at Indiana University studying Philosophy and Political Science with a minor in Spanish. Niki is a driven and hardworking individual that approaches every task with full commitment to do the best work she can do. In a professional setting Niki is very detail oriented and she is a very reliable teammate. In a non-professional setting Niki likes to make jokes with her friends and she is always seeking to learn from the people around her. After receiving her BA, Niki plans to go to law school and eventually join the workforce as a legal professional advocating for marginalized groups. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Vania.html"><img src="i/Tutor/Vania.png" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Vania Noguez</h2>
</div>
<div class="tis_box">
<div class="txt">
<span>Finance and Marketing</span>
<span>Business Administration</span>
<div class="txt_list">
<p>Philosophy</p>
</div>
</div>
</div>
<div class="det_txt">
Vania is a recent Master of Business Administration graduate from the University of Detroit Mercy. For her undergraduate studies, she studied Finance and Marketing with a Spanish Language Certificate and Philosophy minor. With 3 years of experience tutoring and mentoring Chinese international students, she especially enjoys assisting with pronunciation, grammar, resumes, interview prep, and early career mentoring. In her free time, Vania enjoys ping-pong, music, movies, traveling, social advocacy, eating sweets, and learning new things. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Elliot.html"><img src="i/Tutor/Elliot.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Elliott Obermaier</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Anthropology</span>
<span>Liberal Arts & Management honors program</span>
<div class="txt_list">
<p>Music minor</p>
<p>Rock & Roll history certificate</p>
</div>
</div>
</div>
<div class="det_txt">
When looking on Elliott's past, present, and personality, two words immediately come to mind: reflective and intentional. He certainly progresses through life as a doer, walking with a brisk pace, but everything he does comes after thinking things through and maintaining a forward focus. Regarding actions with others, Elliott enjoys connecting people through social causes, ideally ending with a career in event management. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Beverley.html"><img src="i/Tutor/Beverley.jpeg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Beverley Thompson</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Environmental Sustainability Studies</span>
<span>International Studies</span>
<div class="txt_list">
<p>Business minor</p>
</div>
</div>
</div>
<div class="det_txt">
An eclectic individual powered by plants, books, and sunshine. Beverley is focused on sustainable development, environmental justice issues, and in creating a more equitable and inclusive world. Her days are consumed by climate and social justice action with aspirations in shifting society toward a more progressive world that is centered around social, environmental, and economic growth. She is always looking forward, never static, and searching for new perspectives, ideas, and strategies to transform our world. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Keane.html"><img src="i/Tutor/Keane.png" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Keane White</h2>
</div>
<div class="tis_box">
<div class="txt">
<span>Supply Chain Management</span>
<span>International Business</span>
<div class="txt_list">
<p>Spanish</p>
</div>
</div>
</div>
<div class="det_txt">
Keane is a friendly guy who thrives off of creativity and new adventure. He loves to learn about new people and cultures, and developing relationships comes quite naturally for him. He plays sports such as basketball and soccer, and loves the outdoors. He hopes one day to help people with barely enough to get by, the people that really need help. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Sydney.html"><img src="i/Tutor/Sydney.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Sydney Johnson</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Psychology</span>
<span>Turkish</span>
</div>
</div>
<div class="det_txt">
Sydney Johnson is an upcoming Junior at Indiana University. Sydney is currently pursuing a major in Psychology and in the future hopes to combine the fields of Psychology and Climate Science to encourage more people to get involved in the fight against climate change. She is passionate about and dedicated to collecting empirical, research based evidence that can be utilized to improve the quality of both human lives and the natural environment. Her main goal in life is to have a positive influence on as many people, and plants, as possible.</div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Gretchen.html"><img src="i/Tutor/Gretchen.jpeg" alt="" ></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Gretchen Nihill</h2>
</div>
<div class="tis_box">
<div class="txt">
<span>Psychology</span>
<span>East Asian Studies</span>
</div>
</div>
<div class="det_txt">
I am a social scientist and researcher. I love to research and find novel ways in which we can improve our lives through empirically based interventions. I value human connection and love to travel. I like to think of myself as someone who is trying to see the best in others and in our world. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Parker.html"><img src="i/Tutor/Parker_Angelos.jpg" alt="" ></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Parker Angelos</h2>
</div>
<div class="tis_box">
<div class="txt">
<span>International Studies</span>
<span>Spanish</span>
</div>
</div>
<div class="det_txt">
An alumnus of Indiana University, he is an environmental activist and a project manager for a local translation company. Receiving the Hutton International Experiences Program Grant, he studied abroad in Madrid, Spain for an academic year and now uses his Spanish volunteering at the Monroe County Public Library as an English tutor for the VITAL program. He enjoys spending time in nature, learning about new cultures and the culinary arts. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Kinga.html"><img src="i/Tutor/Kinga.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Kinga Szilagyi</h2>
</div>
<div class="tis_box">
<div class="txt">
<span>Master of Education in Higher Education Administration</span>
</div>
</div>
<div class="det_txt">
Kinga is an amazing self-driven individual who gets her passions from education and those around her. She is a caring extrovert who isn't shy to voice her opinion and stand her ground. She inspires those around her to look into themselves and to learn more everyday. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="Michael.html"><img src="i/Tutor/MikeyG.jpg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Michael Grady</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Biology</span>
<div class="txt_list">
<p> Environmental Sustainability </p>
</div>
</div>
</div>
<div class="det_txt">
Michael is an optimist. He loves the natural world, and the people in it. He is constantly learning, and growing into a people person. Michael wants to leave a meaningful and lasting positive impact on his country and on the Earth. </div>
</div>
<div class="price_box">
</div>
</div>
<div class="list_box clear tp cc be in kw kn" id="bozhibox">
<div class="ava_box">
<span class="ava"><a href="bozhi-profile.html"><img src="i/William1.jpeg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Bozhi Wu</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>Life Science</span>
<div class="txt_list">
<p>Cognitive Science</p>
<p>Neuroscience</p>
<p>Anthropology</p>
</div>
</div>
</div>
<div class="det_txt">
Experienced in introductory level psychology (including AP Psychology), neuroscience, and evolutionary anthropology tutoring; Can assist with personal statement brainstorming and proofreading; Willing to share about life at UCLA and how to gain research experience as an undergraduate student.
<!-- Experienced in introductory level psychology (including AP Psychology), neuroscience, and evolutionary anthropology tutoring; Can assist with personal statement brainstorming and proofreading; Willing to share about life at UCLA and how to gain research experience as an undergraduate student.-->
</div>
</div>
<div class="price_box">
<!--<p class="coin">$20-22/小时</p>
<div class="star">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<span>4 reviews</span>
</div>
<p class="pj"><span>11</span>completed lessons</p>-->
<!-- <a href="bozhi-profile.html" class="btn">Coming Soon!</a>-->
</div>
</div>
<!-- <div class="list_box clear cp gl cc be in hu kn ad">
<div class="ava_box">
<span class="ava"><a href="ryan.html"><img src="i/Tutor/Ryan.JPG" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Ryan Simmons</h2>
<p></p>
</div>
<div class="tis_box">
<div class="txt">
<span>Computer Information Systems-Certificate</span>
</div>
</div>
<div class="det_txt">
He is passionate about changing people's lives through learning. He aims to express caring, positive, and dedication towards teaching. He thrives to be the as good as he can. He enjoys working with others. </div>
</div>
<div class="price_box">
</div>
</div>
-->
<div class="list_box clear cc tp be in hu kn">
<div class="ava_box">
<span class="ava"><a href="soobin.html"><img src="i/soobin1.jpeg" alt=""></a></span>
<span class="ax"></span>
</div>
<div class="txt_cont">
<div class="nam_box">
<h2>Soobin Lee</h2>
<p>College Student</p>
</div>
<div class="tis_box">
<div class="txt">
<span>International Relations</span>
<div class="txt_list">
<p>Global Social Change and Development</p>
</div>
</div>
</div>
<div class="det_txt">
My name is May Lee, and I am a sophomore attending the Johns Hopkins University. I currently plan on majoring in International Studies, Sociology, and East Asian Studies. I am a Korean international student and attended an American school in Taiwan for my secondary education – so please let me know which language you prefer when working with me. I have experience working with students on College Application Essays, SAT essays, and just any kind of classwork essays for past couple years. I look forward to hearing from you and I am excited to work with you.
</div>
</div>
<div class="price_box">
<!--<p class="coin">$20-22/小时</p>-->
<!--
<div class="star">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<img src="i/tutor_ic_3.png" alt="">
<span>4 reviews</span>
</div>
-->
<!--<p class="pj"><span>11</span>completed lessons</p>-->
<!-- <a href="soobin.html" class="btn">Coming Soon!</a>-->
</div>
</div>
<!-- -->
<div class="col-sm-12 mb-3">
<div class="contact-button text-right">
<a href="pricing.html">View the Plans!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5efb7a294a7c6258179ba250/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<div class="footer_copy">
TEl:(317)426-6189 Mail: [email protected]
</div>
<div class="footer_copy">
Follow Us <a href="https://www.instagram.com/hilinkeducation/"><img class="mx-1" style="height: 15px; width: 15px; " src="i/insta_logo.png"></a><a href="https://www.facebook.com/HiLinkEducation"><img class="mx-1" style="height: 15px; width: 15px; " src="i/fb_logo.png"></a><a href="https://www.linkedin.com/company/hilink-education/"><img class="mx-1" style="height: 15px; width: 15px; " src="i/linkedin_logo.png"></a><a href="https://twitter.com/HiLinkEducation"><img class="mx-1" style="height: 15px; width: 15px; " src="i/twitter_logo.png"></a>
</div>
<div class="footer_copy">
HiLink LLC © 2020 All Rights Reserved
</div>
</body>
<script type="text/javascript" src="js/wSelect.min.js"></script>
<script type="text/javascript" src="js/dynamics.js"></script>
<script type="text/javascript" src="js/minigrid.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
</script>
</html>