Change intro text to consistently use header
class as the background color.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
';?>
|
';?>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text">
|
<div class="col-12 header">
|
||||||
<p>
|
<p>
|
||||||
Hi there! My name is Chad, I'm the primary content creator
|
Hi there! My name is Chad, I'm the primary content creator
|
||||||
behind Hyperling and HyperVegan. Thank you for your interest!
|
behind Hyperling and HyperVegan. Thank you for your interest!
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- TBD/TODO: Add image? Me at laptop with Cleo? Or none like other Media pages? -->
|
<!-- TBD/TODO: Add image? Me at laptop with Cleo? Or none like other Media pages? -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text">
|
<div class="col-12 header">
|
||||||
<p>
|
<p>
|
||||||
I'm a professional software engineer who's been playing with
|
I'm a professional software engineer who's been playing with
|
||||||
Linux system administration from a young age.
|
Linux system administration from a young age.
|
||||||
|
@@ -17,13 +17,17 @@
|
|||||||
';?>
|
';?>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 title center">
|
<div class="col-12 header center">
|
||||||
<p>
|
<p>
|
||||||
Timely responses are not guarenteed, as I spend a large amount of
|
Timely responses are not guarenteed, as I spend a large amount of
|
||||||
time offline and enjoy traveling in reception-free zones.
|
time offline and enjoy traveling in reception-free zones.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<h2 class="col-12 header">Methods</h2>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text">
|
<div class="col-12 text">
|
||||||
<p>
|
<p>
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
';?>
|
';?>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text">
|
<div class="col-12 header center">
|
||||||
<p>
|
<p>
|
||||||
Thank you for visiting my site! My goal is to make the world a
|
Thank you for visiting my site! My goal is to make the world a
|
||||||
better place. Hopefully you find content here which helps empower
|
better place. Hopefully you find content here which helps empower
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
';?>-->
|
';?>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text center">
|
<div class="col-12 header center">
|
||||||
<p>
|
<p>
|
||||||
My written works, social platforms, and photos can be found here.
|
My written works, social platforms, and photos can be found here.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -41,7 +41,7 @@ function start_main_page {
|
|||||||
echo -e "\t\t</div>" >> $mainpage
|
echo -e "\t\t</div>" >> $mainpage
|
||||||
|
|
||||||
echo -e "\t\t<div class='row'>" >> $mainpage
|
echo -e "\t\t<div class='row'>" >> $mainpage
|
||||||
echo -e "\t\t\t<div class='col-12 text'>" >> $mainpage
|
echo -e "\t\t\t<div class='col-12 header'>" >> $mainpage
|
||||||
echo -en "\t\t\t\t<p>You may click on an album name to " >> $mainpage
|
echo -en "\t\t\t\t<p>You may click on an album name to " >> $mainpage
|
||||||
echo -en "view all of its files, or click on a specific image to bring up the " >> $mainpage
|
echo -en "view all of its files, or click on a specific image to bring up the " >> $mainpage
|
||||||
echo -en "full resolution. On the album pages you may also click an image or " >> $mainpage
|
echo -en "full resolution. On the album pages you may also click an image or " >> $mainpage
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
<img src="/files/media/icons/support.jpg" alt="<<support.jpg>>">
|
<img src="/files/media/icons/support.jpg" alt="<<support.jpg>>">
|
||||||
</div>
|
</div>
|
||||||
';?>
|
';?>
|
||||||
<div class="col-12 text center">
|
<div class="col-12 header center">
|
||||||
<p>
|
<p>
|
||||||
Anything is very much appreciated!! Thank you for considering me!
|
Anything is very much appreciated!! Thank you for considering me!
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user