Made page gathering dynamic, added favicon, included css, worked on some content, created first bash page. Still very much in-progress but the framework is pretty much done. Needs more CSS and content.

This commit is contained in:
2022-10-08 09:19:40 -05:00
parent 8cfe6e43e2
commit 2e5ef4391a
24 changed files with 190 additions and 90 deletions

1
pages/subpages/about/notice.php Normal file → Executable file
View File

@ -0,0 +1 @@
#!/usr/bin/php

1
pages/subpages/about/stance.php Normal file → Executable file
View File

@ -0,0 +1 @@
#!/usr/bin/php

1
pages/subpages/about/whoami.php Normal file → Executable file
View File

@ -0,0 +1 @@
#!/usr/bin/php

1
pages/subpages/home/apps.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<h2> My Public Programs </h2>
<h3> Android Apps </h3>

1
pages/subpages/home/contact.php Normal file → Executable file
View File

@ -0,0 +1 @@
#!/usr/bin/php

5
pages/subpages/home/health.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
<h1> My Health Protocol </h1>
#!/usr/bin/php
<h1> My Health Protocol </h1>
<!-- URL to MyPriorities.pdf on files.hyperling.com -->
<!-- URL to MyPriorities.pdf on files.hyperling.com -->

3
pages/subpages/support/donate.php Normal file → Executable file
View File

@ -1 +1,2 @@
<!-- How people can support me with currency if they so desire. -->
#!/usr/bin/php
<!-- How people can support me with currency if they so desire. -->

3
pages/subpages/support/gifts.php Normal file → Executable file
View File

@ -1 +1,2 @@
<!-- Gift ideas such as dried fruit, teas, etc. -->
#!/usr/bin/php
<!-- Gift ideas such as dried fruit, teas, etc. -->