Main Page: Difference between revisions

From Know Islam
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="background-color: #f5f5f5; padding: 20px; border: 1px solid #ddd; margin-bottom: 20px; text-align: center;">
<!-- Styling for the main welcome and project began boxes -->
<style>
    .welcome-box {
        background-color: #3498db;
        color: #ffffff;
        padding: 20px;
        border: 1px solid #2980b9;
        margin-bottom: 20px;
        text-align: center;
    }
 
    .project-box {
        background-color: #f39c12;
        color: #ffffff;
        padding: 10px;
        border: 1px solid #e67e22;
        margin-bottom: 20px;
        text-align: center;
    }
 
    .section-box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
 
    .section {
        flex: 1;
        padding: 10px;
        border: 1px solid #ddd;
    }
 
    .nav-box {
        background-color: #ecf0f1;
        border-color: #bdc3c7;
    }
 
    .featured-box {
        background-color: #e74c3c;
        border-color: #c0392b;
    }
 
    .community-box {
        background-color: #3498db;
        border-color: #2980b9;
    }
 
    .news-box {
        background-color: #f39c12;
        border-color: #e67e22;
    }
 
    .about-box {
        background-color: #16a085;
        border-color: #1abc9c;
    }
 
    .contact-box {
        background-color: #f1c40f;
        border-color: #f39c12;
    }
</style>
 
<!-- Main Content -->
<div class="welcome-box">
     <h1>Welcome to KnowIslam Wiki</h1>
     <h1>Welcome to KnowIslam Wiki</h1>
     <p style="text-align: justify;">KnowIslam Wiki is a platform dedicated to exploring the rich and diverse aspects of Islam. Our goal is to provide accurate and comprehensive information about Islamic teachings, practices, history, and culture. Whether you are a student, researcher, or simply curious about Islam, this wiki aims to be a valuable resource for you.</p>
     <p>KnowIslam Wiki is a platform dedicated to exploring the rich and diverse aspects of Islam. Our goal is to provide accurate and comprehensive information about Islamic teachings, practices, history, and culture. Whether you are a student, researcher, or simply curious about Islam, this wiki aims to be a valuable resource for you.</p>
     <p style="text-align: justify;">Feel free to explore the different articles and topics. If you have any questions or would like to contribute, please don't hesitate to join our community. Together, let's learn and share knowledge about Islam.</p>
     <p>Feel free to explore the different articles and topics. If you have any questions or would like to contribute, please don't hesitate to join our community. Together, let's learn and share knowledge about Islam.</p>
</div>
</div>


<div style="background-color: #ffffcc; padding: 10px; border: 1px solid #cccc99; margin-bottom: 20px; text-align: center;">
<div class="project-box">
     <p>This project began on <strong>26 August 2023</strong>. It has been <strong>{{DaysSinceStart}}</strong> days since the starting day.</p>
     <p>This project began on <strong>26 August 2023</strong>. It has been <strong>{{DaysSinceStart}}</strong> days since the starting day.</p>
</div>
</div>


<!-- Add __NOTOC__ magic word to remove Table of Contents -->
<!-- Add __NOTOC__ magic word to remove Table of Contents -->
__NOTOC__
__NOTOC__


<div style="display: flex; flex-wrap: wrap; gap: 20px;">
<div class="section-box">


     <!-- Left Column -->
     <!-- Left Column -->
     <div style="flex: 1; background-color: #fff; padding: 10px; border: 1px solid #ddd;">
     <div class="section nav-box">
         <h2>Navigation</h2>
         <h2>Navigation</h2>
         <ul>
         <ul>
             <li><a href="/wiki/Category:Islamic_Teachings">Islamic Teachings</a></li>
             <li><a href="https://knowislam.wiki/topic/Category:Islamic_Teachings">Islamic Teachings</a></li>
             <li><a href="/wiki/Category:Islamic_History">Islamic History</a></li>
             <li><a href="https://knowislam.wiki/topic/Category:Islamic_History">Islamic History</a></li>
             <li><a href="/wiki/Portal:Quran">Quran Portal</a></li>
             <li><a href="https://knowislam.wiki/topic/Portal:Quran">Quran Portal</a></li>
             <li><a href="/wiki/Portal:Hadith">Hadith Portal</a></li>
             <li><a href="https://knowislam.wiki/topic/Portal:Hadith">Hadith Portal</a></li>
             <li><a href="/wiki/Special:RecentChanges">Recent Changes</a></li>
             <li><a href="https://knowislam.wiki/topic/Special:RecentChanges">Recent Changes</a></li>
         </ul>
         </ul>
     </div>
     </div>


     <!-- Middle Column -->
     <!-- Middle Column -->
     <div style="flex: 1; background-color: #f0f0f0; padding: 10px; border: 1px solid #ddd;">
     <div class="section featured-box">
         <h2>Featured Content</h2>
         <h2>Featured Content</h2>
         <ul>
         <ul>
             <li>Article of the Month: <a href="/wiki/Article_of_the_Month">Article of the Month</a></li>
             <li>Article of the Month: <a href="https://knowislam.wiki/topic/Article_of_the_Month">Article of the Month</a></li>
             <li>Featured Scholar Biography: <a href="/wiki/Featured_Scholar_Biography">Featured Scholar Biography</a></li>
             <li>Featured Scholar Biography: <a href="https://knowislam.wiki/topic/Featured_Scholar_Biography">Featured Scholar Biography</a></li>
             <li>Image of the Week: <a href="/wiki/Image_of_the_Week">Image of the Week</a></li>
             <li>Image of the Week: <a href="https://knowislam.wiki/topic/Image_of_the_Week">Image of the Week</a></li>
         </ul>
         </ul>
     </div>
     </div>


     <!-- Right Column -->
     <!-- Right Column -->
     <div style="flex: 1; background-color: #f5f5f5; padding: 10px; border: 1px solid #ddd;">
     <div class="section community-box">
         <h2>Community Portal</h2>
         <h2>Community Portal</h2>
         <ul>
         <ul>
             <li><a href="/wiki/Portal:Community">Community Portal</a></li>
             <li><a href="https://knowislam.wiki/topic/Portal:Community">Community Portal</a></li>
             <li><a href="/wiki/Help:Contents">Help Contents</a></li>
             <li><a href="https://knowislam.wiki/topic/Help:Contents">Help Contents</a></li>
         </ul>
         </ul>
     </div>
     </div>


     <!-- Bottom Row -->
     <!-- Bottom Row -->
     <div style="flex: 1; background-color: #fff3e6; padding: 10px; border: 1px solid #ffd8b2;">
     <div class="section news-box">
         <h2>News and Updates</h2>
         <h2>News and Updates</h2>
         <p>Stay updated with the latest news and events related to Islam and our wiki community.</p>
         <p>Stay updated with the latest news and events related to Islam and our wiki community.</p>
