Skip to content

Commit d174018

Browse files
committed
prev/next buttons at bottom
1 parent 51021d3 commit d174018

26 files changed

+354
-27
lines changed

book/appendix_csvs.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -409,10 +418,14 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
409418
</div>
410419
</div>
411420
</div>
421+
<div class="prev_and_next_buttons">
422+
<a class="prev_chapter_link" href="/book/appendix_project_structure.html">&lt;&lt; Previous - Appendix B: A Template Project Structure</a>
423+
<a class="next_chapter_link" href="/book/appendix_django.html">Next - Appendix D: Repository and Unit of Work Patterns with Django &gt;&gt;</a>
424+
</div>
412425
</div>
413426
<div id="footer">
414427
<div id="footer-text">
415-
Last updated 2020-03-10 17:15:49 UTC
428+
Last updated 2020-03-17 09:07:44 UTC
416429
</div>
417430
</div>
418431
<style>

book/appendix_django.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -642,6 +651,10 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
642651
</div>
643652
</div>
644653
</div>
654+
<div class="prev_and_next_buttons">
655+
<a class="prev_chapter_link" href="/book/appendix_csvs.html">&lt;&lt; Previous - Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs</a>
656+
<a class="next_chapter_link" href="/book/appendix_validation.html">Next - Appendix E: Validation &gt;&gt;</a>
657+
</div>
645658
</div>
646659
<div id="footnotes">
647660
<hr>
@@ -654,7 +667,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
654667
</div>
655668
<div id="footer">
656669
<div id="footer-text">
657-
Last updated 2020-03-16 17:07:49 UTC
670+
Last updated 2020-03-17 09:07:44 UTC
658671
</div>
659672
</div>
660673
<style>

book/appendix_ds1_table.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -217,10 +226,14 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
217226
</table>
218227
</div>
219228
</div>
229+
<div class="prev_and_next_buttons">
230+
<a class="prev_chapter_link" href="/book/epilogue_1_how_to_get_there_from_here.html">&lt;&lt; Previous - Epilogue: Epilogue</a>
231+
<a class="next_chapter_link" href="/book/appendix_project_structure.html">Next - Appendix B: A Template Project Structure &gt;&gt;</a>
232+
</div>
220233
</div>
221234
<div id="footer">
222235
<div id="footer-text">
223-
Last updated 2020-03-10 12:41:58 UTC
236+
Last updated 2020-03-17 09:07:44 UTC
224237
</div>
225238
</div>
226239
<div><div id="disqus_thread" style="margin: 10px"></div>

book/appendix_project_structure.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -615,6 +624,10 @@ <h3 id="_wrap_up">Wrap-Up</h3>
615624
</div>
616625
</div>
617626
</div>
627+
<div class="prev_and_next_buttons">
628+
<a class="prev_chapter_link" href="/book/appendix_ds1_table.html">&lt;&lt; Previous - Appendix A: Summary Diagram and Table</a>
629+
<a class="next_chapter_link" href="/book/appendix_csvs.html">Next - Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs &gt;&gt;</a>
630+
</div>
618631
</div>
619632
<div id="footnotes">
620633
<hr>
@@ -642,7 +655,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
642655
</div>
643656
<div id="footer">
644657
<div id="footer-text">
645-
Last updated 2020-03-10 12:41:58 UTC
658+
Last updated 2020-03-17 09:07:44 UTC
646659
</div>
647660
</div>
648661
<style>

book/appendix_validation.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -718,10 +727,13 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
718727
</div>
719728
</div>
720729
</div>
730+
<div class="prev_and_next_buttons">
731+
<a class="prev_chapter_link" href="/book/appendix_django.html">&lt;&lt; Previous - Appendix D: Repository and Unit of Work Patterns with Django</a>
732+
</div>
721733
</div>
722734
<div id="footer">
723735
<div id="footer-text">
724-
Last updated 2020-03-10 12:41:58 UTC
736+
Last updated 2020-03-17 09:07:44 UTC
725737
</div>
726738
</div>
727739
<style>

book/chapter_01_domain_model.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -1197,6 +1206,10 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
11971206
</div>
11981207
</div>
11991208
</div>
1209+
<div class="prev_and_next_buttons">
1210+
<a class="prev_chapter_link" href="/book/part1.html">&lt;&lt; Previous - Part 1: Building an Architecture to Support Domain Modeling</a>
1211+
<a class="next_chapter_link" href="/book/chapter_02_repository.html">Next - 2: Repository Pattern &gt;&gt;</a>
1212+
</div>
12001213
</div>
12011214
<div id="footnotes">
12021215
<hr>
@@ -1221,7 +1234,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
12211234
</div>
12221235
<div id="footer">
12231236
<div id="footer-text">
1224-
Last updated 2020-03-10 17:16:05 UTC
1237+
Last updated 2020-03-17 09:07:44 UTC
12251238
</div>
12261239
</div>
12271240
<style>

