Remove extra newlines around PHP tags.

This commit is contained in:
2025-10-13 15:37:52 -07:00
parent 0d3822258f
commit 3273fb62c8
14 changed files with 0 additions and 33 deletions

View File

@@ -5,7 +5,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Who Am I?</h1> <h1 class="col-12 title">Who Am I?</h1>
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"]) <?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -55,7 +54,6 @@
</p> </p>
</div> </div>
</div> </div>
<?php <?php
include "subpages/about/notice.php"; include "subpages/about/notice.php";
include "subpages/about/health.php"; include "subpages/about/health.php";

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row" id="experience"> <div class="row" id="experience">
<h2 class="col-12 title">My Profession</h2> <h2 class="col-12 title">My Profession</h2>
</div> </div>
@@ -287,7 +286,6 @@
</p> </p>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -5,7 +5,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Contact</h1> <h1 class="col-12 title">Contact</h1>
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"]) <?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -50,7 +49,6 @@
</li></ul> </li></ul>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -5,7 +5,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Current Diet</h1> <h1 class="col-12 title">Current Diet</h1>
<div class="col-12 header center" > <div class="col-12 header center" >
@@ -208,7 +207,6 @@
</ul> </ul>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -9,7 +9,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Voluntary Sovereignty</h1> <h1 class="col-12 title">Voluntary Sovereignty</h1>
</div> </div>
@@ -68,7 +67,6 @@
</li></ul> </li></ul>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -9,7 +9,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">My Health Protocol</h1> <h1 class="col-12 title">My Health Protocol</h1>
</div> </div>
@@ -109,7 +108,6 @@
</ul> </ul>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -2,6 +2,5 @@
<?php <?php
include "footer.php" include "footer.php"
?> ?>
</body> </body>
</html> </html>

View File

@@ -2,9 +2,7 @@
<?php <?php
include "header.php"; include "header.php";
?> ?>
<body> <body>
<?php <?php
include "banner.php"; include "banner.php";
include "menu.php"; include "menu.php";

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Welcome!</h1> <h1 class="col-12 title">Welcome!</h1>
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"]) <?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -28,7 +27,6 @@
</p> </p>
</div> </div>
</div> </div>
<?php <?php
include "subpages/home/announcements.php"; include "subpages/home/announcements.php";

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Media</h1> <h1 class="col-12 title">Media</h1>
<!--<?php if (isset($GLOBALS["SHOW_BANNER_PICS"]) <!--<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -111,7 +110,6 @@
</li></ul> </li></ul>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Lists of Resources</h1> <h1 class="col-12 title">Lists of Resources</h1>
</div> </div>
@@ -68,7 +67,6 @@
</p> </p>
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Resume</h1> <h1 class="col-12 title">Resume</h1>
<div class="col-12 header center" > <div class="col-12 header center" >
@@ -39,7 +38,6 @@
--> -->
</div> </div>
</div> </div>
<?php <?php
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>

View File

@@ -13,7 +13,6 @@
I wrote another short free eBook, "Voluntary Sovereignty", check it out I wrote another short free eBook, "Voluntary Sovereignty", check it out
<a href="/freedom/">here</a>! <a href="/freedom/">here</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
It discusses how to live in order to create a truly free society, It discusses how to live in order to create a truly free society,
@@ -24,7 +23,6 @@
order followers while living how you were meant to be on the Earth. order followers while living how you were meant to be on the Earth.
</p> </p>
";?> ";?>
<p> <p>
<a href="https://odysee.com/@HyperVegan:2" <a href="https://odysee.com/@HyperVegan:2"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"
@@ -41,7 +39,6 @@
<a href="/apps/#expense">"Expense Tracker"</a> <a href="/apps/#expense">"Expense Tracker"</a>
has been completed! has been completed!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
It allows for tracking recurring expenses against income and static assets, It allows for tracking recurring expenses against income and static assets,
@@ -51,7 +48,6 @@
This is my first app developed using the Flutter framework. This is my first app developed using the Flutter framework.
</p> </p>
";?> ";?>
<p> <p>
<a href="https://odysee.com/@HyperVegan:2" <a href="https://odysee.com/@HyperVegan:2"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"
@@ -68,7 +64,6 @@
Find my free eBook, "Hyperling's Health Protocol", Find my free eBook, "Hyperling's Health Protocol",
<a href="/health/">here</a>! <a href="/health/">here</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
It contains a summary of my favorite and most useful lifestyle advice. It contains a summary of my favorite and most useful lifestyle advice.
@@ -81,7 +76,6 @@
Reverse chronic disease and live your life full of energy and abundance! Reverse chronic disease and live your life full of energy and abundance!
</p> </p>
";?> ";?>
<p> <p>
<a href="https://odysee.com/@HyperVegan:2" <a href="https://odysee.com/@HyperVegan:2"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"
@@ -97,7 +91,6 @@
There's a new app in town, There's a new app in town,
<a href="/apps/#tictactoe">Tic-Tac-Toe</a>! <a href="/apps/#tictactoe">Tic-Tac-Toe</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
This was written to learn Kotlin style Android programming. This was written to learn Kotlin style Android programming.
@@ -107,7 +100,6 @@
as well as a local human player! as well as a local human player!
</p> </p>
";?> ";?>
<p> <p>
<a href="https://odysee.com/@HyperVegan:2" <a href="https://odysee.com/@HyperVegan:2"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"

View File

@@ -8,7 +8,6 @@
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
<div class="row"> <div class="row">
<h1 class="col-12 title">Support</h1> <h1 class="col-12 title">Support</h1>
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"]) <?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -24,7 +23,6 @@
</p> </p>
</div> </div>
</div> </div>
<?php <?php
include "subpages/support/donate.php"; include "subpages/support/donate.php";
// 2025-01-04 Not really looking for this type of thing. // 2025-01-04 Not really looking for this type of thing.