Magzimilian commited on
Commit
ba03ed5
·
verified ·
1 Parent(s): 30d278b

Add Discord support banner to model card

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -126,3 +126,20 @@ We offer engineering support for on-prem/edge deployments and partner
126
  co-marketing opportunities. Reach out at
127
  [contact@embedl.com](mailto:contact@embedl.com), or open an issue on
128
  [GitHub](https://github.com/embedl/embedl-deploy).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  co-marketing opportunities. Reach out at
127
  [contact@embedl.com](mailto:contact@embedl.com), or open an issue on
128
  [GitHub](https://github.com/embedl/embedl-deploy).
129
+
130
+ <!-- embedl-discord-banner:start -->
131
+ <div style="background:radial-gradient(600px 220px at 0% 50%,rgba(88,101,242,0.22) 0%,rgba(88,101,242,0) 60%),radial-gradient(400px 180px at 100% 100%,rgba(88,101,242,0.10) 0%,rgba(88,101,242,0) 55%),linear-gradient(135deg,#0B1626 0%,#142338 100%);border:1px solid rgba(88,101,242,0.35);border-radius:12px;padding:22px 24px;margin:24px 0 0 0;color:#F2F6FA;box-shadow:0 4px 16px rgba(11,22,38,0.18);overflow:hidden;box-sizing:border-box;max-width:100%;">
132
+ <table style="width:100%;border-collapse:collapse;border:0;background:transparent;">
133
+ <tr style="background:transparent;">
134
+ <td style="vertical-align:middle;border:0;padding:0;background:transparent;">
135
+ <div style="display:inline-block;font-size:10px;letter-spacing:0.08em;text-transform:uppercase;font-weight:700;color:#A5B4FC;background:rgba(88,101,242,0.18);border:1px solid rgba(88,101,242,0.45);padding:4px 10px;border-radius:999px;margin-bottom:10px;white-space:nowrap;">Community &amp; support</div>
136
+ <div style="font-size:15px;font-weight:700;line-height:1.35;color:#F2F6FA;margin-bottom:4px;">Need help with this model? Chat with the Embedl team and other engineers on <span style="color:#A5B4FC;white-space:nowrap;">Discord</span>.</div>
137
+ <div style="font-size:13px;color:#9BA7B5;">Quantization gotchas, hardware questions, fine-tuning tips — bring them all.</div>
138
+ </td>
139
+ <td width="1%" style="vertical-align:middle;border:0;padding:0 0 0 18px;white-space:nowrap;text-align:right;background:transparent;">
140
+ <a href="https://discord.gg/MTbMWdKqE" style="display:inline-block;font-size:13px;font-weight:600;padding:9px 14px;border-radius:6px;border:1px solid #5865F2;background:#5865F2;color:#FFFFFF;text-decoration:none;box-shadow:0 6px 18px rgba(88,101,242,0.35);">Join our Discord →</a>
141
+ </td>
142
+ </tr>
143
+ </table>
144
+ </div>
145
+ <!-- embedl-discord-banner:end -->