book/chapter_02_repository.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -1190,6 +1199,10 @@ <h3 id="_wrap_up">Wrap-Up</h3>
11901199
</div>
11911200
</div>
11921201
</div>
1202+
<div class="prev_and_next_buttons">
1203+
<a class="prev_chapter_link" href="/book/chapter_01_domain_model.html">&lt;&lt; Previous - 1: Domain Modeling</a>
1204+
<a class="next_chapter_link" href="/book/chapter_03_abstractions.html">Next - 3: A Brief Interlude: On Coupling and Abstractions &gt;&gt;</a>
1205+
</div>
11931206
</div>
11941207
<div id="footnotes">
11951208
<hr>
@@ -1220,7 +1233,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
12201233
</div>
12211234
<div id="footer">
12221235
<div id="footer-text">
1223-
Last updated 2020-03-10 17:16:05 UTC
1236+
Last updated 2020-03-17 09:07:44 UTC
12241237
</div>
12251238
</div>
12261239
<style>

book/chapter_03_abstractions.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -984,6 +993,10 @@ <h3 id="_wrap_up">Wrap-Up</h3>
984993
</div>
985994
</div>
986995
</div>
996+
<div class="prev_and_next_buttons">
997+
<a class="prev_chapter_link" href="/book/chapter_02_repository.html">&lt;&lt; Previous - 2: Repository Pattern</a>
998+
<a class="next_chapter_link" href="/book/chapter_04_service_layer.html">Next - 4: Our First Use Case: Flask API and Service Layer &gt;&gt;</a>
999+
</div>
9871000
</div>
9881001
<div id="footnotes">
9891002
<hr>
@@ -999,7 +1012,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
9991012
</div>
10001013
<div id="footer">
10011014
<div id="footer-text">
1002-
Last updated 2020-03-10 17:16:05 UTC
1015+
Last updated 2020-03-17 09:07:44 UTC
10031016
</div>
10041017
</div>
10051018
<style>

book/chapter_04_service_layer.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -1138,6 +1147,10 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11381147
</div>
11391148
</div>
11401149
</div>
1150+
<div class="prev_and_next_buttons">
1151+
<a class="prev_chapter_link" href="/book/chapter_03_abstractions.html">&lt;&lt; Previous - 3: A Brief Interlude: On Coupling and Abstractions</a>
1152+
<a class="next_chapter_link" href="/book/chapter_05_high_gear_low_gear.html">Next - 5: TDD in High Gear and Low Gear &gt;&gt;</a>
1153+
</div>
11411154
</div>
11421155
<div id="footnotes">
11431156
<hr>
@@ -1147,7 +1160,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11471160
</div>
11481161
<div id="footer">
11491162
<div id="footer-text">
1150-
Last updated 2020-03-10 17:16:05 UTC
1163+
Last updated 2020-03-17 09:07:44 UTC
11511164
</div>
11521165
</div>
11531166
<style>

book/chapter_05_high_gear_low_gear.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -705,6 +714,10 @@ <h3 id="_wrap_up">Wrap-Up</h3>
705714
</div>
706715
</div>
707716
</div>
717+
<div class="prev_and_next_buttons">
718+
<a class="prev_chapter_link" href="/book/chapter_04_service_layer.html">&lt;&lt; Previous - 4: Our First Use Case: Flask API and Service Layer</a>
719+
<a class="next_chapter_link" href="/book/chapter_06_uow.html">Next - 6: Unit of Work Pattern &gt;&gt;</a>
720+
</div>
708721
</div>
709722
<div id="footnotes">
710723
<hr>
@@ -714,7 +727,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
714727
</div>
715728
<div id="footer">
716729
<div id="footer-text">
717-
Last updated 2020-03-10 17:16:05 UTC
730+
Last updated 2020-03-17 09:07:44 UTC
718731
</div>
719732
</div>
720733
<style>

book/chapter_06_uow.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
text-align: right;
3030
}
3131

32+
.prev_and_next_buttons {
33+
margin: 10px;
34+
}
35+
.prev_chapter_link {
36+
float: left;
37+
}
38+
.next_chapter_link {
39+
float: right;
40+
}
3241
/* end customisations by harry */
3342

3443
/* CUSTOMISATIONS */
@@ -970,6 +979,10 @@ <h3 id="_wrap_up">Wrap-Up</h3>
970979
</div>
971980
</div>
972981
</div>
982+
<div class="prev_and_next_buttons">
983+
<a class="prev_chapter_link" href="/book/chapter_05_high_gear_low_gear.html">&lt;&lt; Previous - 5: TDD in High Gear and Low Gear</a>
984+
<a class="next_chapter_link" href="/book/chapter_07_aggregate.html">Next - 7: Aggregates and Consistency Boundaries &gt;&gt;</a>
985+
</div>
973986
</div>
974987
<div id="footnotes">
975988
<hr>
@@ -979,7 +992,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
979992
</div>
980993
<div id="footer">
981994
<div id="footer-text">
982-
Last updated 2020-03-10 17:15:49 UTC
995+
Last updated 2020-03-17 09:07:44 UTC
983996
</div>
984997
</div>
985998
<style>

0 commit comments

Comments
 (0)