Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored Aug 24, 2024
1 parent 17cda18 commit 6eb2d77
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,23 +230,24 @@ <h1>Our Partners</h1>

<!-- Statistics Section -->
<section class="section" id="statistics">
<h1>Our Achievements</h1>
<div class="grid-container">
<a href="./instructors.html">
<h1 class="centered-heading">Our Achievements</h1>
<div class="grid-container framed-grid">
<a href="./instructors.html" class="framed-tile">
<div class="achievement-icon" aria-label="Instructors"></div>
<h2>+100 Instructors & Experts</h2>
<h2>+100 Instructors &amp; Experts</h2>
</a>
<a href="./partnerships.html">
<a href="./partnerships.html" class="framed-tile">
<div class="achievement-icon" aria-label="Partnerships"></div>
<h2>+40 Strategic Partnerships</h2>
</a>
<a href="./courses.html">
<a href="./courses.html" class="framed-tile">
<div class="achievement-icon" aria-label="Courses"></div>
<h2>+1000 Courses Offered</h2>
</a>
</div>
</section>


<!-- About Us Section -->
<section class="section" id="about">
<div class="centered-container">
Expand Down Expand Up @@ -326,4 +327,4 @@ <h1>Contact Us</h1>
});
</script>
</body>
</html>
</html>

0 comments on commit 6eb2d77

Please sign in to comment.