Downloaded DE's templates (old templates). Worked on pandas and customer data with a good amount of success.

This commit is contained in:
Norm Rasmussen
2023-04-13 17:05:51 -04:00
parent 1a2c86d665
commit c88ffb4004
30 changed files with 10121 additions and 158 deletions

View File

@ -0,0 +1,39 @@
<div class="info-banner">
<div class="banner-content">
Please log in with your primary Douglas Elliman account. If logged in under your secondary account, courses will not be counted toward your mandatory training. Need help identifying your primary account? Contact the Help Desk.
</div>
</div>
<style>
.info-banner {
background: #009cbd;
padding: 16px;
color: #fff;
text-align:center;
margin-bottom:16px;
font-size:12px;
}
@media (min-width:799px) {
.info-banner {
margin-left:160px;
font-size:16px;
padding: 24px 16px;
}
}
@media (min-width:1600px) {
.info-banner {
position:absolute;
top:0;
left:0;
right:0;
font-size:18px;
}
header.section-margin {
margin-top:120px;
}
}
</style>