Add Book Announcement + Profession Section (#21)
* Add descriptors of how long the media are. * Add a link for the local mp3, change AUDIO tags to MP3, explicitly call things Direct Download. * Add a banner for my eBook. * Add a "help wanted?" type message on the bottom of the site. * Remove doubled nature-based. * Change some verbiage and reduce the repetitive wording. Do not show the advisory on this page for now. * Add a TBD section for future creative works. * Read a global variable for which pages should show the advisory. * Slight rewording and also adjusting text to ruler. * Increase anchor size. * Don't include exclamation in anchor * Add a section on my experience. * Fix to ruler. * Change menu item for home page to Apps. * Fix typo and shorten verbiage. * Add note for when Art is added to Media. :D
This commit is contained in:
@ -1,4 +1,15 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row" id="advisory">
|
||||
<!-- No advisories at this moment. -->
|
||||
</div>
|
||||
<div class="row">
|
||||
<p><!-- Gap Area --></p>
|
||||
</div>
|
||||
|
||||
<div class="row center" id="advisory">
|
||||
<div class="col-12 title">
|
||||
<h2><i>Announcements</i></h2>
|
||||
</div>
|
||||
<div class="col-12 text">
|
||||
<a href="/health/">
|
||||
Find my free new eBook "Hyperling's Health Protocol" here!
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -8,5 +8,6 @@
|
||||
<?php
|
||||
include "banner.php";
|
||||
include "menu.php";
|
||||
include "advisory.php";
|
||||
if ($GLOBALS["ADVISORY"] !== false)
|
||||
include "advisory.php";
|
||||
?>
|
||||
|
@ -2,10 +2,20 @@
|
||||
<?php
|
||||
include "menu.php"
|
||||
?>
|
||||
<div class="row">
|
||||
<p><!-- Gap Area --></p>
|
||||
</div>
|
||||
|
||||
<div class="row" id="footer">
|
||||
<div class="col-12 text center">
|
||||
Have a Health or Freedom related project which could use my help?
|
||||
<a href="mailto:me@hyperling.com">Please let me know</a>!
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-3"></div>
|
||||
<h6 class="col-3 center">
|
||||
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
|
||||
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>This website is free software! Click here to learn more.</a>
|
||||
</h6>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row header">
|
||||
<ul class="menu-list">
|
||||
<li class="col-1"></li>
|
||||
<li class="col-2 menu-item"><a href="/home/">Home</a></li>
|
||||
<li class="col-2 menu-item"><a href="/home/">Apps</a></li>
|
||||
<li class="col-2 menu-item"><a href="/media/">Media</a></li>
|
||||
<li class="col-2 menu-item"><a href="/about/">About</a></li>
|
||||
<li class="col-2 menu-item"><a href="/contact/">Contact</a></li>
|
||||
|
Reference in New Issue
Block a user