File tree 14 files changed +98
-26
lines changed
14 files changed +98
-26
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ <h2>Handwritten Digit Recognition</h1>
169
169
<!-- mobile nav button groups -->
170
170
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
171
171
<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"
173
173
role="button" id="chap0Button">Next Chapter</a>
174
174
</div>
175
175
</div>
Original file line number Diff line number Diff line change @@ -364,10 +364,10 @@ <h3><strong>Glossary</strong></h3>
364
364
<!-- mobile nav button groups -->
365
365
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
366
366
< 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 "
368
368
role ="button " id ="prevButton "> Prev Chapter</ a >
369
369
< 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 "
371
371
role ="button " id ="nextButton "> Next Chapter</ a >
372
372
</ div >
373
373
</ div >
Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ <h3><strong>Glossary</strong></h3>
290
290
<!-- mobile nav button groups -->
291
291
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
292
292
< 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 "
294
294
role ="button " id ="prevButton "> Prev Chapter</ a >
295
295
< 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 "
297
297
role ="button " id ="nextButton "> Next Chapter</ a >
298
298
</ div >
299
299
</ div >
Original file line number Diff line number Diff line change @@ -313,10 +313,10 @@ <h3><strong>Glossary</strong></h3>
313
313
<!-- mobile nav button groups -->
314
314
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
315
315
< 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 "
317
317
role ="button " id ="prevButton "> Prev Chapter</ a >
318
318
< 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 "
320
320
role ="button " id ="nextButton "> Next Chapter</ a >
321
321
</ div >
322
322
</ div >
Original file line number Diff line number Diff line change @@ -288,10 +288,10 @@ <h3><strong>Glossary</strong></h3>
288
288
<!-- mobile nav button groups -->
289
289
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
290
290
< 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 "
292
292
role ="button " id ="prevButton "> Prev Chapter</ a >
293
293
< 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 "
295
295
role ="button " id ="nextButton "> Next Chapter</ a >
296
296
</ div >
297
297
</ div >
Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ <h3><strong>Glossary</strong></h3>
290
290
<!-- mobile nav button groups -->
291
291
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
292
292
< 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 "
294
294
role ="button " id ="prevButton "> Prev Chapter</ a >
295
295
< 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 "
297
297
role ="button " id ="nextButton "> Next Chapter</ a >
298
298
</ div >
299
299
</ div >
Original file line number Diff line number Diff line change @@ -339,10 +339,10 @@ <h3><strong>Glossary</strong></h3>
339
339
<!-- mobile nav button groups -->
340
340
< div class ="col-10 d-md-none fourLayer justify-content-start my-3 ">
341
341
< 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 "
343
343
role ="button " id ="prevButton "> Prev Chapter</ a >
344
344
< 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 "
346
346
role ="button " id ="nextButton "> About Page</ a >
347
347
</ div >
348
348
</ div >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ <h2>手写数字识别</h1>
167
167
<!-- mobile nav button groups -->
168
168
<div class="col-10 d-md-none fourLayer justify-content-start my-3">
169
169
<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"
171
171
role="button" id="chap0Button">下一章</a>
172
172
</div>
173
173
</div>
Original file line number Diff line number Diff line change @@ -315,9 +315,21 @@ <h3><strong>核心词汇</strong></h3>
315
315
</ p >
316
316
</ div >
317
317
</ 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 -->
319
331
</ div >
320
- <!-- end of outer col-10 -->
332
+ <!-- end of outer col-10 -->
321
333
</ div >
322
334
323
335
<!-- col-4 -->
Original file line number Diff line number Diff line change @@ -242,9 +242,21 @@ <h3><strong>核心词汇</strong></h3>
242
242
</ p >
243
243
</ div >
244
244
</ 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 -->
246
258
</ div >
247
- <!-- end of outer col-10 -->
259
+ <!-- end of outer col-10 -->
248
260
</ div >
249
261
250
262
<!-- col-4 -->
Original file line number Diff line number Diff line change @@ -269,9 +269,21 @@ <h3><strong>核心词汇</strong></h3>
269
269
</ p >
270
270
</ div >
271
271
</ 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 -->
273
285
</ div >
274
- <!-- end of outer col-10 -->
286
+ <!-- end of outer col-10 -->
275
287
</ div >
276
288
277
289
<!-- col-4 -->
Original file line number Diff line number Diff line change @@ -237,9 +237,21 @@ <h3><strong>核心词汇</strong></h3>
237
237
</ p >
238
238
</ div >
239
239
</ 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 -->
241
253
</ div >
242
- <!-- end of outer col-10 -->
254
+ <!-- end of outer col-10 -->
243
255
</ div >
244
256
245
257
<!-- col-4 -->
Original file line number Diff line number Diff line change @@ -239,9 +239,21 @@ <h3><strong>核心词汇</strong></h3>
239
239
</ p >
240
240
</ div >
241
241
</ 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 -->
243
255
</ div >
244
- <!-- end of outer col-10 -->
256
+ <!-- end of outer col-10 -->
245
257
</ div >
246
258
247
259
Original file line number Diff line number Diff line change @@ -282,9 +282,21 @@ <h3><strong>核心词汇</strong></h3>
282
282
</ p >
283
283
</ div >
284
284
</ 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 -->
286
298
</ div >
287
- <!-- end of outer col-10 -->
299
+ <!-- end of outer col-10 -->
288
300
</ div >
289
301
290
302
<!-- col-4 -->
You can’t perform that action at this time.
0 commit comments