mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-09-09 14:20:44 +02:00
Converted chapters to markdown and changed pages to vertical layout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php partial('header', ['title' => $title, 'subtitle' => $subtitle]) ?>
|
||||
|
||||
<div class="container center">
|
||||
<div class="container small center">
|
||||
<div class="menu">
|
||||
<button class="menu-button" title="Open Menu">
|
||||
<div class="icon"><?= icon('menu') ?></div>
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<h1><?= escape($title) ?></h1>
|
||||
<h3 class="subtitle"><?= escape($subtitle) ?></h3>
|
||||
<?= code_table($code) ?>
|
||||
<?= $chapter ?>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<div class="navigate-links">
|
||||
|
Reference in New Issue
Block a user