95 lines
2.1 KiB
Plaintext
95 lines
2.1 KiB
Plaintext
<div class="sign-up-follow-up-container" onload="">
|
|
<div class="sign-up-follow-up-content">
|
|
<h1 class="sign-up-follow-up-prompt" style="font-size: 169%; margin: 0.67em 0;">Please select your region: </h1>
|
|
<div class="region-container">
|
|
<a class="info-group-option" href="https://blacklane-chauffeur.northpass.com/g/d3e0178633f329a3efb0e5344c7fc979d37fa7f8">
|
|
Europe, Middle East, Africa, & Asia-Pacific
|
|
</a>
|
|
<a class="info-group-option" style="width:15%; border:none; background:transparent"</a>
|
|
<a class="info-group-option" href="https://blacklane-chauffeur.northpass.com/g/4a3da78266888b8523905f23cef9f2736d2d5178">
|
|
North & South America
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="logo-container">
|
|
<div class="logo-itself">
|
|
<img class="logo-img" src="https://s3.amazonaws.com/static.northpass.com/Blacklane/Logo+no+claim+black.png" >
|
|
</div>
|
|
</div>
|
|
|
|
<style>
|
|
.sign-up-follow-up-prompt {
|
|
color: black;
|
|
}
|
|
.logo-img {
|
|
padding: 0;
|
|
display: block;
|
|
margin: 0 auto;
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
}
|
|
.logo-container {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
height: 20%;
|
|
}
|
|
.logo-itself {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
padding: 35px;
|
|
width: 20%;
|
|
}
|
|
.region-container {
|
|
border: none;
|
|
padding: 20px;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.info-group-option {
|
|
text-transform: none;
|
|
font-size: 100%;
|
|
border-radius: 10px;
|
|
background-color: black;
|
|
color: white;
|
|
max-width: 350px;
|
|
width: 50%;
|
|
height: 10vh;
|
|
line-height: normal;
|
|
text-align: center;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sign-up-follow-up-container{
|
|
align-items: center;;
|
|
background: #F7F7F7;
|
|
display: flex;
|
|
flex-direction: row;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
}
|
|
|
|
.sign-up-follow-up-content{
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 1rem 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
</style>
|
|
<script>
|
|
localStorage.setItem("learnerCompletedAdditionalInfo", true);
|
|
</script>
|