Skip to content

Commit 9db4d0a

Browse files
committed
added buttons to zh pages. changed en buttons to relative path
1 parent 7b99c0c commit 9db4d0a

14 files changed

+98
-26
lines changed

chapter0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2>Handwritten Digit Recognition</h1>
169169
<!-- mobile nav button groups -->
170170
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
171171
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
172-
<a class="btn btn-warning w-100" href="/chapter1.html"
172+
<a class="btn btn-warning w-100" href="./chapter1.html"
173173
role="button" id="chap0Button">Next Chapter</a>
174174
</div>
175175
</div>

chapter1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,10 @@ <h3><strong>Glossary</strong></h3>
364364
<!-- mobile nav button groups -->
365365
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
366366
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
367-
<a class="btn btn-warning w-50" href="/chapter0.html"
367+
<a class="btn btn-warning w-50" href="./chapter0.html"
368368
role="button" id="prevButton">Prev Chapter</a>
369369
<span class="btn-warning btn-separator"></span>
370-
<a class="btn btn-warning w-50" href="/chapter2.html"
370+
<a class="btn btn-warning w-50" href="./chapter2.html"
371371
role="button" id="nextButton">Next Chapter</a>
372372
</div>
373373
</div>

chapter2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ <h3><strong>Glossary</strong></h3>
290290
<!-- mobile nav button groups -->
291291
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
292292
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
293-
<a class="btn btn-warning w-50" href="/chapter1.html"
293+
<a class="btn btn-warning w-50" href="./chapter1.html"
294294
role="button" id="prevButton">Prev Chapter</a>
295295
<span class="btn-warning btn-separator"></span>
296-
<a class="btn btn-warning w-50" href="/chapter3.html"
296+
<a class="btn btn-warning w-50" href="./chapter3.html"
297297
role="button" id="nextButton">Next Chapter</a>
298298
</div>
299299
</div>

chapter3.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ <h3><strong>Glossary</strong></h3>
313313
<!-- mobile nav button groups -->
314314
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
315315
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
316-
<a class="btn btn-warning w-50" href="/chapter2.html"
316+
<a class="btn btn-warning w-50" href="./chapter2.html"
317317
role="button" id="prevButton">Prev Chapter</a>
318318
<span class="btn-warning btn-separator"></span>
319-
<a class="btn btn-warning w-50" href="/chapter4.html"
319+
<a class="btn btn-warning w-50" href="./chapter4.html"
320320
role="button" id="nextButton">Next Chapter</a>
321321
</div>
322322
</div>

chapter4.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ <h3><strong>Glossary</strong></h3>
288288
<!-- mobile nav button groups -->
289289
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
290290
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
291-
<a class="btn btn-warning w-50" href="/chapter3.html"
291+
<a class="btn btn-warning w-50" href="./chapter3.html"
292292
role="button" id="prevButton">Prev Chapter</a>
293293
<span class="btn-warning btn-separator"></span>
294-
<a class="btn btn-warning w-50" href="/chapter5.html"
294+
<a class="btn btn-warning w-50" href="./chapter5.html"
295295
role="button" id="nextButton">Next Chapter</a>
296296
</div>
297297
</div>

chapter5.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ <h3><strong>Glossary</strong></h3>
290290
<!-- mobile nav button groups -->
291291
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
292292
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
293-
<a class="btn btn-warning w-50" href="/chapter4.html"
293+
<a class="btn btn-warning w-50" href="./chapter4.html"
294294
role="button" id="prevButton">Prev Chapter</a>
295295
<span class="btn-warning btn-separator"></span>
296-
<a class="btn btn-warning w-50" href="/chapter6.html"
296+
<a class="btn btn-warning w-50" href="./chapter6.html"
297297
role="button" id="nextButton">Next Chapter</a>
298298
</div>
299299
</div>

chapter6.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ <h3><strong>Glossary</strong></h3>
339339
<!-- mobile nav button groups -->
340340
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
341341
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
342-
<a class="btn btn-warning w-50" href="/chapter5.html"
342+
<a class="btn btn-warning w-50" href="./chapter5.html"
343343
role="button" id="prevButton">Prev Chapter</a>
344344
<span class="btn-warning btn-separator"></span>
345-
<a class="btn btn-warning w-50" href="/about.html"
345+
<a class="btn btn-warning w-50" href="./about.html"
346346
role="button" id="nextButton">About Page</a>
347347
</div>
348348
</div>

zh/chapter0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2>手写数字识别</h1>
167167
<!-- mobile nav button groups -->
168168
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
169169
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
170-
<a class="btn btn-warning w-100" href="/chapter1.html"
170+
<a class="btn btn-warning w-100" href="./chapter1.html"
171171
role="button" id="chap0Button">下一章</a>
172172
</div>
173173
</div>

