Skip to content

Instantly share code, notes, and snippets.

@stavell
Created September 7, 2022 11:01
Show Gist options
  • Save stavell/3f7770b297f3c42b9774d33a5a59b981 to your computer and use it in GitHub Desktop.
Save stavell/3f7770b297f3c42b9774d33a5a59b981 to your computer and use it in GitHub Desktop.
<div class="kmc-hero-nest-child kmc-app-nav uk-margin-medium">
<div class="uk-grid uk-grid-small uk-child-width-1-3@m" uk-grid="">
<div>
<a href="javascript:kmcPersonaBot.show(null, 'prospective-customer')" target="_self" title="I'm looking for a mortgage" class="uk-flex">
<div class="kmc-list-nav-item uk-border-rounded kmc-bg-color-white kmc-color-black uk-flex uk-flex-nowrap uk-text-bold uk-flex-middle uk-width-1-1 kmc-border-thick-left">
<span uk-icon="icon: lookingformortgage; ratio: 1.25" class="kmc-color-1 uk-padding-small uk-padding-remove-vertical uk-padding-remove-left uk-icon"></span>
<span class="uk-flex-1">I'm looking for a mortgage</span>
<span uk-icon="icon: chevron-right; ratio: 0.75" class="kmc-color-black uk-icon"></span>
</div>
</a>
</div>
<div>
<a href="javascript:kmcPersonaBot.show(null, 'existing-customer')" target="_self" title="I’m an existing customer" class="uk-flex">
<div class="kmc-list-nav-item uk-border-rounded kmc-bg-color-white kmc-color-black uk-flex uk-flex-nowrap uk-text-bold uk-flex-middle uk-width-1-1 kmc-border-thick-left">
<span uk-icon="icon: existingcustomer; ratio: 1.25" class="kmc-color-1 uk-padding-small uk-padding-remove-vertical uk-padding-remove-left uk-icon"></span>
<span class="uk-flex-1">I’m an existing customer</span>
<span uk-icon="icon: chevron-right; ratio: 0.75" class="kmc-color-black uk-icon"></span>
</div>
</a>
</div>
<div>
<a href="/intermediaries" target="_self" title="I’m a mortgage advisor" class="uk-flex">
<div class="kmc-list-nav-item uk-border-rounded kmc-bg-color-white kmc-color-black uk-flex uk-flex-nowrap uk-text-bold uk-flex-middle uk-width-1-1 kmc-border-thick-left">
<span uk-icon="icon: mortgageadvisor; ratio: 1.25" class="kmc-color-1 uk-padding-small uk-padding-remove-vertical uk-padding-remove-left uk-icon"></span>
<span class="uk-flex-1">I’m a mortgage advisor</span>
<span uk-icon="icon: chevron-right; ratio: 0.75" class="kmc-color-black uk-icon"></span>
</div>
</a>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment