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

Added to credits page

This commit is contained in:
Andrew Davis
2018-09-03 11:23:01 -05:00
parent e404ab5489
commit 5af12b3ea8
2 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ a:hover {
text-decoration: underline;
color: $primary-color-dark;
}
hr {
border: 0;
height: 1px;
background-color: #EEE;
}
p {
max-width: 40em;
line-height: 1.5;

View File

@@ -10,7 +10,7 @@
experience for the PHP programming language.
</p>
<p>
Source Links:
Sites used as a reference while writing PHP Apprentice:
<ul>
<li><a href="https://secure.php.net/" target="_blank">php.net</a></li>
<li><a href="https://www.phptherightway.com/" target="_blank">PHP The Right Way</a></li>
@@ -27,6 +27,10 @@
<li><a href="https://symfony.com/doc/current/frontend.html" target="_blank">Symfony Encore</a></li>
</ul>
</p>
<hr />
<p>
phpapprentice.com was created and is managed by <a href="https://twitter.com/restoreddev">Andrew Davis</a>.
</p>
</div>
<div>
<?php partial('table_of_contents') ?>