Skip to content

Commit

Permalink
Add now page
Browse files Browse the repository at this point in the history
  • Loading branch information
staydecent committed Oct 21, 2015
1 parent 8239284 commit 5d95860
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/pages/now.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php include $config['dirs']['layout'].'/header.php' ?>

<div role="main" id="main">

<article class="spaced">
<header class="container-fluid">
<h1>What I’m doing now</h1>
<p class="meta centre">Here are the things I’m currently focused on:</p>
</header>

<div class="container-fluid">
<ul>
<li>Building web and mobile apps with <a href="http://inputlogic.ca" target="_blank">Input Logic</a></li>
<li>Taking <a href="https://instagram.com/staydecent/" target="_blank">photos out in nature</a> as much as possible</li>
<li><a href="https://run-log.com/profiles/profile/staydecent/" target="_blank">Running</a> semi-regularly for the first time in my life</li>
<li>Some ideas brewing around photos, story-telling&hellip;</li>
</ul>

<p>This page was inspired by&nbsp;<a href="https://sivers.org/now">Derek Sivers</a>.</p>
<p><em>Last updated:</em> 21st October, 2015</p>
</div>
</article>

</div>

<?php
$next = array();

$next['url'] = 'contact';
$next['text'] = 'Say hello!';
?>

<?php include $config['dirs']['layout'].'/footer.php' ?>

0 comments on commit 5d95860

Please sign in to comment.