forked from anuragverma108/SwapReads
-
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.
Merge pull request anuragverma108#3539 from SrijaVuppala295/Animated
🚀Added Animated Icons to all the Pages !!!
- Loading branch information
Showing
15 changed files
with
742 additions
and
186 deletions.
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
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 |
---|---|---|
|
@@ -31,6 +31,8 @@ | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<script src="../js/script.js" defer></script> | ||
<script src="../js/scroll-reveal.js"></script> | ||
<script src="https://cdn.lordicon.com/lordicon.js"></script> | ||
|
||
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> | ||
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> | ||
<link rel="stylesheet" href="../css/styles.css"> | ||
|
@@ -535,14 +537,31 @@ | |
font-size: x-large; | ||
} | ||
|
||
.navbar-item { | ||
list-style: none; | ||
} | ||
|
||
.navbar-link { | ||
display: inline-flex; | ||
align-items: center; | ||
text-decoration: none; | ||
color: inherit; | ||
} | ||
|
||
.navbar-link lord-icon { | ||
display: inline-block; | ||
margin-right: 8px; | ||
vertical-align: middle; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
</style> | ||
<header class="header header-anim nav-h" data-header> | ||
|
||
<div class="container mobile-container-styles" style="padding-left: 0;"> | ||
<div class="container mobile-container-styles" > | ||
|
||
<nav class="navbar nav_activated" data-navbar> | ||
|
||
|
@@ -552,42 +571,87 @@ | |
<img src="../images/final.png" class="logopic" style=" width: 150px;"> | ||
</a> | ||
<li class="navbar-item"> | ||
<a href="../../index.html" onclick="lenis.scrollTo('#home')" class="navbar-link" data-nav-link><i | ||
class="ri-home-fill"></i> Home</a> | ||
<a href="../../index.html" onclick="lenis.scrollTo('#home')" class="navbar-link" data-nav-link> | ||
<lord-icon | ||
src="https://cdn.lordicon.com/qeltvbrs.json" | ||
trigger="hover" | ||
colors="primary:#e88c30,secondary:#a30f17" | ||
style="width:25px;height:25px"> | ||
</lord-icon> Home</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="../../index.html#benefits" onclick="lenis.scrollTo('#benefits')" class="navbar-link" | ||
data-nav-link><i class="ri-bar-chart-fill"></i> Benefits</a> | ||
data-nav-link><lord-icon | ||
src="https://cdn.lordicon.com/jibxifeu.json" | ||
trigger="hover" | ||
state="hover-up" | ||
colors="primary:#a30f17,secondary:#e88c30" | ||
style="width:25px;height:25px"> | ||
</lord-icon>Benefits</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="../../index.html#genre" onclick="lenis.scrollTo('#genre')" class="navbar-link" data-nav-link><i | ||
class="ri-bar-chart-fill"></i> Genre</a> | ||
<a href="../../index.html#genre" onclick="lenis.scrollTo('#genre')" class="navbar-link" data-nav-link> | ||
<lord-icon | ||
src="https://cdn.lordicon.com/bhmovrlt.json" | ||
trigger="hover" | ||
state="morph-open" | ||
colors="primary:#a30f17,secondary:#e88c30" | ||
style="width:25px;height:25px"> | ||
</lord-icon> Genre</a> | ||
</li> | ||
</li> | ||
<li class="navbar-item"> | ||
<a href="../../index.html#rateus" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a> | ||
<a href="../../index.html#rateus" onclick="openRateUsModal(); return false;" class="navbar-link"> <lord-icon | ||
src="https://cdn.lordicon.com/jxjfjyri.json" | ||
trigger="morph" | ||
stroke="bold" | ||
state="morph-select" | ||
colors="primary:#eeaa66,secondary:#e88c30" | ||
style="width:25px;height:25px"> | ||
</lord-icon> Rate Us</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="../../index.html#contact" onclick="lenis.scrollTo('#contact')" class="navbar-link" data-nav-link><i | ||
class="ri-customer-service-2-fill"></i> Contact</a> | ||
class="ri-customer-service-2-fill"></i><img src="../images/telephone.png" height="25px" width="25px"/> Contact</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="../../index.html#faq" onclick="lenis.scrollTo('#faqq')" class="navbar-link" data-nav-link> | ||
<i class="ri-questionnaire-fill"></i> FAQ | ||
<lord-icon | ||
src="https://cdn.lordicon.com/motnbmtz.json" | ||
trigger="hover" | ||
stroke="bold" | ||
colors="primary:#a30f17,secondary:#e88c30" | ||
style="width:25px;height:25px"> | ||
</lord-icon> FAQ | ||
</a> | ||
</li> | ||
|
||
|
||
<li class="navbar-item"> | ||
<a href="../html/about.html" class="navbar-link" data-nav-link><i class="ri-home-fill"></i> About Us </a> | ||
<a href="../html/about.html" class="navbar-link" data-nav-link> | ||
<lord-icon | ||
src="https://cdn.lordicon.com/fozsorqm.json" | ||
trigger="hover" | ||
stroke="bold" | ||
state="hover-up" | ||
colors="primary:#a30f17,secondary:#e88c30" | ||
style="width:30px;height:30px"></lord-icon> About Us </a> | ||
</li> | ||
|
||
|
||
|
||
<li class="navbar-item" id="login-signup-link"> | ||
<a href="../html/login.html" class="navbar-link">Login/Signup</a> | ||
<a href="../html/login.html" class="navbar-link"> <lord-icon | ||
src="https://cdn.lordicon.com/xfzuyvam.json" | ||
trigger="morph" | ||
state="morph-group" | ||
colors="primary:#a30f17,secondary:#e88c30" | ||
style="width:25px;height:25px"> | ||
</lord-icon>Login/Signup</a> | ||
</li> | ||
|
||
|
||
|
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
Oops, something went wrong.