Skip to content

feat: Update About Section Content for Better Engagement #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,44 +317,29 @@ <h3 class="h3">
</figure>

<div class="about-content">

<p class="section-subtitle">About Us</p>

<h2 class="h2 section-title">
Over 10 Years in <span class="span">Distant learning</span> for Skill Development
Over 10 Years in <span class="span">Distance Learning</span> for Skill Development
</h2>

<p class="section-text">
Lorem ipsum dolor sit amet consectur adipiscing elit sed eiusmod ex tempor incididunt labore dolore magna
aliquaenim ad
minim.
At EduWeb, we have been empowering learners worldwide with flexible, high-quality online education. Our programs are designed to help you acquire new skills, advance your career, and achieve your personal goals—all from the comfort of your home.
</p>

<ul class="about-list">

<li class="about-item">
<ion-icon name="checkmark-done-outline" aria-hidden="true"></ion-icon>

<span class="span">Expert Trainers</span>
</li>

<li class="about-item">
<ion-icon name="checkmark-done-outline" aria-hidden="true"></ion-icon>

<span class="span">Online Remote Learning</span>
</li>

<li class="about-item">
<ion-icon name="checkmark-done-outline" aria-hidden="true"></ion-icon>

<span class="span">Lifetime Access</span>
</li>

</ul>

<img src="./assets/images/about-shape-4.svg" width="100" height="100" loading="lazy" alt=""
class="shape about-shape-4">

</div>

</div>
Expand Down