-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhyHiClass.html
272 lines (251 loc) · 9.4 KB
/
WhyHiClass.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
<!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>WhyHiClass - HiLink</title>
<link rel="icon" href="i/Hi3.jpg" type="image/x-icon" />
<style>
div.card {
width: 1000px;
height: 356px;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
text-align: left;
position: center;
background: transparent;
margin: 0 auto; /* Added */
float: none; /* Added */
margin-bottom: 10px; /* Added */
}
div.header{
padding:10px;
text-align: center;
}
</style>
</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/WhyHiClass.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"><img src="i/HomePage/BannerEight.png" alt="" width="100%"></div>
</div>
</div>
<!--<span class="mouse_ico"></span>-->
</div>
<!-- -->
<div class="tutor_content_box">
<div class="about-us-area">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="aboutuse-content">
<h2 style="color:#689777">Why HiClass?</h2>
<br>
<hr>
<div style="text-align:left;">
<br>
<div class="header">
<h5>Are you students who are trying to learn English?</h5>
</div>
<div>
<br>
<p>Want to excel in conversational English? Schedule a session with an American college student to help you master grammar and slang.
<br><br>Our network of American college students are ready to help you master conversations in English.
<br><br> Want to get a leg up on your classmates? Our network of conversation partners are ready to help you master the English language.
</p>
</div>
<br>
</div>
<br>
<hr>
<div style="text-align:left;">
<br>
<div class="header">
<h5>Are you students who are planning to study abroad?</h5>
</div>
<div>
<br>
<p>Need to prepare for your next abroad experience? Schedule a session with an American college-aged conversation partner to help you understand the intricacies of grammar, slang and American culture.
<br><br> Our HiClass abroad preparation program will pair you with an American college student with similar interests and passions to guide you through everything you need to know before you enter American culture.
</p>
</div>
<br>
</div>
<br>
<hr>
<div style="text-align:left;">
<br>
<div class="header">
<h5>Are you business professionals?</h5>
</div>
<div></div>
<br>
<p>Need to practice your pitch to English speakers? Our team of conversation partners can help you master your pronunciations so you can sound professional and close your sale!
<br><br> Mastering your sales pitch in English can be difficult. Sign up for a session with a conversation partner to help you pronounce your pitch correctly and close your sale.
</p>
</div>
<br>
<br>
<hr>
<div style="text-align:left;">
<br>
<div class="header">
<h5>Are you students who are looking for academic tutors?</h5>
</div>
<div>
<br>
<p>HiClass for Tutoring provides assistance for students needing TOEFL, SAT, ACT, AP, and IBDP preparation with the help of outstanding teachers from UCLA, Johns Hopkins, and other top 30 U.S. universities.
</p>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
<!-- -->
<!-- start singup button -->
<div class="singup-button-area" style="margin-top:30px;">
<a href="tutor.html">Learn more!</a>
</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: hiclass@hilink.llc
</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">
var $container = $('.campsite_content_box');
// initialize
$container.masonry({
itemSelector: '.item',
gutter: 7
});
</script>
</html>