-
Notifications
You must be signed in to change notification settings - Fork 405
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
cb2d139
commit 6b32139
Showing
3 changed files
with
13 additions
and
7 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 |
---|---|---|
|
@@ -11,10 +11,12 @@ prepend header | |
- var promo = 'active' | ||
|
||
.psa | ||
b Advertise Here: | ||
span Want to advertise your website? | ||
a(href="mailto:[email protected]") | ||
b Contact us | ||
b Sponsored: | ||
span Want free Instagram followers? Use Socialfollow® for | ||
b FREE | ||
span and grow your Instagram today! | ||
a.btn.btn-primary(href="https://socialfollow.co/?utm_source=igdm&utm_medium=banner", target="_blank") | ||
b Grow your Instagram NOW | ||
|
||
append navigation | ||
.container.promo.pb-5.pt-2.mb-5.text-center | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
<link rel="stylesheet" href="/css/index.css"> | ||
</head> | ||
<body> | ||
<div class="psa"><b>Advertise Here: </b><span>Want to advertise your website? </span><a href="mailto:[email protected]"><b>Contact us</b></a></div><a class="forkus" href="https://github.com/ifedapoolarewaju/igdm" target="_blank"><img src="/img/github-fork-us.svg" alt="Fork us on GitHub"></a> | ||
<div class="psa"><b>Sponsored: </b><span>Want free Instagram followers? Use Socialfollow® for </span><b>FREE </b><span>and grow your Instagram today! </span><a class="btn btn-primary" href="https://socialfollow.co/?utm_source=igdm&utm_medium=banner" target="_blank"><b>Grow your Instagram NOW</b></a></div><a class="forkus" href="https://github.com/ifedapoolarewaju/igdm" target="_blank"><img src="/img/github-fork-us.svg" alt="Fork us on GitHub"></a> | ||
<div class="promoBanner active"> | ||
<div class="backgroundSkew"></div> | ||
<nav class="navbar navbar-expand-md container transparent navbar-dark"><a class="navbar-brand" href="/"><img class="d-inline-block align-top" src="/img/icon.png" width="32" height="32" alt="PrismarineJS"></a> | ||
|