clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

optimize signature

sspaeti be3f08d0 a251015b

+20 -20
+20 -20
neomd/.config/neomd/config.toml
··· 74 74 [ui.signature_block] 75 75 text = """[html-signature]""" 76 76 77 - html = """<table cellpadding="0" cellspacing="0" border="0" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; line-height: 1.6; color: #333; margin-top: 20px;"> 77 + html = """<table cellpadding="0" cellspacing="0" border="0" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 1.5; color: #2c3e50; margin-top: 24px; max-width: 600px;"> 78 78 <tr> 79 - <td style="padding-right: 20px; vertical-align: top;"> 80 - <img src="https://www.ssp.sh/android-chrome-192x192.png" alt="SSP Data GmbH" width="70" style="display: block; border: 0;"> 79 + <td style="padding-right: 18px; vertical-align: middle; width: 70px;"> 80 + <img src="https://www.ssp.sh/android-chrome-192x192.png" alt="SSP Data GmbH" width="70" height="70" style="display: block; border: 0; border-radius: 4px;"> 81 81 </td> 82 - <td style="border-left: 2px solid #e0e0e0; padding-left: 20px;"> 83 - <div style="margin-bottom: 8px;"> 84 - <strong style="font-size: 16px; color: #1a1a1a;">Simon Späti</strong><br> 85 - <span style="color: #666; font-size: 13px;">Data Engineer & Technical Author, SSP Data GmbH</span> 82 + <td style="border-left: 1px solid #d0d7de; padding-left: 18px; vertical-align: middle;"> 83 + <div style="margin-bottom: 6px;"> 84 + <strong style="font-size: 16px; font-weight: 600; color: #1a1a1a; letter-spacing: -0.01em;">Simon Späti</strong><br> 85 + <span style="color: #57606a; font-size: 13px;">Data Engineer & Technical Author, SSP Data GmbH</span> 86 86 </div> 87 - <div style="margin-bottom: 6px; font-size: 13px; color: #888;"> 88 - <span>Connect:</span> 89 - <a href="https://li.ssp.sh/" style="text-decoration: none; margin: 0 4px;">LinkedIn</a> · 90 - <a href="https://bs.ssp.sh/" style="text-decoration: none; margin: 0 4px;">Bluesky</a> · 91 - <a href="https://gh.ssp.sh/" style="text-decoration: none; margin: 0 4px;">GitHub</a> 87 + <div style="margin-bottom: 2px; font-size: 12.5px; line-height: 1.4;"> 88 + <span style="color: #656d76; font-weight: 500;">Connect:</span> 89 + <a href="https://li.ssp.sh/" style="text-decoration: none; margin: 0 3px;">LinkedIn</a> · 90 + <a href="https://bs.ssp.sh/" style="text-decoration: none; margin: 0 3px;">Bluesky</a> · 91 + <a href="https://gh.ssp.sh/" style="text-decoration: none; margin: 0 3px;">GitHub</a> 92 92 </div> 93 - <div style="margin-bottom: 8px; font-size: 13px; color: #888;"> 94 - <span>Explore:</span> 95 - <a href="https://ssp.sh/" style="text-decoration: none; margin: 0 4px;">Website</a> · 96 - <a href="https://vault.ssp.sh/" style="text-decoration: none; margin: 0 4px;">Vault</a> · 97 - <a href="https://dedp.online/" style="text-decoration: none; margin: 0 4px;">Book</a> · 98 - <a href="https://ssp.sh/services" style="text-decoration: none; margin: 0 4px;">Services</a> 93 + <div style="margin-bottom: 6px; font-size: 12.5px; line-height: 1.4;"> 94 + <span style="color: #656d76; font-weight: 500;">Explore:</span> 95 + <a href="https://ssp.sh/" style="text-decoration: none; margin: 0 3px;">Website</a> · 96 + <a href="https://vault.ssp.sh/" style="text-decoration: none; margin: 0 3px;">Vault</a> · 97 + <a href="https://dedp.online/" style="text-decoration: none; margin: 0 3px;">Book</a> · 98 + <a href="https://ssp.sh/services" style="text-decoration: none; margin: 0 3px;">Services</a> 99 99 </div> 100 - <div style="font-size: 11px; color: #999; font-style: italic;"> 101 - sent from <a href="https://neomd.ssp.sh" style="text-decoration: none; color: #999;">neomd</a> 100 + <div style="font-size: 11px; color: #8c959f; font-style: italic; margin-top: 6px; padding-top: 6px; border-top: 1px solid #f0f3f6;"> 101 + sent from <a href="https://neomd.ssp.sh" style="color: #8c959f; text-decoration: none;">neomd</a> 102 102 </div> 103 103 </td> 104 104 </tr>