|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: 資源中心 |
| 4 | +subtitle: 所有學習資源的入口 |
| 5 | +permalink: /resources/ |
| 6 | +--- |
| 7 | + |
| 8 | +<div class="max-w-6xl mx-auto"> |
| 9 | + <!-- Page Header --> |
| 10 | + <header class="mb-12 text-center"> |
| 11 | + <h1 class="text-4xl md:text-5xl font-bold font-mono text-cp-green-500 mb-4"> |
| 12 | + <span class="text-cp-dark-500">></span> 資源中心 |
| 13 | + </h1> |
| 14 | + <p class="text-lg text-cp-dark-600 font-mono max-w-2xl mx-auto"> |
| 15 | + 精選的區塊鏈、比特幣、密碼學學習資源 |
| 16 | + </p> |
| 17 | + </header> |
| 18 | + |
| 19 | + <!-- Core Technology Section --> |
| 20 | + <section class="mb-16"> |
| 21 | + <h2 class="text-xl font-bold font-mono text-cp-green-500 mb-6 flex items-center gap-2"> |
| 22 | + <span class="text-cp-dark-500">//</span> 核心技術 |
| 23 | + </h2> |
| 24 | + <div class="grid md:grid-cols-3 gap-6"> |
| 25 | + <!-- Bitcoin --> |
| 26 | + <a href="{{ '/markdown/resources/resources-bitcoin/' | relative_url }}" class="card p-6 group hover:border-bitcoin-orange/50 transition-all"> |
| 27 | + <div class="w-14 h-14 bg-bitcoin-orange/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-bitcoin-orange/20 transition-colors"> |
| 28 | + <span class="text-3xl text-bitcoin-orange">₿</span> |
| 29 | + </div> |
| 30 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 31 | + Bitcoin 比特幣 |
| 32 | + </h3> |
| 33 | + <p class="text-cp-dark-600 text-sm"> |
| 34 | + 比特幣核心技術、協議、開發資源 |
| 35 | + </p> |
| 36 | + </a> |
| 37 | + |
| 38 | + <!-- Lightning Network --> |
| 39 | + <a href="{{ '/markdown/resources/resources-ln/' | relative_url }}" class="card p-6 group hover:border-yellow-500/50 transition-all"> |
| 40 | + <div class="w-14 h-14 bg-yellow-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-yellow-500/20 transition-colors"> |
| 41 | + <span class="text-3xl">⚡</span> |
| 42 | + </div> |
| 43 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 44 | + Lightning Network |
| 45 | + </h3> |
| 46 | + <p class="text-cp-dark-600 text-sm"> |
| 47 | + 閃電網路技術、節點、錢包資源 |
| 48 | + </p> |
| 49 | + </a> |
| 50 | + |
| 51 | + <!-- Taproot & Schnorr --> |
| 52 | + <a href="{{ '/markdown/resources/resources-schnorr-signature/' | relative_url }}" class="card p-6 group hover:border-cp-green-500/50 transition-all"> |
| 53 | + <div class="w-14 h-14 bg-cp-green-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-cp-green-500/20 transition-colors"> |
| 54 | + <span class="text-3xl font-mono text-cp-green-500">σ</span> |
| 55 | + </div> |
| 56 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 57 | + Taproot & Schnorr |
| 58 | + </h3> |
| 59 | + <p class="text-cp-dark-600 text-sm"> |
| 60 | + Schnorr 簽名、Taproot、MuSig |
| 61 | + </p> |
| 62 | + </a> |
| 63 | + </div> |
| 64 | + </section> |
| 65 | + |
| 66 | + <!-- Advanced Topics Section --> |
| 67 | + <section class="mb-16"> |
| 68 | + <h2 class="text-xl font-bold font-mono text-cp-green-500 mb-6 flex items-center gap-2"> |
| 69 | + <span class="text-cp-dark-500">//</span> 進階主題 |
| 70 | + </h2> |
| 71 | + <div class="grid md:grid-cols-3 gap-6"> |
| 72 | + <!-- Layer 2 --> |
| 73 | + <a href="{{ '/markdown/resources/resources-bitcoin-layer2/' | relative_url }}" class="card p-6 group hover:border-purple-500/50 transition-all"> |
| 74 | + <div class="w-14 h-14 bg-purple-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-purple-500/20 transition-colors"> |
| 75 | + <span class="text-3xl">🔗</span> |
| 76 | + </div> |
| 77 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 78 | + Layer 2 技術 |
| 79 | + </h3> |
| 80 | + <p class="text-cp-dark-600 text-sm"> |
| 81 | + 側鏈、狀態通道、Rollup 解決方案 |
| 82 | + </p> |
| 83 | + </a> |
| 84 | + |
| 85 | + <!-- Privacy --> |
| 86 | + <a href="{{ '/markdown/resources/resources-blockchain-privacy/' | relative_url }}" class="card p-6 group hover:border-cp-green-500/50 transition-all"> |
| 87 | + <div class="w-14 h-14 bg-cp-green-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-cp-green-500/20 transition-colors"> |
| 88 | + <span class="text-3xl">🔒</span> |
| 89 | + </div> |
| 90 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 91 | + 隱私技術 |
| 92 | + </h3> |
| 93 | + <p class="text-cp-dark-600 text-sm"> |
| 94 | + 混幣、零知識證明、隱私協議 |
| 95 | + </p> |
| 96 | + </a> |
| 97 | + |
| 98 | + <!-- Nostr --> |
| 99 | + <a href="{{ '/markdown/resources/resources-nostr/' | relative_url }}" class="card p-6 group hover:border-purple-400/50 transition-all"> |
| 100 | + <div class="w-14 h-14 bg-purple-400/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-purple-400/20 transition-colors"> |
| 101 | + <span class="text-3xl">🟣</span> |
| 102 | + </div> |
| 103 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 104 | + Nostr 協議 |
| 105 | + </h3> |
| 106 | + <p class="text-cp-dark-600 text-sm"> |
| 107 | + 去中心化社交協議、客戶端、中繼器 |
| 108 | + </p> |
| 109 | + </a> |
| 110 | + </div> |
| 111 | + </section> |
| 112 | + |
| 113 | + <!-- Developer Section --> |
| 114 | + <section class="mb-16"> |
| 115 | + <h2 class="text-xl font-bold font-mono text-cp-green-500 mb-6 flex items-center gap-2"> |
| 116 | + <span class="text-cp-dark-500">//</span> 開發者資源 |
| 117 | + </h2> |
| 118 | + <div class="grid md:grid-cols-2 gap-6"> |
| 119 | + <!-- Developer Tools --> |
| 120 | + <a href="{{ '/markdown/resources/resources-developer-tools/' | relative_url }}" class="card p-6 group hover:border-blue-500/50 transition-all"> |
| 121 | + <div class="w-14 h-14 bg-blue-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-blue-500/20 transition-colors"> |
| 122 | + <span class="text-3xl">🛠️</span> |
| 123 | + </div> |
| 124 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 125 | + 開發者工具箱 |
| 126 | + </h3> |
| 127 | + <p class="text-cp-dark-600 text-sm"> |
| 128 | + 開發框架、測試工具、API 資源 |
| 129 | + </p> |
| 130 | + </a> |
| 131 | + |
| 132 | + <!-- Self Custody --> |
| 133 | + <a href="{{ '/markdown/resources/resources-self-custody/' | relative_url }}" class="card p-6 group hover:border-green-500/50 transition-all"> |
| 134 | + <div class="w-14 h-14 bg-green-500/10 rounded-lg flex items-center justify-center mb-4 group-hover:bg-green-500/20 transition-colors"> |
| 135 | + <span class="text-3xl">🔐</span> |
| 136 | + </div> |
| 137 | + <h3 class="text-lg font-bold font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors mb-2"> |
| 138 | + 自託管指南 |
| 139 | + </h3> |
| 140 | + <p class="text-cp-dark-600 text-sm"> |
| 141 | + 硬體錢包、節點運營、安全實踐 |
| 142 | + </p> |
| 143 | + </a> |
| 144 | + </div> |
| 145 | + </section> |
| 146 | + |
| 147 | + <!-- Quick Links --> |
| 148 | + <section class="card p-8 bg-cp-dark-100"> |
| 149 | + <h2 class="text-xl font-bold font-mono text-cp-green-500 mb-6 flex items-center gap-2"> |
| 150 | + <span class="text-cp-dark-500">//</span> 其他資源 |
| 151 | + </h2> |
| 152 | + <div class="grid md:grid-cols-3 gap-4"> |
| 153 | + <a href="{{ '/markdown/products/' | relative_url }}" class="flex items-center gap-3 p-4 bg-cp-dark-200 rounded-lg hover:bg-cp-dark-300 transition-colors group"> |
| 154 | + <span class="text-2xl">📚</span> |
| 155 | + <div> |
| 156 | + <div class="font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors">書籍 & 論文</div> |
| 157 | + <div class="text-xs text-cp-dark-600">17+ 本精選書籍</div> |
| 158 | + </div> |
| 159 | + </a> |
| 160 | + <a href="{{ '/markdown/knowledge/glossary/' | relative_url }}" class="flex items-center gap-3 p-4 bg-cp-dark-200 rounded-lg hover:bg-cp-dark-300 transition-colors group"> |
| 161 | + <span class="text-2xl">📖</span> |
| 162 | + <div> |
| 163 | + <div class="font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors">術語詞彙表</div> |
| 164 | + <div class="text-xs text-cp-dark-600">區塊鏈專業術語</div> |
| 165 | + </div> |
| 166 | + </a> |
| 167 | + <a href="{{ '/markdown/resources/resources-cypherpunk-history/' | relative_url }}" class="flex items-center gap-3 p-4 bg-cp-dark-200 rounded-lg hover:bg-cp-dark-300 transition-colors group"> |
| 168 | + <span class="text-2xl">📜</span> |
| 169 | + <div> |
| 170 | + <div class="font-mono text-cp-dark-800 group-hover:text-cp-green-500 transition-colors">Cypherpunk 歷史</div> |
| 171 | + <div class="text-xs text-cp-dark-600">密碼龐克運動起源</div> |
| 172 | + </div> |
| 173 | + </a> |
| 174 | + </div> |
| 175 | + </section> |
| 176 | +</div> |
0 commit comments