Skip to content

Instantly share code, notes, and snippets.

@jamesmishra
Last active April 28, 2026 05:15
Show Gist options
  • Select an option

  • Save jamesmishra/bb8336d5a8fb8f4fa6d70f401d61299a to your computer and use it in GitHub Desktop.

Select an option

Save jamesmishra/bb8336d5a8fb8f4fa6d70f401d61299a to your computer and use it in GitHub Desktop.
{"label":"responder coverage","message":"28.2%","schemaVersion":1,"color":"hsl(0, 100%, 40%)"}
{"label":"rust coverage","message":"86.3%","schemaVersion":1,"color":"hsl(108, 100%, 40%)"}
{"label":"sentinel coverage","message":"13.3%","schemaVersion":1,"color":"hsl(0, 100%, 40%)"}
{"label":"syx-analysis coverage","message":"49.38%","schemaVersion":1,"color":"hsl(0, 100%, 40%)"}
{"label":"syx-server coverage","message":"70.6%","schemaVersion":1,"color":"hsl(61, 100%, 40%)"}
@mjfr44096-design
Copy link
Copy Markdown

إعطني رابط هاذا الكود جاهز لأتمكن من فتحه على متصفح Chrome :

            <title>متجري لبيع الكتب</title>     <style>         body {             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;             background-color: #f4f4f9;             margin: 0;             padding: 0;             color: #333;         }         header {             background-color: #2c3e50;             color: white;             padding: 40px 20px;             text-align: center;         }         .container {             display: flex;             flex-wrap: wrap;             justify-content: center;             padding: 20px;             gap: 25px;         }         .book-card {             background: white;             border-radius: 10px;             box-shadow: 0 4px 15px rgba(0,0,0,0.1);             width: 280px;             padding: 20px;             text-align: center;             transition: 0.3s;         }         .book-card:hover { transform: translateY(-10px); }         .book-img {             width: 100%;             height: 300px;             background-color: #eee;             border-radius: 5px;             margin-bottom: 15px;             display: flex;             align-items: center;             justify-content: center;             color: #888;         }         .price {             font-size: 1.5rem;             color: #27ae60;             font-weight: bold;             margin: 15px 0;         }         .buy-btn {             background-color: #e67e22;             color: white;             border: none;             padding: 12px 25px;             border-radius: 5px;             cursor: pointer;             font-size: 1.1rem;             width: 100%;             text-decoration: none;             display: inline-block;         }         .buy-btn:hover { background-color: #d35400; }     </style>    

مرحباً بك في متجري الخاص 📚

   

تصفح أحدث مؤلفاتي واحصل على نسختك الآن

   
       
صورة الكتاب 1
       

اسم كتابك الأول

       

وصف مختصر جداً عن محتوى الكتاب وماذا سيستفيد القارئ.

       
50 ريال
        شراء الآن    

   


       
صورة الكتاب 2

       

اسم كتابك الثاني


       

وصف مختصر للكتاب الثاني لجذب القارئ.


       
65 ريال

        شراء الآن
   

    © 2026 جميع الحقوق محفوظة

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment