Skip to content

Commit 24f65a7

Browse files
committed
fix: correct HTML indentation and formatting for better readability
1 parent de97753 commit 24f65a7

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

site/layouts/index.html

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ <h1 class="display-4 text-dark mb-4">{{ .Site.Title }}</h1>
88
<h2 class="display-8 text-dark mb-4">Information for decision-makers considering the SAFe framework</h2>
99
<p class="lead text-muted fs-5">Curated review of facts, evidence, and opinions from relevant sources without vested interests, to help decision-makers make informed choices and get better results</p>
1010
<p class="card-text text-muted mb-3">
11-
Now that Agile passed the early adopter stage, there are many companies interested in adopting it, and many practitioners interested in learning it. Yet those companies and practitioners without extensive Agile experience have a hard
12-
time evaluating what will bring them value and what not. The information collected in this document is to help them make an informed decision.
13-
</p>
11+
Now that Agile passed the early adopter stage, there are many companies interested in adopting it, and many practitioners interested in learning it. Yet those companies and practitioners without extensive Agile experience have a hard time
12+
evaluating what will bring them value and what not. The information collected in this document is to help them make an informed decision.
13+
</p>
1414
</div>
1515
</div>
1616

@@ -73,7 +73,7 @@ <h6 class="text-primary mb-3 fw-bold text-center"><i class="fa-solid fa-list-che
7373
</div>
7474
</div>
7575
{{- end }}
76-
<div class="col-12 col-lg-6">
76+
<div class="col-12 col-lg-6">
7777
<div class="card shadow-sm border-0 h-100" style="background: linear-gradient(45deg, #e3f2fd 0%, #f8f9fa 100%);">
7878
<div class="card-header bg-transparent border-0 text-center py-3">
7979
<h3 class="card-title mb-0 text-primary">
@@ -82,10 +82,10 @@ <h3 class="card-title mb-0 text-primary">
8282
</h3>
8383
</div>
8484
<div class="card-body text-center px-4 pb-4 d-flex flex-column">
85-
<p class="card-text text-muted mb-2">
86-
Many of the larger companies and novice practitioners look at the marketing from SAFe, and they don’t know if they can trust it or not. In this document members of the Agile community are collecting available information including on
87-
these marketing stories. Some practitioners have been there and know the difference between marketing and real stories, others know not only how things started yet also how things are going now.
88-
</p>
85+
<p class="card-text text-muted mb-2">
86+
Many of the larger companies and novice practitioners look at the marketing from SAFe, and they don’t know if they can trust it or not. In this document members of the Agile community are collecting available information including on these
87+
marketing stories. Some practitioners have been there and know the difference between marketing and real stories, others know not only how things started yet also how things are going now.
88+
</p>
8989
<div class="mt-auto">
9090
<a href="https://groups.google.com/g/agileinformeddecisionmaking" class="btn btn-primary btn-lg px-4 mb-2" target="_blank">
9191
<i class="fa-solid fa-comments me-2"></i>{{ i18n "join_discussion_button" }}
@@ -151,18 +151,18 @@ <h3 class="card-title mb-0 text-primary">
151151
<div class="card-body text-center px-4 pb-4">
152152
<div class="text-muted">
153153
<p class="lead">Each one of the top experts' opinions, creator of a practice integrated into SAFe, scrutinised case study, and practitioner opinion, taken alone in isolation is not enough to draw a conclusion.</p>
154-
<p class="lead">At the same time all of them together, with their similarities, seem to suggest that the implementations of SAFe tend to:</p>
155-
<p class="lead">
156-
- lack fundamental elements of good Agile that are vital to achieving agility<br />- amplify some of the well-known problems and limitations of pre-Agile traditional solutions<br />- spend a lot of time and effort to learn and adopt
157-
outdated practices, or 2nd best
158-
</p>
154+
<p class="lead">At the same time all of them together, with their similarities, seem to suggest that the implementations of SAFe tend to:</p>
155+
<p class="lead">
156+
- lack fundamental elements of good Agile that are vital to achieving agility<br />- amplify some of the well-known problems and limitations of pre-Agile traditional solutions<br />- spend a lot of time and effort to learn and adopt
157+
outdated practices, or 2nd best
158+
</p>
159159
</div>
160160
</div>
161161
</div>
162162
</div>
163163

164164
<!-- Right Column: Open Source & Community Card -->
165-
<div class="col-12 col-lg-6">
165+
<div class="col-12 col-lg-6">
166166
<div class="card shadow-sm border-0" style="background: linear-gradient(45deg, #fff5f5 0%, #f8f9fa 100%);">
167167
<div class="card-header bg-transparent border-0 text-center py-4">
168168
<h2 class="card-title mb-0 text-primary fw-bold">
@@ -175,21 +175,26 @@ <h2 class="card-title mb-0 text-primary fw-bold">
175175
<p class="lead text-dark fw-semibold">The adoption of SAFe and its market share are still growing.</p>
176176
<p class="lead text-muted">The less flattering trends below come from anecdotal evidence.</p>
177177
</div>
178-
178+
179179
<div class="row">
180180
<div class="col-12">
181181
<ul class="list-unstyled">
182182
<li class="mb-3">
183183
<i class="fa-solid fa-circle-exclamation text-warning me-2"></i>
184-
<span class="text-dark">There is a growing number of Agile professionals and certified SAFe professionals that decided not to work again with clients adopting SAFe. They declared it publicly, it occasionally comes up at meetings among Agile professionals, and some recruiters reported candidates refusing job opportunities because of SAFe.</span>
184+
<span class="text-dark"
185+
>There is a growing number of Agile professionals and certified SAFe professionals that decided not to work again with clients adopting SAFe. They declared it publicly, it occasionally comes up at meetings among Agile
186+
professionals, and some recruiters reported candidates refusing job opportunities because of SAFe.</span
187+
>
185188
</li>
186189
<li class="mb-3">
187190
<i class="fa-solid fa-circle-exclamation text-warning me-2"></i>
188191
<span class="text-dark">The number of experienced Agile professionals publicly criticising SAFe is also increasing.</span>
189192
</li>
190193
<li class="mb-3">
191194
<i class="fa-solid fa-circle-exclamation text-warning me-2"></i>
192-
<span class="text-dark">There is a growing number of sr leaders and former employees of organisations that tried to adopt SAFe that are sharing stories of stalled and abandoned adoptions, adoptions that went wrong, and problems caused by SAFe.</span>
195+
<span class="text-dark"
196+
>There is a growing number of sr leaders and former employees of organisations that tried to adopt SAFe that are sharing stories of stalled and abandoned adoptions, adoptions that went wrong, and problems caused by SAFe.</span
197+
>
193198
</li>
194199
<li class="mb-3">
195200
<i class="fa-solid fa-circle-exclamation text-warning me-2"></i>
@@ -202,18 +207,18 @@ <h2 class="card-title mb-0 text-primary fw-bold">
202207
</ul>
203208
</div>
204209
</div>
205-
210+
206211
<div class="mt-4 p-3 rounded" style="background-color: #f8f9fa;">
207212
<p class="mb-0 text-muted fst-italic">
208213
<i class="fa-solid fa-info-circle me-2"></i>
209-
It is not possible to say if these trends are ordinary by-products of the increasing adoptions of SAFe, if they are due to SAFe itself, the quality of its implementations, the characteristic of the organisations choosing that framework, or other factors.
214+
It is not possible to say if these trends are ordinary by-products of the increasing adoptions of SAFe, if they are due to SAFe itself, the quality of its implementations, the characteristic of the organisations choosing that framework,
215+
or other factors.
210216
</p>
211217
</div>
212218
</div>
213219
</div>
214220
</div>
215221
</div>
216-
217222
</div>
218223
</section>
219224
{{- end }}

0 commit comments

Comments
 (0)