Skip to content

Commit

Permalink
Add on/off ramps policy for virto (#186)
Browse files Browse the repository at this point in the history
* chore: Add new site configuration options, ignore list, and post settings; update footer content styling

* Change policy color

---------

Co-authored-by: Daniel Olano <[email protected]>
  • Loading branch information
S0c5 and olanod authored Sep 28, 2024
1 parent 54945bb commit aba44ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nav:
- link: Go to the app
route: https://virto.app/
class: app-button-link button

footer:
- link: About Us
route: /about
Expand All @@ -28,6 +29,7 @@ footer:
route: /blog
- link: Whitepaper
route: /docs/whitepaper.html

modal:
success:
title: "Thank you!"
Expand Down
11 changes: 6 additions & 5 deletions _includes/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
{% endfor %}
</ul>
</nav>
<a id="scroll-up" class="scroll-up-link lightest-lavender-text center-arrow">{{ site.data[site.data.lang].globals.go-up }}
<figure class="link-arrow">
{% include "up.svg" %}
</figure>
</a>
<a id="scroll-up" class="scroll-up-link lightest-lavender-text center-arrow">{{ site.data[site.data.lang].globals.go-up }}
<figure class="link-arrow">
{% include "up.svg" %}
</figure>
</a>
<div class="services-policy">All services offered by the Virto Network for On/Off Ramps, debit/credit cards are effectively provided by CuboX DAO LLC. which is responsible for the delivery of these services.</div>
</footer>
<script>
let scrollLink = document.querySelector('#scroll-up');
Expand Down
6 changes: 6 additions & 0 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ footer {
gap: 3rem;
}

.services-policy {
width: 100%;
text-align: center;
color: var(--clr-olive-lighter);
}

footer > nav {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit aba44ab

Please sign in to comment.