Compare commits

..

7 Commits

Author SHA1 Message Date
fee1b668c9 -m 2026-01-04 19:45:20 -07:00
fd9244ede4 Move health section below stance on About. 2025-12-28 18:16:00 -07:00
7c09baa243 Remove spaces for browsers / devices which break the menu into multiple lines. 2025-12-28 18:15:25 -07:00
c61c508ce8 Add space for consistency. 2025-12-28 18:12:37 -07:00
f3785042f2 Add menu entry for articles / blogposts. 2025-12-28 18:10:24 -07:00
2a4aedce5e Add TBD. 2025-12-08 15:44:39 -07:00
0ba992352a Fix spacing in comment. 2025-12-08 15:44:35 -07:00
5 changed files with 13 additions and 7 deletions

View File

@@ -55,8 +55,8 @@
</div> </div>
<?php <?php
include "subpages/about/notice.php"; include "subpages/about/notice.php";
include "subpages/about/health.php";
include "subpages/about/stance.php"; include "subpages/about/stance.php";
include "subpages/about/health.php";
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -36,25 +36,27 @@
--> -->
<p class="menu-list"> <p class="menu-list">
Main : Main:
<a href="/">Home</a> <a href="/">Home</a>
<a href="/about/">About</a> <a href="/about/">About</a>
<a href="/contact/">Contact</a> <a href="/contact/">Contact</a>
<a href="/support/">Support</a> <a href="/support/">Support</a>
| Media : | Media:
<a href="/apps/">Apps</a> <a href="/apps/">Apps</a>
<a href="https://git.hyperling.com/me/" <a href="https://git.hyperling.com/me/"
target="_blank" rel="noopener noreferrer">Git</a> target="_blank" rel="noopener noreferrer">Git</a>
<a href="https://works.hyperling.com/tags/books/" <a href="https://works.hyperling.com/tags/books/"
target="_blank" rel="noopener noreferrer">Books</a> target="_blank" rel="noopener noreferrer">Books</a>
<a href="https://odysee.com/@HyperVegan:2" <a href="https://works.hyperling.com/videos/"
target="_blank" rel="noopener noreferrer">Videos</a> target="_blank" rel="noopener noreferrer">Videos</a>
<a href="/photos/">Photos</a> <a href="/photos/">Photos</a>
| Blog: | Blog:
<a href="https://blog.hyperling.com/categories/articles/"
target="_blank" rel="noopener noreferrer">Articles</a>
<a href="https://recipes.hyperling.com/categories/recipes/" <a href="https://recipes.hyperling.com/categories/recipes/"
target="_blank" rel="noopener noreferrer">Recipes</a> target="_blank" rel="noopener noreferrer">Recipes</a>
<a href="https://blog.hyperling.com/categories/musings/" <a href="https://blog.hyperling.com/categories/musings/"
target="_blank" rel="noopener noreferrer">Poetry</a> target="_blank" rel="noopener noreferrer">Poetry</a>
<a href="https://blog.hyperling.com/categories/guides/" <a href="https://recipes.hyperling.com/categories/guides/"
target="_blank" rel="noopener noreferrer">Guides</a> target="_blank" rel="noopener noreferrer">Guides</a>
</div> </div>

View File

@@ -107,7 +107,7 @@
<div class="row"> <div class="row">
<div class="col-12 text"> <div class="col-12 text">
<p> <p>
I don't have social media, so where do my photos and videos go? I don't have social media, so where do my personal photos and videos go?
Try right here! Try right here!
</p> </p>
<ul class="indent"><li> <ul class="indent"><li>

View File

@@ -9,7 +9,7 @@ cd $DIR/..
photos_all=./files/photos/all.html photos_all=./files/photos/all.html
photos=./pages/photos.sh photos=./pages/photos.sh
# If the all script does not exist,call the generator and ignore its output. # If the all script does not exist, call the generator and ignore its output.
if [[ ! -e $photos_all ]]; then if [[ ! -e $photos_all ]]; then
$photos > /dev/null $photos > /dev/null
fi fi

View File

@@ -2,6 +2,10 @@
# 2024-01-21 Hyperling # 2024-01-21 Hyperling
# Transition away from PhotoPrism. Helps to save system resources and downsize. # Transition away from PhotoPrism. Helps to save system resources and downsize.
## TBD ##
# - Have links at the top of the ALL page for jumping between years.
## End TBD
## Static Variables ## ## Static Variables ##
DIR=`dirname $0` DIR=`dirname $0`
a="a target='_blank' rel='noopener noreferrer'" a="a target='_blank' rel='noopener noreferrer'"