|
|
| (7 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <strong>MediaWiki has been installed.</strong> | | <html lang="en"> |
|
| |
|
| Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
| | <head> |
| | <meta charset="utf-8" /> |
| | <meta name="viewport" content="width=device-width,initial-scale=1" /> |
| | <title>WorldHeritage.wiki — Executive Summary</title> |
| | </head> |
|
| |
|
| == Getting started == | | <body style="margin:0; font-family: Inter, sans-serif; background:#f8fafc; color:#1f2937; box-sizing:border-box;"> |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
| | |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
| | <header style="text-align:center; padding:32px 16px 16px;"> |
| * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
| | <div style="display:inline-flex; flex-direction:column; align-items:center; gap:12px;"> |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
| | <div style="width:250px; height:250px; display:flex; align-items:center; justify-content:center;"> |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] | | <img src="/images/homepage/center-logo.png" alt="center logo" |
| | style="width:100%; max-width:100%; height:auto; object-fit:cover; display:block;"> |
| | </div> |
| | <div style="font-weight:700; font-size:clamp(16px,1.6vw,18px); color:#0c4a6e;">Preserving Humanity. |
| | Documenting Civilization. Inspiring Future Generations.</div> |
| | </div> |
| | </header> |
| | |
| | <div style="max-width:1100px; margin:24px auto; padding:0 18px; box-sizing:border-box;"> |
| | |
| | <!-- EXECUTIVE SUMMARY --> |
| | <section |
| | style="background:#fff; border-radius:12px; padding:24px; box-shadow:0 10px 25px rgba(15,40,60,0.08); border:1px solid #e0f2f1; box-sizing:border-box;"> |
| | |
| | |
| | <p style="margin:0 0 12px; line-height:1.7; font-size:clamp(14px,1.2vw,16px); text-align: justify;"> |
| | <strong>WorldHeritage.wiki</strong> is a global digital initiative dedicated to documenting, preserving, |
| | and celebrating the shared heritage of humanity. Built as a comprehensive, scholarly, and publicly |
| | accessible knowledge repository, the platform integrates <strong>Cultural, Natural, and |
| | Philanthropic</strong> heritage into one unified digital ecosystem. |
| | </p> |
| | |
| | <p style="margin:0 0 16px; line-height:1.7; font-size:clamp(14px,1.2vw,16px); text-align: justify;"> |
| | Through resources from international institutions such as <em>UNESCO</em>, the <em>World Heritage |
| | Centre</em>, <em>World History</em>, <em>Wikipedia</em>, and <em>Google</em>, WorldHeritage.wiki |
| | aims to become the world's most trusted and accessible hub for heritage documentation – bringing |
| | together verified facts, multimedia storytelling, community participation, and research-grade content. A |
| | key objective is to identify and showcase deserving heritage sites, ensuring their proper preservation |
| | and presentation to the world, while adhering to international quality standards. |
| | </p> |
| | |
| | <blockquote style="margin:0; padding:12px 16px; border-left:4px solid #34d399; background:#f0fff4;"> |
| | <p style="margin:0; line-height:1.7; color:#047857; font-size:clamp(14px,1.2vw,16px);"> |
| | <strong>Our mission is simple yet powerful:</strong><br> |
| | <em style="color:#065f46;">To preserve the past, empower the present, and inspire the future.</em> |
| | </p> |
| | </blockquote> |
| | </section> |
| | |
| | <!-- CORE PILLARS LABEL --> |
| | <div style="text-align:center; margin:32px 0 24px; margin-top: 30px;"> |
| | <div |
| | style="display:inline-block; padding:12px 28px; border-radius:999px; background:#e0f2f1; border:1px solid #ccfbf1; color:#065f46; font-weight:800; text-transform:uppercase; letter-spacing:0.6px;"> |
| | Core Pillars / Categories |
| | </div> |
| | <p style="margin:10px 0 0; font-size:clamp(16px,1.1vw,14px);">WorldHeritage.wiki operates on three |
| | foundational categories, each representing a crucial dimension of global heritage</p> |
| | <hr style="margin-top: 20px;"> |
| | </div> |
| | |
| | <!-- THREE PILLARS — RESPONSIVE (no external CSS, only inline) |
| | Approach: |
| | - flex container allows wrap |
| | - each pillar uses flexible sizing: flex: 1 1 calc((100% - 40px)/3) |
| | - min-width ensures they will stack when viewport is too narrow |
| | - box-sizing:border-box everywhere so paddings don't break widths |
| | --> |
| | <div |
| | style="display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; align-items:flex-start; box-sizing:border-box;"> |
| | |
| | <!-- CULTURAL HERITAGE --> |
| | <div |
| | style="flex:1 1 calc((100% - 40px) / 3); min-width:250px; max-width:calc((100% - 40px) / 3); box-sizing:border-box; text-align:center; margin:0 auto;"> |
| | <div |
| | style="width:120px; height:120px; border-radius:50%; margin:0 auto -30px auto; background:#fffbe8; border:2px solid #fcd34d; box-shadow:0 4px 10px rgba(0,0,0,0.08); display:flex; align-items:center; justify-content:center; box-sizing:border-box;"> |
| | <img src="/images/homepage/Pillar-logo-1.gif" alt="Cultural logo" |
| | style="width:110px; max-width:86%; height:auto; object-fit:cover; display:block;"> |
| | </div> |
| | |
| | <article |
| | style="background:#ffffff; border-radius:12px; padding:36px 16px 20px; box-shadow:0 8px 20px rgba(11,74,111,0.06); border:1px solid #fef3c7; box-sizing:border-box;"> |
| | <h3 style="margin:0 0 8px; font-size:clamp(16px,1.3vw,18px); color:#b45309;">Cultural Heritage</h3> |
| | |
| | <p style="margin:0 0 12px; color:#92400e; font-style:italic; font-size:clamp(13px,1.05vw,14px);"> |
| | “Where civilizations speak through stones, stories, and traditions.”</p> |
| | |
| | <p style="margin:10px 0; font-weight:600; color:#44403c; font-size:clamp(14px,1.05vw,15px);"> |
| | Cultural heritage covers humanity’s timeless creations — from architectural marvels to ancient |
| | manuscripts, performing arts, and intangible traditions. |
| | </p> |
| | |
| | <ul style="text-align:left; margin-left:18px; line-height:1.6; font-size:clamp(13px,1.05vw,14px);"> |
| | <li>Architectural Heritage</li> |
| | <li>Archaeological Sites</li> |
| | <li>Traditional Arts & Crafts</li> |
| | <li>Languages & Literature</li> |
| | <li>Festivals & Intangible Heritage</li> |
| | <li>Museum Collections</li> |
| | <li>World Civilizations</li> |
| | </ul> |
| | </article> |
| | </div> |
| | |
| | <!-- NATURAL HERITAGE --> |
| | <div |
| | style="flex:1 1 calc((100% - 40px) / 3); min-width:250px; max-width:calc((100% - 40px) / 3); box-sizing:border-box; text-align:center; margin:0 auto;"> |
| | <div |
| | style="width:120px; height:120px; border-radius:50%; margin:0 auto -30px auto; background:#ecfdf5; border:2px solid #34d399; box-shadow:0 4px 10px rgba(0,0,0,0.08); display:flex; align-items:center; justify-content:center; box-sizing:border-box;"> |
| | <img src="/images/homepage/pillar-logo-2.gif" alt="Natural logo" |
| | style="width:110px; max-width:86%; height:auto; object-fit:cover; display:block;"> |
| | </div> |
| | |
| | <article |
| | style="background:#ffffff; border-radius:12px; padding:36px 16px 20px; box-shadow:0 8px 20px rgba(6,120,87,0.06); border:1px solid #d1fae5; box-sizing:border-box;"> |
| | <h3 style="margin:0 0 8px; font-size:clamp(16px,1.3vw,18px); color:#065f46;">Natural Heritage</h3> |
| | |
| | <p style="margin:0 0 12px; color:#064e3b; font-style:italic; font-size:clamp(13px,1.05vw,14px);"> |
| | “Protecting the Earth's most extraordinary landscapes and ecosystems.”</p> |
| | |
| | <p style="margin:10px 0; font-weight:600; color:#1f2937; font-size:clamp(14px,1.05vw,15px);"> |
| | Natural heritage focuses on the planet’s exceptional ecosystems, biodiversity hotspots, |
| | geological formations, and conservation zones. |
| | </p> |
| | |
| | <ul style="text-align:left; margin-left:18px; line-height:1.6; font-size:clamp(13px,1.05vw,14px);"> |
| | <li>Forests & Wildlife Sanctuaries</li> |
| | <li>Oceans, Rivers & Wetlands</li> |
| | <li>Desert & Polar Regions</li> |
| | <li>Mountain Ranges & Geological Wonders</li> |
| | <li>Conservation Projects</li> |
| | <li>Climate Impact Studies</li> |
| | </ul> |
| | </article> |
| | </div> |
| | |
| | <!-- PHILANTHROPIST HERITAGE --> |
| | <div |
| | style="flex:1 1 calc((100% - 40px) / 3); min-width:250px; max-width:calc((100% - 40px) / 3); box-sizing:border-box; text-align:center; margin:0 auto;"> |
| | <div |
| | style="width:120px; height:120px; border-radius:50%; margin:0 auto -30px auto; background:#f5f3ff; border:2px solid #a78bfa; box-shadow:0 4px 10px rgba(0,0,0,0.08); display:flex; align-items:center; justify-content:center; box-sizing:border-box;"> |
| | <img src="/images/homepage/pillat-logo-3.gif" alt="Philanthropist logo" |
| | style="width:110px; max-width:86%; height:auto; object-fit:cover; display:block;"> |
| | </div> |
| | |
| | <article |
| | style="background:#ffffff; border-radius:12px; padding:36px 16px 20px; box-shadow:0 8px 20px rgba(123,63,146,0.06); border:1px solid #ede9fe; box-sizing:border-box;"> |
| | <h3 style="margin:0 0 8px; font-size:clamp(16px,1.3vw,18px); color:#5b21b6;">Philanthropist Heritage |
| | (Individual & Collective Projects)</h3> |
| | |
| | <p style="margin:0 0 12px; color:#4c1d95; font-style:italic; font-size:clamp(13px,1.05vw,14px);"> |
| | “Honoring the people and missions that changed the world.”</p> |
| | |
| | <p style="margin:10px 0; font-weight:600; color:#312e81; font-size:clamp(14px,1.05vw,15px);"> |
| | This category highlights individuals, organizations, and community-driven initiatives |
| | contributing to humanity's welfare and upliftment. |
| | </p> |
| | |
| | <ul style="text-align:left; margin-left:18px; line-height:1.6; font-size:clamp(13px,1.05vw,14px);"> |
| | <li>Individual Philanthropists</li> |
| | <li>Humanitarian Organizations</li> |
| | <li>Cultural & Educational Foundations</li> |
| | <li>Environmental Nonprofits</li> |
| | <li>Community Welfare Projects</li> |
| | <li>Mixed Social Impact Initiatives</li> |
| | </ul> |
| | </article> |
| | </div> |
| | |
| | </div> |
| | |
| | <hr style="margin-top: 50px;"> |
| | |
| | <!-- CONCLUSION --> |
| | <section |
| | style="margin-top:32px; background:#ffffff; border-radius:12px; padding:24px; box-shadow:0 14px 36px rgba(6,48,71,0.08); border:1px solid #e0f2f1; box-sizing:border-box;"> |
| | |
| | <h3 style="margin:0 0 12px; font-size:clamp(18px,1.9vw,20px); color:black; text-align:center; background-color: #e1e1e3; padding-bottom: 5px;">Legacy</h3> |
| | |
| | <p style="margin:0 0 12px; line-height:1.7; font-size:clamp(14px,1.1vw,16px); text-align: justify;"> |
| | <strong><a href="https://www.worldheritage.wiki" |
| | style="text-decoration:none; color:inherit;">www.worldheritage.wiki</a> is not just a project |
| | —</strong><br> |
| | It is a global movement to preserve the essence of humanity. By integrating culture, nature, and |
| | philanthropy, the platform stands as a timeless digital monument to our collective past, a guide for our |
| | present, and an inspiration for future generations. WorldHeritage.wiki collaborates with governments, |
| | cultural institutions, researchers, and global partners to build the world’s most comprehensive digital |
| | heritage ecosystem. |
| | </p> |
| | |
| | <p style="margin:0; font-size:clamp(14px,1.05vw,15px);"> |
| | If you know of any such heritage site, please email: |
| | <a href="mailto:secretariat@worldheritage.wiki" |
| | style="color:#0b66c3; font-weight:700;">secretariat@worldheritage.wiki</a> |
| | </p> |
| | </section> |
| | |
| | </div> |
| | </html> |
| | |
| | <div style="max-width:1100px; margin:0 auto; padding:0 18px;"> |
| | {| style="width:100%; font-size:95%; line-height:1.6; margin-left:auto; margin-right:auto; margin-top: 10px; margin-bottom: 25px; border-radius: 12px; box-shadow:0 14px 36px rgba(6,48,71,0.08); text-align: justify;" |
| | |- |
| | | colspan="2" style="border:1px solid #CCC; background:#f5f4ff; padding:15px; border-radius: 12px; " | |
| | |
| | <h3 style="padding:3px 7px; margin:8px 0; background-color:#CEDFF2; text-align:center;">Latest Update</h3>'''''BREAKING:''''' New inscription on the #IntangibleHeritage List: Deepavali, #India. Congratulations! (Dec 10, 2025 ) |
| | |
| | == A Glowing Recognition: [[Deepavali]] Added to Intangible Cultural Heritage List == |
| | [[File:Deepavali UNESCO.jpg|center|frameless|900x900px|Deepavali UNESCO]]<blockquote>'''World Heritage Secretariat''' invites global nominations for the upcoming cycle of '''Heritage Site Recognition 2026'''</blockquote>[[File:World Heritage Nomination 2026.jpg|center|frameless|900x900px]] |
| | |
| | == CALL FOR NOMINATIONS == |
| | Heritage Site Recognition – Cultural | Natural | Philanthropist****** |
| | |
| | '''World Heritage Secretariat''' invites global nominations for the upcoming cycle of '''Heritage Site Recognition 2026''', honouring places, initiatives, philanthropist and institutions that safeguard the legacy of humanity and the planet. This is an open call for governments, organizations, communities, scholars, custodians, and individuals to present exemplary heritage contributions from across the world. |
| | |
| | === Nomination Categories === |
| | |
| | ==== 1. Cultural Heritage Sites ==== |
| | For landmarks, monuments, traditions, art forms, museums, historical structures, archaeological sites, indigenous cultures, and intangible cultural practices that preserve the identity and timeless wisdom of civilizations. '''e.g.- Butrint, Old Town of Lijiang, Sun Temple Konârak''' |
| | |
| | ==== 2. Natural Heritage Sites ==== |
| | For extraordinary landscapes, ecosystems, species habitats, biosphere zones, geological formations, water bodies, forests, and conservation zones that reflect nature’s irreplaceable value and global ecological importance. '''e.g.- Hawaii Volcanoes National Park, Dorset and East Devon Coast, Kaziranga National Park''' |
| | |
| | ==== 3. Philanthropist Heritage Initiatives ==== |
| | For individuals, trusts, foundations, and community-driven efforts that have significantly contributed to the conservation, revival, restoration, or promotion of culture, nature, or humanitarian heritage. This category recognizes people and organizations whose service itself is a legacy. '''e.g.- Bill & Melinda Gates Foundation, Warren Buffett, Jamsetji Tata, Sheikh Mohammed bin Rashid Al Maktoum''' |
| | ---- |
| | |
| | === Who Can Nominate? === |
| | Governments, academic institutions, NGOs, heritage experts, community leaders, researchers, philanthropists, global citizens, and organizations working in culture, environment, or human development. |
| | ---- |
| | |
| | === How to Apply === |
| | The World Heritage Secretariat undertakes independent, proactive research to identify, document, and preserve the world’s cultural, natural, and philanthropic heritage. However, we also recognize the vital role of responsible global citizens. Individuals who come across any significant heritage site or legacy are encouraged to share the information with us via email, ensuring that no treasure of humanity remains overlooked or unprotected. |
| | |
| | '''''Submit your nomination with detailed documentation, photographs, background information, references, and supporting evidence.''''' |
| | |
| | '''For nominations & queries:''' |
| | |
| | '''Email:''' secretariat@worldheritage.wiki |
| | ---- |
| | |
| | === Deadline : === |
| | Nominations are reviewed on a rolling basis. Early submissions receive priority in evaluation. |
| | |
| | |} |
| | </div> |
| | |
| | <html> |
| | <h3 style="margin:0px 20px 0px 20px; font-size:clamp(18px,1.9vw,20px); color:black; text-align:center; background-color:#e1e1e3; padding-bottom:5px; width:96%;">Impellent</h3> |
| | |
| | <div style="margin-top:24px; margin-bottom:28px; display:flex; gap:10px; flex-wrap:wrap; justify-content:center; align-items:center; padding:12px 4px; box-sizing:border-box;"> |
| | <!-- Logo item: change src to your actual path if different --> |
| | <div style="flex:0 1 100px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/History_Logo.svg.png" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 100px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/World_Heritage_Logo_global.svg" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 160px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/Google_2015_logo.svg-2.png" alt="World Heritage Centre logo" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 100px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/MediaWiki-2020-logo.svg" alt="Wikipedia logo" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 150px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/wikipedia.jpg.png" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 150px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/UNESCO-logo.png" alt="Google logo" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | <div style="flex:0 1 100px; max-width:160px; display:flex; align-items:center; justify-content:center; padding:8px; box-sizing:border-box;"> |
| | <img src="/images/homepage/WF Logo.png" style="max-width:100%; height:auto; display:block;"> |
| | </div> |
| | |
| | </div> |
| | </body> |
| | |
| | </html> |