-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
17 changed files
with
190 additions
and
67 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// the dynamic code | ||
console.log("nahid hk ") | ||
|
||
var dataapp = ` | ||
<section class="navbig animate__animated animate__flipInX"> | ||
<span class="title"></span> | ||
<div onclick="window.location.href='#'" class="menu-btn"> | ||
<i class="bi bi-list"></i> | ||
</div> | ||
</section> | ||
<section class="bgnote animate__bounceIn animate__animated "> | ||
<div class="rotex"> <br> | ||
<span> | ||
<blockquote> | ||
This is a Demo ! This page is not link set. | ||
</blockquote> | ||
</span> | ||
</div> | ||
</section> | ||
<br><br> | ||
<center> | ||
<div class="card animate__animated animate__lightSpeedInLeft"> | ||
<div class="ijtml animate__animated animate__bounceInDown "> | ||
<img src="/img/card/Cash.png" /><br> | ||
<blockquote> | ||
<h1>$750 Cash App | ||
Gift Card</h1> | ||
</blockquote> | ||
<a class="btn" href="#">Learn More</a> | ||
</div> | ||
</div> | ||
</center> | ||
<br><br> | ||
<section class="footer"> | ||
<blockquote> | ||
<span class="rotez">My Offer</span> | ||
<p>The <span> My Offer </span> official offer share website </p> | ||
<br> | ||
<p onclick="callpryvice()" class="xi">Privacy policy </p> | ||
<br><br> | ||
</blockquote> | ||
<center> | ||
<p>Copyright © 2024 - <span>My Offer</span></spaN></p> | ||
</center> | ||
</section> | ||
` | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
console.log("GitHub.js"); | ||
|
||
document.write(` | ||
<div style="position:fixed;z-index:100;bottom:20px;right:20px;height:66px;width:70px;background-color:#232323;border-radius:10px;"> | ||
<a href="https://github.com/nahidhk/landingCode"> | ||
<i style="font-size: 50px;color: white;padding: 10px;" class="bi bi-github"></i> | ||
</a> | ||
</div> | ||
`); |
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
window.location.href="new"; | ||
console.log("home.js"); | ||
datalist(); | ||
|
||
function datalist(){ | ||
|
||
window.location.href="/new"; | ||
|
||
} |
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
console.log("hello word"); | ||
function linkapi(){ | ||
window.location.href="/project"; | ||
} | ||
|
||
function callpryvice(){ | ||
window.location.href="https://www.readyoffercareer.com/PrivacyPolicy/" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
var data =` | ||
<section class="navbig animate__animated animate__flipInX"> | ||
<span class="title"> My Offer</span> | ||
<div onclick="window.location.href='#'" class="menu-btn"> | ||
<i class="bi bi-list"></i> | ||
</div> | ||
</section> | ||
<section class="bgnote animate__bounceIn animate__animated "> | ||
<div class="rotex"> <br> | ||
<span> | ||
<blockquote> | ||
This is a Demo ! This page is not link set. | ||
</blockquote> | ||
</span> | ||
</div> | ||
</section> | ||
<br><br> | ||
<center> | ||
<div class="card animate__animated animate__lightSpeedInLeft"> | ||
<div class="ijtml animate__animated animate__bounceInDown "> | ||
<img src="/img/card/Cash.png" /><br> | ||
<blockquote> | ||
<h1>$750 Cash App | ||
Gift Card</h1> | ||
</blockquote> | ||
<a class="btn" href="#">Learn More</a> | ||
</div> | ||
</div> | ||
</center> | ||
<br><br> | ||
<section class="footer"> | ||
<blockquote> | ||
<span class="rotez">My Offer</span> | ||
<p>The <span> My Offer </span> official offer share website </p> | ||
<br> | ||
<p onclick="callpryvice()" class="xi">Privacy policy </p> | ||
<br><br> | ||
</blockquote> | ||
<center> | ||
<p>Copyright © 2024 - <span>My Offer</span></spaN></p> | ||
</center> | ||
</section> | ||
` | ||
|
||
document.write(data) |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> | ||
<link rel="stylesheet" href="/css/project.css"> | ||
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>New Offer</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<script src="/js/linkcall.js"> | ||
</script> | ||
<script src="/js/viewdemo.js"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.