پرش به محتوا

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

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
<!-- پس‌زمینه آبی کامل -->
<!DOCTYPE html>
<div style="position:fixed; top:0; left:0; width:100%; height:100%; background:#e1f5fe; z-index:-1;"></div>
<html lang="fa" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نویسندگان</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: transparent;
        }
       
        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
        }
       
        .header {
            background: white;
            color: #3e6f73;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: 0 4px 12px rgba(62, 111, 115, 0.1);
            border: 1px solid rgba(62, 111, 115, 0.3);
        }
       
        .icon {
            width: 100px;
            height: 100px;
            background: #3e6f73;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: white;
            border: 2px solid rgba(62, 111, 115, 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.8;
        }
       
        .authors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }
       
        .author-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(5px);
            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;
        }
       
        .author-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 16px rgba(62, 111, 115, 0.15);
        }
       
        .author-name {
            color: #3e6f73;
            font-weight: normal;
            font-size: 18px;
            letter-spacing: 0.3px;
        }
       
        .author-role {
            color: #3e6f73;
            font-size: 13px;
            margin-top: 5px;
            opacity: 0.8;
        }
    </style>
</head>
<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">[[تدوین دانشنامه کتاب مقدس]]</div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- نویسنده 2 -->
            <div class="author-card">
                <div class="author-name">[[جواد فیروز]] (متین)</div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- نویسنده 3 -->
            <div class="author-card">
                <div class="author-name">[[مهران پورپشنگ]]</div>
                <div class="author-role">[[مهران پورپشنگ]]</div>
            </div>
           
            <!-- نویسنده 4 -->
            <div class="author-card">
                <div class="author-name">[[کوین دی یانگ]]</div>
                <div class="author-role">نویسنده</div>
            </div>
           
            <!-- نویسنده 5 -->
            <div class="author-card">
                <div class="author-name">[[جان پایپر]]</div>
                <div class="author-role">نویسنده</div>
            </div>


  <!-- هدر با رنگ سفید و سایه آبی -->
            <!-- نویسنده 6 -->
  <div style="background:white; color:#01579b; padding:30px; border-radius:10px; text-align:center; margin-bottom:30px; box-shadow:0 4px 12px rgba(1,87,155,0.1); border:1px solid #b3e5fc;">
            <div class="author-card">
    <div style="width:100px; height:100px; background:#4fc3f7; border-radius:50%; margin:0 auto 15px; display:flex; align-items:center; justify-content:center; font-size:40px; color:white; border:2px solid #81d4fa;">✍️</div>
                <div class="author-name">[[مارتین لوتر]]</div>
    <h1 style="margin:0; font-size:28px; font-weight:400; letter-spacing:0.5px; font-family:'Georgia', serif;">نویسندگان </h1>
                <div class="author-role">نویسنده</div>
    <p style="margin:10px 0 0 0; font-size:16px; font-style:italic; opacity:0.8;">انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس</p>
            </div>
  </div>


  <!-- جدول کتاب‌ها با طراحی شیشه‌ای -->
            <!-- نویسنده 7 -->
  <div style="display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:20px;">
            <div class="author-card">
    <!-- کتاب 1 -->
                <div class="author-name">[[لی آیرونز]]</div>
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-role">نویسنده</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
            </div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[تدوین دانشنامه کتاب مقدس]]
</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>
   
    <!-- کتاب 2 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[جواد فیروز]] (متین)</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>
   
    <!-- کتاب 3 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[مهران پورپشنگ]]</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">[[مهران پورپشنگ]]</div>
    </div>
   
    <!-- کتاب 4 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[کوین دی یانگ]]</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>
   
    <!-- نویسنده 5 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[جان پایپر]]</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>
 
    <!-- نویسنده 6 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[مارتین لوتر]]</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>
 
    <!-- نویسنده 7 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">[[لی آیرونز]]</div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
    </div>


    <!-- نویسنده 8 -->
            <!-- نویسنده 8 -->
    <div style="background:rgba(255,255,255,0.8); backdrop-filter:blur(5px); padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(179,229,252,0.5); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
            <div class="author-card">
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(1,87,155,0.1)';"
                <div class="author-name">بزودی</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
                <div class="author-role">نویسنده</div>
      <div style="color:#01579b; font-weight:normal; font-size:18px; letter-spacing:0.3px;">بزودی</div>
            </div>
      <div style="color:#0288d1; font-size:13px; margin-top:5px;">نویسنده</div>
        </div>
     </div>
     </div>
  </div>
</body>
</div>
</html>

نسخهٔ ‏۱۰ اکتبر ۲۰۲۵، ساعت ۱۸:۳۹

<!DOCTYPE html> نویسندگان

✍️

نویسندگان

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

[[تدوین دانشنامه کتاب مقدس]]
نویسنده
[[جواد فیروز]] (متین)
نویسنده
[[مهران پورپشنگ]]
[[مهران پورپشنگ]]
[[کوین دی یانگ]]
نویسنده
[[جان پایپر]]
نویسنده
[[مارتین لوتر]]
نویسنده
[[لی آیرونز]]
نویسنده
بزودی
نویسنده