|
--- |
|
title: README |
|
emoji: 💻 |
|
colorFrom: blue |
|
colorTo: blue |
|
sdk: gradio |
|
pinned: false |
|
license: mit |
|
--- |
|
|
|
 |
|
|
|
<svg viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg"> |
|
<!-- تعريف التدرج اللوني --> |
|
<defs> |
|
<linearGradient id="blueVioletGradient" x1="0%" y1="0%" x2="100%" y2="0%"> |
|
<stop offset="0%" style="stop-color:#4A90E2;stop-opacity:1" /> |
|
<stop offset="100%" style="stop-color:#9B59B6;stop-opacity:1" /> |
|
</linearGradient> |
|
</defs> |
|
|
|
<!-- خلفية الشعار --> |
|
<rect width="300" height="100" fill="white"/> |
|
|
|
<!-- الحرف H --> |
|
<text x="20" y="70" font-family="Arial" font-size="60" font-weight="bold" fill="url(#blueVioletGradient)">H</text> |
|
|
|
<!-- كلمة coding --> |
|
<text x="70" y="70" font-family="Arial" font-size="50" font-weight="bold" fill="url(#blueVioletGradient)">coding</text> |
|
|
|
<!-- رمز البرمجة </> --> |
|
<text x="250" y="65" font-family="Arial" font-size="35" fill="#9B59B6"></></text> |
|
|
|
<!-- خط تحت النص مع تدرج لوني --> |
|
<line x1="20" y1="80" x2="280" y2="80" stroke="url(#blueVioletGradient)" stroke-width="3"/> |
|
</svg> |
|
Edit this `README.md` markdown file to author your organization card. |