<?php include('header.php'); ?>
<h2 class="title" style="background: no-repeat url(/images/titles/Personal_Portal.png);"><a>Personal Portal</a></h2>
<p>I'm moving my blogrolls and such over to this page to clean up my sidebar. Feel free to browse and use this list as your own starting point. The links order by most recently updated where applicable.</p>
<h3>Recently Updated</h3>
<ol id="updated">
<?php
get_links(1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1);
?>
</ol>
<h3>Non-pingers</h3>
<ol id="nonpingers">
<?php
get_links(2, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1);
?>
</ol>
<h3>Considering</h3>
<p>These are links I've run across that look interesting to bookmark but I haven't decided yet if they're blogroll-worthy. I used to keep these in a folder in my bookmarks, this is just more public. If you have any comments about any of these links <a href="/contact/">let me know</a>.</p>
<ol id="considering">
<?php
wp_get_links(4);
?>
</ol>
<?php include('footer.php'); ?>