mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-04 22:07:58 +02:00
Moving table of contents button on home page
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<?php partial('header', ['title' => 'PHP Apprentice']) ?>
|
<?php partial('header', ['title' => 'PHP Apprentice']) ?>
|
||||||
|
|
||||||
<div class="container small center">
|
<div class="container small center">
|
||||||
<?php partial('menu_button') ?>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="home-title-wrapper">
|
<div class="home-title-wrapper">
|
||||||
<div class="home-logo"><?= icon('elephant') ?></div>
|
<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.
|
Each example in PHP Apprentice can by typed into a PHP file and executed in the terminal.
|
||||||
Let's get started! 😃
|
Let's get started! 😃
|
||||||
</p>
|
</p>
|
||||||
|
<div class="home-buttons">
|
||||||
<a href="<?= page_path('basics') ?>" class="button">
|
<a href="<?= page_path('basics') ?>" class="button">
|
||||||
<div class="icon"><?= icon('book-reference') ?></div>
|
<div class="icon"><?= icon('book-reference') ?></div>
|
||||||
Open First Chapter
|
Open First Chapter
|
||||||
</a>
|
</a>
|
||||||
|
<?php partial('menu_button') ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user