Major Revisit (#13)
* Add comment that it was built from scratch. * Add a link to Modern Day Wizards and my personal media. Simplify text. * Change to "media" since there are also videos. * Simplify text, add nomad note. * Update support pages: better text, currencies first, remove many options. * Change word to sound more like I'm talking. * Update wordiness and provide disclaimer on top rather than only for email. * Update wordiness. * Use a more legible purple. * Remove extra word. * Fix link including a space. * Fix word order. * Make the banner more useful! :) * Simplify verbiage. * Enhance the look/feel of the addresses. * Remove more words. * Remove excess word. * More major rewording, also added mission/goal. * Remove 'the'.
This commit is contained in:
parent
4762862998
commit
623cba3262
@ -9,27 +9,38 @@
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
Hi there! My name is Chad, I am the primary content creator behind the
|
||||
Hyperling and HyperVegan brands. Thank you for your interest!
|
||||
Hi there! My name is Chad, I'm the primary content creator
|
||||
behind Hyperling and HyperVegan. Thank you for your interest!
|
||||
</p>
|
||||
<p>
|
||||
My hobbies go further than just coding and video making. I am big into
|
||||
health and believe it is humanity's most important asset. I was fortunate
|
||||
to have time off school/work/hobbies in my early 20's and was able to
|
||||
lock in a great lifestyle after a life of chronic sickness. See more
|
||||
below in <a href="#health">My Health Protocol</a>.
|
||||
It also includes a link to my full history of changes.
|
||||
My mission in life is to help others and make the world a better
|
||||
place. I adhere to objective morality and strive to teach it to
|
||||
others in order to create a world based on Freedom. I'd also like
|
||||
to recreate a "Garden of Eden" on Earth. Imagine if everyone
|
||||
planted at least one fruit tree or had a small square foot
|
||||
garden. We would be in paradise!
|
||||
</p>
|
||||
<p>
|
||||
I am also an avid gardener, focusing on the principles of nature-based
|
||||
permaculture in order to grow fruits and vegetables, like in a Food
|
||||
Forest system. This comes with other outdoor interests such as hiking,
|
||||
camping, backpacking, foraging, and traveling.
|
||||
Coding and videos aren't my only hobbies, I'm also big into
|
||||
health. I see it as humanity's most important asset and take a
|
||||
nature-based approach. I was fortunate in my early 20's and
|
||||
learned to heal myself. After a childhood of chronic illness I
|
||||
was able to lock in a powerful lifestyle and have not been sick
|
||||
since! <a href="#health">My Health Protocol</a> contains more
|
||||
information on that.
|
||||
</p>
|
||||
<p>
|
||||
I live within the boundaries known as the United States of America.
|
||||
From birth to 2023 it was the subboundaries of Indiana, and since 2023
|
||||
it is the subboundaries of Arizona.
|
||||
I'm also an avid gardener, focusing on the principles of
|
||||
nature-based permaculture in order to grow fruits and vegetables.
|
||||
Food forestry is one of my favorites! I have many other outdoor
|
||||
interests too such as hiking, camping, backpacking, foraging, and
|
||||
traveling.
|
||||
</p>
|
||||
<p>
|
||||
I live within the boundaries known as "United States of America".
|
||||
From birth to 2023 it was the subboundary "Indiana", and since
|
||||
2023 it is the subboundary "Arizona". As of 2024 I am working to
|
||||
realize my goal of being a nomad.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,24 +4,32 @@
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Contact Me</h1>
|
||||
<h1 class="col-12 title">Contact</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 header">
|
||||
<p>
|
||||
Timely responses are not guarenteed, as I spend a majority of
|
||||
my time offline and enjoy traveling in signal-free zones.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
Public inquiries can be made on my Odysee channel's discussion board.
|
||||
Public comments and inquiries can be made on my Odysee channel's
|
||||
discussion board. Feel free to drop in and say hello!
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://odysee.com/@HyperVegan:2?view=discussion"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
https://odysee.com/@HyperVegan:2?view=discussion
|
||||
Odysee | HyperVegan Community
|
||||
</a>
|
||||
</li></ul>
|
||||
<p>
|
||||
For private matters, my email address may be used, but there is no
|
||||
guarantee of a timely response. If I do not know of you then please be
|
||||
sure to form the email in a way that does not look like spam.
|
||||
My email address may be used for private matters. Please be sure
|
||||
to form your email in a way which does not look like spam.
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="mailto:me@hyperling.com">me@hyperling.com</a>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
/* Specific Attributes */
|
||||
.banner-top {
|
||||
background-color: #660099;
|
||||
background-color: #663399;
|
||||
}
|
||||
|
||||
.banner-middle {
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row col-12 header">
|
||||
<div class="banner-top">Peace</div>
|
||||
<div class="banner-middle">Love</div>
|
||||
<div class="banner-bottom">Happiness</div>
|
||||
</div>
|
||||
<a href='/about'>
|
||||
<div class="row col-12 header">
|
||||
<div class="banner-top">Peace</div>
|
||||
<div class="banner-middle">Love</div>
|
||||
<div class="banner-bottom">Happiness</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #660099;
|
||||
color: #663399;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -11,11 +11,10 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
Thanks for visiting my site! It is the central hub of my activities,
|
||||
linking you to most of my projects and providing ways to contact and
|
||||
support me. I've also included information such as my health protocol
|
||||
which was currently only scattered throughout videos.
|
||||
<p>
|
||||
Thank you for visiting my site! My goal is to make the world a
|
||||
better place. Hopefully you find content here which helps
|
||||
empower you to do the same!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -112,8 +112,7 @@ cat << EOF
|
||||
to my new role models. "Sleep Water Sugar" as Durianrider used to say.
|
||||
The
|
||||
<a href="https://files.hyperling.com/media/HealthPriorities.pdf"
|
||||
target="_blank">PDF
|
||||
</a>
|
||||
target="_blank">PDF</a>
|
||||
on my main
|
||||
<a href="/about/#health" target="_blank">Health</a>
|
||||
section covers the 6 pillars that I found to be highly important.
|
||||
@ -211,7 +210,7 @@ cat << EOF
|
||||
<p>
|
||||
I appreciate you making it through this! Hopefully you've not only
|
||||
learned a thing or two about me, but you've also obtained knowledge
|
||||
that you can help improve your life. That's my goal after all, helping
|
||||
that can help you improve your life. That's my goal after all, helping
|
||||
others! Take care, friend. :)
|
||||
</p>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@ echo "" >> $mainpage
|
||||
|
||||
# Give the page a description.
|
||||
echo -e "\t\t<div class='row'>" >> $mainpage
|
||||
echo -e "\t\t\t<h1 class='col-12 title'>Photo Albums</h1>" >> $mainpage
|
||||
echo -e "\t\t\t<h1 class='col-12 title'>Media Albums</h1>" >> $mainpage
|
||||
echo -e "\t\t</div>" >> $mainpage
|
||||
|
||||
echo -e "\t\t<div class='row'>" >> $mainpage
|
||||
@ -144,4 +144,5 @@ done
|
||||
$HELPER_DIR/body_close.php >> $mainpage
|
||||
|
||||
cat $mainpage
|
||||
echo "<!-- Built from scratch. -->"
|
||||
exit 0
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row" id="programs">
|
||||
<h2 class="col-12 header">My Public Programs</h2>
|
||||
<h2 class="col-12 header">Public Programs</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
I write free software! Please feel welcome to browse and use anything I have created.
|
||||
Please feel free to use any of my free software below.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -26,7 +26,7 @@
|
||||
<p>Carb Up! BETA</p>
|
||||
</a>
|
||||
<p>
|
||||
Calculate cost-effectiveness of foods on a High Carb Low Fat lifestyle.
|
||||
Calculate cost-effective foods on a High Carb Low Fat lifestyle.
|
||||
</p>
|
||||
<p>
|
||||
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
|
||||
@ -55,7 +55,7 @@
|
||||
<p>45 Minute Rule</p>
|
||||
</a>
|
||||
<p>
|
||||
Determine when to go to bed if you'd like to wake up during light sleep.
|
||||
Determine a good bedtime for waking during light sleep.
|
||||
</p>
|
||||
<p>
|
||||
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule"
|
||||
@ -85,7 +85,7 @@
|
||||
<p>Infinite Timer</p>
|
||||
</a>
|
||||
<p>
|
||||
Play your notification sound at your chosen Hour:Minute:Second interval.
|
||||
Play a notification at your chosen interval.
|
||||
</p>
|
||||
<p>
|
||||
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer"
|
||||
@ -117,7 +117,7 @@
|
||||
</p>
|
||||
</a>
|
||||
<p>
|
||||
Began developing some games for fun. Not near a finished state, but "playable".
|
||||
Started as a fun project for learning. Playable but unfinished.
|
||||
</p>
|
||||
<p>
|
||||
[<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
|
||||
@ -142,9 +142,9 @@
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
For a full list of programs including my Ansible automation,
|
||||
Docker setup, source code for this website, and fun projects
|
||||
like an obfuscating editor and music fixer, check out
|
||||
For a full list of software including my Ansible automation,
|
||||
Docker setup, source code for this website, and other
|
||||
fun/random toys, check out
|
||||
<a href="https://github.com/Hyperling" target="_blank">My Github</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<p>
|
||||
Monetary donations can be provided below through cryptocurrencies.
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<!--<ul class="indent"><li>
|
||||
<table class="border">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -30,6 +30,17 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li></ul>-->
|
||||
|
||||
<strong><code>XMR | Monero</code></strong>
|
||||
<ul class="indent"><li>
|
||||
<kbd>4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao</kbd>
|
||||
</li></ul>
|
||||
|
||||
<strong><code>LBC | LBRY/Odysee Credit</code></strong>
|
||||
<ul class="indent"><li>
|
||||
<kbd>bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</kbd>
|
||||
</li></ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -6,32 +6,29 @@
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
Please reach out before purchasing any of these to make sure that I do
|
||||
not already have an excess supply. I can also provide a good address
|
||||
in case I have moved around. I also recommend you buying these items
|
||||
for yourself if you'd like to add some delicious and nutritious food
|
||||
to your diet!
|
||||
Please reach out before purchasing anything to make sure that I
|
||||
am both 1) in need and 2) capable of receiving them somewhere.
|
||||
</p>
|
||||
<p>
|
||||
Note that I normally only eat organic and clean food. Anything
|
||||
purchased as inorganic or with preservatives such as sulfites may be
|
||||
<!--<p>
|
||||
Note that I normally only eat organic and clean food. Anything
|
||||
purchased as inorganic or with preservatives such as sulfites may be
|
||||
regifted or discarded upon receipt. Thank you for understanding.
|
||||
</p>
|
||||
<strong>Food Items</strong>
|
||||
</p>-->
|
||||
<strong>Food Items</strong>
|
||||
<ul>
|
||||
<li>
|
||||
Dried Mango, in order of my favorite brands:
|
||||
Dried Mango
|
||||
<ol>
|
||||
<li>
|
||||
<a href="https://www.madeinnature.com/products/mangoes-dried-fruit"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Made in Nature</a> (very sweet, strips are a good size)
|
||||
>Made in Nature</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.safeway.com/shop/product-details.960465482.html"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Safeway</a> (was delicious when purchased out West)
|
||||
</li>
|
||||
>Safeway</a>
|
||||
</li><!--
|
||||
<li>
|
||||
<a href="https://www.target.com/p/organic-dried-mango-cheeks-12oz-good-38-gather-8482/-/A-81905926"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@ -41,35 +38,35 @@
|
||||
<a href="https://foodtolive.com/shop/organic-mango-cheeks/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Food To Live</a> (tastes kind of musty, cheeks larger than Target, but is edible)
|
||||
</li>
|
||||
</li>-->
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-jasmine-rice/"
|
||||
<li><a href="https://foodtolive.com/shop/organic-jasmine-rice/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Jasmine Rice</a> (tends to be out of stock)
|
||||
Jasmine Rice</a>
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-long-grain-white-rice/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Long Grain White Rice</a> (if jasmine is still out of stock)
|
||||
</li>
|
||||
Long Grain White Rice</a>
|
||||
</li><!--
|
||||
<li><a href="https://foodtolive.com/shop/organic-green-lentils/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Lentils</a> (prefer green or brown)
|
||||
</li>
|
||||
Lentils</a>
|
||||
</li>-->
|
||||
<li><a href="https://foodtolive.com/shop/organic-tri-color-quinoa/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Quinoa</a> (color does not matter)
|
||||
</li>
|
||||
<li><a href="https://foodtolive.com/shop/organic-amaranth/"
|
||||
Quinoa</a>
|
||||
</li><!--
|
||||
<li><a href="https://foodtolive.com/shop/organic-amaranth/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Amaranth
|
||||
</a></li>
|
||||
</ul>
|
||||
</a></li>-->
|
||||
</ul><!--
|
||||
<strong>Bulk Teas</strong>
|
||||
<ul>
|
||||
<li><a href="https://www.davidsonstea.com/Tulsi_Pure_Leaves_Loose_Leaf.aspx"
|
||||
@ -82,9 +79,6 @@
|
||||
>
|
||||
Rooibos
|
||||
</a></li>
|
||||
<!--<li><a href="">
|
||||
???
|
||||
</a></li>-->
|
||||
</ul>
|
||||
</ul>-->
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,17 +11,16 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
While I do not ask for anything, and prefer to take care of myself,
|
||||
I acknowledge that some people enjoy gift giving and would like to
|
||||
help me out. Below are my preferred ways to do this.
|
||||
<p>
|
||||
Your contributions are completely optional and very much
|
||||
appreciated. Thank you for considering me and my work!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "subpages/support/gifts.php";
|
||||
include "subpages/support/donate.php";
|
||||
include "subpages/support/gifts.php";
|
||||
|
||||
include "helpers/body_close.php";
|
||||
?>
|
||||
|
@ -6,33 +6,54 @@
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Videos</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
I enjoy making video content when I have free time. Other life duties
|
||||
take priority so this is not always frequent or often. For the best
|
||||
viewing experience, please go directly to my channel here:
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
https://odysee.com/@HyperVegan:2
|
||||
</a>
|
||||
</li></ul>
|
||||
<p> I also have a separate channel for reposting content, found here:</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://odysee.com/@HyperVegan-Reposts:5"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
https://odysee.com/@HyperVegan-Reposts:5
|
||||
</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Videos</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
For the best viewing experience, please go directly to my channel here:
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Odysee | HyperVegan
|
||||
</a>
|
||||
</li></ul>
|
||||
<p> I also have a separate channel for reposting content, found here:</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://odysee.com/@HyperVegan-Reposts:5"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Odysee | HyperVegan Reposts
|
||||
</a>
|
||||
</li></ul>
|
||||
<p>There is also a backup of my content on Modern Day Wizards:</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://moderndaywizards.org/c/hypervegan"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
Modern Day Wizards | HyperVegan
|
||||
</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Personal Media</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
I don't have social media, so where do my photos and videos go?
|
||||
Try right here!
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="/photos">My Photos</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "helpers/body_close.php";
|
||||
|
Loading…
x
Reference in New Issue
Block a user