Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "Animation added in quiz and contact page"" #1976

Merged
merged 1 commit into from
Oct 24, 2024
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
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,38 @@ <h3 class="join"><i class="fa-solid fa-user"></i> Register to join us....</h3>
</div>
</nav>
</div>
<link href="./navbar.css" rel="stylesheet">
<script type="text/javascript" src="./navbar.js"></script>
</div>
</div>
</div>
</div>

<div id="home" class="header-hero bg_cover" style="background-image: url(./assets/images/banner-bg.svg)">
<div class="container">
<h2 class="head-animate" style="font-size: 90px;">
WELCOME TO FINVEDA
</h2>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="header-hero-content text-center">
<style>
.head-animate {
text-align: center;
position: relative;
top: 200px;
color: transparent;
-webkit-text-stroke: 2px white;
-moz-text-stroke: 2px white;
-ms-text-stroke: 2px white;
font-weight: bold;
background: url(./assets/images/back.png);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
background-position: 0 0;
animation: back 20s linear infinite, hovering 1.5s ease-in-out infinite;
}

@keyframes back {
100% {
Expand Down
5 changes: 4 additions & 1 deletion quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ <h3 class="header-sub-title wow fadeInUp" data-wow-duration="1.3s" data-wow-dela
<h2 class="header-title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.5s">
your savvy financial companion
</h2>

<p class="text wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.8s">
Wanna learn how to grow your money to become rich? We have made becoming a stock market Guru easy with
our AI powered finance advisor - <b>Arth Sathi 🤵🏻</b>
</p>
<a href="../index.html" class="main-btn wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.1s">Chat
with ArthaSathi 💬</a>
</div>
Expand Down
Loading