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.
- Loading branch information
1 parent
db7013a
commit dd7b842
Showing
35 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="./favicon_package_v0.16/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./favicon_package_v0.16/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./favicon_package_v0.16/favicon-16x16.png"> | ||
<link rel="manifest" href="./favicon_package_v0.16/site.webmanifest"> | ||
<link rel="mask-icon" href="./favicon_package_v0.16/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon_package_v0.16/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon_package_v0.16/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon_package_v0.16/favicon-16x16.png"> | ||
<link rel="manifest" href="./assets/favicon_package_v0.16/site.webmanifest"> | ||
<link rel="mask-icon" href="./assets/favicon_package_v0.16/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
@@ -35,15 +35,15 @@ | |
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> | ||
</head> | ||
<script src="https://unpkg.com/scrollreveal"></script> | ||
<script src="./faq.js"></script> | ||
<script src="./assets/js/faq.js"></script> | ||
<body> | ||
|
||
|
||
<header class="header header-anim" data-header> | ||
<div class="container"> | ||
|
||
<a href="#" class="logo" style="display:flex;"> | ||
<img src="Logo-pic.png" alt="" class="logopic" style=" width: 66px;"></img> | ||
<img src="./assets/images/Logo-pic.png" alt="" class="logopic" style=" width: 66px;"></img> | ||
<div style="margin-top:13px;">SwapReads</div> | ||
</a> | ||
|
||
|
@@ -70,11 +70,11 @@ | |
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="rate.html" class="navbar-link">Rate Us</a> | ||
<a href="./assets/html/rate.html" class="navbar-link">Rate Us</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="login.html" class="navbar-link">Login/Signup</a> | ||
<a href="./assets/html/login.html" class="navbar-link">Login/Signup</a> | ||
</li> | ||
<li> | ||
<img src="./assets/images/moon.png" id="theme-icon"> | ||
|
@@ -899,7 +899,7 @@ <h5>Quick Links</h5> | |
<!-- | ||
- ionicon link | ||
--> | ||
<script src="scroll-reveal.js"></script> | ||
<script src="./assets/js/scroll-reveal.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> | ||
|
||
|
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