1
0
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:
Andrew Davis
2019-01-02 20:12:35 -06:00
parent 0c17549268
commit cbd3c539bb
56 changed files with 1305 additions and 1060 deletions

View File

@@ -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">