پرش به محتوا

نویسندگان: تفاوت میان نسخه‌ها

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۵ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<html lang="fa" dir="rtl">
<head>
<head>
خط ۵: خط ۴:
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>نویسندگان</title>
     <title>نویسندگان</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
       
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: transparent;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
       
        .container {
            width: 100%;
            padding: 40px 20px;
        }
       
        .header {
            background: #3e6f73;
            color: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: 0 4px 12px rgba(62, 111, 115, 0.2);
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
       
        .icon {
            width: 100px;
            height: 100px;
            background: white;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: #3e6f73;
            border: 2px solid rgba(255, 255, 255, 0.5);
        }
       
        .header h1 {
            margin: 0;
            font-size: 28px;
            font-weight: 400;
            letter-spacing: 0.5px;
            font-family: 'Georgia', serif;
        }
       
        .header p {
            margin: 10px 0 0 0;
            font-size: 16px;
            font-style: italic;
            opacity: 0.9;
        }
       
        .authors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
       
        .author-card {
            background: #3e6f73;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            font-family: 'Georgia', serif;
            box-shadow: 0 4px 8px rgba(62, 111, 115, 0.2);
        }
       
        .author-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(62, 111, 115, 0.3);
            background: #356166;
        }
       
        .author-name {
            font-weight: normal;
            font-size: 18px;
            letter-spacing: 0.3px;
        }
       
        .author-role {
            font-size: 13px;
            margin-top: 5px;
            opacity: 0.9;
        }
       
        /* استایل برای لینک‌ها */
        .author-name a, .author-role a {
            color: white;
            text-decoration: none;
        }
       
        .author-name a:hover, .author-role a:hover {
            text-decoration: underline;
        }
        @media (min-width: 1400px) {
            .authors-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
    </style>
</head>
</head>
<body>
<body>
    <div class="container">
        <!-- هدر با رنگ اصلی -->
        <div class="header">
            <div class="icon">✍️</div>
            <h1>نویسندگان</h1>
            <p>انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس</p>
        </div>


        <!-- جدول نویسندگان با حفظ کامل لینک‌ها -->
<div style="max-width:900px; margin:0 auto; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; padding:40px 20px;">
        <div class="authors-grid">
            <!-- کتاب 1 -->
            <div class="author-card">
                <div class="author-name"><a href="[[تدوین دانشنامه کتاب مقدس]]">[[تدوین دانشنامه کتاب مقدس]]</a></div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- کتاب 2 -->
            <div class="author-card">
                <div class="author-name"><a href="[[جواد فیروز]]">[[جواد فیروز]] (متین)</a></div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- کتاب 3 -->
            <div class="author-card">
                <div class="author-name"><a href="[[مهران پورپشنگ]]">[[مهران پورپشنگ]]</a></div>
                <div class="author-role"><a href="[[مهران پورپشنگ]]">[[مهران پورپشنگ]]</a></div>
            </div>
           
            <!-- کتاب 4 -->
            <div class="author-card">
                <div class="author-name"><a href="[[کوین دی یانگ]]">[[کوین دی یانگ]]</a></div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- نویسنده 5 -->
            <div class="author-card">
                <div class="author-name"><a href="[[جان پایپر]]">[[جان پایپر]]</a></div>
                <div class="author-role">نویسنده</div>
            </div>


            <!-- نویسنده 6 -->
  <!-- هدر با رنگ اصلی #3e6f73 -->
            <div class="author-card">
  <div style="background:#3e6f73; color:white; padding:30px; border-radius:10px; text-align:center; margin-bottom:30px; box-shadow:0 4px 12px rgba(62,111,115,0.2); border:1px solid rgba(62,111,115,0.3);">
                <div class="author-name"><a href="[[مارتین لوتر]]">[[مارتین لوتر]]</a></div>
    <div style="width:100px; height:100px; background:white; border-radius:50%; margin:0 auto 15px; display:flex; align-items:center; justify-content:center; font-size:40px; color:#3e6f73; border:2px solid rgba(255,255,255,0.5);">✍️</div>
                <div class="author-role">نویسنده</div>
    <h1 style="margin:0; font-size:28px; font-weight:400; letter-spacing:0.5px; font-family:'Georgia', serif;">نویسندگان </h1>
            </div>
    <p style="margin:10px 0 0 0; font-size:16px; font-style:italic; opacity:0.9;">انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس</p>
  </div>


            <!-- نویسنده 7 -->
  <!-- جدول کتاب‌ها با طراحی اصلی و فقط تغییر رنگ پس‌زمینه -->
            <div class="author-card">
  <div style="display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:20px;">
                <div class="author-name"><a href="[[لی آیرونز]]">[[لی آیرونز]]</a></div>
    <!-- کتاب 1 -->
                <div class="author-role">نویسنده</div>
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
            </div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/تدوین_دانشنامه_کتاب_مقدس" style="color:white; text-decoration:none;">تدوین دانشنامه کتاب مقدس</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
   
    <!-- کتاب 2 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/جواد_فیروز" style="color:white; text-decoration:none;">جواد فیروز (متین)</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
   
    <!-- کتاب 3 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/مهران_پورپشنگ" style="color:white; text-decoration:none;">مهران پورپشنگ</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;"><a href="https://www.pediabible.com/index.php/مهران_پورپشنگ" style="color:white; text-decoration:none; opacity:0.9;">مهران پورپشنگ</a></div>
    </div>
   
    <!-- کتاب 4 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/کوین_دی_یانگ" style="color:white; text-decoration:none;">کوین دی یانگ</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
   
    <!-- نویسنده 5 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/جان_پایپر" style="color:white; text-decoration:none;">جان پایپر</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>


            <!-- نویسنده 8 -->
    <!-- نویسنده 6 -->
            <div class="author-card">
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-name">بزودی</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
                <div class="author-role">نویسنده</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
            </div>
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/مارتین_لوتر" style="color:white; text-decoration:none;">مارتین لوتر</a></div>
        </div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
     </div>
     </div>
    <!-- نویسنده 7 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/لی_آیرونز" style="color:white; text-decoration:none;">لی آیرونز</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
    <!-- نویسنده 8 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;">بزودی</div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
  </div>
</div>
</body>
</body>
</html>
</html>

نسخهٔ کنونی تا ‏۱۰ اکتبر ۲۰۲۵، ساعت ۱۹:۴۰

نویسندگان

✍️

نویسندگان

انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس