Skip to content

Commit

Permalink
Merge pull request #367 from soumya1810/pricing_plan
Browse files Browse the repository at this point in the history
Added Pricing(pricing plans) section
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents 04486fb + 8244531 commit 45fc81b
Showing 1 changed file with 117 additions and 1 deletion.
118 changes: 117 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2 class="headline-md section-title">
- #COURSE
-->

<section id="courses" id="pricing" class="section course has-bg-image" aria-labelledby="course-label"
<section id="courses" class="section course has-bg-image" aria-labelledby="course-label"
>
<div class="container">

Expand Down Expand Up @@ -964,6 +964,122 @@ <h3 class="title-lg card-title">
</div>
</section>


<!--
- #PRICING
-->


<section id="pricing" class="section blog has-bg-image" aria-labelledby="blog-label" >

<div class="container" >

<p id="keppi" class="title-sm text-center section-subtitle" id="category-label">Pricing Plans</p>

<h2 class="headline-md text-center section-title" data-aos="fade-down">
<div class="header1">Select a Plan for better <span class="span has-after">Learning</span></div>
</h2>

<ul class="grid-list">
<li class="card-container" data-aos="fade-right"
data-aos-offset="100"
data-aos-easing="ease-in-sine">
<div class="header1">
<div class="card blog-card">

<div class="card-content">
<h3 class="title-lg card-title">
Personal Plan
</h3>
<h5> Starting at $850.00 per month.
<p>
<span class="span" style="font-weight: 400; font-style: italic;"> Billed monthly or annually. Cancel anytime.</span>
</p>

</h5>
<ul>

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>
<li>-> Courses available in 15 languages</li>

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
</div>
</div></div>
</li>
<li class="card-container" data-aos="fade-right"
data-aos-offset="200"
data-aos-easing="ease-in-sine">
<div class="header2">
<div class="card blog-card">

<div class="card-content">
<h3 class="title-lg card-title">
Team Plan
</h3>
<h5> Starting at $1,167.00 per month.
<p>
<span class="span" style="font-weight: 400; font-style: italic;"> Billed monthly or annually. Cancel anytime.</span>
</p>

</h5>
<ul>

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Analytics and adoption reports</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
</div>
</div></div>
</li>
<li class="card-container"data-aos="fade-right"
data-aos-offset="300"
data-aos-easing="ease-in-sine">
<div class="header3">
<div class="card blog-card">
<div class="card-content">
<h3 class="title-lg card-title">
Enterprise Plan
</h3>
<h5> Starting at $2,000.00 per month.
<p>
<span class="span" style="font-weight: 400; font-style: italic;"> Billed monthly or annually. Cancel anytime.</span>
</p>

</h5>
<ul>

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Customizable Goal-focused recommendations</li>
<li>-> AI-powered Suggestions and Customizable implementation services</li>
<li>-> Analytics and adoption reports</li>

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
</div>
</div></div>
</li>
</ul>


</div>
</section>

</article>
</main>

Expand Down

0 comments on commit 45fc81b

Please sign in to comment.