Add download button

This commit is contained in:
Jeremy Thomas 2021-07-16 17:48:19 +01:00
parent 505d949101
commit 01bd04766b
7 changed files with 21 additions and 2 deletions

View File

@ -402,6 +402,13 @@
"title": "wagerdex", "title": "wagerdex",
"width": "150", "width": "150",
"height": "30" "height": "30"
},
"writepaperfor": {
"name": "writepaperfor",
"url": "http://writepaperfor.me/",
"title": "Write my paper for me",
"width": "150",
"height": "30"
} }
}, },
"home": [ "home": [
@ -437,6 +444,7 @@
,"cryptocasinos" ,"cryptocasinos"
,"gambledex" ,"gambledex"
,"wagerdex" ,"wagerdex"
,"writepaperfor"
], ],
"footer": ["polygon", "inkoop", "pondr"] "footer": ["polygon", "inkoop", "pondr"]
} }

View File

@ -62,7 +62,14 @@
</a> </a>
</div> </div>
<div class="navbar-item bd-navbar-sponsor-button is-hidden-touch"> <div class="navbar-item bd-navbar-download-button is-hidden-touch">
<a class="button is-primary mr-3" href="{{ site.data.meta.download }}">
<span class="icon">
<i class="fas fa-download"></i>
</span>
<span>Download</span>
</a>
<a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light"> <a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light">
<span class="icon is-small"> <span class="icon is-small">
<i class="fas fa-thumbs-up"></i> <i class="fas fa-thumbs-up"></i>

View File

@ -223,6 +223,7 @@
} }
} }
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon { .bd-navbar-mobile-sponsor-icon {
display: none !important; display: none !important;
} }
@ -249,6 +250,7 @@
} }
@media screen and (min-width: 450px) and (max-width: $tablet - 1px) { @media screen and (min-width: 450px) and (max-width: $tablet - 1px) {
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon { .bd-navbar-mobile-sponsor-icon {
display: flex !important; display: flex !important;
} }

View File

@ -18604,6 +18604,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
box-shadow: inset 0 -2px 0 0 var(--search); box-shadow: inset 0 -2px 0 0 var(--search);
} }
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon { .bd-navbar-mobile-sponsor-icon {
display: none !important; display: none !important;
} }
@ -18626,6 +18627,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
} }
@media screen and (min-width: 450px) and (max-width: 768px) { @media screen and (min-width: 450px) and (max-width: 768px) {
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon { .bd-navbar-mobile-sponsor-icon {
display: flex !important; display: flex !important;
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB