remake #2
@ -1,5 +1,5 @@
|
|||||||
<?php include "./php/age.php"; ?>
|
<?php include "./php/age.php"; ?>
|
||||||
<?php $page_title = "home"; ?>
|
<?php $page_title = "about"; ?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
@ -10,10 +10,13 @@
|
|||||||
<?php include "./page-blocks/micro-content.php"; ?>
|
<?php include "./page-blocks/micro-content.php"; ?>
|
||||||
<div class="content hide_micro">
|
<div class="content hide_micro">
|
||||||
<p>
|
<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>
|
||||||
<p>
|
<p>
|
||||||
I will eventually write money_format
|
I will eventually write more here and probably throw in some photos.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<?php include "./page-blocks/footer.php"; ?>
|
<?php include "./page-blocks/footer.php"; ?>
|
||||||
|
@ -72,6 +72,7 @@ body {
|
|||||||
#keys{background-color: blue}
|
#keys{background-color: blue}
|
||||||
#projects{background-color: blue}
|
#projects{background-color: blue}
|
||||||
#email-safety{background-color: blue}
|
#email-safety{background-color: blue}
|
||||||
|
#about{background-color: blue}
|
||||||
#header_face {
|
#header_face {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user