carbon-components
Version:
Carbon Components is a component library for IBM Cloud
23 lines (20 loc) • 799 B
HTML
<!--
Copyright IBM Corp. 2016, 2018
This source code is licensed under the Apache-2.0 license found in the
LICENSE file in the root directory of this source tree.
-->
<footer class="bx--footer bx--footer--bottom-fixed" role="contentinfo">
<div class="bx--footer-info">
<div class="bx--footer-info__item">
<p class="bx--footer-label">Need Help?</p>
<a class="bx--link" href="#">Contact Bluemix SalesContact Bluemix Sales</a>
</div>
<div class="bx--footer-info__item">
<p class="bx--footer-label">Estimate Monthly Cost</p>
<a class="bx--link" href="#">Cost CalculatorContact Bluemix Sales</a>
</div>
</div>
<div class="bx--footer-cta">
<button class="bx--btn bx--btn--primary" type="submit">Create</button>
</div>
</footer>