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:
1
pages/subpages/about/notice.php
Normal file → Executable file
1
pages/subpages/about/notice.php
Normal file → Executable file
@ -0,0 +1 @@
|
||||
#!/usr/bin/php
|
||||
|
1
pages/subpages/about/stance.php
Normal file → Executable file
1
pages/subpages/about/stance.php
Normal file → Executable file
@ -0,0 +1 @@
|
||||
#!/usr/bin/php
|
||||
|
1
pages/subpages/about/whoami.php
Normal file → Executable file
1
pages/subpages/about/whoami.php
Normal file → Executable file
@ -0,0 +1 @@
|
||||
#!/usr/bin/php
|
||||
|
1
pages/subpages/home/apps.php
Normal file → Executable file
1
pages/subpages/home/apps.php
Normal file → Executable 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
1
pages/subpages/home/contact.php
Normal file → Executable file
@ -0,0 +1 @@
|
||||
#!/usr/bin/php
|
||||
|
5
pages/subpages/home/health.php
Normal file → Executable file
5
pages/subpages/home/health.php
Normal file → Executable 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
3
pages/subpages/support/donate.php
Normal file → Executable 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
3
pages/subpages/support/gifts.php
Normal file → Executable file
@ -1 +1,2 @@
|
||||
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
||||
#!/usr/bin/php
|
||||
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
Reference in New Issue
Block a user