|
| 1 | +--- |
| 2 | +title: 凤凰项目:一个IT运维的传奇故事 |
| 3 | +layout: page |
| 4 | +--- |
| 5 | + |
| 6 | +<div class="book-info"> |
| 7 | + <div class="book-cover"> |
| 8 | + <img src="https://raw.githubusercontent.com/binarycoder777/personal-pic/main/pic/20250428085920.png" alt="凤凰项目:一个IT运维的传奇故事"> |
| 9 | + </div> |
| 10 | + <div class="book-details"> |
| 11 | + <div class="book-title"> |
| 12 | + <h1>凤凰项目:一个IT运维的传奇故事</h1> |
| 13 | + <a href="https://github.com/binarycoder777/perosonal-book/blob/main/book/%E5%87%A4%E5%87%B0%E9%A1%B9%E7%9B%AE%E4%B8%80%E4%B8%AAIT%E8%BF%90%E7%BB%B4%E7%9A%84%E4%BC%A0%E5%A5%87%E6%95%85%E4%BA%8B%20(%20etc.)%20(Z-Library).epub" class="read-link">阅读</a> |
| 14 | + </div> |
| 15 | + <div class="author-info"> |
| 16 | + <h2>作者信息</h2> |
| 17 | + <p><strong>作者</strong>: 【美】基恩·金, 【美】凯文·贝尔, 【美】乔治·斯帕福德, 成小留</p> |
| 18 | + </div> |
| 19 | + <div class="book-intro"> |
| 20 | + <h2>内容简介</h2> |
| 21 | + <div class="intro-content"> |
| 22 | + <p>《凤凰项目:一个IT运维的传奇故事》是一部以小说形式讲述IT运维和DevOps理念的经典著作。故事围绕Parts Unlimited公司的IT副总裁比尔展开,他临危受命,必须在90天内拯救公司濒临失败的凤凰项目。通过引人入胜的故事情节,本书生动地展示了IT运维中的常见挑战,如工作流程混乱、部门间协作不畅、项目延期等问题。书中提出了"三步工作法"(流动、反馈、持续学习与实验)和"四种工作类型"(业务项目、内部项目、变更、计划外工作)等重要概念,为读者提供了改善IT运维效率、实现业务与IT更好协作的实用方法。本书不仅适合IT从业者阅读,对任何想要了解如何提升组织效率的管理者都具有重要参考价值。</p> |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | +</div> |
| 27 | + |
| 28 | +<style> |
| 29 | +.book-info { |
| 30 | + display: flex; |
| 31 | + gap: 2rem; |
| 32 | + margin: 2rem 0; |
| 33 | + background-color: var(--vp-c-bg-soft); |
| 34 | + padding: 2rem; |
| 35 | + border-radius: 8px; |
| 36 | +} |
| 37 | + |
| 38 | +.book-cover img { |
| 39 | + max-width: 300px; |
| 40 | + height: auto; |
| 41 | + border-radius: 4px; |
| 42 | + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 43 | +} |
| 44 | + |
| 45 | +.book-details { |
| 46 | + flex: 2; |
| 47 | +} |
| 48 | + |
| 49 | +.book-details h2 { |
| 50 | + margin-top: 0; |
| 51 | + color: var(--vp-c-text-1); |
| 52 | + font-size: 1.5rem; |
| 53 | + border-bottom: 2px solid var(--vp-c-divider); |
| 54 | + padding-bottom: 0.5rem; |
| 55 | + margin-bottom: 1rem; |
| 56 | +} |
| 57 | + |
| 58 | +.author-info { |
| 59 | + margin-bottom: 2rem; |
| 60 | +} |
| 61 | + |
| 62 | +.author-info p { |
| 63 | + margin: 0.5rem 0; |
| 64 | + color: var(--vp-c-text-2); |
| 65 | +} |
| 66 | + |
| 67 | +.intro-content { |
| 68 | + line-height: 1.6; |
| 69 | + color: var(--vp-c-text-2); |
| 70 | +} |
| 71 | + |
| 72 | +.intro-content p { |
| 73 | + margin: 1rem 0; |
| 74 | + text-align: justify; |
| 75 | +} |
| 76 | + |
| 77 | +@media (max-width: 768px) { |
| 78 | + .book-info { |
| 79 | + flex-direction: column; |
| 80 | + padding: 1rem; |
| 81 | + } |
| 82 | + |
| 83 | + .book-cover img { |
| 84 | + max-width: 100%; |
| 85 | + } |
| 86 | +} |
| 87 | + |
| 88 | +.book-title { |
| 89 | + display: flex; |
| 90 | + align-items: center; |
| 91 | + gap: 1rem; |
| 92 | + margin-bottom: 2rem; |
| 93 | +} |
| 94 | + |
| 95 | +.book-title h1 { |
| 96 | + margin: 0; |
| 97 | + color: var(--vp-c-text-1); |
| 98 | + font-size: 2rem; |
| 99 | +} |
| 100 | + |
| 101 | +.read-link { |
| 102 | + display: inline-block; |
| 103 | + padding: 0.5rem 1.5rem; |
| 104 | + background-color: var(--vp-c-brand); |
| 105 | + color: white; |
| 106 | + text-decoration: none; |
| 107 | + border-radius: 4px; |
| 108 | + transition: background-color 0.2s; |
| 109 | +} |
| 110 | + |
| 111 | +.read-link:hover { |
| 112 | + background-color: var(--vp-c-brand-dark); |
| 113 | +} |
| 114 | +</style> |
0 commit comments