Skip to content

Commit

Permalink
deploy: 1974324
Browse files Browse the repository at this point in the history
  • Loading branch information
huntermacd committed Jul 25, 2024
1 parent 3386823 commit ca651bd
Show file tree
Hide file tree
Showing 87 changed files with 11,765 additions and 849 deletions.
96 changes: 83 additions & 13 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 127 additions & 10 deletions ebooks/jponch-sample/chapters/chapter-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,38 @@
<link rel="icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon" />
</head>
<body>

<div class="logo-container">
<a href="https://lullabot.com/" aria-label="Lullabot.com homepage">
<div>
<img src="/img/logo.svg" alt="Lullabot.com homepage" />
</div>
</a>
</div>


<div class="sidebar">

<div class="logo-container">

<a href="https://lullabot.com/" aria-label="Lullabot.com homepage">
<div>
<img src="/img/logo.svg" alt="Lullabot.com homepage" />
</div>
</a>
</div>

<div class="navigation-btn">
<div class="hamburger-icon"><svg width="80" height="80" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="hamburger-bg" d="M0 0H72V72H0V0Z" fill="white" />
<g class="hamburger-lines">
<path d="M20 28H52" stroke="#01070B" stroke-width="1.5" />
<path d="M20 36H52" stroke="#01070B" stroke-width="1.5" />
<path d="M20 44H52" stroke="#01070B" stroke-width="1.5" />
</g>
</svg>
</div>
<div class="close-icon hidden"><svg width="80" height="80" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="close-bg" d="M0 0H72V72H0V0Z" fill="white"/>
<g class="close-lines">
<path d="M24.6863 47.3137L47.3137 24.6863" stroke="#01070B" stroke-width="1.5"/>
<path d="M24.6863 24.6863L47.3137 47.3137" stroke="#01070B" stroke-width="1.5"/>
</g>
</svg>
</div>
</div>




Expand Down Expand Up @@ -49,8 +69,103 @@


</div>

<main>

<div class="navigation-wrapper hidden"><div class="toc-container">
<p>Table of Contents</p>





<div class="toc-column">

<div class="chapter-item">
<span class="chapter-count">01 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-1/">Why your CMS project will fail</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">02 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-2/">Lack of stakeholder involvement</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">03 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-3/">The people who use the site the most are never consulted</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">04 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-4/">The project is driven by budget or technology concerns, not user needs</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">05 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-5/">The project has an unrealistic timeline</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">06 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-6/">Authors don't know how to use the system</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">07 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-7/">Thinking the project is "done"</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">08 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-8/">Too much complexity</a>
</div>
</div>


<div class="chapter-item">
<span class="chapter-count">09 </span>
<div class="chapter-title-wrapper">
<a href="/ebooks/jponch-sample/chapters/chapter-9/">You hired the wrong agency partner</a>
</div>
</div>


</div>










<p class="resources-link">This Ebook was produced by Lullabot. For more articles, ebooks, and more check out our <a href="https://www.lullabot.com/resources">Resources</a> page.</p>
</div>
</div>



Expand Down Expand Up @@ -105,5 +220,7 @@
</nav>

</main>

<script src="/js/interactions.js"></script>
</body>
</html>
Loading

0 comments on commit ca651bd

Please sign in to comment.