1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-04 05:47:58 +02:00

Moving table of contents button on home page

This commit is contained in:
Andrew Davis
2019-01-07 17:01:11 -06:00
parent b1cb18961c
commit 39cb28e2ab

View File

@@ -1,8 +1,6 @@
<?php partial('header', ['title' => 'PHP Apprentice']) ?>
<div class="container small center">
<?php partial('menu_button') ?>
<div>
<div class="home-title-wrapper">
<div class="home-logo"><?= icon('elephant') ?></div>
@@ -23,10 +21,13 @@
Each example in PHP Apprentice can by typed into a PHP file and executed in the terminal.
Let's get started! 😃
</p>
<div class="home-buttons">
<a href="<?= page_path('basics') ?>" class="button">
<div class="icon"><?= icon('book-reference') ?></div>
Open First Chapter
</a>
<?php partial('menu_button') ?>
</div>
</div>
</div>