update about.php text
This commit is contained in:
parent
c0b4edb95e
commit
90f3e41a81
@ -22,11 +22,11 @@ $this->selectedNav = 'about';
|
|||||||
<div class="well cstm-well-light">
|
<div class="well cstm-well-light">
|
||||||
<p>Welcome to my private homepage.</p>
|
<p>Welcome to my private homepage.</p>
|
||||||
|
|
||||||
<p>My name is Mike Schwörer, and this is my homepage. I use it to upload programs I have written and sometimes for a little blogging. </p>
|
<p>My name is Mike, and this is my homepage. I use it to upload programs I have written and sometimes for a little blogging. </p>
|
||||||
|
|
||||||
<p>If you want you can look <?php echo MsHtml::link('here', '/programs'); ?> at the things I programmed </p>
|
<p>If you want you can look <?php echo MsHtml::link('here', '/programs'); ?> at the things I programmed </p>
|
||||||
|
|
||||||
<p> I have also a whole sectioned dedicated to <?php echo MsHtml::link('Project euler', '/blog/1/Project_Euler_with_Befunge'); ?> (in Befunge-93) </p>
|
<p> I have also a whole sectioned dedicated to <?php echo MsHtml::link('Project Euler', '/blog/1/Project_Euler_with_Befunge'); ?> (in Befunge-93) </p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php $egh = (new ExtendedGitGraph('Mikescher'))->loadFinishedData(); ?>
|
<?php $egh = (new ExtendedGitGraph('Mikescher'))->loadFinishedData(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user