<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. > → [[Tianmu Theosophical Society/Way of Tianmu/Way of Tianmu|Enter]] </div> ## ◇ New here? Read these <div class="reading-guide"> ### ☀️ Books - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Books/Wisdom's End/Wisdom's End]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Books/In Hail of Wisdom/In Hail of Wisdom]] ### ✍︎ Essays and Threads - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Essays/The Wordcel's Dilemma]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Essays/One-Not-One]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Member Pages/Kavya/Essays/The Gate of Nothingness]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Member Pages/Mist/Prose/Language is a fractured thing]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Essays/Carve Your Block]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Threads/Dharma and Morality]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Threads/Nobility and Wildness]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Threads/The Mind is My Doctrine]] ### 📜 Good Works - [[Dao De Jing]] - [[Rigveda]] - [[Myth of Sisyphus]] ### ✒︎ Prose / Poetry - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Member Pages/Kavya/Poetry & Prose/The Weaver]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Member Pages/Kavya/Poetry & Prose/Matangi]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Poems/Werie]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Short Stories/Singularity]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Poems/Weal]] - [[Tianmu Theosophical Society/Way of Tianmu/Writings/Poems/Medusa]] ### ☂️ Proper Living - [[Tianmu Theosophical Society/Way of Tianmu/Proper Living/Lifestyle/What Women Actually Want]] - [[Tianmu Theosophical Society/Way of Tianmu/Proper Living/Lifestyle/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>