Skip to content

Commit

Permalink
adding text-transform to UPN for all lower. winning
Browse files Browse the repository at this point in the history
  • Loading branch information
khill-fbmc committed Jan 24, 2025
1 parent 5eda2a0 commit 000d991
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</thead>
<tbody>
<tr>
<td style="padding-left: 10px; border-left: solid 3px #870bc8">
<td style="padding-left: 10px; border-left: solid 4px #870bc8">
<h3 style="margin: 10px 0">%%DisplayName%%</h3>
<h4 style="margin: 10px 0">%%Title%%</h4>
</td>
Expand All @@ -21,7 +21,7 @@ <h4 style="margin: 10px 0">%%Title%%</h4>
line-height: 1.4em;
padding-left: 10px;
padding-top: 10px;
border-left: solid 3px #870bc8;
border-left: solid 4px #870bc8;
"
>
5012 Luce Avenue<br />
Expand All @@ -36,7 +36,7 @@ <h4 style="margin: 10px 0">%%Title%%</h4>
line-height: 1.4em;
padding-top: 10px;
padding-left: 10px;
border-left: solid 3px #870bc8;
border-left: solid 4px #870bc8;
"
>
<a
Expand All @@ -53,7 +53,11 @@ <h4 style="margin: 10px 0">%%Title%%</h4>
</a>
<a
href="mailto:%%UserPrincipalName%%"
style="display: block; text-decoration: none; color: #000"
style="
display: block;
text-decoration: none;
text-transform: lowercase;
"
>
%%UserPrincipalName%%
</a>
Expand All @@ -66,7 +70,7 @@ <h4 style="margin: 10px 0">%%Title%%</h4>
</td>
</tr>
<tr>
<td style="padding-top: 10px; border-left: solid 3px #870bc8">
<td style="padding-top: 10px; border-left: solid 4px #870bc8">
<img
alt="Fortuna / VOBA Certified in CA, CO, DE, GA, MA, NC, NY, OH / Small Business Partner to the Sacramento Kings"
src="https://assets.fortunabmc.com/img/signature_kings_condensed.png"
Expand Down

0 comments on commit 000d991

Please sign in to comment.