Sprucing up the About page.

This commit is contained in:
Samuel Clay 2011-04-13 09:05:23 -04:00
parent 69084e0351
commit 993ac6e8ef
2 changed files with 6 additions and 17 deletions

View file

@ -4974,7 +4974,7 @@ background: transparent;
.NB-static ul {
padding-left: 20px;
list-style: circle;
list-style: square outside url('../img/icons/silk/bullet_blue.png');
margin-left: 0;
}
.NB-static li {

View file

@ -8,25 +8,14 @@
About NewsBlur
</div>
<div class="NB-module">
<h5 class="NB-module-title"><span class="NB-module-title-prefix">What:</span>A Feed Reader with Intelligence</h5>
<div class="NB-module-content">
<ul class="NB-about-what">
<li>Read the original site or the RSS feed.</li>
<li>Automatically highlight stories you want to read.</li>
<li class="last">Filter out stories you don't want to read.</li>
</ul>
</div>
</div>
<div class="NB-module">
<h5 class="NB-module-title"><span class="NB-module-title-prefix">Who:</span>A Labor of Love</h5>
<div class="NB-module-content">
<ul class="NB-about-who">
<li>Hand-crafted by: <a href="http://www.samuelclay.com">Samuel Clay</a></li>
<li>Find him on Twitter: <a href="http://twitter.com/samuelclay">@samuelclay</a></li>
<li>Talk to him on Twitter: <a href="http://twitter.com/samuelclay">@samuelclay</a></li>
<li>E-mail: <a href="mailto:samuel@ofbrooklyn.com">samuel@ofbrooklyn.com</a></li>
<li class="last">Made in: <a href="http://www.newyorkfieldguide.com">New York City</a></li>
<li class="last">Created in: <a href="http://www.newyorkfieldguide.com">New York City</a> (mostly on the A train)</li>
</ul>
</div>
</div>
@ -58,9 +47,9 @@
<h5 class="NB-module-title"><span class="NB-module-title-prefix">Why:</span>What's the point of another RSS feed reader?</h5>
<div class="NB-module-content">
<ul class="NB-about-why">
<li>To learn how to build and scale the entire web stack: front-end JavaScript, HTML5 layout, back-end view processing, large dataset schema migrations, relational and non-relational database clusters across multiple servers, and getting multiple machines to talk to each other.</li>
<li>All of this just to prove that I could do it.</li>
<li>But most importantly, to meet future co-founders.</li>
<li>To prove that I could do it.</li>
<li>I wanted something better.</li>
<li>Where there's a will, there's an empty git repository.</li>
</ul>
</div>
</div>