Skip to content

Commit 89a1600

Browse files
Merge pull request #302 from Khushi5155/feature/social-media
Feature Social Media Page
2 parents 9b95203 + db9120c commit 89a1600

File tree

4 files changed

+1118
-60
lines changed

4 files changed

+1118
-60
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,10 @@ <h6 class="mb-0">Content Writing</h6>
798798
</div>
799799

800800
<!-- Social Media Management -->
801-
<div class="col-sm-12 col-md-6 col-lg-4">
802-
<a href="#" class="training-links">
801+
802+
<div class="col-sm-12 col-md-6 col-lg-4 fade-in">
803+
<a href="src/social-media.html" class="training-links">
804+
803805
<div class="program-card d-flex align-items-center gap-2" data-tooltip="Manage and grow social platforms.">
804806
<img src="images/icons/SocialMediaMaganement.png" alt="Social Media Management" class="icon" />
805807
<h6 class="mb-0">Social Media Management</h6>

src/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ body.dark .support a {
598598

599599
/* DARK MODE STYLES */
600600
body.dark-mode {
601-
background-color: #121212;
601+
background-color: #020a44be;
602602
color: #f0f0f0;
603603
}
604604

0 commit comments

Comments
 (0)