<div class="hero-section"> The **Tianmu Theosophical Society** is a theosophical project aimed at highlighting the shared essential truth woven through history's teachings and texts by uniting them in an accessible and mutually coherent canon. We currently maintain **the Good Work Project** and **the Way of Tianmu**, each serving different functions. Click on either card below to explore our extensive vault. </div> ## ✦ Featured Projects <div class="project-cards"> > [!card] ✦ **Good Work Project** > The "Good Works Project" is aimed at providing free sacred religious texts in easy, plain to read, thought for thought translations. Without academic gibberish and jargon, giving the texts the respect and pragmatic function they deserve. > → [[Tianmu Theosophical Society/Good Work Project/Good Work Project|Browse]] > [!card] ✦ **Way of Tianmu** > The Way of Tianmu reveals the common source of ancient teachings and revives them into a living tradition and canon, illuminating history through prophets, the fundamental energies of reality through ghosts, and the nature of consciousness and reality through our teachings—rendering them mutually coherent and accessible to a modern audience. We also reinterpret texts, and write essays, prose, and poetry—all to reify the fractal wisdom of humanity that has spread and carried throughout the ages. > → [[Way of Tianmu|Enter]] </div> ## ◇ New here? Read these <div class="reading-guide"> ### ☀️ Books - [[Wisdom's End]] - [[In Hail of Wisdom]] ### ✍︎ Essays and Threads - [[The Wordcel's Dilemma]] - [[One-Not-One]] - [[The Gate of Nothingness]] - [[Language is a fractured thing]] - [[Carve Your Block]] - [[Dharma and Morality]] - [[Nobility and Wildness]] - [[The Mind is My Doctrine]] ### 📜 Good Works - [[Dao De Jing]] - [[Rigveda]] - [[Myth of Sisyphus]] ### ✒︎ Prose / Poetry - [[The Weaver]] - [[Matangi]] - [[Werie]] - [[Singularity]] - [[Weal]] - [[Medusa]] ### ☂️ Proper Living - [[What Women Actually Want]] - [[Choose Your Life]] </div> <a href="https://discord.gg/QUzb2cPqKQ" class="discord-link" target="_blank"> <img src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/discord.svg" class="discord-icon" alt="Discord Logo"> Join Our Discord </a> <style> /* Hero Section */ .hero-section { text-align: center; padding: 2rem 0 3rem; max-width: 700px; margin: 0 auto; } .hero-section strong { color: var(--accent); } /* Make the main title stand out */ h1 { font-size: 4rem !important; letter-spacing: 0.3em; text-align: center; margin-bottom: 3rem; font-weight: 300; } /* Featured Projects header */ h2:has-text("Featured Projects") { text-align: center; margin: 4rem 0 2rem; position: relative; } /* Project cards container */ .project-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0 4rem; } /* Style the callout cards */ .callout[data-callout="card"] { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 1.5rem; transition: all 0.3s ease; } .callout[data-callout="card"]:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); border-color: var(--accent); background: rgba(255, 255, 255, 0.05); } .callout[data-callout="card"] .callout-title { font-size: 1.3rem; color: var(--accent); } /* Reading Guide */ .reading-guide { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin: 2rem 0; } .reading-guide h3 { color: var(--accent); margin-bottom: 1rem; font-weight: 400; } .reading-guide ul { list-style: none; padding-left: 0; } .reading-guide li { margin-bottom: 0.7rem; padding-left: 1.5rem; position: relative; } .reading-guide li::before { content: "◦"; position: absolute; left: 0; color: var(--accent); opacity: 0.5; } .reading-guide a { text-decoration: none; transition: all 0.2s ease; } .reading-guide a:hover { color: var(--accent); padding-left: 0.5rem; } /* Horizontal rules */ hr { border: none; border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 3rem 0; } /* General improvements */ .publish-article-heading { max-width: 1000px; margin: 0 auto; } /* Add some accent color - adjust to your theme */ :root { --accent: #d4af37; /* Golden color */ } /* Responsive adjustments */ @media (max-width: 768px) { h1 { font-size: 2.5rem !important; letter-spacing: 0.2em; } .project-cards { grid-template-columns: 1fr; } .reading-guide { grid-template-columns: 1fr; gap: 2rem; } } </style>