www.lightcourse.com/app/home/view/default/mall/showgroupbuy/index.html

183 lines
6.8 KiB
HTML

{extend name="default/base/base_home" /}
{block name="mall_main"}
<link rel="stylesheet" href="{$Think.HOME_SITE_ROOT}/new/css/process.css">
<style>
.cardimg {
width: 40%;
position: absolute;
right: 10%;
top: 0;
}
@media screen and (max-width:768px) {
.list-banner .con1 {
flex-direction: column-reverse;
}
.main-center {
padding-top: 3rem;
}
.cardimg {
right: 0;
}
}
</style>
<div class="see-banner">
<div class="main-center container">
<h1 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">How to Apply</h1>
<em class="wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.4s">
<img src="{$Think.HOME_SITE_ROOT}/new/images/process-top-bg.png">
</em>
</div>
<img src="{$Think.HOME_SITE_ROOT}/new/images/process-banner-bg.png" class="wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.2s">
</div>
<main class="process">
<section class="main-4">
<div class="main-center container">
<div class="main-title">
<h2>General Procedure</h2>
<p>If you have any questions about the procedure, including registration, payment, course equivalency, or credit transfer,<br />
please email us your personal information and concerns.<br />
We will get in touch with you within 24 hours and assign an advisor to assist you one-on-one during the application and registration process.
</p>
</div>
<div class="participate-list">
<div class="item">
<span>Step1</span>
<span>Check the transfer credit policy of your school</span>
</div>
<div class="item">
<span>Step2</span>
<span>Check if the selected course covers the one in your school</span>
</div>
<div class="item">
<span>Step3</span>
<span>Select a program/course</span>
</div>
<div class="item">
<span>Step4</span>
<span>Submit personal information for course registration</span>
</div>
<div class="item">
<span>Step5</span>
<span>Confirm your order and make a payment</span>
</div>
<div class="item">
<span>Step6</span>
<span>Receive course details upon registration</span>
</div>
<div class="item">
<span>Step7</span>
<span>Start taking classes</span>
</div>
<div class="item">
<span>Step8</span>
<span>Obtain transcripts and other follow-up matters</span>
</div>
</div>
</div>
</section>
<section class="main-1">
<div class="main-center container">
<div class="main-title">
<h2>We encourage students<br />to place their orders independently</h2>
</div>
<div class="wrap">
<p>
If you understand the process and are familiar with your home institution's policies, add your chosen course to the shopping cart<br />
and fill out your personal information to register and pay.
</p>
<p>
An order confirmation will be sent to you within 24 hours of receiving your payment,<br />
and class details will be delivered to you via email at a later date.
</p>
<p>
If you have any questions regarding the procedure, don't hesitate to <a href="mailto:studentservice@lightglobal.org">contact us.</a><br>
A professional consultant will be assigned to respond to your inquiry within 24 hours.
</p>
</div>
</div>
<img class="wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.2" src="{$Think.HOME_SITE_ROOT}/new/images/process-bg-02.png">
</section>
<section class="main-QA">
<div class="main-center container">
<div class="t">
<h2>FAQ</h2>
<div class="more-btn">
<a href="/qa">Learn more <em>></em></a>
</div>
</div>
<div class="content">
<ul id="accordion1" class="accordion">
<li>
<div class="link">
<h5><span>01. Registration Procedure </span> <i></i></h5>
</div>
<div class="submenu">
<h6>1. Online Registration Procedure </h6>
<p>Pay tuition - Select course - Course approval - Course registration - Sign the
agreement - Receive
student manual- Begin classes - Get grades - Send transcripts - Transfer credits</p>
</div>
</li>
<li>
<div class="link">
<h5><span>02. Tuition/Fees</span> <i></i></h5>
</div>
<div class="submenu">
<h6>1. Pricing</h6>
<p>All courses offered on LightCourse are priced individually based on the institution
offering the course. Please check the top right of the course page for specific
prices or contact your advisor for a one-on-one consultation.</p>
<h6>2. Payment</h6>
<p>LightCourse offers a variety of payment methods. Tuition can be paid in USD or RMB,
WeChat, Alipay, bank transfer, and PayPal transfer are all accepted.</p>
<h6>3. Fees</h6>
<p>The course price, application fee, and file management charge are included in the
pricing. However, other fees—such as those covering course materials, third-party
platforms such as Cengage, Labster, and other course-related costs such as VPN,
accommodation, etc.—may apply. Contact your advisor for a one-on-one consultation.
</p>
</div>
</li>
<li>
<div class="link">
<h5><span>03. Select the Right Course(s) for You</span> <i></i></h5>
</div>
<div class="submenu">
<h6>1. Choosing the best program/course for your needs</h6>
<p>Throughout the year, LightCourse offers programs and courses from institutions around
the world in a variety of disciplines, including engineering, business, natural
sciences, social sciences, humanities, and arts. These courses are intended to meet
the needs of a wide range of students seeking major, elective, and general education
courses. There are a variety of study alternatives available, including online
for-credit courses (live/recorded/self-paced) and in-person courses, as well as
study abroad programs.
</p>
<p>LightCourse will provide you with an advisor who will work directly with you to help
determine the best options for your needs.</p>
<p>(Note: Since all courses have limited capacity, we recommend registering as soon as
possible to ensure a spot.)</p>
</div>
</li>
<li>
<div class="link">
<h5><span>04. Complete Course Approval</span> <i></i></h5>
</div>
<div class="submenu">
<h6>1. Does my home school approve these courses?</h6>
<p>LightCourse will provide you with an advisor who will provide you with one-on-one
support throughout the transfer process according to your university's transfer
credit policy to ensure that you can complete the credit transfer successfully.</p>
</div>
</li>
</ul>
</div>
</div>
</section>
</main>
{/block}