Update page content, correct about title
This commit is contained in:
parent
59cb62af56
commit
9a2fc11626
@ -1,5 +1,5 @@
|
||||
<?php include "./php/age.php"; ?>
|
||||
<?php $page_title = "home"; ?>
|
||||
<?php $page_title = "about"; ?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
@ -10,10 +10,13 @@
|
||||
<?php include "./page-blocks/micro-content.php"; ?>
|
||||
<div class="content hide_micro">
|
||||
<p>
|
||||
Hello, I'm Fred. I do lots of little projects so read more about them here.
|
||||
Hello, I'm Fred, a <?php echo $age; ?> rail professional
|
||||
and Local RMT Rep. I don't intend for this to be about
|
||||
work though, I do lots of hobbies on the side and you can
|
||||
read about them here.
|
||||
</p>
|
||||
<p>
|
||||
I will eventually write money_format
|
||||
I will eventually write more here and probably throw in some photos.
|
||||
</p>
|
||||
</div>
|
||||
<?php include "./page-blocks/footer.php"; ?>
|
||||
|
@ -72,6 +72,7 @@ body {
|
||||
#keys{background-color: blue}
|
||||
#projects{background-color: blue}
|
||||
#email-safety{background-color: blue}
|
||||
#about{background-color: blue}
|
||||
#header_face {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user