Changes from Ohn list

Updated nav.
Home icons for Xpring updated
Sidebar colors and hover states
This commit is contained in:
Jake Bonham
2019-05-15 06:47:03 -07:00
committed by mDuo13
parent 34ec965ce9
commit db830f20f9
5 changed files with 81 additions and 42 deletions

View File

@@ -247,23 +247,31 @@
</div>
</div><!--/.section-hero-->
<a class="interledger-link card" href="https://interledger.org/" target="_blank">
<div class="card interledger-link">
<div class="card-header">
<img class="project-icon" src="assets/img/ilp_logo.svg" />
<h3 class="card-title">Interledger</h3>
</div><!--/.card-header-->
<div class="card-body">
<img class="project-icon" src="assets/img/ilp_logo.svg" />
<h3 class="card-title">Interledger<i class="fa fa-external-link" aria-hidden="true"></i>
</h3>
<p class="project-summary">Interledger is an open protocol suite for sending payments across different ledgers.</p>
</div><!--/.card-body-->
</a><!--/.card-->
<div class="card-footer">
<a class="btn btn-outline-secondary external-link" href="https://interledger.org/" target="_blank">Learn More <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div><!--/.card-footer-->
</div><!--/.card-->
<a class="xpring-link card" href="https://xpring.co/" target="_blank">
<div class="card-body">
<h3 class="card-title">
<img class="project-icon" src="assets/img/xpring-logo.svg" alt="Xpring" /><i class="fa fa-external-link" aria-hidden="true"></i>
</h3>
<p class="project-summary">Xpring (pronounced “spring”) is a Ripple initiative that builds infrastructure and helps innovative blockchain projects grow through investments and partnerships.</p>
</div><!--/.card-body-->
</a><!--/.card-->
<div class="card xpring-link">
<div class="card-header">
<img class="project-icon" src="assets/img/xpring-logo.svg" alt="Xpring" />
<h3 class="card-title">Xpring</h3>
</div><!--/.card-header-->
<div class="card-body">
<p class="project-summary">Xpring (pronounced “spring”) is a Ripple initiative that builds infrastructure and helps innovative blockchain projects grow through investments and partnerships.</p>
</div><!--/.card-body-->
<div class="card-footer">
<a class="btn btn-outline-secondary external-link" href="https://xpring.co/" target="_blank">Learn More <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div><!--/.card-footer-->
</div><!--/.card-->
</section><!-- / Related Projects -->
{% endblock %}