diff --git a/assets/css/site.css b/assets/css/site.css index ed104ba..f52ac05 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -250,11 +250,11 @@ button:hover .icon svg { max-height: 200px; } .toc-404 { - max-width: 250px; + max-width: 200px; margin: 0 auto; } .message-404 { font-size: 2em; - margin: 0 auto; + margin: 1em auto; text-align: center; } diff --git a/assets/icons/show-sidebar.svg b/assets/icons/show-sidebar.svg new file mode 100644 index 0000000..dd00642 --- /dev/null +++ b/assets/icons/show-sidebar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/templates/_menu_button.phtml b/assets/templates/_menu_button.phtml new file mode 100644 index 0000000..8dff1e5 --- /dev/null +++ b/assets/templates/_menu_button.phtml @@ -0,0 +1,6 @@ +
diff --git a/assets/templates/_menu_modal.php b/assets/templates/_menu_modal.php new file mode 100644 index 0000000..f06ddc7 --- /dev/null +++ b/assets/templates/_menu_modal.php @@ -0,0 +1,8 @@ +php
. The path should look like C:\Users\username\php
.php -v
to verify PHP was installed correctly. It will return the installed version of PHP on your system.Good news! Each version of MacOS comes with PHP by default. However, if you are running an older version of MacOS or OS X, then you will need to manually install a new version of PHP. To check your current version, open Terminal and type "php -v". You will need at least PHP 7.1 on your computer to use all the features in these tutorials.
+Good news! Each version of MacOS comes with PHP by default. However, if you are running an older version of MacOS or OS X, then you will need to manually install a new version of PHP. To check your current version, open Terminal and type php -v
. You will need at least PHP 7.1 on your computer to use all the features in these tutorials.
brew install php
in Terminal.php -v
in Terminal.