-
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.
Update headers and footers, separate and modify privacy policies, gen…
…eral cleanup
- Loading branch information
1 parent
3401622
commit da0c0cf
Showing
6 changed files
with
1,147 additions
and
654 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<div class="py-3 bg-dark footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12 text-center"> | ||
<ul class="nav d-flex justify-content-center"> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link active" | ||
href="https://play.google.com/store/apps/dev?id=8043015771784699095" | ||
target="_blank" | ||
>Google Play</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link active" | ||
href="https://apps.apple.com/us/developer/damien-pirotte/id1656071322" | ||
target="_blank" | ||
>App Store</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="/privacy">Privacy Policy & Terms</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="/support">Support</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-md-12 text-center"> | ||
<ul class="nav justify-content-center"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://twitter.com/NightDreamGames" target="_blank"> | ||
<i class="fab fa-twitter"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://www.instagram.com/graded.mobile" target="_blank"> | ||
<i class="fab fa-instagram"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://www.facebook.com/61551463161459" target="_blank"> | ||
<i class="fab fa-facebook"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://www.linkedin.com/company/nightdreamgames" target="_blank"> | ||
<i class="fab fa-linkedin"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-12 text-center"> | ||
<p class="copyright mb-0 py-1">© 2024 NightDream Games. All rights reserved.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<nav class="navbar navbar-expand-md navbar-dark bg-info"> | ||
<div class="container"> | ||
<a class="navbar-brand" href=""> | ||
<img | ||
class="img-fluid d-block align-self-center" | ||
width="35" | ||
style="border-radius: 8px" | ||
src="/assets/Logo_NightDreamGames.svg" | ||
alt="Graded" | ||
/> | ||
</a> | ||
<button | ||
class="navbar-toggler navbar-toggler-right" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbar2SupportedContent" | ||
aria-controls="navbar2SupportedContent" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse text-center justify-content-between" id="navbar2SupportedContent"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link mx-2" href="/#graded">Graded</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link mx-2" href="/#pigmentum">Pigmentum</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link mx-2" href="/#driller-clicker">Driller Clicker</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
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,5 +1,16 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8" /> | ||
<title>Redirecting...</title> | ||
<meta http-equiv="refresh" content="0; URL=https://link.nightdreamgames.com/graded" /> | ||
<link rel="canonical" href="https://link.nightdreamgames.com/graded" /> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Redirecting...</title> | ||
<meta http-equiv="refresh" content="0; URL=https://link.nightdreamgames.com/graded" /> | ||
<link rel="canonical" href="https://link.nightdreamgames.com/graded" /> | ||
</head> | ||
<body> | ||
<!-- Optional message for users with JavaScript disabled --> | ||
<p> | ||
If you are not redirected automatically, follow this <a href="https://link.nightdreamgames.com/graded">link</a>. | ||
</p> | ||
</body> | ||
</html> |
Oops, something went wrong.