Added sitemap for humans and bots. Some content tweaks. Starting to feel close to done!
This commit is contained in:
@ -36,20 +36,19 @@
|
||||
</p>
|
||||
-->
|
||||
<p>
|
||||
Currently I reside in the US state of Indiana and am working to move
|
||||
As of 2022 I reside in the US state of Indiana and am working to move
|
||||
to the southwest for the following reasons:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Dry Heat</li>
|
||||
<li>Dry Climate</li>
|
||||
<li>Mountains</li>
|
||||
<li>Lack of Bugs</li>
|
||||
<li>Cactus and Spruce</li>
|
||||
<li>Permaculture Possibilities</li>
|
||||
<li>Native Cactus and/or Spruce</li>
|
||||
</ul>
|
||||
<p>
|
||||
The search will begin in Arizona. Colorado and Mexico will likely
|
||||
be explored. New Mexico and other locations will be visited as well
|
||||
but have not yet revealed areas which offer exactly what I'm looking
|
||||
for.
|
||||
be explored. New Mexico and other locations will be visited as well.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h2 class="col-12 title">Contact Me</h2>
|
||||
<h1 class="col-12 title">Contact Me</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
|
@ -1 +1,4 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row" id="advisory">
|
||||
<!-- No advisories at this moment. -->
|
||||
</div>
|
@ -2,10 +2,15 @@
|
||||
<?php
|
||||
include "menu.php"
|
||||
?>
|
||||
<h6 class="center">
|
||||
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
This website is free software! Click to learn more.
|
||||
</a>
|
||||
</h6>
|
||||
<div class="row" id="footer">
|
||||
<div class="col-3"></div>
|
||||
<h6 class="col-3 center">
|
||||
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>This website is free software! Click to learn more.</a>
|
||||
</h6>
|
||||
<h6 class="col-3 center">
|
||||
<a href="/sitemap/">Full Site Map</a>
|
||||
</h6>
|
||||
<div class="col-3"></div>
|
||||
</div>
|
||||
|
@ -1 +1,27 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Move to the directory that this file is in.
|
||||
cd `dirname $0`
|
||||
|
||||
# Create the necessary HTML components for a web page.
|
||||
./helpers/body_open.php
|
||||
|
||||
#Content for this page
|
||||
cat << EOF
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">
|
||||
My Journey
|
||||
</h1>
|
||||
<p class="col-12 text">
|
||||
[ TBD, check back soon. ]
|
||||
</p>
|
||||
</div>
|
||||
EOF
|
||||
|
||||
# Any subpages
|
||||
###./helpers/section_open.php
|
||||
###./subpages/journey/???
|
||||
###./helpers/section_close.php
|
||||
|
||||
# Finish the web page
|
||||
./helpers/body_close.php
|
||||
|
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row text center">
|
||||
<div class="col-3">
|
||||
<div class="col-6">
|
||||
<figure>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
@ -40,7 +40,7 @@
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="col-3">
|
||||
<div class="col-6">
|
||||
<figure>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
@ -69,7 +69,7 @@
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="col-3">
|
||||
<div class="col-6">
|
||||
<figure>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@ -99,7 +99,7 @@
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="col-3">
|
||||
<div class="col-6">
|
||||
<figure>
|
||||
<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
|
@ -28,6 +28,11 @@
|
||||
>
|
||||
Long Grain White Rice</a> (if jasmine is still out of stock)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-green-lentils/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Lentils</a> (prefer green or brown)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-tri-color-quinoa/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
|
Reference in New Issue
Block a user