Skip to content

Commit

Permalink
initial commit for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkitree committed Jul 5, 2024
1 parent 85ccef4 commit b79ee18
Show file tree
Hide file tree
Showing 109 changed files with 10,813 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

177 changes: 177 additions & 0 deletions _site/css/styles.css

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

1 change: 1 addition & 0 deletions _site/css/styles.css.map

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

87 changes: 87 additions & 0 deletions _site/ebooks/jponch-sample/chapters/chapter-1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Why your CMS project will fail</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/[email protected]/icons/css/arrow-right.css' rel='stylesheet'>
<link href='https://unpkg.com/[email protected]/icons/css/arrow-left.css' rel='stylesheet'>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="sidebar">
<div class="logo-container">
<a href="/">
<div>
<img src="/img/logo.svg" alt="" />
</div>
</a>
</div>
<div class="page-title">
<div></div>
</div>




<div class="page-number">
<div>

1

</div>
</div>











</div>
<main>

<div class="ebook-page-container">
<div class="ebook-copy">
<p>Why your CMS project will fail </p>
<p class="copy-paragraph"><h1>Why Your CMS Project will Fail</h1>
<p>There is a lot on the line when rolling out a new CMS. It powers your website, which is one of your primary marketing tools. Getting it right is important. So why do so many get it wrong? Many CMS projects end up delayed and over budget. In another few years, things have gotten so bad that the organization tries again with a shiny new CMS that promises to solve all of its problems. And the cycle begins anew.
How do you stop this from happening? Here are the top reasons your CMS project might fail and ways to mitigate them.</p>
</p>
</div>
<div class="ebook-image">


<img src="/ebooks/jponch-sample/images/images/illustration.png" alt="Why your CMS project will fail">

</div>
</div>









<div class="nav-container">

<div class="nav-button">
<a href="../../table-of-contents/"><i class="gg-arrow-left"></i></a>
</div>



<div class="nav-button">
<a href="/ebooks/jponch-sample/chapters/chapter-2/"><i class="gg-arrow-right"></i></a>
</div>

</div>
</main>
</body>
</html>
86 changes: 86 additions & 0 deletions _site/ebooks/jponch-sample/chapters/chapter-2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lack of stakeholder involvement</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/[email protected]/icons/css/arrow-right.css' rel='stylesheet'>
<link href='https://unpkg.com/[email protected]/icons/css/arrow-left.css' rel='stylesheet'>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="sidebar">
<div class="logo-container">
<a href="/">
<div>
<img src="/img/logo.svg" alt="" />
</div>
</a>
</div>
<div class="page-title">
<div></div>
</div>




<div class="page-number">
<div>

2

</div>
</div>











</div>
<main>

<div class="ebook-page-container">
<div class="ebook-copy">
<p>Lack of stakeholder involvement </p>
<p class="copy-paragraph"><h1>Lack of Stakeholder Involvement</h1>
<p>You’ve set aside the budget and signed the contracts, but did you remember to budget enough time for your people to contribute? The first couple of months of a CMS project requires dedicated time from all of the people involved. We call this phase project discovery.
Your people probably already have a full plate. Unless they are already highly invested in the outcome of the project, they won’t be keen to carve out valuable time to contribute. Before the project, set proper expectations and give your people some space to breathe so they can temporarily shift their priorities. What you don’t want is your agency partner trying to schedule meetings with stakeholders that have no availability, causing frustration and delays.</p>
</p>
</div>
<div class="ebook-image">

</div>
</div>









<div class="nav-container">


<div class="nav-button">
<a href="/ebooks/jponch-sample/chapters/chapter-1/"><i class="gg-arrow-left"></i></a>
</div>




<div class="nav-button">
<a href="/ebooks/jponch-sample/chapters/chapter-3/"><i class="gg-arrow-right"></i></a>
</div>

</div>
</main>
</body>
</html>
Loading

0 comments on commit b79ee18

Please sign in to comment.