Line 53: Line 116:


     <!-- Bottom Row -->
     <!-- Bottom Row -->
     <div style="flex: 1; background-color: #f0f8ff; padding: 10px; border: 1px solid #cfe2f3;">
     <div class="section about-box">
         <h2>About KnowIslam Wiki</h2>
         <h2>About KnowIslam Wiki</h2>
         <p>KnowIslam Wiki is dedicated to providing accurate and comprehensive information about Islam. Join us in our mission to promote understanding and knowledge-sharing about Islamic teachings, practices, history, and culture.</p>
         <p>KnowIslam Wiki is dedicated to providing accurate and comprehensive information about Islam. Join us in our mission to promote understanding and knowledge-sharing about Islamic teachings, practices, history, and culture.</p>
Line 59: Line 122:


     <!-- Bottom Row -->
     <!-- Bottom Row -->
     <div style="flex: 1; background-color: #f5f5f5; padding: 10px; border: 1px solid #ddd;">
     <div class="section contact-box">
         <h2>Contact Us</h2>
         <h2>Contact Us</h2>
         <ul>
         <ul>

Revision as of 14:24, 25 June 2024

<style>

   .welcome-box {
       background-color: #3498db;
       color: #ffffff;
       padding: 20px;
       border: 1px solid #2980b9;
       margin-bottom: 20px;
       text-align: center;
   }
   .project-box {
       background-color: #f39c12;
       color: #ffffff;
       padding: 10px;
       border: 1px solid #e67e22;
       margin-bottom: 20px;
       text-align: center;
   }
   .section-box {
       display: flex;
       flex-wrap: wrap;
       gap: 20px;
   }
   .section {
       flex: 1;
       padding: 10px;
       border: 1px solid #ddd;
   }
   .nav-box {
       background-color: #ecf0f1;
       border-color: #bdc3c7;
   }
   .featured-box {
       background-color: #e74c3c;
       border-color: #c0392b;
   }
   .community-box {
       background-color: #3498db;
       border-color: #2980b9;
   }
   .news-box {
       background-color: #f39c12;
       border-color: #e67e22;
   }
   .about-box {
       background-color: #16a085;
       border-color: #1abc9c;
   }
   .contact-box {
       background-color: #f1c40f;
       border-color: #f39c12;
   }

</style>

Welcome to KnowIslam Wiki

KnowIslam Wiki is a platform dedicated to exploring the rich and diverse aspects of Islam. Our goal is to provide accurate and comprehensive information about Islamic teachings, practices, history, and culture. Whether you are a student, researcher, or simply curious about Islam, this wiki aims to be a valuable resource for you.

Feel free to explore the different articles and topics. If you have any questions or would like to contribute, please don't hesitate to join our community. Together, let's learn and share knowledge about Islam.

This project began on 26 August 2023. It has been This template calculates the number of days since a given start date. Please provide a start date in the format YYYY-MM-DD. days since the starting day.


Community Portal

News and Updates

Stay updated with the latest news and events related to Islam and our wiki community.

About KnowIslam Wiki

KnowIslam Wiki is dedicated to providing accurate and comprehensive information about Islam. Join us in our mission to promote understanding and knowledge-sharing about Islamic teachings, practices, history, and culture.

Contact Us

  • Questions? Contact us at [email address] or join our [IRC channel].