Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Open
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
23 changes: 9 additions & 14 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@
</div>
</nav>
</div>
<li class="nav-item no-underline align-self-center">
<button id="theme-toggle" class="theme-toggle">
<span>🌞</span>
</button>
</li>

<script>
// Function to initialize theme based on localStorage
Expand Down Expand Up @@ -558,8 +553,7 @@ <h3 class="join"><i class="fa-solid fa-user"></i> Register to join us....</h3>
font-size: 3.5rem;
font-weight: 800;
background: linear-gradient(135deg, #2563eb, #7c3aed);

color: transparent;
color: white;
margin: 0;
}

Expand Down Expand Up @@ -740,7 +734,7 @@ <h3 class="join"><i class="fa-solid fa-user"></i> Register to join us....</h3>
</head>

<body>
<div class="about-section">
<div class="about-section">
<style>

/* Main card styling */
Expand Down Expand Up @@ -1096,6 +1090,7 @@ <h1 class="head" id="card3">FinVeda Tools</h1>
.head {
justify-self: center;
font-size: 1.5rem;
color: #2E2E2E;
}

#good-card {
Expand Down Expand Up @@ -1145,9 +1140,10 @@ <h1 class="head" id="card3">FinVeda Tools</h1>
#white-card1,
#white-card2,
#white-card3 {
color: white;
color: #2E2E2E;
padding: 10px;
margin-bottom: 20px;
font-size: 15px !important;
}

#color-card-green,
Expand Down Expand Up @@ -1387,10 +1383,9 @@ <h2>Our Contributors</h2>
font-weight: bolder;
}
</style>
</div>



<!-- Timed popup that will appear after succesful submission of feebback form! -->
<!-- Timed popup that will appear after succesful submission of feebback form! -->
<button class="notification" id="successnotification" style="display:none;">
<span class="message" id="successmsg">Submitted successfully!</span>
<span class="closenotif" id="closeSuccessNotification">βœ–</span>
Expand Down Expand Up @@ -1560,8 +1555,8 @@ <h4 class="title custom-margin">Contact Us</h4>
</div>

</footer>
<!-- Footer Copyright

<!-- Footer Copyright
<div class="footer-copyright mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" style="text-align: center;">
<p>&copy; 2024 FinVeda. All Rights Reserved.</p>
</div> -->
Expand Down