Skip to content

Commit 6bb7df7

Browse files
committed
feat(ui): update content and headings in the "Why Us" section
- Change section title from "Why choose Grad School?" to "Who we are?" - Revise tab titles to reflect mission, approach, and community - Enhance descriptions to better convey CodeSphere's values and offerings
1 parent fd88cfe commit 6bb7df7

2 files changed

Lines changed: 31 additions & 24 deletions

File tree

assets/images/instructor.jpg

59.9 KB
Loading

index.html

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -155,65 +155,72 @@ <h4><i class="fa fa-users"></i>Expert Instructors</h4>
155155
<div class="row">
156156
<div class="col-md-12">
157157
<div class="section-heading">
158-
<h2>Why choose Grad School?</h2>
158+
<h2>Who we are?</h2>
159159
</div>
160160
</div>
161161
<div class="col-md-12">
162162
<div id="tabs">
163163
<ul>
164-
<li><a href="#tabs-1">Best Education</a></li>
165-
<li><a href="#tabs-2">Top Management</a></li>
166-
<li><a href="#tabs-3">Quality Meeting</a></li>
164+
<li><a href="#tabs-1">Our Mission</a></li>
165+
<li><a href="#tabs-2">Our Approach</a></li>
166+
<li><a href="#tabs-3">Our Community</a></li>
167167
</ul>
168168
<section class="tabs-content">
169169
<article id="tabs-1">
170170
<div class="row">
171171
<div class="col-md-6">
172-
<img src="assets/images/choose-us-image-01.png" alt="" />
172+
<img src="assets/images/choose-us-image-01.png" alt="CodeSphere Mission" />
173173
</div>
174174
<div class="col-md-6">
175-
<h4>Best Education</h4>
175+
<h4>Our Mission</h4>
176176
<p>
177-
CodeSphere provides high-quality online coding education
178-
designed specifically for young learners. Our curriculum is
179-
carefully crafted to build strong foundations while keeping
180-
students engaged and excited about programming.
177+
At CodeSphere, we believe every student has the potential to become a confident coder and creative problem-solver.
178+
Our mission is to make high-quality coding education accessible, engaging, and effective for students in grades 3-12.
179+
</p>
180+
<p>
181+
We're passionate about equipping the next generation with the technical skills and computational thinking they need
182+
to thrive in an increasingly digital world. Through expert instruction and hands-on learning, we transform curiosity
183+
into competence and inspire lifelong learners.
181184
</p>
182185
</div>
183186
</div>
184187
</article>
185188
<article id="tabs-2">
186189
<div class="row">
187190
<div class="col-md-6">
188-
<img src="assets/images/choose-us-image-02.png" alt="" />
191+
<img src="assets/images/choose-us-image-02.png" alt="CodeSphere Teaching Approach" />
189192
</div>
190193
<div class="col-md-6">
191-
<h4>Top Level</h4>
194+
<h4>Our Approach</h4>
192195
<p>
193-
You can modify this HTML layout by editing contents and
194-
adding more pages as you needed. Since this template has
195-
options to add dropdown menus, you can put many HTML
196-
pages.
196+
We combine structured curriculum with creative freedom, allowing students to learn fundamental concepts while
197+
building projects that excite them. Our experienced instructors guide students through progressively challenging
198+
material, starting with visual programming and advancing to professional languages like Python and Java.
197199
</p>
198200
<p>
199-
Suspendisse tincidunt, magna ut finibus rutrum, libero
200-
dolor euismod odio, nec interdum quam felis non ante.
201+
Small class sizes ensure personalized attention, and our live interactive format means students get immediate
202+
feedback and support. We emphasize hands-on practice, collaborative learning, and real-world application to make
203+
coding both meaningful and fun.
201204
</p>
202205
</div>
203206
</div>
204207
</article>
205208
<article id="tabs-3">
206209
<div class="row">
207210
<div class="col-md-6">
208-
<img src="assets/images/choose-us-image-03.png" alt="" />
211+
<img src="assets/images/choose-us-image-03.png" alt="CodeSphere Learning Community" />
209212
</div>
210213
<div class="col-md-6">
211-
<h4>Quality Meeting</h4>
214+
<h4>Our Community</h4>
215+
<p>
216+
CodeSphere is more than just classes—it's a supportive learning community where students connect with peers
217+
who share their passion for technology. Our instructors create an encouraging environment where mistakes are
218+
learning opportunities and every achievement is celebrated.
219+
</p>
212220
<p>
213-
Our live interactive sessions ensure personalized attention
214-
and real-time feedback. Students learn in small groups with
215-
dedicated instructors who adapt to each student's learning
216-
pace and style, making every session productive and engaging.
221+
Students collaborate on projects, share their creations, and build confidence as they progress through our
222+
curriculum. Parents love our transparent communication and regular progress updates, while students appreciate
223+
the flexible scheduling and engaging lessons that fit seamlessly into their busy lives.
217224
</p>
218225
</div>
219226
</div>

0 commit comments

Comments
 (0)