-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ <h1 class="skunkworks-title">Skunkworks</h1> | |
<!-- Welcome Section --> | ||
<section class="section welcome-section" id="welcome"> | ||
<div class="welcome-section-content"> | ||
<h1>Welcome to Skunkworks</h1> | ||
<h4>Welcome to Skunkworks</h4> | ||
<h5>Innovative Technology, Education Solutions, and Placement Services for Tomorrow's Businesses.</h5> | ||
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
|
@@ -230,27 +230,27 @@ <h1>Our Partners</h1> | |
|
||
<!-- Statistics Section --> | ||
<section class="section" id="statistics"> | ||
<h1>Our Achievements</h1> | ||
<h4>Our Achievements</h4> | ||
<div class="grid-container"> | ||
<a href="./instructors.html"> | ||
<div class="achievement-icon" aria-label="Instructors"></div> | ||
<h3>+100 Instructors & Experts</h3> | ||
<h5>+100 Instructors & Experts</h5> | ||
</a> | ||
<a href="./partnerships.html"> | ||
<div class="achievement-icon" aria-label="Partnerships"></div> | ||
<h3>+40 Strategic Partnerships</h3> | ||
<h5>+40 Strategic Partnerships</h5> | ||
</a> | ||
<a href="./courses.html"> | ||
<div class="achievement-icon" aria-label="Courses"></div> | ||
<h3>+1000 Courses Offered</h3> | ||
<h5>+1000 Courses Offered</h5> | ||
</a> | ||
</div> | ||
</section> | ||
|
||
<!-- About Us Section --> | ||
<section class="section" id="about"> | ||
<div class="centered-container"> | ||
<h1>About Us</h1> | ||
<h4>About Us</h4> | ||
<p>Our team is dedicated to providing top-notch services, and our expertise spans various domains including education, technology, and business development.</p> | ||
<p>Approach: We take a collaborative approach to every project, working closely with our clients to understand their needs and goals. We are committed to delivering solutions that meet or exceed our clients' expectations. Our team is responsive and accessible, and we pride ourselves on delivering exceptional customer service.</p> | ||
</div> | ||
|