mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-10 10:06:20 +02:00
Tweaking home page text
This commit is contained in:
@ -8,19 +8,15 @@
|
|||||||
<h3 class="home-subtitle">A site for learning how to use PHP</h3>
|
<h3 class="home-subtitle">A site for learning how to use PHP</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
The goal of PHP Apprentice is to be an easy to understand resource for learning how to write good code in the PHP programming language. There are a lot of PHP tutorials on the internet that use outdated libraries, insecure programming practices or inefficient code. I want this site to show how to write PHP code with quality.
|
The goal of PHP Apprentice is to be an easy to understand resource for learning how to write good code in the PHP programming language. There are a lot of PHP tutorials on the internet that use outdated practices or insecure code. I want this site to show how to write PHP code with quality.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
PHP Apprentice is for beginners and for developers who already know some PHP. The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
PHP Apprentice is currently a work in progress. If you would like to contribute or request a certain discussion topic, check out the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
PHP Apprentice is currently a work in progress. If you would like to give feedback or request a certain discussion topic, check out the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
To get started, you will need to <a href="<?php echo page_path('installing-php') ?>">install</a> PHP, have a text editor and open your terminal.
|
|
||||||
Each example in PHP Apprentice can by typed into a PHP file and executed in the terminal.
|
|
||||||
Let's get started! 😃
|
|
||||||
</p>
|
</p>
|
||||||
|
<p>Let's get started!</p>
|
||||||
<div class="home-buttons">
|
<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>
|
||||||
|
Reference in New Issue
Block a user