Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@
color: white !important;
box-shadow: 0 0 0 0.2rem rgba(41, 25, 135, 0.25) !important;
}

/* Enhanced Navbar Design */

.navbar {
padding: 1rem 0;
background: linear-gradient(135deg,
Expand All @@ -162,7 +161,6 @@
.navbar-nav .nav-item {
display: flex;
align-items: center;
/* Reduce from 20px or more if it’s higher */
}

.navbar-nav {
Expand Down Expand Up @@ -250,6 +248,8 @@
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


/* this class is used twice with different stylings */
.btn-custom-purple {
background-color: #6c5ce7;
color: #fff;
Expand Down Expand Up @@ -1193,7 +1193,7 @@ <h6 class="mb-0">Social Media Management</h6>

<!-- Graphic Designing -->
<div class="col-sm-12 col-md-6 col-lg-4">
<a href="#" class="training-links">
<a href="src/graphic_design.html" class="training-links">
<div class="program-card d-flex align-items-center gap-2"
data-tooltip="Create beautiful and professional designs.">
<img src="images/icons/GraphicDesign.png" alt="Graphic Designing" class="icon" />
Expand All @@ -1204,7 +1204,7 @@ <h6 class="mb-0">Graphic Designing</h6>

<!-- Cyber Analyst - Now properly aligned -->
<div class="col-sm-12 col-md-6 col-lg-4">
<a href="#" class="training-links">
<a href="src/cyber-analyst.html" class="training-links">
<div class="program-card d-flex align-items-center gap-2" data-tooltip="A future safe from cyber threats.">
<img src="images/icons/Cyb-security.png" alt="Cyber Analyst" class="icon" />
<h6 class="mb-0">Cyber Analyst</h6>
Expand Down Expand Up @@ -1439,7 +1439,7 @@ <h5 class="card-title mt-2">Graphic Design</h5>
</p>
<div class="btn-group">
<button class="btn btn-sm btn-outline-primary toggle-btn rounded">Read More</button>
<a href="#"><button class="btn btn-sm btn-outline-primary">Explore</button></a>
<a href="src/graphic_design.html"><button class="btn btn-sm btn-outline-primary">Explore</button></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -1469,7 +1469,7 @@ <h5 class="card-title mt-2">Social Media Management</h5>
</p>
<div class="btn-group">
<button class="btn btn-sm btn-outline-primary toggle-btn rounded">Read More</button>
<a href="#"><button class="btn btn-sm btn-outline-primary">Explore</button></a>
<a href="src/social-media.html"><button class="btn btn-sm btn-outline-primary">Explore</button></a>
</div>
</div>
</div>
Expand Down
Loading