-
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
25 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Skunkworks Badge Advocacy</title> | ||
<style> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
/* Basic reset */ | ||
body, | ||
html { | ||
|
@@ -176,7 +177,12 @@ <h1>Master Your Mainframe Skills with IBM Badges</h1> | |
<p>An Advocacy by Skunkworks Africa</p> | ||
</div> | ||
</header> | ||
|
||
<section> | ||
<div class="cta-buttons"> | ||
<a href="tel:+27871645398" class="cta-button">Call Us: +27 871 645 398</a> | ||
<a href="mailto:[email protected]" class="cta-button">Email: [email protected]</a> | ||
</div> | ||
</section> | ||
<section class="grid-container"> | ||
<!-- Each grid-item contains a flip tile --> | ||
<div class="grid-item"> | ||
|
@@ -431,6 +437,24 @@ <h2>Fundamentals of Zowe</h2> | |
</div> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<div class="cta-buttons"> | ||
<a href="tel:+27871645398" class="cta-button">Call Us: +27 871 645 398</a> | ||
<a href="mailto:[email protected]" class="cta-button">Email: [email protected]</a> | ||
</div> | ||
|
||
<div class="social-icons"> | ||
<a href="https://youtube.com/@skunkworksza?si=uR7G1nKtBbSzt_ZD" target="_blank"><i class="fab fa-youtube"></i></a> | ||
<a href="https://www.linkedin.com/company/skunkworksza/" target="_blank"><i class="fab fa-linkedin"></i></a> | ||
<a href="https://www.facebook.com/share/V3Q1EQUjk2YbThC8/?mibextid=LQQJ4d" target="_blank"><i class="fab fa-facebook"></i></a> | ||
<a href="https://www.instagram.com/skunkworksafrica?igsh=cHM0NDJrcnFzZ3ow&utm_source=qr" target="_blank"><i class="fab fa-instagram"></i></a> | ||
<a href="https://github.com/skunkworksza" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://github.com/Skunkworks-Lab-Services" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://github.com/Skunkworks-Placements" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://twitter.com/skunkworksza" target="_blank"><i class="fab fa-twitter"></i></a> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<p>Explore more certifications on <a href="https://mainframeskillsdepot.ibm.com/badges">IBM Skills Gateway</a></p> | ||
|