zh/chapter1.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,21 @@ <h3><strong>核心词汇</strong></h3>
315315
</p>
316316
</div>
317317
</div>
318-
<!-- end of inner row -->
318+
319+
<!-- mobile nav button groups -->
320+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
321+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
322+
<a class="btn btn-warning w-50" href="./chapter0.html"
323+
role="button" id="prevButton">上一章</a>
324+
<span class="btn-warning btn-separator"></span>
325+
<a class="btn btn-warning w-50" href="./chapter2.html"
326+
role="button" id="nextButton">下一章</a>
327+
</div>
328+
</div>
329+
330+
<!-- end of inner row -->
319331
</div>
320-
<!-- end of outer col-10 -->
332+
<!-- end of outer col-10 -->
321333
</div>
322334

323335
<!-- col-4 -->

zh/chapter2.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,21 @@ <h3><strong>核心词汇</strong></h3>
242242
</p>
243243
</div>
244244
</div>
245-
<!-- end of inner row -->
245+
246+
<!-- mobile nav button groups -->
247+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
248+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
249+
<a class="btn btn-warning w-50" href="./chapter1.html"
250+
role="button" id="prevButton">上一章</a>
251+
<span class="btn-warning btn-separator"></span>
252+
<a class="btn btn-warning w-50" href="./chapter3.html"
253+
role="button" id="nextButton">下一章</a>
254+
</div>
255+
</div>
256+
257+
<!-- end of inner row -->
246258
</div>
247-
<!-- end of outer col-10 -->
259+
<!-- end of outer col-10 -->
248260
</div>
249261

250262
<!-- col-4 -->

zh/chapter3.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,21 @@ <h3><strong>核心词汇</strong></h3>
269269
</p>
270270
</div>
271271
</div>
272-
<!-- end of inner row -->
272+
273+
<!-- mobile nav button groups -->
274+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
275+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
276+
<a class="btn btn-warning w-50" href="./chapter2.html"
277+
role="button" id="prevButton">上一章</a>
278+
<span class="btn-warning btn-separator"></span>
279+
<a class="btn btn-warning w-50" href="./chapter4.html"
280+
role="button" id="nextButton">下一章</a>
281+
</div>
282+
</div>
283+
284+
<!-- end of inner row -->
273285
</div>
274-
<!-- end of outer col-10 -->
286+
<!-- end of outer col-10 -->
275287
</div>
276288

277289
<!-- col-4 -->

zh/chapter4.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,21 @@ <h3><strong>核心词汇</strong></h3>
237237
</p>
238238
</div>
239239
</div>
240-
<!-- end of inner row -->
240+
241+
<!-- mobile nav button groups -->
242+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
243+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
244+
<a class="btn btn-warning w-50" href="./chapter3.html"
245+
role="button" id="prevButton">上一章</a>
246+
<span class="btn-warning btn-separator"></span>
247+
<a class="btn btn-warning w-50" href="./chapter5.html"
248+
role="button" id="nextButton">下一章</a>
249+
</div>
250+
</div>
251+
252+
<!-- end of inner row -->
241253
</div>
242-
<!-- end of outer col-10 -->
254+
<!-- end of outer col-10 -->
243255
</div>
244256

245257
<!-- col-4 -->

zh/chapter5.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,21 @@ <h3><strong>核心词汇</strong></h3>
239239
</p>
240240
</div>
241241
</div>
242-
<!-- end of inner row -->
242+
243+
<!-- mobile nav button groups -->
244+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
245+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
246+
<a class="btn btn-warning w-50" href="./chapter4.html"
247+
role="button" id="prevButton">上一章</a>
248+
<span class="btn-warning btn-separator"></span>
249+
<a class="btn btn-warning w-50" href="./chapter6.html"
250+
role="button" id="nextButton">下一章</a>
251+
</div>
252+
</div>
253+
254+
<!-- end of inner row -->
243255
</div>
244-
<!-- end of outer col-10 -->
256+
<!-- end of outer col-10 -->
245257
</div>
246258

247259

zh/chapter6.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,21 @@ <h3><strong>核心词汇</strong></h3>
282282
</p>
283283
</div>
284284
</div>
285-
<!-- end of inner row -->
285+
286+
<!-- mobile nav button groups -->
287+
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
288+
<div class="btn-group d-flex" id="nextButtonGroup" role="group">
289+
<a class="btn btn-warning w-50" href="./chapter5.html"
290+
role="button" id="prevButton">上一章</a>
291+
<span class="btn-warning btn-separator"></span>
292+
<a class="btn btn-warning w-50" href="./about.html"
293+
role="button" id="nextButton">关于我们</a>
294+
</div>
295+
</div>
296+
297+
<!-- end of inner row -->
286298
</div>
287-
<!-- end of outer col-10 -->
299+
<!-- end of outer col-10 -->
288300
</div>
289301

290302
<!-- col-4 -->

0 commit comments

Comments
 (0)