Skip to content

Commit

Permalink
website: add new ad
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jul 4, 2019
1 parent cb2d139 commit 6b32139
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 6 additions & 4 deletions docs-src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions docs/css/index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
div.psa {
width: 100%;
height: 40px;
min-height: 40px;
background: white;
text-align: center;
padding: 10px 5px;
padding: 5px 5px;
font-size: 12px;
}

div.psa a.btn.btn-primary {
font-size: 12px;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<div class="psa"><b>Advertise Here: &nbsp;</b><span>Want to advertise your website? &nbsp;</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:&nbsp;</b><span>Want free Instagram followers? Use Socialfollow® for &nbsp;</span><b>FREE &nbsp;</b><span>and grow your Instagram today! &nbsp;</span><a class="btn btn-primary" href="https://socialfollow.co/?utm_source=igdm&amp;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>
Expand Down

0 comments on commit 6b32139

Please sign in to comment.