Skip to content

Commit 72f988d

Browse files
committed
a little promo with revain
1 parent f463e99 commit 72f988d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Subscribe to Masari</h3>
3333

3434
<!-- lets get to the top -->
3535
<a href="#top" class="top-button hidden"><i class="fas fa-chevron-up"></i><p>Top</p></a>
36+
<iframe class="revain_fixed" src="https://revain.org/widget-v2/promo-small?companyType=Project&companySlug=masari&consumer=https%3A%2F%2Fgetmasari.org&borderRadius=8px&elevationLevel=1&px=24px&py=24px&bg=neutral.0&dataSource=null&locale=en&theme=default"></iframe>
3637
<!-- Scripts -->
3738
<script src="/js/jquery-3.4.1.min.js"></script>
3839
<script src="/js/bootstrap.min.js"></script>

css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,3 +1201,11 @@ text-decoration: none;
12011201
.downloads .version {
12021202
font-size: 1em;
12031203
}
1204+
/* a little promo */
1205+
.revain_fixed {
1206+
position: fixed;
1207+
left: 0;
1208+
bottom: 0;
1209+
z-index: 3;
1210+
border: none;
1211+
}

0 commit comments

Comments
 (0)